[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] move us to 0.0.9
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
ChangeLog configure.in
Log Message:
move us to 0.0.9
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- ChangeLog 11 Dec 2004 18:07:52 -0000 1.62
+++ ChangeLog 13 Dec 2004 00:52:33 -0000 1.63
@@ -1,5 +1,5 @@
-Changes in version 0.0.9 - forthcoming
+Changes in version 0.0.9 - 2004-12-12
o Bugfixes on 0.0.8.1 (Crashes and asserts):
- Catch and ignore SIGXFSZ signals when log files exceed 2GB; our
write() call will fail and we handle it there.
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- configure.in 8 Dec 2004 01:14:53 -0000 1.154
+++ configure.in 13 Dec 2004 00:52:33 -0000 1.155
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc7)
+AM_INIT_AUTOMAKE(tor, 0.0.9)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST