]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
always more commits waiting!
authorRoger Dingledine <arma@torproject.org>
Wed, 26 Oct 2011 20:32:54 +0000 (16:32 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 26 Oct 2011 20:32:54 +0000 (16:32 -0400)
ChangeLog
changes/cov479 [deleted file]
changes/cov484 [deleted file]

index 4b508eb5283e7e73c1b860f701dbfc6ec95629a1..1e0e46670f143cd4cec595afc29ce7f090c51708 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,13 @@ Changes in version 0.2.2.34 - 2011-10-??
     - Bridges now skip DNS self-tests, to act a little more stealthily.
       Fixes bug 4201; bugfix on 0.2.0.3-alpha, which first introduced
       bridges. Patch by "warms0x".
+    - Fix internal bug-checking logic that was supposed to catch
+      failures in digest generation so that it will fail more robustly
+      if we ask for a nonexistent algorithm. Found by Coverity Scan.
+      Bugfix on 0.2.2.1-alpha; fixes Coverity CID 479.
+    - Report any failure in init_keys() calls launched because our
+      IP address has changed. Spotted by Coverity Scan. Bugfix on
+      0.1.1.4-alpha; fixes CID 484.
 
   o Minor bugfixes (log messages and documentation):
     - Remove a confusing dollar sign from the example fingerprint in the
diff --git a/changes/cov479 b/changes/cov479
deleted file mode 100644 (file)
index afbaffc..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - Fix internal bug-checking logic that was supposed to catch
-      failures in digest generation so that it will fail more robustly
-      if we ask for a nonexistent algorithm. Found by Coverity Scan.
-      Bugfix on 0.2.2.1-alpha; fixes Coverity CID 479.
diff --git a/changes/cov484 b/changes/cov484
deleted file mode 100644 (file)
index 33adbda..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes:
-    - Report any failure in init_keys() calls done because our IP address
-      has changed. Spotted by Coverity Scan. Bugfix on 0.1.1.4-alpha;
-      fixes CID 484.