[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11275: bump to 0.2.0.6-alpha in preparation for tomorrow's release (in tor/trunk: . contrib src/win32)
Author: arma
Date: 2007-08-25 17:59:14 -0400 (Sat, 25 Aug 2007)
New Revision: 11275
Modified:
tor/trunk/ChangeLog
tor/trunk/configure.in
tor/trunk/contrib/tor-mingw.nsi.in
tor/trunk/src/win32/orconfig.h
Log:
bump to 0.2.0.6-alpha in preparation for tomorrow's release
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2007-08-25 21:42:31 UTC (rev 11274)
+++ tor/trunk/ChangeLog 2007-08-25 21:59:14 UTC (rev 11275)
@@ -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:
- Directory authorities now track servers by weighted
mean-times-between-failures. When we have 4 or more days of data,
@@ -16,29 +16,23 @@
three load balancing patches could raise effective network capacity
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
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
- of mallinfo via http, as tor/mallinfo.txt. Only accessible
+ of mallinfo via http, as tor/mallinfo.txt. Only accessible
from localhost.
- o Minor bugfixes (bridges):
- - Do not intermix bridge routers with controller-added routers. (Bugfix
- on 0.2.0.x)
-
- o Minor bugfixes (network):
+ o Minor bugfixes:
+ - Do not intermix bridge routers with controller-added
+ routers. (Bugfix on 0.2.0.x)
- Do not fail with an assert when accept() returns an unexpected
address family. Addresses but does not wholly fix bug 483. (Bugfix
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
a descriptor immediately, e.g. because they don't know their
address.
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2007-08-25 21:42:31 UTC (rev 11274)
+++ tor/trunk/configure.in 2007-08-25 21:59:14 UTC (rev 11275)
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
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)
AC_CANONICAL_HOST
Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in 2007-08-25 21:42:31 UTC (rev 11274)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2007-08-25 21:59:14 UTC (rev 11275)
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.2.0.5-alpha"
+!define VERSION "0.2.0.6-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h 2007-08-25 21:42:31 UTC (rev 11274)
+++ tor/trunk/src/win32/orconfig.h 2007-08-25 21:59:14 UTC (rev 11275)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.5-alpha"
+#define VERSION "0.2.0.6-alpha"