aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 22:34:30 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 22:34:30 +0000
commit3769ef4cd24a0e1aaea016a89c31de1af14c90dc (patch)
tree7c997ebe471f8a062cb97c7059fb966b0cec5bea
parente5583139fee7e113904451addd722ee0c673c07d (diff)
downloadtor-3769ef4cd24a0e1aaea016a89c31de1af14c90dc.tar.gz
tor-3769ef4cd24a0e1aaea016a89c31de1af14c90dc.zip
bump to 0.2.0.32
svn:r17344
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 96badd0571..0fef18ecb4 100644
--- 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):
diff --git a/configure.in b/configure.in
index 3e556252b4..8c7148483d 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index ff3a99a7c1..f58206289f 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -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"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 94970305cd..0d5d726b23 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.31"
+#define VERSION "0.2.0.32"