bump to 0.2.0.6-alpha in preparation for tomorrow's release

svn:r11275
This commit is contained in:
Roger Dingledine 2007-08-25 21:59:14 +00:00
parent da1485088c
commit 45bc168b53
4 changed files with 12 additions and 18 deletions

View file

@ -1,4 +1,4 @@
Changes in version 0.2.0.6-alpha - 2007-??-?? Changes in version 0.2.0.6-alpha - 2007-08-26
o Major features: o Major features:
- Directory authorities now track servers by weighted - Directory authorities now track servers by weighted
mean-times-between-failures. When we have 4 or more days of data, mean-times-between-failures. When we have 4 or more days of data,
@ -16,29 +16,23 @@ Changes in version 0.2.0.6-alpha - 2007-??-??
three load balancing patches could raise effective network capacity three load balancing patches could raise effective network capacity
by a factor of four. Thanks to Mike Perry for measurements. by a factor of four. Thanks to Mike Perry for measurements.
o Major bugfixes: o Major bugfixes (descriptor parsing):
- Handle unexpected whitespace better in malformed descriptors. Bug - Handle unexpected whitespace better in malformed descriptors. Bug
found using Benedikt Boss's new Tor fuzzer! Bugfix on 0.2.0.x. found using Benedikt Boss's new Tor fuzzer! Bugfix on 0.2.0.x.
o Minor features (misc): o Minor features:
- There is now an ugly, temporary "desc/all-recent-extrainfo-hack"
GETINFO for Torstat to use until it can switch to using extrainfos.
- Optionally (if built with -DEXPORTMALLINFO) export the output - Optionally (if built with -DEXPORTMALLINFO) export the output
of mallinfo via http, as tor/mallinfo.txt. Only accessible of mallinfo via http, as tor/mallinfo.txt. Only accessible
from localhost. from localhost.
o Minor bugfixes (bridges): o Minor bugfixes:
- Do not intermix bridge routers with controller-added routers. (Bugfix - Do not intermix bridge routers with controller-added
on 0.2.0.x) routers. (Bugfix on 0.2.0.x)
o Minor bugfixes (network):
- Do not fail with an assert when accept() returns an unexpected - Do not fail with an assert when accept() returns an unexpected
address family. Addresses but does not wholly fix bug 483. (Bugfix address family. Addresses but does not wholly fix bug 483. (Bugfix
on 0.2.0.x) on 0.2.0.x)
o Minor features (controller):
- There is now an ugly, temporary "desc/all-recent-extrainfo-hack"
GETINFO for Torstat to use into it can switch to use extrainfos.
o Minor bugfixes (misc):
- Let directory authorities startup even when they can't generate - Let directory authorities startup even when they can't generate
a descriptor immediately, e.g. because they don't know their a descriptor immediately, e.g. because they don't know their
address. address.

View file

@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information dnl See LICENSE for licensing information
AC_INIT AC_INIT
AM_INIT_AUTOMAKE(tor, 0.2.0.5-alpha) AM_INIT_AUTOMAKE(tor, 0.2.0.6-alpha)
AM_CONFIG_HEADER(orconfig.h) AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST AC_CANONICAL_HOST

View file

@ -5,7 +5,7 @@
; ;
!include "MUI.nsh" !include "MUI.nsh"
!define VERSION "0.2.0.5-alpha" !define VERSION "0.2.0.6-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe" !define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/" !define WEBSITE "http://tor.eff.org/"

View file

@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT #define USING_TWOS_COMPLEMENT
/* Version number of package */ /* Version number of package */
#define VERSION "0.2.0.5-alpha" #define VERSION "0.2.0.6-alpha"