summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-01-18 19:13:24 -0500
committerRoger Dingledine <arma@torproject.org>2011-01-18 19:13:24 -0500
commit9bb947ea149908aa14d9ba7ec67e351da6471812 (patch)
treeecbfa59d2f914965b83aa9965f5cd48d5e675666
parent7699014e1e9e183d1fd840e59909bcf77ba3321b (diff)
parent8875a028a738b131a6dce33675ed90c5711ba1e0 (diff)
downloadtor-9bb947ea149908aa14d9ba7ec67e351da6471812.tar.gz
tor-9bb947ea149908aa14d9ba7ec67e351da6471812.zip
Merge branch 'maint-0.2.1' into maint-0.2.2
-rw-r--r--ReleaseNotes12
1 files changed, 6 insertions, 6 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 2da9e81b60..9562133095 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -52,12 +52,8 @@ Changes in version 0.2.1.29 - 2011-01-15
- Correctly handle the case where AutomapHostsOnResolve is set but
no virtual addresses are available. Fixes bug 2328; bugfix on
0.1.2.1-alpha. Bug found by doorss.
- - Correctly handle wrapping around to when we run out of virtual
- address space. Found by cypherpunks, bugfix on 0.2.0.5-alpha.
- - The 0.2.1.28 tarball was missing src/common/OpenBSD_malloc_Linux.c
- because we built it with a too-old version of automake. Thus that
- release broke ./configure --enable-openbsd-malloc, which is popular
- among really fast exit relays on Linux.
+ - Correctly handle wrapping around when we run out of virtual
+ address space. Found by cypherpunks; bugfix on 0.2.0.5-alpha.
o Minor features:
- Update to the January 1 2011 Maxmind GeoLite Country database.
@@ -67,6 +63,10 @@ Changes in version 0.2.1.29 - 2011-01-15
- Tor does not build packages correctly with Automake 1.6 and earlier;
added a check to Makefile.am to make sure that we're building with
Automake 1.7 or later.
+ - The 0.2.1.28 tarball was missing src/common/OpenBSD_malloc_Linux.c
+ because we built it with a too-old version of automake. Thus that
+ release broke ./configure --enable-openbsd-malloc, which is popular
+ among really fast exit relays on Linux.
Changes in version 0.2.1.28 - 2010-12-17