]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
blurb and version bump for 0.2.3.7-alpha tor-0.2.3.7-alpha
authorRoger Dingledine <arma@torproject.org>
Sun, 30 Oct 2011 22:39:49 +0000 (18:39 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 30 Oct 2011 22:39:49 +0000 (18:39 -0400)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 51983503ec6ab9d3dbf60a287246c15b4450593d..bedd216c4a057f9d5aab50ab16b0889c75b21d41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 Changes in version 0.2.3.7-alpha - 2011-10-30
+  Tor 0.2.3.7-alpha fixes a crash bug in 0.2.3.6-alpha introduced by
+  the new v3 handshake. It also resolves yet another bridge address
+  enumeration issue.
+
   o Major bugfixes:
     - If we mark an OR connection for close based on a cell we process,
       don't process any further cells on it. We already avoid further
index df5551c2b2ceadc8c2f0027a11cdf363068d5d5a..17f5c8d5e3d888c454fd478592d49dec4924b5c3 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.3.6-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.3.7-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index fceb087dc1b286413a4e93134cc421fbf95ec99a..eadae39eefe06b10ba756cab6ea17242639c78c8 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.3.6-alpha-dev"
+!define VERSION "0.2.3.7-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a0b66f14703919fea2cd7c8a9edd2b85a9fbff5d..7460d4fb94db18dfd462abf9a1f62c76a14cae9e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.3.6-alpha-dev"
+#define VERSION "0.2.3.7-alpha"