summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-28 10:11:58 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-28 10:11:58 -0500
commit7c81abba28ecfed492db19a6c9da18e5c3e38d4f (patch)
treef78de185d2e62d945f84a28a27aabb6d75d6412e
parent5d018fc26a7023dace587b88dcfedd7716bcf241 (diff)
downloadtor-7c81abba28ecfed492db19a6c9da18e5c3e38d4f.tar.gz
tor-7c81abba28ecfed492db19a6c9da18e5c3e38d4f.zip
Sort changelog in release-0.2.9
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 22376908cb..3b1455736a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,10 @@ Changes in version 0.2.9.10 - 2017-03-??
Otherwise 32-bit and 64-bit platforms would behave inconsistently.
Fixes bug 21450; bugfix on 0.0.8pre1.
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2
+ Country database.
+
o Minor features (portability, compilation, backport from 0.3.0.3-alpha):
- Autoconf now checks to determine if OpenSSL structures are opaque,
instead of explicitly checking for OpenSSL version numbers. Part
@@ -45,10 +49,6 @@ Changes in version 0.2.9.10 - 2017-03-??
- Support building with recent LibreSSL code that uses opaque
structures. Closes ticket 21359.
- o Minor features (geoip):
- - Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2
- Country database.
-
o Minor bugfixes (code correctness, also in 0.3.0.4-rc):
- Repair a couple of (unreachable or harmless) cases of the risky
comparison-by-subtraction pattern that caused bug 21278.