summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-04-05 21:34:30 -0400
committerRoger Dingledine <arma@torproject.org>2012-04-05 21:34:30 -0400
commitaa0c10611beb4c275f41d0b43216750f7757b325 (patch)
tree09cf3413add354dd0a38389784392265f1c82b58
parent14e3900393106a7544df1e377db507b40f8e86f3 (diff)
downloadtor-aa0c10611beb4c275f41d0b43216750f7757b325.tar.gz
tor-aa0c10611beb4c275f41d0b43216750f7757b325.zip
synchronize changelog stanzas with the way master said it
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f3c9e84d20..b4a75be7cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.2.36 - 2012-01-0?
+Changes in version 0.2.2.36 - 2012-04-??
o Major security workaround:
- When building or running with any version of OpenSSL earlier
than 0.9.8s or 1.0.0f, disable SSLv3 support. These OpenSSL
@@ -16,8 +16,8 @@ Changes in version 0.2.2.36 - 2012-01-0?
- Correct our replacements for the timeradd() and timersub() functions
on platforms that lack them (for example, Windows). The timersub()
function is used when expiring circuits, while timeradd() is
- currently unused. Bug report and patch by Vektor. Bugfix on
- 0.2.2.24-alpha; fixes bug 4778.
+ currently unused. Bug report and patch by Vektor. Fixes bug 4778;
+ bugfix on 0.2.2.24-alpha and 0.2.3.1-alpha.
o Minor bugfixes:
- Older Linux kernels erroneously respond to strange nmap behavior
@@ -31,9 +31,9 @@ Changes in version 0.2.2.36 - 2012-01-0?
controlsocket. Fixes bug 4803; bugfix on 0.2.2.26-beta.
o Minor features:
- - Directory servers now reject versions of Tor older than 0.2.1.30,
- and Tor versions between 0.2.2.1-alpha and 0.2.2.20-alpha
- (inclusive). These versions accounted for only a small fraction of
+ - Directory authorities now reject versions of Tor older than
+ 0.2.1.30, and Tor versions between 0.2.2.1-alpha and 0.2.2.20-alpha
+ inclusive. These versions accounted for only a small fraction of
the Tor network, and have numerous known security issues. Resolves
issue 4788.
- Update to the January 3 2012 Maxmind GeoLite Country database.