[tor-commits] [tor/master] forward-port the 0.2.2.30-rc changelog

arma at torproject.org arma at torproject.org
Mon Jul 18 16:16:23 UTC 2011


commit 976027210bf13f359cef83cc0f4a35106b7926fa
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Jul 18 12:16:11 2011 -0400

    forward-port the 0.2.2.30-rc changelog
---
 ChangeLog |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 05a0587..9f9a545 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+Changes in version 0.2.2.30-rc - 2011-07-07
+  Tor 0.2.2.30-rc is the first release candidate for the Tor 0.2.2.x
+  series. It fixes a few smaller bugs, but generally appears stable.
+  Please test it and let us know whether it is!
+
+  o Minor bugfixes:
+    - Send a SUCCEEDED stream event to the controller when a reverse
+      resolve succeeded. Fixes bug 3536; bugfix on 0.0.8pre1. Issue
+      discovered by katmagic.
+    - Always NUL-terminate the sun_path field of a sockaddr_un before
+      passing it to the kernel. (Not a security issue: kernels are
+      smart enough to reject bad sockaddr_uns.) Found by Coverity;
+      CID #428. Bugfix on Tor 0.2.0.3-alpha.
+    - Don't stack-allocate the list of supplementary GIDs when we're
+      about to log them. Stack-allocating NGROUPS_MAX gid_t elements
+      could take up to 256K, which is way too much stack. Found by
+      Coverity; CID #450. Bugfix on 0.2.1.7-alpha.
+    - Add BUILDTIMEOUT_SET to the list returned by the 'GETINFO
+      events/names' control-port command. Bugfix on 0.2.2.9-alpha;
+      fixes part of bug 3465.
+    - Fix a memory leak when receiving a descriptor for a hidden
+      service we didn't ask for. Found by Coverity; CID #30. Bugfix
+      on 0.2.2.26-beta.
+
+  o Minor features:
+    - Update to the July 1 2011 Maxmind GeoLite Country database.
+
+
 Changes in version 0.2.2.29-beta - 2011-06-20
   Tor 0.2.2.29-beta reverts an accidental behavior change for users who
   have bridge lines in their torrc but don't want to use them; gets



More information about the tor-commits mailing list