]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump us to 0.0.9rc6-cvs
authorRoger Dingledine <arma@torproject.org>
Sat, 4 Dec 2004 00:36:34 +0000 (00:36 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 4 Dec 2004 00:36:34 +0000 (00:36 +0000)
darn these bugs

svn:r3069

ChangeLog
configure.in
contrib/tor.nsi
src/win32/orconfig.h

index cfd9311409b87c4b9fda55341b4ec9559c8cbc18..36930e96a4fac0ebb49842ec4229b017b1e6a802 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ rc5:
     - 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 1fbb048d4a6ea9f5f880b0f5bfcb0cfd977089fc..0b3d03cf24faf9fcd84ab2cfdc14a3ddf3553642 100644 (file)
@@ -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
index b53b0b5f6a6f0b192d7fecf7bcce57a7b6e9d9e0..b1d1c1e375bf1ffe8de38e67b7a53c8384db0df0 100644 (file)
@@ -31,7 +31,7 @@
 
 !include "MUI.nsh"
 
-!define VERSION "0.0.9rc5"
+!define VERSION "0.0.9rc6-cvs"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://freehaven.net/tor/"
 
index 5954caf38c26360d084cc85e5f37fd606b58df58..003b5a2e01e7c5ff963a176e982c2be2e6e78455 100644 (file)
 #define UNALIGNED_INT_ACCESS_OK
 
 /* Version number of package */
-#define VERSION "0.0.9rc5"
+#define VERSION "0.0.9rc6-cvs"