[tor-commits] [tor/release-0.2.1] catch up on changes files

arma at torproject.org arma at torproject.org
Mon Oct 24 06:35:00 UTC 2011


commit c55f586e3684bd864ec44285264a208102119c65
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Oct 24 02:34:29 2011 -0400

    catch up on changes files
---
 ChangeLog                            |   21 +++++++++++++++++++--
 changes/abandon-rend-circs-on-newnym |    8 --------
 changes/bug2574                      |    3 ---
 changes/bug4014                      |    3 ---
 changes/cid_428                      |    5 -----
 changes/cid_450                      |    5 -----
 changes/geoip-august2011             |    3 ---
 changes/geoip-july2011               |    3 ---
 changes/geoip-june2011               |    3 ---
 changes/geoip-october2011            |    3 ---
 changes/geoip-september2011          |    3 ---
 11 files changed, 19 insertions(+), 41 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8a74bcf..a174979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,12 @@ Changes in version 0.2.1.31 - 2011-05-??
     - Fix an assert in parsing router descriptors containing IPv6
       addresses. This one took down the directory authorities when
       somebody tried some experimental code. Bugfix on 0.2.1.3-alpha.
+    - Don't attach new streams to old rendezvous circuits after SIGNAL
+      NEWNYM. Previously, we would keep using an existing rendezvous
+      circuit if it remained open (i.e. if it were kept open by a
+      long-lived stream, or if a new stream were attached to it before
+      Tor could notice that it was old and no longer in use). Bugfix on
+      0.1.1.15-rc; fixes bug 3375.
 
   o Minor bugfixes (also included in 0.2.2.x):
     - When we restart our relay, we might get a successful connection
@@ -53,6 +59,14 @@ Changes in version 0.2.1.31 - 2011-05-??
       example due to a permissions change, between when we start up
       and when a controller calls SAVECONF. Fixes bug 3135; bugfix
       on 0.0.9pre6.
+    - 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.
 
   o Minor bugfixes (only in 0.2.1.x):
     - Resume using micro-version numbers in 0.2.1.x: our Debian packages
@@ -60,8 +74,11 @@ Changes in version 0.2.1.31 - 2011-05-??
     - Use git revisions instead of svn revisions when generating our
       micro-version numbers. Bugfix on 0.2.1.15-rc; fixes bug 2402.
 
-  o Minor features:
-    - Update to the May 1 2011 Maxmind GeoLite Country database.
+  o Minor features (also included in 0.2.2.x):
+    - Adjust the expiration time on our SSL session certificates to
+      better match SSL certs seen in the wild. Resolves ticket 4014.
+    - Allow nameservers with IPv6 address. Resolves bug 2574.
+    - Update to the October 4 2011 Maxmind GeoLite Country database.
 
 
 Changes in version 0.2.1.30 - 2011-02-23
diff --git a/changes/abandon-rend-circs-on-newnym b/changes/abandon-rend-circs-on-newnym
deleted file mode 100644
index 67cb2dc..0000000
--- a/changes/abandon-rend-circs-on-newnym
+++ /dev/null
@@ -1,8 +0,0 @@
-  o Security fixes:
-    - Don't attach new streams to old rendezvous circuits after SIGNAL
-      NEWNYM.  Previously, we would keep using an existing rendezvous
-      circuit if it remained open (i.e. if it were kept open by a
-      long-lived stream or if a new stream were attached to it before
-      Tor could notice that it was old and no longer in use and close
-      it).  Bugfix on 0.1.1.15-rc; fixes bug 3375.
-
diff --git a/changes/bug2574 b/changes/bug2574
deleted file mode 100644
index 5cf2dae..0000000
--- a/changes/bug2574
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Allow nameservers with IPv6 address. Fixes bug 2574.
-
diff --git a/changes/bug4014 b/changes/bug4014
deleted file mode 100644
index 9c20c6c..0000000
--- a/changes/bug4014
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Adjust the expiration time on our SSL session certificates to
-      better match SSL certs seen in the wild. Resolves ticket 4014.
diff --git a/changes/cid_428 b/changes/cid_428
deleted file mode 100644
index cb0fc8c..0000000
--- a/changes/cid_428
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - 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.
diff --git a/changes/cid_450 b/changes/cid_450
deleted file mode 100644
index 2045fca..0000000
--- a/changes/cid_450
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - 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.
diff --git a/changes/geoip-august2011 b/changes/geoip-august2011
deleted file mode 100644
index 6de8b0f..0000000
--- a/changes/geoip-august2011
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update to the August 2 2011 Maxmind GeoLite Country database.
-
diff --git a/changes/geoip-july2011 b/changes/geoip-july2011
deleted file mode 100644
index 7a9f119..0000000
--- a/changes/geoip-july2011
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update to the July 1 2011 Maxmind GeoLite Country database.
-
diff --git a/changes/geoip-june2011 b/changes/geoip-june2011
deleted file mode 100644
index 8cf011b..0000000
--- a/changes/geoip-june2011
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update to the June 1 2011 Maxmind GeoLite Country database.
-
diff --git a/changes/geoip-october2011 b/changes/geoip-october2011
deleted file mode 100644
index d5b6910..0000000
--- a/changes/geoip-october2011
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update to the October 4 2011 Maxmind GeoLite Country database.
-
diff --git a/changes/geoip-september2011 b/changes/geoip-september2011
deleted file mode 100644
index c41314b..0000000
--- a/changes/geoip-september2011
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update to the September 6 2011 Maxmind GeoLite Country database.
-



More information about the tor-commits mailing list