[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10015: bump to 0.1.2.13 we're getting close! (in tor/branches/tor-0_1_2-patches: . contrib src/win32)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r10015: bump to 0.1.2.13 we're getting close! (in tor/branches/tor-0_1_2-patches: . contrib src/win32)
- From: arma@xxxxxxxx
- Date: Tue, 24 Apr 2007 01:06:53 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 24 Apr 2007 01:07:08 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2007-04-24 01:06:48 -0400 (Tue, 24 Apr 2007)
New Revision: 10015
Modified:
tor/branches/tor-0_1_2-patches/ReleaseNotes
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 to 0.1.2.13
we're getting close!
Modified: tor/branches/tor-0_1_2-patches/ReleaseNotes
===================================================================
--- tor/branches/tor-0_1_2-patches/ReleaseNotes 2007-04-24 05:04:21 UTC (rev 10014)
+++ tor/branches/tor-0_1_2-patches/ReleaseNotes 2007-04-24 05:06:48 UTC (rev 10015)
@@ -3,7 +3,12 @@
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.1.2.13 - 2007-04-xx
+Changes in version 0.1.2.13 - 2007-04-24
+
+Tor 0.1.2.13 is released in memory of Rob Levin (1955-2006), aka lilo
+of the Freenode IRC network, remembering his patience and vision for
+free speech on the Internet.
+
o Major features, client performance:
- Weight directory requests by advertised bandwidth. Now we can
let servers enable write limiting but still allow most clients to
@@ -219,6 +224,7 @@
- Mask out all signals in sub-threads; only the libevent signal
handler should be processing them. This should prevent some crashes
on some machines using pthreads. (Patch from coderman.)
+ - Disable kqueue on OS X 10.3 and earlier, to fix bug 371.
o Major fixes, anonymity/security:
- Automatically avoid picking more than one node from the same
Modified: tor/branches/tor-0_1_2-patches/configure.in
===================================================================
--- tor/branches/tor-0_1_2-patches/configure.in 2007-04-24 05:04:21 UTC (rev 10014)
+++ tor/branches/tor-0_1_2-patches/configure.in 2007-04-24 05:06:48 UTC (rev 10015)
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.2.12-rc)
+AM_INIT_AUTOMAKE(tor, 0.1.2.13)
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 2007-04-24 05:04:21 UTC (rev 10014)
+++ tor/branches/tor-0_1_2-patches/contrib/tor-mingw.nsi.in 2007-04-24 05:06:48 UTC (rev 10015)
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.1.2.12-rc"
+!define VERSION "0.1.2.13"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
Modified: tor/branches/tor-0_1_2-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_1_2-patches/src/win32/orconfig.h 2007-04-24 05:04:21 UTC (rev 10014)
+++ tor/branches/tor-0_1_2-patches/src/win32/orconfig.h 2007-04-24 05:06:48 UTC (rev 10015)
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.1.2.12-rc"
+#define VERSION "0.1.2.13"