aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cba26952c..0f3a0d5cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-03-31 Werner Koch <[email protected]>
+
+ * configure.ac: New option --disable-agent-support. Define
+ ENABLE_AGENT_SUPPORT as AC_DEFINE and AM_CONDITIONAL.
+ Disable support for card and agent with --enable-minimal.
+ (AC_REPLACE_FUNCS): Add isascii.
+ (g10defs.h): Define PATHSEP_C and PATHSEP_S.
+
+ * README: Changed the instruction on how to verify a signature to
+ show a .sig extension and not the .asc we used to use ages ago.
+
2005-03-16 David Shaw <[email protected]>
* configure.ac: Move the LDAP detecting code to m4/ldap.m4.