summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-29 11:14:37 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-29 11:14:37 -0400
commit7ebcc1b5c4a543d2ba47d9f1cfcad774454b0e91 (patch)
tree933e612758f9a21a4b62d5d488243ad92a6a1cee
parent258988ca51bab7414aefb621532cf078eda18dab (diff)
downloadtor-7ebcc1b5c4a543d2ba47d9f1cfcad774454b0e91.tar.gz
tor-7ebcc1b5c4a543d2ba47d9f1cfcad774454b0e91.zip
More work on 0.2.8.6 notes
-rw-r--r--ChangeLog22
-rw-r--r--ReleaseNotes14
-rw-r--r--changes/bug197823
-rw-r--r--changes/geoip-july20164
4 files changed, 34 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index ace46c37ec..3e889e0c57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,28 @@
-Changes in version 0.2.8.6 - 2016-07-2?
+Changes in version 0.2.8.6 - 2016-07-3?
+
+ Tor 0.2.8.6 is the first stable version of the Tor 0.2.8 series.
+
+ The Tor 0.2.8 series improves client bootstrapping performance,
+ completes the authority-side implementation of improved identity
+ keys for relays, and includes small bugfixes and performance
+ improvements throughout the program. This release continues to
+ improve the coverage of Tor's test suite. For a full list of
+ changes since Tor 0.2.7, see the ReleaseNotes file.
+
+ Changes since 0.2.8.5-rc:
+
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the July 6 2016 Maxmind GeoLite2
+ Country database.
+
o Minor bugfixes (compilation):
- Fix a compilation warning in the unit tests on systems where char
is signed. Fixes bug 19682; bugfix on 0.2.8.1-alpha.
+ o Minor bugfixes (fallback directories):
+ - Remove a fallback that was on the hardcoded list, then opted-out.
+ Fixes bug 19782; update to fallback list from 0.2.8.2-alpha.
+
o Minor bugfixes (Linux seccomp2 sandbox):
- Allow more syscalls when running with "Sandbox 1" enabled:
sysinfo, getsockopt(SO_SNDBUF), and setsockopt(SO_SNDBUFFORCE). On
diff --git a/ReleaseNotes b/ReleaseNotes
index c3384efd3e..51b39810fa 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -4,7 +4,19 @@ each development snapshot, see the ChangeLog file.
-Changes in version 0.2.8.6 - 2015-07-2?
+Changes in version 0.2.8.6 - 2015-07-3?
+
+ Tor 0.2.8.6 is the first stable version of the Tor 0.2.8 series.
+
+ The Tor 0.2.8 series improves client bootstrapping performance,
+ completes the authority-side implementation of improved identity
+ keys for relays, and includes small bugfixes and performance
+ improvements throughout the program. This release continues to
+ improve the coverage of Tor's test suite. For a full list of
+ changes since Tor 0.2.7, see the ReleaseNotes file.
+
+ Below is a list of the changes since Tor 0.2.7.
+
o New system requirements:
- Tor no longer attempts to support platforms where the "time_t"
type is unsigned. (To the best of our knowledge, only OpenVMS does
diff --git a/changes/bug19782 b/changes/bug19782
deleted file mode 100644
index 37660ead73..0000000000
--- a/changes/bug19782
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (fallback directories):
- - Remove a fallback that was on the hardcoded list, then opted-out.
- Fixes bug 19782; update to fallback list from 0.2.8.2-alpha.
diff --git a/changes/geoip-july2016 b/changes/geoip-july2016
deleted file mode 100644
index d9963bd6a8..0000000000
--- a/changes/geoip-july2016
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
- - Update geoip and geoip6 to the July 6 2016 Maxmind GeoLite2
- Country database.
-