[or-cvs] r18212: {tor} bump to 0.2.0.33 (in tor/branches/tor-0_2_0-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Wed Jan 21 17:37:50 UTC 2009


Author: arma
Date: 2009-01-21 12:37:50 -0500 (Wed, 21 Jan 2009)
New Revision: 18212

Modified:
   tor/branches/tor-0_2_0-patches/ChangeLog
   tor/branches/tor-0_2_0-patches/configure.in
   tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
   tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
Log:
bump to 0.2.0.33


Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2009-01-21 15:43:08 UTC (rev 18211)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2009-01-21 17:37:50 UTC (rev 18212)
@@ -1,4 +1,8 @@
-Changes in version 0.2.0.33 - 2009-01-??
+Changes in version 0.2.0.33 - 2009-01-21
+  o Security fixes:
+    - Fix a heap-corruption bug that may be remotely triggerable on
+      some platforms. Reported by Ilja van Sprundel.
+
   o Major bugfixes:
     - When a stream at an exit relay is in state "resolving" or
       "connecting" and it receives an "end" relay cell, the exit relay

Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in	2009-01-21 15:43:08 UTC (rev 18211)
+++ tor/branches/tor-0_2_0-patches/configure.in	2009-01-21 17:37:50 UTC (rev 18212)
@@ -5,7 +5,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.32-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.33)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2009-01-21 15:43:08 UTC (rev 18211)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2009-01-21 17:37:50 UTC (rev 18212)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.32-dev"
+!define VERSION "0.2.0.33"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"

Modified: tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2009-01-21 15:43:08 UTC (rev 18211)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2009-01-21 17:37:50 UTC (rev 18212)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.32-dev"
+#define VERSION "0.2.0.33"
 
 



More information about the tor-commits mailing list