[or-cvs] r17344: {tor} bump to 0.2.0.32 (in tor/branches/tor-0_2_0-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Thu Nov 20 22:34:31 UTC 2008


Author: arma
Date: 2008-11-20 17:34:30 -0500 (Thu, 20 Nov 2008)
New Revision: 17344

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.32


Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2008-11-20 22:29:06 UTC (rev 17343)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2008-11-20 22:34:30 UTC (rev 17344)
@@ -1,4 +1,4 @@
-Changes in version 0.2.0.32 - 2008-??-??
+Changes in version 0.2.0.32 - 2008-11-20
   o Security fixes:
     - The "User" and "Group" config options did not clear the
       supplementary group entries for the Tor process. The "User" option
@@ -54,8 +54,8 @@
     - Remove the old v2 directory authority 'lefkada' from the default
       list. It has been gone for many months.
     - Stop doing unaligned memory access that generated bus errors on
-      sparc64.  Bugfix on 0.2.0.10-alpha.  Fix for bug 862.
-    - Make USR2 log-level switch take effect immediately.  Bugfix on
+      sparc64. Bugfix on 0.2.0.10-alpha. Fixes bug 862.
+    - Make USR2 log-level switch take effect immediately. Bugfix on
       0.1.2.8-beta.
 
   o Minor bugfixes (controller):

Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in	2008-11-20 22:29:06 UTC (rev 17343)
+++ tor/branches/tor-0_2_0-patches/configure.in	2008-11-20 22:34:30 UTC (rev 17344)
@@ -5,7 +5,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.31)
+AM_INIT_AUTOMAKE(tor, 0.2.0.32)
 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-11-20 22:29:06 UTC (rev 17343)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2008-11-20 22:34:30 UTC (rev 17344)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.31"
+!define VERSION "0.2.0.32"
 !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-11-20 22:29:06 UTC (rev 17343)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2008-11-20 22:34:30 UTC (rev 17344)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.31"
+#define VERSION "0.2.0.32"
 
 



More information about the tor-commits mailing list