prepare for 0.2.1.9-alpha

svn:r17778
This commit is contained in:
Roger Dingledine 2008-12-25 20:32:49 +00:00
parent 2a42986c96
commit 20f964c6da
4 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
Changes in version 0.2.1.9-alpha - 2008-12-2? Changes in version 0.2.1.9-alpha - 2008-12-25
o Security fixes: o Security fixes:
- Never use a connection with a mismatched address to extend a - Never use a connection with a mismatched address to extend a
circuit, unless that connection is canonical. A canonical circuit, unless that connection is canonical. A canonical
@ -43,18 +43,18 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
- On platforms with a maximum syslog string length, truncate syslog - On platforms with a maximum syslog string length, truncate syslog
messages to that length ourselves, rather than relying on the messages to that length ourselves, rather than relying on the
system to do it for us. system to do it for us.
- Optimize out calls to time(NULL) that occur for every IO operation, or - Optimize out calls to time(NULL) that occur for every IO operation,
for every cell. On systems where time() is a slow syscalls, this will or for every cell. On systems where time() is a slow syscalls,
be slightly helpful. this will be slightly helpful.
- Exit servers can now answer resolve requests for ip6.arpa addresses. - Exit servers can now answer resolve requests for ip6.arpa addresses.
- When we download a descriptor that we then immediately (as a directory - When we download a descriptor that we then immediately (as
authority) reject, do not retry downloading it right away. Should a directory authority) reject, do not retry downloading it right
save some bandwidth on authorities. Fix for bug 888. Patch by away. Should save some bandwidth on authorities. Fix for bug
Sebastian Hahn. 888. Patch by Sebastian Hahn.
- When a download gets us zero good descriptors, do not notify Tor that - When a download gets us zero good descriptors, do not notify
new directory information has arrived. Tor that new directory information has arrived.
- Avoid some nasty corner cases in the logic for marking connections as - Avoid some nasty corner cases in the logic for marking connections
too old or obsolete or noncanonical for circuits. as too old or obsolete or noncanonical for circuits.
o Minor features (controller): o Minor features (controller):
- New CONSENSUS_ARRIVED event to note when a new consensus has - New CONSENSUS_ARRIVED event to note when a new consensus has
@ -88,9 +88,9 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
0.0.6pre1; also, do not stall hidden services because of 0.0.6pre1; also, do not stall hidden services because of
introduction points thrown away; bugfix on 0.2.1.7-alpha. Spotted introduction points thrown away; bugfix on 0.2.1.7-alpha. Spotted
by John Brooks. Patch by Karsten. Fixes bug 874. by John Brooks. Patch by Karsten. Fixes bug 874.
- Fix a memory leak when we decline to add a v2 rendezvous descriptor to - Fix a memory leak when we decline to add a v2 rendezvous
the cache because we already had a v0 descriptor with the same ID. descriptor to the cache because we already had a v0 descriptor
Bugfix on 0.2.0.18-alpha. with the same ID. Bugfix on 0.2.0.18-alpha.
o Deprecated and removed features: o Deprecated and removed features:
- RedirectExits has been removed. It was deprecated since - RedirectExits has been removed. It was deprecated since

View file

@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
dnl See LICENSE for licensing information dnl See LICENSE for licensing information
AC_INIT AC_INIT
AM_INIT_AUTOMAKE(tor, 0.2.1.8-alpha-dev) AM_INIT_AUTOMAKE(tor, 0.2.1.9-alpha)
AM_CONFIG_HEADER(orconfig.h) AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST AC_CANONICAL_HOST

View file

@ -9,7 +9,7 @@
!include "FileFunc.nsh" !include "FileFunc.nsh"
!insertmacro GetParameters !insertmacro GetParameters
!define VERSION "0.2.1.8-alpha-dev" !define VERSION "0.2.1.9-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe" !define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/" !define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE" !define LICENSE "LICENSE"

View file

@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT #define USING_TWOS_COMPLEMENT
/* Version number of package */ /* Version number of package */
#define VERSION "0.2.1.8-alpha-dev" #define VERSION "0.2.1.9-alpha"