summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-03 19:39:01 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-03 19:39:01 +0000
commit2c9d5a4ff8624818351cb40f6ab40b0ffe502a45 (patch)
tree23520990efbb840b6cd89fcf78f9e189ccffa731
parent613d5cffc2f9c7999daa660deed6b265674fc7be (diff)
downloadtor-2c9d5a4ff8624818351cb40f6ab40b0ffe502a45.tar.gz
tor-2c9d5a4ff8624818351cb40f6ab40b0ffe502a45.zip
concentrate changelog entry for 0.2.0.27-rc
svn:r14919
-rw-r--r--ChangeLog32
1 files changed, 12 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e3668b5e4..2a04ba72db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,33 +1,25 @@
-Changes in version 0.2.0.27-rc - 2008-05-??
+Changes in version 0.2.0.27-rc - 2008-06-03
o Major features:
- Include an IP-to-country GeoIP file in the tarball, so relays
and bridge relays can report sanitized summaries of the usage
they're seeing.
- o Minor features (controller):
+ o Minor features:
- Add a "PURPOSE=" argument to "STREAM NEW" events, as suggested by
Robert Hogan. Fixes the first part of bug 681.
-
- o Minor bugfixes (controller):
- - When tunneling an encrypted directory connection, and its first circuit
- fails do not leave it unattached and ask the controller to deal. Fixes
- the second part of bug 681.
-
- o Minor features:
- - Allow comments in geoip file.
- Make bridge authorities never serve extrainfo docs.
+ - Add support to detect Libevent versions in the 1.4.x series
+ on mingw.
+ - Fix build on gcc 4.3 with --enable-gcc-warnings set.
+ - Include a new contrib/tor-exit-notice.html file that exit relay
+ operators can put on their website to help reduce abuse queries.
o Minor bugfixes:
- - Make bridge authorities correctly clean extrainfo store from time to
- time.
-
- o New files:
- - A new contrib/tor-exit-notice.html file that exit relay operators
- can put on their website to help reduce abuse queries.
-
- o Minor features (build):
- - Add support to detect Libevent versions in the 1.4.x series on mingw.
- - Fix build on gcc 4.3 with --enable-gcc-warnings set.
+ - When tunneling an encrypted directory connection, and its first
+ circuit fails do not leave it unattached and ask the controller
+ to deal. Fixes the second part of bug 681.
+ - Make bridge authorities correctly clean extrainfo store from time
+ to time.
Changes in version 0.2.0.26-rc - 2008-05-13