From fa038ebb7b38ca237c6cf7e10b732e5ca8a1dffb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 23 Aug 2016 10:08:51 -0400 Subject: [PATCH] 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(-) delete mode 100644 changes/bug19903 delete mode 100644 changes/bug19947 delete mode 100644 changes/geoip-august2016 diff --git a/ChangeLog b/ChangeLog index 9f0e002c9..21511737b 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 33aa8789d..000000000 --- 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 b9dce8b75..000000000 --- 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 370ab64ca..000000000 --- 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. -