[tor-commits] [tor/master] fold in more changes entries

arma at torproject.org arma at torproject.org
Mon Nov 21 23:04:13 UTC 2011


commit c9f24edb13faf17dc314be51127736acfc3de17a
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Nov 21 18:04:01 2011 -0500

    fold in more changes entries
---
 ChangeLog       |    7 +++++++
 changes/bug3963 |    5 -----
 changes/bug4360 |    3 ---
 changes/bug4521 |    3 ---
 4 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fada7d8..8efc379 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@ Changes in version 0.2.3.8-alpha - 2011-11-21
       by Anders Sundman.
     - Fix parsing of some corner-cases with tor_inet_pton(). Fixes
       bug 4515; bugfix on 0.2.0.1-alpha; fix by Anders Sundman.
+    - When configuring, starting, or stopping an NT service, stop
+      immediately after the service configuration attempt has succeeded
+      or failed. Fixes bug 3963; bugfix on 0.2.0.7-alpha.
     - When sending a NETINFO cell, include the original address
       received for the other side, not its canonical address. Found
       by "troll_un"; fixes bug 4349; bugfix on 0.2.0.10-alpha.
@@ -57,6 +60,8 @@ Changes in version 0.2.3.8-alpha - 2011-11-21
     - Fix a memory leak in launch_direct_bridge_descriptor_fetch() that
       occurred when a client tried to fetch a descriptor for a bridge
       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.
     - When running as a client, do not print a misleading (and plain
       wrong) log message that we're collecting "directory request"
       statistics: clients don't collect statistics. Also don't create a
@@ -108,6 +113,8 @@ Changes in version 0.2.3.8-alpha - 2011-11-21
       old built-in one. OpenSSL's AES has been better for a while, and
       relatively few servers should still be on any version of OpenSSL
       that doesn't have good optimized assembly AES.
+    - Use the name "CERTS" consistently to refer to the new cell type;
+      we were calling it CERT in some places and CERTS in others.
 
   o Testing:
     - Numerous new unit tests for functions in util.c and address.c by
diff --git a/changes/bug3963 b/changes/bug3963
deleted file mode 100644
index 2fc44a0..0000000
--- a/changes/bug3963
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - When configuring, starting, or stopping an NT service, stop
-      immediately after the service configuration attempt has succeeded
-      or failed. Fixes bug3963; bugfix on 0.2.0.7-alpha.
-
diff --git a/changes/bug4360 b/changes/bug4360
deleted file mode 100644
index 93afa82..0000000
--- a/changes/bug4360
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Code simplification and refactoring:
-    - Use the name "CERTS" consistently to refer to the new cell type;
-      we were calling it CERT in some places and CERTS in others.
diff --git a/changes/bug4521 b/changes/bug4521
deleted file mode 100644
index 9b0bae9..0000000
--- a/changes/bug4521
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes:
-    - 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.



More information about the tor-commits mailing list