aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-03-19 19:04:35 -0400
committerRoger Dingledine <arma@torproject.org>2014-03-19 19:04:35 -0400
commit5de0e08b271f370f628621b3bf2aa080125b88d1 (patch)
tree8f0c580d860630a2677618ce908c3754bdc73b6b /ChangeLog
parent39342b66c04c5a7551bbd061e38f9f7f0d2408a2 (diff)
downloadtor-5de0e08b271f370f628621b3bf2aa080125b88d1.tar
tor-5de0e08b271f370f628621b3bf2aa080125b88d1.tar.gz
use the formatting from 0.2.4.21 for the 0.2.4.21 changelog stanza
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index be290169e..693c7705b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,8 +61,8 @@ Changes in version 0.2.5.3-alpha - 2014-03-??
o Minor bugfixes (new since 0.2.5.2-alpha, also in 0.2.4.21):
- Build without warnings under clang 3.4. (We have some macros that
define static functions only some of which will get used later in
- the module. Starting with clang 3.4, these give a warning unless
- the unused attribute is set on them.) Resolves ticket 10904.
+ the module. Starting with clang 3.4, these give a warning unless the
+ unused attribute is set on them.) Resolves ticket 10904.
- Fix build warnings about missing "a2x" comment when building the
manpages from scratch on OpenBSD; OpenBSD calls it "a2x.py".
Fixes bug 10929; bugfix on 0.2.2.9-alpha. Patch from Dana Koch.