[or-cvs] [tor/master] bump to 0.2.1.21 so we can release

nickm at torproject.org nickm at torproject.org
Sat Jan 16 21:30:38 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Mon, 21 Dec 2009 03:22:49 -0500
Subject: bump to 0.2.1.21 so we can release
Commit: 5201e05fc55d479d95a8b908f6c33d2b88eee26c

---
 ChangeLog                |   17 +++++++++++------
 ReleaseNotes             |   27 +++++++++++++++++++++++++++
 configure.in             |    2 +-
 contrib/tor-mingw.nsi.in |    2 +-
 src/win32/orconfig.h     |    2 +-
 5 files changed, 41 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9f7bc41..cf6afcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
-Changes in Version 0.2.1.21 - 20??-??-??
+Changes in version 0.2.1.21 - 2009-12-21
+  Tor 0.2.1.21 fixes an incompatibility with the most recent OpenSSL
+  library. If you use Tor on Linux / Unix and you're getting SSL
+  renegotiation errors, upgrading should help. We also recommend an
+  upgrade if you're an exit relay.
+
   o Major bugfixes:
     - Work around a security feature in OpenSSL 0.9.8l that prevents our
-      handshake from working unless we explicitly tell OpenSSL that we are
-      using SSL renegotiation safely.  We are, of course, but OpenSSL
+      handshake from working unless we explicitly tell OpenSSL that we
+      are using SSL renegotiation safely. We are, of course, but OpenSSL
       0.9.8l won't work unless we say we are.
     - Avoid crashing if the client is trying to upload many bytes and the
       circuit gets torn down at the same time, or if the flip side
@@ -10,14 +15,14 @@ Changes in Version 0.2.1.21 - 20??-??-??
 
   o Minor bugfixes:
     - Do not refuse to learn about authority certs and v2 networkstatus
-      documents that are older than the latest consensus.  This bug might
-      have degraded client bootstrapping.  Bugfix on 0.2.0.10-alpha.
+      documents that are older than the latest consensus. This bug might
+      have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
       Spotted and fixed by xmux.
     - Fix a couple of very-hard-to-trigger memory leaks, and one hard-to-
       trigger platform-specific option misparsing case found by Coverity
       Scan.
     - Fix a compilation warning on Fedora 12 by removing an impossible-to-
-      trigger assert.  Fixes bug 1173.
+      trigger assert. Fixes bug 1173.
 
 
 Changes in version 0.2.1.20 - 2009-10-15
diff --git a/ReleaseNotes b/ReleaseNotes
index a93a56d..7e11940 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -3,6 +3,33 @@ This document summarizes new features and bugfixes in each stable release
 of Tor. If you want to see more detailed descriptions of the changes in
 each development snapshot, see the ChangeLog file.
 
+Changes in version 0.2.1.21 - 2009-12-21
+  Tor 0.2.0.21 fixes an incompatibility with the most recent OpenSSL
+  library. If you use Tor on Linux / Unix and you're getting SSL
+  renegotiation errors, upgrading should help. We also recommend an
+  upgrade if you're an exit relay.
+
+  o Major bugfixes:
+    - Work around a security feature in OpenSSL 0.9.8l that prevents our
+      handshake from working unless we explicitly tell OpenSSL that we
+      are using SSL renegotiation safely. We are, of course, but OpenSSL
+      0.9.8l won't work unless we say we are.
+    - Avoid crashing if the client is trying to upload many bytes and the
+      circuit gets torn down at the same time, or if the flip side
+      happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150.
+
+  o Minor bugfixes:
+    - Do not refuse to learn about authority certs and v2 networkstatus
+      documents that are older than the latest consensus. This bug might
+      have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
+      Spotted and fixed by xmux.
+    - Fix a couple of very-hard-to-trigger memory leaks, and one hard-to-
+      trigger platform-specific option misparsing case found by Coverity
+      Scan.
+    - Fix a compilation warning on Fedora 12 by removing an impossible-to-
+      trigger assert. Fixes bug 1173.
+
+
 Changes in version 0.2.1.20 - 2009-10-15
   Tor 0.2.1.20 fixes a crash bug when you're accessing many hidden
   services at once, prepares for more performance improvements, and
diff --git a/configure.in b/configure.in
index ce3b0a3..35a8337 100644
--- a/configure.in
+++ b/configure.in
@@ -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.20)
+AM_INIT_AUTOMAKE(tor, 0.2.1.21)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 7644d24..ee3f51e 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.20"
+!define VERSION "0.2.1.21"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index dc049bf..372ebfc 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -226,6 +226,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.20"
+#define VERSION "0.2.1.21"
 
 
-- 
1.6.5



More information about the tor-commits mailing list