diff options
author | Roger Dingledine <arma@torproject.org> | 2012-08-05 02:16:03 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-08-05 02:16:03 -0400 |
commit | 24d7a06f04d701c4dd263b911906cb1e97672e99 (patch) | |
tree | da935a336c76048ace6791e390970b1148f0a03a | |
parent | eed0ac5109c1cdacef8f1e8a393b4cc993a796e8 (diff) | |
download | tor-0.2.3.20-rc.tar.gz tor-0.2.3.20-rc.zip |
give 0.2.3.20-rc a blurb tootor-0.2.3.20-rc
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ Changes in version 0.2.3.20-rc - 2012-08-05 + Tor 0.2.3.20-rc is the third release candidate for the Tor 0.2.3.x + series. It fixes a pair of code security bugs and a potential anonymity + issue, updates our RPM spec files, and cleans up other smaller issues. + o Security fixes: - Avoid read-from-freed-memory and double-free bugs that could occur when a DNS request fails while launching it. Fixes bug 6480; @@ -37,7 +41,6 @@ Changes in version 0.2.3.20-rc - 2012-08-05 - When disabling guards for having too high a proportion of failed circuits, make sure to look at each guard. Fixes bug 6397; bugfix on 0.2.3.17-beta. - - Fix some typos in the manpages. Patch from A. Costa. Fixes bug 6500. o Packaging (RPM): - Update our default RPM spec files to work with mock and rpmbuild @@ -54,6 +57,7 @@ Changes in version 0.2.3.20-rc - 2012-08-05 o Documentation: - Clarify the documentation for the Alternate*Authority options. Fixes bug 6387. + - Fix some typos in the manpages. Patch from A. Costa. Fixes bug 6500. o Code simplification and refactoring: - Do not use SMARTLIST_FOREACH for any loop whose body exceeds |