commit 7fceba42e1d766530174677bc0cfd31f2ccf9d9d Author: Roger Dingledine arma@torproject.org Date: Fri Aug 26 16:57:27 2011 -0400
bump to 0.2.2.32, prepare for release --- ChangeLog | 15 +++++++++++++++ ReleaseNotes | 2 +- configure.in | 2 +- contrib/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 99a4259..0f7111d 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 b0e7a9f..336c1f1 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 299e80a..d8aeb41 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 e817fd1..063dd92 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 1c10b8e..5b0867f 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"
tor-commits@lists.torproject.org