diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-23 09:09:23 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-23 09:09:23 -0500 |
commit | 55eca7a3746072c97fe1ad9d304bfd813cce47fb (patch) | |
tree | b016249ddef207a517307846e02e8144b5af1df1 | |
parent | 4a93ed1ede4c725cc4212d2f2d6df460df1c9610 (diff) | |
download | tor-55eca7a3746072c97fe1ad9d304bfd813cce47fb.tar.gz tor-55eca7a3746072c97fe1ad9d304bfd813cce47fb.zip |
Remove an x
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |