[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16408: get closer to a release (in tor/trunk: . contrib src/win32)
Author: arma
Date: 2008-08-04 20:00:35 -0400 (Mon, 04 Aug 2008)
New Revision: 16408
Modified:
tor/trunk/ChangeLog
tor/trunk/configure.in
tor/trunk/contrib/tor-mingw.nsi.in
tor/trunk/src/win32/orconfig.h
Log:
get closer to a release
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2008-08-04 23:59:38 UTC (rev 16407)
+++ tor/trunk/ChangeLog 2008-08-05 00:00:35 UTC (rev 16408)
@@ -1,17 +1,19 @@
-Changes in version 0.2.1.4-alpha - 2008-08-??
+Changes in version 0.2.1.4-alpha - 2008-08-04
o Major bugfixes:
- - The address part of exit policies was not correctly written to router
- descriptors which made them unparseable. Noticed by phobos, fixed by
- karsten. Bugfix on 0.2.1.3-alpha.
- - When extending a circuit to a relay to which a connection has
- been established before, a false assertion was triggered. Noticed by
- phobos, fixed by karsten. Bugfix on 0.2.1.3-alpha.
+ - The address part of exit policies was not correctly written
+ to router descriptors. This generated router descriptors that failed
+ their self-checks. Noticed by phobos, fixed by Karsten. Bugfix
+ on 0.2.1.3-alpha.
+ - Tor triggered a false assert when extending a circuit to a relay
+ but we already have a connection open to that relay. Noticed by
+ phobos, fixed by Karsten. Bugfix on 0.2.1.3-alpha.
o Minor bugfixes:
- - In some edge cases it occurs that the router descriptor of a
- previously picked introduction point becomes obsolete. In that case,
- don't stick to using this introduction point, but simply give up on
- it. Observed by xiando. Bugfix on 0.2.1.3-alpha.
+ - Fix a hidden service logging bug: in some edge cases, the router
+ descriptor of a previously picked introduction point becomes
+ obsolete and we need to give up on it rather than continually
+ complaining that it has become obsolete. Observed by xiando. Bugfix
+ on 0.2.1.3-alpha.
Changes in version 0.2.1.3-alpha - 2008-08-03
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2008-08-04 23:59:38 UTC (rev 16407)
+++ tor/trunk/configure.in 2008-08-05 00:00:35 UTC (rev 16408)
@@ -5,7 +5,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.3-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.4-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in 2008-08-04 23:59:38 UTC (rev 16407)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2008-08-05 00:00:35 UTC (rev 16408)
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.1.3-alpha"
+!define VERSION "0.2.1.4-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h 2008-08-04 23:59:38 UTC (rev 16407)
+++ tor/trunk/src/win32/orconfig.h 2008-08-05 00:00:35 UTC (rev 16408)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.1.3-alpha"
+#define VERSION "0.2.1.4-alpha"