[tor-commits] [tor/release-0.3.1] start on an 0.3.1.8 changelog

nickm at torproject.org nickm at torproject.org
Tue Oct 24 12:42:28 UTC 2017


commit ce8d60674d43d4ac84fc6759290d9a43c1f732fc
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Oct 24 08:42:22 2017 -0400

    start on an 0.3.1.8 changelog
---
 ChangeLog                 | 55 +++++++++++++++++++++++++++++++++++++++++++++++
 changes/bug23551          |  3 ---
 changes/bug23568          |  4 ----
 changes/bug23608          |  4 ----
 changes/bug23610          |  4 ----
 changes/bug23690          |  5 -----
 changes/bug23874          |  3 ---
 changes/bug23908          |  3 ---
 changes/geoip-october2017 |  4 ----
 changes/longclaw-ipv6     |  6 ------
 changes/longclaw_23592    |  3 ---
 changes/ticket23910       |  3 ---
 12 files changed, 55 insertions(+), 42 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0c8c0d310..6649a6d09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+Changes in version 0.3.1.8:
+  Tor 0.3.1.7 is the second stable release in the 0.3.1 series.
+  It includes several bugfixes, including a bugfix for a crash issue
+  that had affected relays under memory pressure.
+
+  o Directory authority changes:
+    - Add "Bastet" as a ninth directory authority to the default list. Closes
+      ticket 23910.
+    - The directory authority "Longclaw" has changed its IP address.
+      Closes ticket 23592.
+
+  o Major bugfixes (relay, crash, assertion failure, backport from 0.3.2.2-alpha):
+    - Fix a timing-based assertion failure that could occur when the
+      circuit out-of-memory handler freed a connection's output buffer.
+      Fixes bug 23690; bugfix on 0.2.6.1-alpha.
+
+  o Minor features (directory authorities, backport from 0.3.2.2-alpha):
+    - Remove longclaw's IPv6 address, as it will soon change. Authority
+      IPv6 addresses were originally added in 0.2.8.1-alpha. This leaves
+      3/8 directory authorities with IPv6 addresses, but there are also
+      52 fallback directory mirrors with IPv6 addresses. Resolves 19760.
+
+  o Minor features (geoip):
+    - Update geoip and geoip6 to the October 4 2017 Maxmind GeoLite2
+      Country database.
+
+  o Minor bugfixes (compilation, backport from 0.3.2.2-alpha):
+    - Fix a compilation warning when building with zstd support on
+      32-bit platforms. Fixes bug 23568; bugfix on 0.3.1.1-alpha. Found
+      and fixed by Andreas Stieger.
+
+  o Minor bugfixes (compression, backport from 0.3.2.2-alpha):
+    - Handle a pathological case when decompressing Zstandard data when
+      the output buffer size is zero. Fixes bug 23551; bugfix
+      on 0.3.1.1-alpha.
+
+  o Minor bugfixes (directory authority, backport from 0.3.2.1-alpha):
+    - Remove the length limit on HTTP status lines that authorities can
+      send in their replies. Fixes bug 23499; bugfix on 0.3.1.6-rc.
+
+  o Minor bugfixes (hidden service, relay, backport from 0.3.2.2-alpha):
+    - Avoid a possible double close of a circuit by the intro point on
+      error of sending the INTRO_ESTABLISHED cell. Fixes bug 23610;
+      bugfix on 0.3.0.1-alpha.
+
+  o Minor bugfixes (memory safety, backport from 0.3.2.3-alpha):
+    - Clear the address when node_get_prim_orport() returns early.
+      Fixes bug 23874; bugfix on 0.2.8.2-alpha.
+
+  o Minor bugfixes (unit tests, backport from 0.3.2.2-alpha):
+    - Fix additional channelpadding unit test failures by using mocked
+      time instead of actual time for all tests. Fixes bug 23608; bugfix
+      on 0.3.1.1-alpha.
+
+
 Changes in version 0.3.1.7 - 2017-09-18
   Tor 0.3.1.7 is the first stable release in the 0.3.1 series.
 
