summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-28 11:17:47 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-28 11:17:47 +0000
commit105ac3a1da998008bb414a2e53b857f7597889f6 (patch)
treecb589be646a28f51b545e77e126f8bb67e47c45c
parent3e8a1707e98c9edbc582f59be4194d3321cc6e83 (diff)
downloadtor-105ac3a1da998008bb414a2e53b857f7597889f6.tar.gz
tor-105ac3a1da998008bb414a2e53b857f7597889f6.zip
bump stable to 0.1.2.18, and schedule it for today.
svn:r12249
-rw-r--r--ChangeLog16
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 12 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb134f6ee..2161fb9ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.2.18 - 2007-10-??
+Changes in version 0.1.2.18 - 2007-10-28
o Major bugfixes (crashes):
- If a connection is shut down abruptly because of something that
happened inside connection_flushed_some(), do not call
@@ -8,10 +8,7 @@ Changes in version 0.1.2.18 - 2007-10-??
- Fix possible segfaults in functions called from
rend_process_relay_cell().
- o Major bugfixes (other):
- - Stop publishing a new server descriptor just because we get a
- HUP signal. This led (in a roundabout way) to some servers getting
- dropped from the networkstatus lists for a few hours each day.
+ o Major bugfixes (hidden services):
- Hidden services were choosing introduction points uniquely by
hexdigest, but when constructing the hidden service descriptor
they merely wrote the (potentially ambiguous) nickname.
@@ -19,6 +16,11 @@ Changes in version 0.1.2.18 - 2007-10-??
connections: they specify their chosen rendezvous point by identity
digest rather than by (potentially ambiguous) nickname. These
changes could speed up hidden service connections dramatically.
+
+ o Major bugfixes (other):
+ - Stop publishing a new server descriptor just because we get a
+ HUP signal. This led (in a roundabout way) to some servers getting
+ dropped from the networkstatus lists for a few hours each day.
- When looking for a circuit to cannibalize, consider family as well
as identity. Fixes bug 438. Bugfix on 0.1.0.x (which introduced
circuit cannibalization).
@@ -55,8 +57,8 @@ Changes in version 0.1.2.18 - 2007-10-??
- It's not actually an error to find a non-pending entry in the DNS
cache when canceling a pending resolve. Don't log unless stuff
is fishy. Resolves bug 463.
- - Don't reset trusted dir server list when we set a configuration option.
- (Patch from Robert Hogan.)
+ - Don't reset trusted dir server list when we set a configuration
+ option. Patch from Robert Hogan.
Changes in version 0.1.2.17 - 2007-08-30
diff --git a/configure.in b/configure.in
index 37a9bb5c8d..601f01f2b3 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.17-dev)
+AM_INIT_AUTOMAKE(tor, 0.1.2.18)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 09557caec6..86f056e800 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.17-dev"
+!define VERSION "0.1.2.18"
!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 a92d9f8fca..876086d1dc 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.17-dev"
+#define VERSION "0.1.2.18"