[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump to 0.0.9rc4
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
ChangeLog configure.in
Log Message:
bump to 0.0.9rc4
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- ChangeLog 25 Nov 2004 05:40:02 -0000 1.53
+++ ChangeLog 28 Nov 2004 06:44:06 -0000 1.54
@@ -1,4 +1,12 @@
Changes so far in 0.0.9:
+rc4:
+ o Bugfixes on 0.0.8.1:
+ - Make windows sockets actually non-blocking (oops), and handle
+ win32 socket errors better.
+
+ o Bugfixes on 0.0.9rc1:
+ - Actually catch the -USR2 signal.
+
rc3:
o Bugfixes on 0.0.8.1:
- Flush the log file descriptor after we print "Tor opening log file",
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- configure.in 26 Nov 2004 04:08:04 -0000 1.147
+++ configure.in 28 Nov 2004 06:44:06 -0000 1.148
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc4-cvs)
+AM_INIT_AUTOMAKE(tor, 0.0.9rc4)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST