summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-08-26 16:57:27 -0400
committerRoger Dingledine <arma@torproject.org>2011-08-26 16:57:27 -0400
commit7fceba42e1d766530174677bc0cfd31f2ccf9d9d (patch)
tree4826196117ba262f679dc3ed7dcadf1b4bb18a65
parent41fecedbcc6e5061ab027e251ff257f1ceb1844c (diff)
downloadtor-7fceba42e1d766530174677bc0cfd31f2ccf9d9d.tar.gz
tor-7fceba42e1d766530174677bc0cfd31f2ccf9d9d.zip
bump to 0.2.2.32, prepare for release
-rw-r--r--ChangeLog15
-rw-r--r--ReleaseNotes2
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
5 files changed, 19 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 99a42590e1..0f7111dd5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Changes in version 0.2.2.32 - 2011-08-26
+ Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally
+ ready. More than two years in the making, this release features
+ improved client performance and hidden service reliability, better
+ compatibility for Android and Windows CE, correct behavior for bridges
+ that listen on more than one address, more extensible and flexible
+ directory object handling, better reporting of network statistics,
+ improved code security, and many many other features and bugfixes.
+
+ The Tor 0.2.2 release series is dedicated to the memory of Andreas
+ Pfitzmann (1958-2010), a pioneer in anonymity and privacy research,
+ a founder of the PETS community, a leader in our field, a mentor,
+ and a friend. He will be sorely missed.
+
+
Changes in version 0.2.2.31-rc - 2011-08-17
Tor 0.2.2.31-rc is the second and hopefully final release candidate
for the Tor 0.2.2.x series.
diff --git a/ReleaseNotes b/ReleaseNotes
index b0e7a9f8d8..336c1f11d3 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -3,7 +3,7 @@ This document summarizes new features and bugfixes in each stable release
of Tor. If you want to see more detailed descriptions of the changes in
each development snapshot, see the ChangeLog file.
-Changes in version 0.2.2.32 - 2011-08-xx
+Changes in version 0.2.2.32 - 2011-08-26
Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally
ready. More than two years in the making, this release features
improved client performance and hidden service reliability, better
diff --git a/configure.in b/configure.in
index 299e80a723..d8aeb417f0 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.31-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.2.32)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index e817fd1e6f..063dd92e63 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.2.31-rc"
+!define VERSION "0.2.2.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 1c10b8e518..5b0867fd14 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -233,5 +233,5 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.2.31-rc"
+#define VERSION "0.2.2.32"