]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an x
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Jan 2017 14:09:23 +0000 (09:09 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 23 Jan 2017 14:09:23 +0000 (09:09 -0500)
ChangeLog

index cd3357ba6ec737a112f1d2b9fe04ec7920e10a35..34035313f3dabf8b4ca1e9aa3690896554fd183d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -175,7 +175,7 @@ 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, also in 0.2.9.9x):
+  o Minor bugfixes (portability, also in 0.2.9.9):
     - 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