aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-03 15:39:03 +0000
committerWerner Koch <[email protected]>2011-02-03 15:39:03 +0000
commit38904b697c4d27a70281149c6070e6dfca4e893b (patch)
tree72ae98a01f64dbe2df74d9687faba0c97159d799 /ChangeLog
parentAdd gitattributes (diff)
parentFinished ECC integration. (diff)
downloadgnupg-ecc-integration-done.tar.gz
gnupg-ecc-integration-done.zip
Merge branch 'ECC-INTEGRATION-2-1'ecc-integration-done
Diffstat (limited to '')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11b37eb27..d79108648 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-01 Werner Koch <[email protected]>
+
+ * configure.ac (HAVE_GCRY_PK_GET_CURVE): Define if availabale.
+
2011-01-20 Werner Koch <[email protected]>
* configure.ac (AC_CONFIG_FILES): Remove keyserver/.
@@ -8,6 +12,11 @@
(NAME_OF_INSTALLED_GPG): New ac_define.
* autogen.sh [--build-w32ce]: Use --enable-gpg2-is-gpg.
+2011-01-21 Werner Koch <[email protected]>
+
+ * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP.
+ (HAVE_GCRY_PK_ECDH): Add new test.
+
2011-01-03 Werner Koch <[email protected]>
* README.SVN: Rename to README.GIT.