commit ed4653905022ee8544dbe576fa29a85e230bfa93 Author: Nick Mathewson nickm@torproject.org Date: Wed Dec 14 16:01:33 2011 -0500
Merge changes files for 0.2.2.35; start work on a blurb --- ChangeLog | 26 +++++++++++++++++++++++--- changes/bug4529 | 5 ----- changes/bug4530 | 6 ------ changes/bug4531 | 4 ---- changes/bug4535 | 3 --- changes/geoip-december2011 | 3 --- 6 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 08fda38..a8f677b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ -Changes in version 0.2.2.35 - 2011-11-?? +Changes in version 0.2.2.35 - 2011-12-1?
- Formalize end-of-life for 0.2.0. + Tor 0.2.2.35 fixes several bugs in previous versions, including + crash bugs for unusual configurations, and a long-term bug that + would that would prevent Tor from starting on Windows machines with + draconian AV software. + + With this release, we remind everyone that 0.2.0.x has reached its + formal end-of-life. Those Tor versions have many known flaws, and + nobody should be using them. You should upgrade--ideally to the + 0.2.2.x series. If you're using a Linux or BSD and its packages are + obsolete, stop using those packages and upgrade anyway.
o Major bugfixes: - Initialize Libevent with the EVENT_BASE_FLAG_NOLOCK flag enabled, so @@ -55,6 +64,17 @@ Changes in version 0.2.2.35 - 2011-11-?? in ExcludeNodes. Fixes bug 4383; bugfix on 0.2.2.25-alpha. - Backport fixes for a pair of compilation warnings on Windows. Fixes bug 4521; bugfix on 0.2.2.28-beta and on 0.2.2.29-beta. + - If we had ever tried to call tor_addr_to_str on an address of + unknown type, we would have done a strdup on an uninitialized + buffer. Now we won't. Fixes bug 4529; bugfix on 0.2.1.3-alpha. + Reported by "troll_un". + - Correctly detect and handle transient lookup failures from + tor_addr_lookup. Fixes bug 4530; bugfix on 0.2.1.5-alpha. + Reported by "troll_un". + - Fix null-pointer access that could occur if TLS allocation failed. + Fixes bug 4531; bugfix on 0.2.0.20-rc. Found by "troll_un". + - Use tor_socket_t type for listener argument to accept(). Fixes bug + 4535; bugfix on 0.2.2.28-beta. Found by "troll_un".
o Minor features: - Add two new config options for directory authorities: @@ -67,7 +87,7 @@ Changes in version 0.2.2.35 - 2011-11-?? include the hidden service's directory in the warning message. Previously, we would only tell the user that some hidden service was ignored. Bugfix on 0.0.6; fixes bug 4426. - - Update to the November 1 2011 Maxmind GeoLite Country database. + - Update to the December 6 2011 Maxmind GeoLite Country database.
o Packaging changes: - Make it easier to automate expert package builds on Windows, diff --git a/changes/bug4529 b/changes/bug4529 deleted file mode 100644 index 89d10b2..0000000 --- a/changes/bug4529 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bufixes: - - If we had ever tried to call tor_addr_to_str on an address of - unknown type, we would have done a strdup on an uninitialized - buffer. Now we won't. Fixes bug 4529; bugfix on 0.2.1.3-alpha. - Reported by "troll_un". diff --git a/changes/bug4530 b/changes/bug4530 deleted file mode 100644 index 7cd4726..0000000 --- a/changes/bug4530 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes: - - - Correctly detect and handle transient lookup failures from - tor_addr_lookup. Fixes bug 4530; bugfix on 0.2.1.5-alpha. - Reported by "troll_un". - diff --git a/changes/bug4531 b/changes/bug4531 deleted file mode 100644 index 6209f9a..0000000 --- a/changes/bug4531 +++ /dev/null @@ -1,4 +0,0 @@ - o Major bugfixes: - - Fix null-pointer access that could occur if TLS allocation failed. - Fixes bug 4531; bugfix on 0.2.0.20-rc. Found by "troll_un". - diff --git a/changes/bug4535 b/changes/bug4535 deleted file mode 100644 index 57ced29..0000000 --- a/changes/bug4535 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes: - - Use tor_socket_t type for listener argument to accept(). Fixes bug - 4535; bugfix on 0.2.2.28-beta. Found by "troll_un". diff --git a/changes/geoip-december2011 b/changes/geoip-december2011 deleted file mode 100644 index 82a708d..0000000 --- a/changes/geoip-december2011 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Update to the December 6 2011 Maxmind GeoLite Country database. -
tor-commits@lists.torproject.org