[or-cvs] r17778: {tor} prepare for 0.2.1.9-alpha (in tor/trunk: . contrib src/win32)

arma at seul.org arma at seul.org
Thu Dec 25 20:32:50 UTC 2008


Author: arma
Date: 2008-12-25 15:32:49 -0500 (Thu, 25 Dec 2008)
New Revision: 17778

Modified:
   tor/trunk/ChangeLog
   tor/trunk/configure.in
   tor/trunk/contrib/tor-mingw.nsi.in
   tor/trunk/src/win32/orconfig.h
Log:
prepare for 0.2.1.9-alpha


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2008-12-25 20:16:22 UTC (rev 17777)
+++ tor/trunk/ChangeLog	2008-12-25 20:32:49 UTC (rev 17778)
@@ -1,4 +1,4 @@
-Changes in version 0.2.1.9-alpha - 2008-12-2?
+Changes in version 0.2.1.9-alpha - 2008-12-25
   o Security fixes:
     - Never use a connection with a mismatched address to extend a
       circuit, unless that connection is canonical. A canonical
@@ -43,18 +43,18 @@
     - On platforms with a maximum syslog string length, truncate syslog
       messages to that length ourselves, rather than relying on the
       system to do it for us.
-    - Optimize out calls to time(NULL) that occur for every IO operation, or
-      for every cell. On systems where time() is a slow syscalls, this will
-      be slightly helpful.
+    - Optimize out calls to time(NULL) that occur for every IO operation,
+      or for every cell. On systems where time() is a slow syscalls,
+      this will be slightly helpful.
     - Exit servers can now answer resolve requests for ip6.arpa addresses.
-    - When we download a descriptor that we then immediately (as a directory
-      authority) reject, do not retry downloading it right away.  Should
-      save some bandwidth on authorities.  Fix for bug 888.  Patch by
-      Sebastian Hahn.
-    - When a download gets us zero good descriptors, do not notify Tor that
-      new directory information has arrived.
-    - Avoid some nasty corner cases in the logic for marking connections as
-      too old or obsolete or noncanonical for circuits.
+    - When we download a descriptor that we then immediately (as
+      a directory authority) reject, do not retry downloading it right
+      away. Should save some bandwidth on authorities. Fix for bug
+      888. Patch by Sebastian Hahn.
+    - When a download gets us zero good descriptors, do not notify
+      Tor that new directory information has arrived.
+    - Avoid some nasty corner cases in the logic for marking connections
+      as too old or obsolete or noncanonical for circuits.
 
   o Minor features (controller):
     - New CONSENSUS_ARRIVED event to note when a new consensus has
@@ -88,9 +88,9 @@
       0.0.6pre1; also, do not stall hidden services because of
       introduction points thrown away; bugfix on 0.2.1.7-alpha. Spotted
       by John Brooks. Patch by Karsten. Fixes bug 874.
-    - Fix a memory leak when we decline to add a v2 rendezvous descriptor to
-      the cache because we already had a v0 descriptor with the same ID.
-      Bugfix on 0.2.0.18-alpha.
+    - Fix a memory leak when we decline to add a v2 rendezvous
+      descriptor to the cache because we already had a v0 descriptor
+      with the same ID. Bugfix on 0.2.0.18-alpha.
 
   o Deprecated and removed features:
     - RedirectExits has been removed. It was deprecated since

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2008-12-25 20:16:22 UTC (rev 17777)
+++ tor/trunk/configure.in	2008-12-25 20:32:49 UTC (rev 17778)
@@ -5,7 +5,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.8-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.9-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in	2008-12-25 20:16:22 UTC (rev 17777)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2008-12-25 20:32:49 UTC (rev 17778)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.8-alpha-dev"
+!define VERSION "0.2.1.9-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"

Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h	2008-12-25 20:16:22 UTC (rev 17777)
+++ tor/trunk/src/win32/orconfig.h	2008-12-25 20:32:49 UTC (rev 17778)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.8-alpha-dev"
+#define VERSION "0.2.1.9-alpha"
 
 



More information about the tor-commits mailing list