[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] bump to 0.2.2.13-alpha
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
Date: Sat, 24 Apr 2010 05:43:43 -0400
Subject: bump to 0.2.2.13-alpha
Commit: feb8c1b5f67f2c6f4ffe049236e958d26ca5b376
---
ChangeLog | 21 +++++++++++----------
configure.in | 2 +-
contrib/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
4 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index eece4f7..bba44bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,18 @@
Changes in version 0.2.2.13-alpha - 2010-04-24
o Major bugfixes:
- - Relays now close idle circuits early if it looks like they were
- intended for directory fetches. Relays are also more aggressive
- about closing TLS connections that have no circuits on them. Such
- circuits are unlikely to be re-used, and tens of thousands of them
- were piling up at the fast relays, causing the relays to run out
- of sockets and memory. Bugfix on 0.2.0.22-rc (where clients started
- tunneling their directory fetches over TLS).
+ - Teach relays to defend themselves from connection overload. Relays
+ now close idle circuits early if it looks like they were intended
+ for directory fetches. Relays are also more aggressive about closing
+ TLS connections that have no circuits on them. Such circuits are
+ unlikely to be re-used, and tens of thousands of them were piling
+ up at the fast relays, causing the relays to run out of sockets
+ and memory. Bugfix on 0.2.0.22-rc (where clients started tunneling
+ their directory fetches over TLS).
o Minor features:
- - Finally get rid of the deprecated and now harmful notion of
- "clique mode", where directory authorities maintain TLS connections
- to every other relay.
+ - Finally get rid of the deprecated and now harmful notion of "clique
+ mode", where directory authorities maintain TLS connections to
+ every other relay.
- Directory authorities now do an immediate reachability check as soon
as they hear about a new relay. This change should slightly reduce
the time between setting up a relay and getting listed as running
diff --git a/configure.in b/configure.in
index 6e1fbe2..da2fd3e 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.12-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.2.13-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index b213083..3c1e9a7 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.2.12-alpha-dev"
+!define VERSION "0.2.2.13-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 201f4f5..9ebe2ab 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -226,5 +226,5 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.2.12-alpha-dev"
+#define VERSION "0.2.2.13-alpha"
--
1.6.5