[or-cvs] r17217: {tor} bump to 0.2.1.7-alpha (in tor/trunk: . contrib src/win32)
arma at seul.org
arma at seul.org
Sat Nov 8 06:43:32 UTC 2008
Author: arma
Date: 2008-11-08 01:43:32 -0500 (Sat, 08 Nov 2008)
New Revision: 17217
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.1.7-alpha
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2008-11-08 06:33:43 UTC (rev 17216)
+++ tor/trunk/ChangeLog 2008-11-08 06:43:32 UTC (rev 17217)
@@ -1,4 +1,4 @@
-Changes in version 0.2.1.7-alpha - 2008-11-07
+Changes in version 0.2.1.7-alpha - 2008-11-08
o Security fixes:
- The "ClientDNSRejectInternalAddresses" config option wasn't being
consistently obeyed: if an exit relay refuses a stream because its
@@ -11,9 +11,9 @@
user's primary group. The "Group" option is now ignored. For more
detailed logging on credential switching, set CREDENTIAL_LOG_LEVEL
in common/compat.c to LOG_NOTICE or higher. Patch by Jacob Appelbaum
- and Steven Murdoch.
- - Do not use or believe expired certificates. Patch from Karsten.
- Fixes bug 851.
+ and Steven Murdoch. Bugfix on 0.0.2pre14. Fixes bug 848.
+ - Do not use or believe expired v3 authority certificates. Patch
+ from Karsten. Bugfix in 0.2.0.x. Fixes bug 851.
o Minor features:
- Now NodeFamily and MyFamily config options allow spaces in
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2008-11-08 06:33:43 UTC (rev 17216)
+++ tor/trunk/configure.in 2008-11-08 06:43:32 UTC (rev 17217)
@@ -5,7 +5,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.6-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.7-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-11-08 06:33:43 UTC (rev 17216)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2008-11-08 06:43:32 UTC (rev 17217)
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.1.6-alpha-dev"
+!define VERSION "0.2.1.7-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-11-08 06:33:43 UTC (rev 17216)
+++ tor/trunk/src/win32/orconfig.h 2008-11-08 06:43:32 UTC (rev 17217)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.1.6-alpha-dev"
+#define VERSION "0.2.1.7-alpha"
More information about the tor-commits
mailing list