Sort changelog in release-0.2.9

This commit is contained in:
Nick Mathewson 2017-02-28 10:11:58 -05:00
parent 5d018fc26a
commit 7c81abba28
1 changed files with 4 additions and 4 deletions

View File

@ -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.