Add a release blurb and increment the version in the changelog.

(Remember, this isn't the final release until it's tagged.)
This commit is contained in:
Nick Mathewson 2014-09-11 11:33:36 -04:00
parent 5958261f23
commit 76f72e3b41
4 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,9 @@
Changes in version 0.2.5.7-rc - 2014-09-1x
Changes in version 0.2.5.7-rc - 2014-09-11
Tor 0.2.5.7-rc fixes several regressions from earlier in the 0.2.5.x
release series, and some long-standing bugs related to ORPort reachability
testing and failure to send CREATE cells. It is the first release
candidate for 0.2.5.7-rc.
o Major bugfixes (client, startup):
- Start making circuits as soon as DisabledNetwork is turned off.
When Tor started with DisabledNetwork set, it would correctly

View File

@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2013, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT([tor],[0.2.5.6-alpha])
AC_INIT([tor],[0.2.5.7-rc])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE

View File

@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.5.6-alpha"
!define VERSION "0.2.5.7-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"

View File

@ -241,7 +241,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.5.6-alpha"
#define VERSION "0.2.5.7-rc"