summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-23 10:08:51 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-23 10:08:51 -0400
commitfa038ebb7b38ca237c6cf7e10b732e5ca8a1dffb (patch)
tree2812ab8e138c5a03cf3df29af03e4802276df204
parente085b11d27f3396e0fd49156d74245594fd4eb88 (diff)
downloadtor-fa038ebb7b38ca237c6cf7e10b732e5ca8a1dffb.tar.gz
tor-fa038ebb7b38ca237c6cf7e10b732e5ca8a1dffb.zip
Start on an 0.2.8.7 changelog.
-rw-r--r--ChangeLog20
-rw-r--r--changes/bug199034
-rw-r--r--changes/bug199474
-rw-r--r--changes/geoip-august20164
4 files changed, 20 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f0e002c9c..21511737b3 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 33aa8789d7..0000000000
--- 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 b9dce8b753..0000000000
--- 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 370ab64cac..0000000000
--- 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.
-