aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-08-13 17:19:04 -0400
committerRoger Dingledine <arma@torproject.org>2010-08-13 17:19:04 -0400
commita1686d867e0a35417e1e65ad0730bcd116edd10f (patch)
tree4dc9f8bb9b4f29ac864bb43c7f1ab54d669222e9 /ChangeLog
parent1ac1f048effdfde062de33e4572cd7816e7be03c (diff)
downloadtor-a1686d867e0a35417e1e65ad0730bcd116edd10f.tar
tor-a1686d867e0a35417e1e65ad0730bcd116edd10f.tar.gz
fold in the makefile.am changes entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cbb4d39c..e786469a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,6 +74,11 @@ Changes in version 0.2.2.15-alpha - 2010-08-??
old and broken version of libevent. Treat 1.4.14b-stable like
1.4.14-stable when parsing the version. Fixes bug 1731; bugfix
on 0.2.2.1-alpha.
+ - Don't use substitution references like $(VAR:MOD) when
+ $(asciidoc_files) is empty -- make(1) on NetBSD transforms
+ '$(:x)' to 'x' rather than the empty string. This bites us in
+ doc/ when configured with --disable-asciidoc. Bugfix on
+ 0.2.2.9-alpha; fixes bug 1773.
Changes in version 0.2.2.14-alpha - 2010-07-12