[or-cvs] bump to 0.0.9rc7

Roger Dingledine arma at seul.org
Wed Dec 8 01:14:55 UTC 2004


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.9rc7


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- ChangeLog	7 Dec 2004 23:42:32 -0000	1.60
+++ ChangeLog	8 Dec 2004 01:14:53 -0000	1.61
@@ -12,6 +12,8 @@
 
   o Bugfixes on 0.0.8.1:
     - Fix a whole slew of memory leaks.
+    - Fix isspace() and friends so they still make Solaris happy
+      but also so they don't trigger asserts on win32.
     - Fix parse_iso_time on platforms without strptime (eg win32).
     - win32: tolerate extra "readable" events better.
     - win32: when being multithreaded, leave parent fdarray open.

Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- configure.in	7 Dec 2004 07:36:59 -0000	1.153
+++ configure.in	8 Dec 2004 01:14:53 -0000	1.154
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc7-cvs)
+AM_INIT_AUTOMAKE(tor, 0.0.9rc7)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST



More information about the tor-commits mailing list