Browse Source

Note "also in 0.2.9.9" for backported entries.

Nick Mathewson 7 years ago
parent
commit
b3ae5753b6
1 changed files with 5 additions and 7 deletions
  1. 5 7
      ChangeLog

+ 5 - 7
ChangeLog

@@ -25,7 +25,7 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
       including possible crashes. Fixes bug 21118; bugfix
       on 0.3.0.1-alpha.
 
-  o Major bugfixes (client, onion service):
+  o Major bugfixes (client, onion service, also in 0.2.9.9):
     - Fix a client-side onion service reachability bug, where multiple
       socks requests to an onion service (or a single slow request)
       could cause us to mistakenly mark some of the service's
@@ -80,7 +80,7 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
     - Display the relay fingerprint when downloading consensuses from
       fallbacks. Closes ticket 20908.
 
-  o Minor features (geoip):
+  o Minor features (geoip, also in 0.2.9.9):
     - Update geoip and geoip6 to the January 4 2017 Maxmind GeoLite2
       Country database.
 
@@ -119,10 +119,6 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
       better guards even though those circuits have been freed. Fixes
       bug 21142; bugfix on 0.3.0.1-alpha.
 
-  o Minor bugfixes (compilation):
-    - Fix Libevent detection on platforms without Libevent 1 headers
-      installed. Fixes bug 21051; bugfix on 0.2.9.1-alpha.
-
   o Minor bugfixes (config):
     - Don't assert on startup when trying to get the options list and
       LearnCircuitBuildTimeout is set to 0: we are currently parsing the
@@ -179,11 +175,13 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
     - Fix a memory leak when configuring hidden services. Fixes bug
       20987; bugfix on 0.3.0.1-alpha.
 
-  o Minor bugfixes (portability):
+  o Minor bugfixes (portability, also in 0.2.9.9x):
     - Avoid crashing when Tor is built using headers that contain
       CLOCK_MONOTONIC_COARSE, but then tries to run on an older kernel
       without CLOCK_MONOTONIC_COARSE. Fixes bug 21035; bugfix
       on 0.2.9.1-alpha.
+    - Fix Libevent detection on platforms without Libevent 1 headers
+      installed. Fixes bug 21051; bugfix on 0.2.9.1-alpha.
 
   o Minor bugfixes (relay):
     - Honor DataDirectoryGroupReadable when tor is a relay. Previously,