[or-cvs] r13046: bump stable to 0.1.2.18-dev; we should put out a 0.1.2.19 so (in tor/branches/tor-0_1_2-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Mon Jan 7 07:54:49 UTC 2008


Author: arma
Date: 2008-01-07 02:54:48 -0500 (Mon, 07 Jan 2008)
New Revision: 13046

Modified:
   tor/branches/tor-0_1_2-patches/ChangeLog
   tor/branches/tor-0_1_2-patches/configure.in
   tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in
   tor/branches/tor-0_1_2-patches/src/win32/orconfig.h
Log:
bump stable to 0.1.2.18-dev; we should put out a 0.1.2.19 soon.


Modified: tor/branches/tor-0_1_2-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_2-patches/ChangeLog	2008-01-06 23:37:48 UTC (rev 13045)
+++ tor/branches/tor-0_1_2-patches/ChangeLog	2008-01-07 07:54:48 UTC (rev 13046)
@@ -1,4 +1,4 @@
-Changes in version 0.1.2.19 - 2007-??-??
+Changes in version 0.1.2.19 - 2008-01-??
   o Security fixes:
     - Exit policies now reject connections that are addressed to a
       relay's public (external) IP address too, unless
@@ -16,6 +16,9 @@
     - Stop thinking that 0.1.2.x directory servers can handle "begin_dir"
       requests. Should ease bugs 406 and 419 where 0.1.2.x relays are
       crashing or mis-answering these requests.
+    - When we decide to send a 503 response to a request for servers, do
+      not then also send the server descriptors: this defeats the whole
+      purpose. Fixes bug 539.
 
   o Minor bugfixes:
     - Changing the ExitPolicyRejectPrivate setting should cause us to
@@ -26,9 +29,6 @@
     - Fix a couple of hard-to-trigger autoconf problems that could result
       in really weird results on platforms whose sys/types.h files define
       nonstandard integer types.
-    - When we decide to send a 503 response to a request for servers, do
-      not then also send the server descriptors: this defeats the whole
-      purpose.  Fixes bug 539.
     - Don't try to create the datadir when running --verify-config or
       --hash-password. Resolves bug 540.
 

Modified: tor/branches/tor-0_1_2-patches/configure.in
===================================================================
--- tor/branches/tor-0_1_2-patches/configure.in	2008-01-06 23:37:48 UTC (rev 13045)
+++ tor/branches/tor-0_1_2-patches/configure.in	2008-01-07 07:54:48 UTC (rev 13046)
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.18)
+AM_INIT_AUTOMAKE(tor, 0.1.2.18-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in	2008-01-06 23:37:48 UTC (rev 13045)
+++ tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in	2008-01-07 07:54:48 UTC (rev 13046)
@@ -5,7 +5,7 @@
 ;
 !include "MUI.nsh"
 
-!define VERSION "0.1.2.18"
+!define VERSION "0.1.2.18-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 

Modified: tor/branches/tor-0_1_2-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_1_2-patches/src/win32/orconfig.h	2008-01-06 23:37:48 UTC (rev 13045)
+++ tor/branches/tor-0_1_2-patches/src/win32/orconfig.h	2008-01-07 07:54:48 UTC (rev 13046)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.1.2.18"
+#define VERSION "0.1.2.18-dev"
 
 



More information about the tor-commits mailing list