[or-cvs] r14085: bump to 0.2.0.22-rc (in tor/branches/tor-0_2_0-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Tue Mar 18 02:30:33 UTC 2008


Author: arma
Date: 2008-03-17 22:30:32 -0400 (Mon, 17 Mar 2008)
New Revision: 14085

Modified:
   tor/branches/tor-0_2_0-patches/ChangeLog
   tor/branches/tor-0_2_0-patches/configure.in
   tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
   tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
Log:
bump to 0.2.0.22-rc


Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2008-03-17 22:32:28 UTC (rev 14084)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2008-03-18 02:30:32 UTC (rev 14085)
@@ -32,11 +32,11 @@
       get_interface_address6().
     - When using a nonstandard malloc, do not use the platform values for
       HAVE_MALLOC_GOOD_SIZE or HAVE_MALLOC_USABLE_SIZE.
-    - Make the openbsd malloc code use 8k pages on alpha CPUs and 16k pages
-      on ia64.
+    - Make the openbsd malloc code use 8k pages on alpha CPUs and
+      16k pages on ia64.
     - Detect mismatched page sizes when using --enable-openbsd-malloc.
     - Avoid double-marked-for-close warning when certain kinds of invalid
-      .in-addr.arpa addresses are passed to the DNSPort.  Part of a fix
+      .in-addr.arpa addresses are passed to the DNSPort. Part of a fix
       for bug 617. Bugfix on 0.2.0.1-alpha.
     - Make sure that the "NULL-means-reject *:*" convention is followed by
       all the policy manipulation functions, avoiding some possible crash
@@ -44,8 +44,8 @@
 
   o Minor features:
     - Only log guard node status when guard node status has changed.
-    - Downgrade the 3 most common "INFO" messages to "DEBUG".  This will make
-      "INFO" 75% less verbose.
+    - Downgrade the 3 most common "INFO" messages to "DEBUG". This will
+      make "INFO" 75% less verbose.
 
 
 Changes in version 0.2.0.21-rc - 2008-03-02

Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in	2008-03-17 22:32:28 UTC (rev 14084)
+++ tor/branches/tor-0_2_0-patches/configure.in	2008-03-18 02:30:32 UTC (rev 14085)
@@ -5,7 +5,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.21-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.0.22-rc)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2008-03-17 22:32:28 UTC (rev 14084)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2008-03-18 02:30:32 UTC (rev 14085)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.21-rc"
+!define VERSION "0.2.0.22-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"

Modified: tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2008-03-17 22:32:28 UTC (rev 14084)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2008-03-18 02:30:32 UTC (rev 14085)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.21-rc"
+#define VERSION "0.2.0.22-rc"
 
 



More information about the tor-commits mailing list