bump to 0.2.2.32, prepare for release

This commit is contained in:
Roger Dingledine 2011-08-26 16:57:27 -04:00
parent 41fecedbcc
commit 7fceba42e1
5 changed files with 19 additions and 4 deletions

View File

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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"