From: Nick Mathewson Date: Mon, 23 Jan 2017 14:09:23 +0000 (-0500) Subject: Remove an x X-Git-Tag: tor-0.3.0.2-alpha~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55eca7a3746072c97fe1ad9d304bfd813cce47fb;p=thirdparty%2Ftor.git Remove an x --- diff --git a/ChangeLog b/ChangeLog index cd3357ba6e..34035313f3 100644 --- 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