]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.1.7-alpha tor-0.2.1.7-alpha
authorRoger Dingledine <arma@torproject.org>
Sat, 8 Nov 2008 06:43:32 +0000 (06:43 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 8 Nov 2008 06:43:32 +0000 (06:43 +0000)
svn:r17217

ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 8273e92826387f08db5fa71b8715effa512d34d9..8c9e8c416d4b93151209c0402c40ee986b510bf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 @@ Changes in version 0.2.1.7-alpha - 2008-11-07
       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
index 878a8da97ff0b311d52ad5490d6d93c616f5dbc0..5b5886b5df039c618eb05699da544a423400fcb3 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 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
index 988f71f96a20a65c72217f4f46d1974cb64f599e..3ec5399efa5a6773c5520f4cdcd4a930a2b5e3af 100644 (file)
@@ -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"
index 47684be4d1ed3ed2e2985fa579877633523d87d1..0fe88be1df8587eb795dd5d03e4c1a02360fb683 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.6-alpha-dev"
+#define VERSION "0.2.1.7-alpha"