[or-cvs] bump us to 0.0.9rc6-cvs
Roger Dingledine
arma at seul.org
Sat Dec 4 00:36:33 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 us to 0.0.9rc6-cvs
darn these bugs
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ChangeLog 1 Dec 2004 04:34:13 -0000 1.57
+++ ChangeLog 4 Dec 2004 00:36:31 -0000 1.58
@@ -10,7 +10,7 @@
- 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
+ - If anybody set DirFetchPostPeriod, give them StatusFetchPeriod
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.
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- configure.in 1 Dec 2004 04:32:50 -0000 1.150
+++ configure.in 4 Dec 2004 00:36:31 -0000 1.151
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc5)
+AM_INIT_AUTOMAKE(tor, 0.0.9rc6-cvs)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
More information about the tor-commits
mailing list