]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.0.32
authorRoger Dingledine <arma@torproject.org>
Thu, 20 Nov 2008 22:34:30 +0000 (22:34 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 20 Nov 2008 22:34:30 +0000 (22:34 +0000)
svn:r17344

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

index 96badd057102293456e689173411e60391cefb90..0fef18ecb4c207c8ca51300f2b4812d5568da028 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 @@ Changes in version 0.2.0.32 - 2008-??-??
     - 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):
index 3e556252b49064430d0f9fe78010082bdae2ced6..8c7148483dec729652d0633ca7299b61b17c86c3 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 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
index ff3a99a7c1370b284ed4f0cf179b8cb8e06f0581..f58206289f71347d81d1da7ec6d94d1ffb449bb1 100644 (file)
@@ -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"
index 94970305cd8b7981c391856e2baca5657565f428..0d5d726b233a0094077a81ebef3803b9b93818bd 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.31"
+#define VERSION "0.2.0.32"