[tor-commits] [tor/release-0.2.8] Start on an 0.2.8.7 changelog.

nickm at torproject.org nickm at torproject.org
Tue Aug 23 14:17:02 UTC 2016


commit fa038ebb7b38ca237c6cf7e10b732e5ca8a1dffb
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Aug 23 10:08:51 2016 -0400

    Start on an 0.2.8.7 changelog.
---
 ChangeLog                | 20 ++++++++++++++++++++
 changes/bug19903         |  4 ----
 changes/bug19947         |  4 ----
 changes/geoip-august2016 |  4 ----
 4 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9f0e002..2151173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Changes in version 0.2.8.7 - 2016-08-2?
+  Tor 0.2.8.7 fixes a few bugs still present in 0.2.8.6, and replaces a
+  retiring bridge authority. All bridges and bridge users are strongly
+  encouraged to upgrade.
+
+  o Minor features (geoip):
+    - Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
+      Country database.
+
+  o Minor bugfixes (compilation):
+    - Remove an inappropriate "inline" in tortls.c that was causing
+      warnings on older versions of GCC. Fixes bug 19903; bugfix
+      on 0.2.8.1-alpha.
+
+  o Minor bugfixes (fallback directories):
+    - Avoid logging a NULL string pointer when loading fallback
+      directory information. Fixes bug 19947; bugfix on 0.2.4.7-alpha
+      and 0.2.8.1-alpha. Report and patch by "rubiate".
+
+
 Changes in version 0.2.8.6 - 2016-08-02
 
   Tor 0.2.8.6 is the first stable version of the Tor 0.2.8 series.
diff --git a/changes/bug19903 b/changes/bug19903
deleted file mode 100644
index 33aa878..0000000
--- a/changes/bug19903
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Remove an inappropriate "inline" in tortls.c that was causing warnings
-      on older versions of GCC. Fixes bug 19903; 0.2.8.1-alpha.
-
diff --git a/changes/bug19947 b/changes/bug19947
deleted file mode 100644
index b9dce8b..0000000
--- a/changes/bug19947
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (fallback directories):
-    - Avoid logging a NULL string pointer when loading fallback directory information.
-      Fixes bug 19947; bugfix on 0.2.4.7-alpha and 0.2.8.1-alpha.
-      Report and patch by "rubiate".
diff --git a/changes/geoip-august2016 b/changes/geoip-august2016
deleted file mode 100644
index 370ab64..0000000
--- a/changes/geoip-august2016
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features:
-    - Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
-      Country database.
-



More information about the tor-commits mailing list