summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-04-24 05:06:48 +0000
committerRoger Dingledine <arma@torproject.org>2007-04-24 05:06:48 +0000
commite35659f66b817c2b7f6400202661687723befb55 (patch)
tree12d604ed7e7178788d22b925fc002649c2bd8987
parent1fa6c65abe98ec600e447ca39be5211b307e5d67 (diff)
downloadtor-0.1.2.13.tar.gz
tor-0.1.2.13.zip
bump to 0.1.2.13tor-0.1.2.13
we're getting close! svn:r10015
-rw-r--r--ReleaseNotes8
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 10 insertions, 4 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 8eea2d6bc7..ec7f13644e 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -3,7 +3,12 @@ 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.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 @@ Changes in version 0.1.2.13 - 2007-04-xx
- 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
diff --git a/configure.in b/configure.in
index 230bc41d49..a552b55f8d 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
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
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 27b9e5d284..89a4480ffe 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -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/"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index adf6ed6e85..98f88845f0 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -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"