[tor-commits] [tor/release-0.2.6] Start on the 0.2.6.4-?? changelog

nickm at torproject.org nickm at torproject.org
Tue Feb 24 16:56:39 UTC 2015


commit 65ef97a546a965538464bf3831885961f5bb365e
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Feb 24 11:56:34 2015 -0500

    Start on the 0.2.6.4-?? changelog
---
 ChangeLog              |   40 ++++++++++++++++++++++++++++++++++++++++
 changes/bug11454       |    6 ------
 changes/bug11457       |    5 -----
 changes/bug14848_redux |    5 -----
 changes/bug14950       |    3 ---
 changes/bug14980       |    4 ----
 changes/bug14988       |    4 ----
 changes/bug14989       |    4 ----
 changes/bug15003       |    3 ---
 changes/ticket14487    |    3 ---
 10 files changed, 40 insertions(+), 37 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4d93e19..ec6322e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,45 @@
 Changes in version 0.2.6.4-?? - 2015-0?-??
+  XXXX write a blurb here.
+
+  o Major bugfixes (Linux seccomp2 sandbox):
+    - Pass IPPROTO_TCP rather than 0 to socket(), so that the Linux
+      seccomp2 sandbox doesn't fail. Fixes bug 14989; bugfix
+      on 0.2.6.3-alpha.
+    - Allow AF_UNIX hidden services to be used with the seccomp2
+      sandbox. Fixes bug 15003; bugfix on 0.2.6.3-alpha.
+
+  o Minor features (logs):
+    - Quiet some log messages in the heartbeat and at startup. Closes
+      ticket 14950.
+
+  o Minor bugfixes (certificate handling):
+    - If an authority operator accidentally makes a signing certificate
+      with a future publication time, do not discard its real signing
+      certificates. Fixes bug 11457; bugfix on 0.2.0.3-alpha.
+    - Remove any old authority certificates that have been superseded
+      for at least two days. Previously, we would keep superseded
+      certificates until they expired, if they were published close in
+      time to the certificate that superseded them. Fixes bug 11454;
+      bugfix on 0.2.1.8-alpha.
 
+  o Minor bugfixes (compilation):
+    - Fix a compilation warning on s390. Fixes bug 14988; bugfix
+      on 0.2.5.2-alpha.
+
+  o Minor bugfixes (testing):
+    - Fix endianness issues in unit test for resolve_my_address() to
+      have it pass on big endian systems. Fixes bug 14980; bugfix on
+      Tor 0.2.6.3-alpha.
+
+  o Directory authority IP change:
+    - The directory authority Faravahar has a new IP address. This
+      closes ticket 14487.
+
+  o Removed code:
+    - Remove some lingering dead code that once supported mempools.
+      Mempools were disabled by default in 0.2.5, and removed entirely
+      in 0.2.6.3-alpha. Closes more of ticket 14848; patch
+      by "cypherpunks".
 
 
 Changes in version 0.2.6.3-alpha - 2015-02-19
diff --git a/changes/bug11454 b/changes/bug11454
deleted file mode 100644
index b37a7d9..0000000
--- a/changes/bug11454
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor bugfixes (certificate handling):
-    - Remove any old authority certificates that have been superseded
-      for at least two days.  Previously, we would keep superseded
-      certificates until they expired, if they were published close
-      in time to the certificate that superseded them.
-      Fixes bug 11454; bugfix on 0.2.1.8-alpha.
diff --git a/changes/bug11457 b/changes/bug11457
deleted file mode 100644
index cf64c1d..0000000
--- a/changes/bug11457
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (certificate handling):
-    - If an authority operator accidentally makes a signing certificate with
-      a future publication time, do not discard its real signing
-      certificates. Fixes bug 11457; bugfix on 0.2.0.3-alpha.
-
diff --git a/changes/bug14848_redux b/changes/bug14848_redux
deleted file mode 100644
index c10320f..0000000
--- a/changes/bug14848_redux
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Removed code:
-    - Remove some lingering dead code that once supported mempools. Mempools
-      were disabled by default in 0.2.5, and removed entirely in
-      0.2.6.3-alpha. Closes more of ticket 14848; patch by "cypherpunks".
-
diff --git a/changes/bug14950 b/changes/bug14950
deleted file mode 100644
index 33cea9c..0000000
--- a/changes/bug14950
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features (logs):
-    - Quiet some log messages in the heartbeat and at startup. Closes
-      ticket 14950.
\ No newline at end of file
diff --git a/changes/bug14980 b/changes/bug14980
deleted file mode 100644
index b873bb0..0000000
--- a/changes/bug14980
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (testing):
-    - Fix endianness issues in unit test for resolve_my_address() to
-      have it pass on big endian systems. Fixes bug 14980; bugfix on
-      Tor 0.2.6.3-alpha.
diff --git a/changes/bug14988 b/changes/bug14988
deleted file mode 100644
index 67dc96e..0000000
--- a/changes/bug14988
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation warning on s390. Fixes bug 14988; bugfix on
-      0.2.5.2-alpha.
-
diff --git a/changes/bug14989 b/changes/bug14989
deleted file mode 100644
index f4432d4..0000000
--- a/changes/bug14989
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Major bugfixes (Linux seccomp2 sandbox):
-    - Pass IPPROTO_TCP rather than 0 to socket(), so that the
-      Linux seccomp2 sandbox doesn't fail. Fixes bug 14989;
-      bugfix on 0.2.6.3-alpha.
diff --git a/changes/bug15003 b/changes/bug15003
deleted file mode 100644
index 2dcce74..0000000
--- a/changes/bug15003
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Major bugfixes (linux seccomp2 sandbox):
-    - Allow AF_UNIX hidden services to be used with the seccomp2 sandbox.
-      Fixes bug 15003; bugfix on 0.2.6.3-alpha.
diff --git a/changes/ticket14487 b/changes/ticket14487
deleted file mode 100644
index 577337f..0000000
--- a/changes/ticket14487
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Directory authority IP change:
-    - The directory authority Faravahar has a new IP address. Closes
-      ticket 14487.



More information about the tor-commits mailing list