[or-cvs] r8547: finish changelog for 0.1.1.24. it's ready, unless we find so (in tor/branches/tor-0_1_1-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Sat Sep 30 00:10:22 UTC 2006


Author: arma
Date: 2006-09-29 20:10:21 -0400 (Fri, 29 Sep 2006)
New Revision: 8547

Modified:
   tor/branches/tor-0_1_1-patches/ChangeLog
   tor/branches/tor-0_1_1-patches/configure.in
   tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in
   tor/branches/tor-0_1_1-patches/src/win32/orconfig.h
Log:
finish changelog for 0.1.1.24. it's ready, unless we find
something wrong real soon now.


Modified: tor/branches/tor-0_1_1-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_1-patches/ChangeLog	2006-09-29 22:59:59 UTC (rev 8546)
+++ tor/branches/tor-0_1_1-patches/ChangeLog	2006-09-30 00:10:21 UTC (rev 8547)
@@ -1,4 +1,4 @@
-Changes in version 0.1.1.24 - 2006-09-xx [ongoing]
+Changes in version 0.1.1.24 - 2006-09-29
   o Major bugfixes:
     - Allow really slow clients to not hang up five minutes into their
       directory downloads (suggested by Adam J. Richter).
@@ -6,11 +6,8 @@
       whether we have enough directory information every time we want to
       do something, only check when the directory information has changed.
       This should improve client CPU usage by 25-50%.
-    - If we're a directory mirror and we ask for "all" network status
-      documents, we would forget that's what we wanted and discard most
-      of them when they arrived.
-    - Don't crash if, after a server has been running for a while, it can't
-      resolve its hostname.
+    - Don't crash if, after a server has been running for a while,
+      it can't resolve its hostname.
 
   o Minor bugfixes:
     - Allow Tor to start when RunAsDaemon is set but no logs are set.
@@ -21,11 +18,15 @@
     - Fix configure.in to not produce broken configure files with
       more recent versions of autoconf. Thanks to Clint for his auto*
       voodoo.
-    - Fix NetBSD bug that could allow someone to force uninitialized RAM
-      to be sent to a server's DNS resolver. This only affects NetBSD and
-      other platforms that do not bounds-check tolower().
-    - Warn when using libevent 1.1a or earlier with win32 or kqueue
+    - Fix security bug on NetBSD that could allow someone to force
+      uninitialized RAM to be sent to a server's DNS resolver. This
+      only affects NetBSD and other platforms that do not bounds-check
+      tolower().
+    - Warn user when using libevent 1.1a or earlier with win32 or kqueue
       methods: these are known to be buggy.
+    - If we're a directory mirror and we ask for "all" network status
+      documents, we would discard status documents from authorities
+      we don't recognize.
 
 
 Changes in version 0.1.1.23 - 2006-07-30

Modified: tor/branches/tor-0_1_1-patches/configure.in
===================================================================
--- tor/branches/tor-0_1_1-patches/configure.in	2006-09-29 22:59:59 UTC (rev 8546)
+++ tor/branches/tor-0_1_1-patches/configure.in	2006-09-30 00:10:21 UTC (rev 8547)
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.23)
+AM_INIT_AUTOMAKE(tor, 0.1.1.24)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in
===================================================================
--- tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in	2006-09-29 22:59:59 UTC (rev 8546)
+++ tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in	2006-09-30 00:10:21 UTC (rev 8547)
@@ -31,7 +31,7 @@
 
 !include "MUI.nsh"
 
-!define VERSION "0.1.1.23"
+!define VERSION "0.1.1.24"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://tor.eff.org/"
 

Modified: tor/branches/tor-0_1_1-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_1_1-patches/src/win32/orconfig.h	2006-09-29 22:59:59 UTC (rev 8546)
+++ tor/branches/tor-0_1_1-patches/src/win32/orconfig.h	2006-09-30 00:10:21 UTC (rev 8547)
@@ -221,5 +221,5 @@
 #define HAVE_EVENT_H
 
 /* Version number of package */
-#define VERSION "0.1.1.23"
+#define VERSION "0.1.1.24"
 



More information about the tor-commits mailing list