diff --git a/changes/bug23551 b/changes/bug23551
deleted file mode 100644
index 2f918bfa3..000000000
--- a/changes/bug23551
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (compression):
-    - Handle a pathological case when decompressing Zstandard data when the
-      output buffer size is zero. Fixes bug 23551; bugfix on 0.3.1.1-alpha.
diff --git a/changes/bug23568 b/changes/bug23568
deleted file mode 100644
index cac465568..000000000
--- a/changes/bug23568
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation warning when building with zstd support
-      on 32-bit platforms. Fixes bug 23568; bugfix on 0.3.1.1-alpha.
-      Found and fixed by Andreas Stieger.
diff --git a/changes/bug23608 b/changes/bug23608
deleted file mode 100644
index 16cf88aa3..000000000
--- a/changes/bug23608
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (unit tests):
-    - Fix additional channelpadding unit test failures by using mocked time
-      instead of actual time for all tests. Fixes bug 23608;
-      bugfix on 0.3.1.1-alpha.
diff --git a/changes/bug23610 b/changes/bug23610
deleted file mode 100644
index f2dc8bd1a..000000000
--- a/changes/bug23610
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (hidden service, relay):
-    - Avoid a possible double close of a circuit by the intro point on error
-      of sending the INTRO_ESTABLISHED cell. Fixes ticket 23610; bugfix on
-      0.3.0.1-alpha.
diff --git a/changes/bug23690 b/changes/bug23690
deleted file mode 100644
index 36ff32e49..000000000
--- a/changes/bug23690
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (relay, crash, assertion failure):
-    - Fix a timing-based assertion failure that could occur when the
-      circuit out-of-memory handler freed a connection's output buffer.
-      Fixes bug 23690; bugfix on 0.2.6.1-alpha.
-
diff --git a/changes/bug23874 b/changes/bug23874
deleted file mode 100644
index bf6620553..000000000
--- a/changes/bug23874
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (memory safety):
-    - Clear the address when node_get_prim_orport() returns early.
-      Fixes bug 23874; bugfix on 0.2.8.2-alpha.
diff --git a/changes/bug23908 b/changes/bug23908
deleted file mode 100644
index f641b66bb..000000000
--- a/changes/bug23908
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (directory authority, backport from 0.3.2.1-alpha):
-    - Remove the length limit on HTTP status lines that authorities can send
-      in their replies. Fixes bug 23499; bugfix on 0.3.1.6-rc.
diff --git a/changes/geoip-october2017 b/changes/geoip-october2017
deleted file mode 100644
index 11f623e85..000000000
--- a/changes/geoip-october2017
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (geoip):
-    - Update geoip and geoip6 to the October 4 2017 Maxmind GeoLite2
-      Country database.
-
diff --git a/changes/longclaw-ipv6 b/changes/longclaw-ipv6
deleted file mode 100644
index 75899c9d0..000000000
--- a/changes/longclaw-ipv6
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor features (directory authorities):
-    - Remove longclaw's IPv6 address, as it will soon change.
-      Authority IPv6 addresses were originally added in 0.2.8.1-alpha.
-      This leaves 3/8 directory authorities with IPv6 addresses, but there
-      are also 52 fallback directory mirrors with IPv6 addresses.
-      Resolves 19760.
diff --git a/changes/longclaw_23592 b/changes/longclaw_23592
deleted file mode 100644
index 91e2da897..000000000
--- a/changes/longclaw_23592
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Directory authority changes:
-    - The directory authority "Longclaw" has changed its IP address.
-      Closes ticket 23592.
diff --git a/changes/ticket23910 b/changes/ticket23910
deleted file mode 100644
index eb38fcf32..000000000
--- a/changes/ticket23910
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Directory authority changes:
-    - Add bastet as a ninth directory authority to the default list. Closes
-      ticket 23910.



More information about the tor-commits mailing list