summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-07-26 09:15:12 +0000
committerWerner Koch <wk@gnupg.org>2007-07-26 09:15:12 +0000
commitdb6a84d79e4293194dfa0f68f7ac7dc66bb9c5d5 (patch)
treeead7238449daf8c7fa9056e0e968bec494892b4a /ChangeLog
parent44e19ed44c2a8c8bd6e94fcf5e98fdc850f15eb5 (diff)
downloadlibgcrypt-db6a84d79e4293194dfa0f68f7ac7dc66bb9c5d5.tar.gz
Fixed symbol prefix detection.
Typo fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aab437c2..972f43f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
-2007-06-15 Marcus Brinkmann <marcus@g10code.de>
+2007-07-26 Werner Koch <wk@g10code.com>
- * autogen.sh: Use = instead of == in test.
+ * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fix a syntax error
+ in the test program which lurked there for 4 years. Adjusted name
+ of libtools global_system_pipe variable and add extra cut stage.
+ Reported by Gregor Riepl.
+
+2007-06-15 Werner Koch <wk@g10code.com>
+
+ * autogen.sh (FORCE): Use = and not == in test to be POSIXly correct.
2007-05-30 Werner Koch <wk@g10code.com>