bump to 0.2.1.11-alpha, clean up changelog

svn:r18192
This commit is contained in:
Roger Dingledine 2009-01-20 23:33:04 +00:00
parent 5a52c7a70c
commit 3c668245b7
5 changed files with 17 additions and 11 deletions

View File

@ -1,4 +1,8 @@
Changes in version 0.2.1.11-alpha - 2009-01-?? Changes in version 0.2.1.11-alpha - 2009-01-20
o Security fixes:
- Fix a heap-corruption bug that may be remotely triggerable on
some platforms. Reported by Ilja van Sprundel.
o Major bugfixes: o Major bugfixes:
- Discard router descriptors as we load them if they are more than - Discard router descriptors as we load them if they are more than
five days old. Otherwise if Tor is off for a long time and then five days old. Otherwise if Tor is off for a long time and then
@ -14,8 +18,8 @@ Changes in version 0.2.1.11-alpha - 2009-01-??
for bug 905. Bugfix on 0.2.1.7-alpha. for bug 905. Bugfix on 0.2.1.7-alpha.
- Add a new --enable-local-appdata configuration switch to change - Add a new --enable-local-appdata configuration switch to change
the default location of the datadir on win32 from APPDATA to the default location of the datadir on win32 from APPDATA to
LOCAL_APPDATA. In the future, we should migrate entirely. Patch LOCAL_APPDATA. In the future, we should migrate to LOCAL_APPDATA
from coderman. entirely. Patch from coderman.
o Minor bugfixes: o Minor bugfixes:
- Make outbound DNS packets respect the OutboundBindAddress setting. - Make outbound DNS packets respect the OutboundBindAddress setting.
@ -24,7 +28,7 @@ Changes in version 0.2.1.11-alpha - 2009-01-??
cell back), avoid using that OR connection anymore, and also cell back), avoid using that OR connection anymore, and also
tell all the one-hop directory requests waiting for it that they tell all the one-hop directory requests waiting for it that they
should fail. Bugfix on 0.2.1.3-alpha. should fail. Bugfix on 0.2.1.3-alpha.
- In the torify(1) manpage mention that tsocks will leak your - In the torify(1) manpage, mention that tsocks will leak your
DNS requests. DNS requests.
@ -58,7 +62,7 @@ Changes in version 0.2.1.10-alpha - 2009-01-06
- Update to the "December 19 2008" ip-to-country file. - Update to the "December 19 2008" ip-to-country file.
o Minor bugfixes (on 0.2.0.x): o Minor bugfixes (on 0.2.0.x):
- Authorities now list vote for the Stable flag for any router whose - Authorities now vote for the Stable flag for any router whose
weighted MTBF is at least 5 days, regardless of the mean MTBF. weighted MTBF is at least 5 days, regardless of the mean MTBF.
- Do not remove routers as too old if we do not have any consensus - Do not remove routers as too old if we do not have any consensus
document. Bugfix on 0.2.0.7-alpha. document. Bugfix on 0.2.0.7-alpha.

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.10-alpha-dev) AM_INIT_AUTOMAKE(tor, 0.2.1.11-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.10-alpha-dev" !define VERSION "0.2.1.11-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

@ -346,6 +346,8 @@ R - bridge communities (revive proposal 128)
- Split TLS across multiple cores - Split TLS across multiple cores
- "In the future, we should migrate to LOCAL_APPDATA entirely."
- Use more mid-level and high-level libevent APIs - Use more mid-level and high-level libevent APIs
- For dns? - For dns?
- For http? - For http?

View File

@ -226,6 +226,6 @@
#define USING_TWOS_COMPLEMENT #define USING_TWOS_COMPLEMENT
/* Version number of package */ /* Version number of package */
#define VERSION "0.2.1.10-alpha-dev" #define VERSION "0.2.1.11-alpha"