Browse Source

fold in changes entries

Roger Dingledine 14 years ago
parent
commit
cbdefc70fc
5 changed files with 14 additions and 19 deletions
  1. 14 0
      ChangeLog
  2. 0 5
      changes/bug4299
  3. 0 4
      changes/bug4331
  4. 0 5
      changes/bug4340
  5. 0 5
      changes/bug4343

+ 14 - 0
ChangeLog

@@ -1,3 +1,17 @@
+Changes in version 0.2.3.7-alpha - 2011-10-??
+  o Major bugfix:
+    - Do not process cells on a marked-for-close connection. We previously
+      avoided this by not calling read handlers on marked connections, but
+      that's not adequate for the case when cells are very small. Fixes
+      bug 4299; bugfix on 0.2.0.20-rc which first made small cells possible.
+    - Fix a double-free bug that would occur when we received an invalid
+      certificate in a CERT cell in the new v3 handshake. Fixes bug 4343;
+      bugfix on 0.2.3.6-alpha.
+
+  o Trivial fixes:
+    - Fixed a typo in a hibernation-related log message. Fixes bug 4331;
+      bugfix on 0.2.2.23-alpha; found by "tmpname0901".
+
 Changes in version 0.2.3.6-alpha - 2011-10-26
 Changes in version 0.2.3.6-alpha - 2011-10-26
   Tor 0.2.3.6-alpha includes the fix from 0.2.2.34 for a critical
   Tor 0.2.3.6-alpha includes the fix from 0.2.2.34 for a critical
   anonymity vulnerability where an attacker can deanonymize Tor
   anonymity vulnerability where an attacker can deanonymize Tor

+ 0 - 5
changes/bug4299

@@ -1,5 +0,0 @@
-  o Major bugfix:
-    - Do not process cells on a marked-for-close connection. We previously
-      avoided this by not calling read handlers on marked connections, but
-      that's not adequate for the case when cells are very small. Fixes
-      bug 4299; bugfix on 0.2.0.20-rc which first made small cells possible.

+ 0 - 4
changes/bug4331

@@ -1,4 +0,0 @@
-  o Trivial fixes:
-    - Fixed a typo in a hibernation-related log message. Fixes bug 4331;
-      bugfix on 0.2.2.23-alpha; found by "tmpname0901".
-

+ 0 - 5
changes/bug4340

@@ -1,5 +0,0 @@
-  o Major bugfixes:
-    - Don't crash when we're running as a relay and don't have a geoip
-    file. Bugfix on tor-0.2.2.34; fixes bug 4340. This backports a fix
-    we've had in master already.
-

+ 0 - 5
changes/bug4343

@@ -1,5 +0,0 @@
-  o Major bugfixes:
-    - Fix a double-free bug that would occur when we received an invalid
-      certificate in a CERT cell in the new v3 handshake. Fixes bug 4343;
-      bugfix on 0.2.3.6-alpha.
-