[or-cvs] bump to 0.0.9rc5
Roger Dingledine
arma at seul.org
Wed Dec 1 04:32:52 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.9rc5
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ChangeLog 30 Nov 2004 10:33:23 -0000 1.55
+++ ChangeLog 1 Dec 2004 04:32:50 -0000 1.56
@@ -4,17 +4,18 @@
- Disallow NDEBUG. We don't ever want anybody to turn off debug.
- Let resolve conns retry/expire also, rather than sticking around
forever.
+ - If we are using select, make sure we stay within FD_SETSIZE.
o Bugfixes on 0.0.9pre:
- - Fix integer underflow in tor_vsnprintf() that may be exploitable;
- thanks to Ilja van Sprundel for finding it. People running 0.0.9pre5
- or later might want to upgrade while we investigate.
+ - Fix integer underflow in tor_vsnprintf() that may be exploitable,
+ but doesn't seem to be currently; thanks to Ilja van Sprundel for
+ finding it.
- If anybody set DirFetchPostPeriod, give them StatuFetchPeriod
instead. Impose minima and maxima for all *Period options; impose
even tighter maxima for fetching if we are a caching dirserver.
Clip rather than rejecting.
- Fetch cached running-routers from servers that serve it (that is,
- authdirservers, and servers running 0.0.9rc5-cvs or later.)
+ authdirservers and servers running 0.0.9rc5-cvs or later.)
o Features:
- Accept *:706 (silc) in default exit policy.
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- configure.in 29 Nov 2004 01:00:51 -0000 1.149
+++ configure.in 1 Dec 2004 04:32:50 -0000 1.150
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc5-cvs)
+AM_INIT_AUTOMAKE(tor, 0.0.9rc5)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
More information about the tor-commits
mailing list