[git] GCRYPT - branch, LIBGCRYPT-1-6-BRANCH, updated. libgcrypt-1.6.1-24-g8c88814

by Werner Koch cvs at cvs.gnupg.org
Thu Aug 21 15:30:42 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, LIBGCRYPT-1-6-BRANCH has been updated
       via  8c88814ec6eca32d2224c02f1d47557ae54ebae1 (commit)
       via  b3936b691abddb835d17f279a57171d7589b9c6b (commit)
       via  2106a89ae69b43d0c81fc8373e6e0244ed790cb6 (commit)
      from  1047a7b41c9beb09daaba5bd196dbeec7699f2c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c88814ec6eca32d2224c02f1d47557ae54ebae1
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 21 15:30:53 2014 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index e6027f4..b996067 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.6.3 (unreleased) [C20/A0/R3]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.6.2 (2014-08-21) [C20/A0/R2]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index b08c181..4220047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.10"
 # for the LT versions.
 m4_define(mym4_version_major, [1])
 m4_define(mym4_version_minor, [6])
-m4_define(mym4_version_micro, [2])
+m4_define(mym4_version_micro, [3])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit b3936b691abddb835d17f279a57171d7589b9c6b
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 21 15:12:03 2014 +0200

    Release 1.6.2
    
    * configure.ac: Set LT version to C20/A0/R2.

diff --git a/NEWS b/NEWS
index ee4e842..e6027f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,23 @@
-Noteworthy changes in version 1.6.2 (unreleased)
+Noteworthy changes in version 1.6.2 (2014-08-21) [C20/A0/R2]
 ------------------------------------------------
 
+ * Map deprecated RSA algo number to the RSA algo number for better
+   backward compatibility.
 
-Noteworthy changes in version 1.6.1 (2014-01-29)
+ * Support a 0x40 compression prefix for EdDSA.
+
+ * Improve ARM hardware feature detection and building.
+
+ * Fix powerpc-apple-darwin detection
+
+ * Fix building for the x32 ABI platform.
+
+ * Support building using the latest mingw-w64 toolchain.
+
+ * Fix some possible NULL deref bugs.
+
+
+Noteworthy changes in version 1.6.1 (2014-01-29) [C20/A0/R1]
 ------------------------------------------------
 
  * Added emulation for broken Whirlpool code prior to 1.6.0.
@@ -27,7 +42,7 @@ Noteworthy changes in version 1.6.1 (2014-01-29)
  GCRY_MD_FLAG_BUGEMU1            NEW (minor API change).
 
 
-Noteworthy changes in version 1.6.0 (2013-12-16)
+Noteworthy changes in version 1.6.0 (2013-12-16) [C20/A0/R0]
 ------------------------------------------------
 
  * Removed the long deprecated gcry_ac interface.  Thus Libgcrypt is
diff --git a/configure.ac b/configure.ac
index a7ee35f..b08c181 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 #   (No interfaces changed:                   REVISION++)
 LIBGCRYPT_LT_CURRENT=20
 LIBGCRYPT_LT_AGE=0
-LIBGCRYPT_LT_REVISION=1
+LIBGCRYPT_LT_REVISION=2
 
 
 # If the API is changed in an incompatible way: increment the next counter.

commit 2106a89ae69b43d0c81fc8373e6e0244ed790cb6
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 21 14:54:20 2014 +0200

    build: Fix typo in help string
    
    * configure.ac: Fix.
    --
    GnuPG-bug-id: 1631

diff --git a/configure.ac b/configure.ac
index bf4fcce..a7ee35f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -440,7 +440,7 @@ AC_MSG_RESULT([$enabled_digests])
 
 # Implementation of the --enable-kdfs switch.
 AC_ARG_ENABLE(kdfs,
-      AC_HELP_STRING([--enable-kfds=kdfs],
+      AC_HELP_STRING([--enable-kdfs=kdfs],
 		     [select the KDFs to include]),
       [enabled_kdfs=`echo $enableval | tr ',:' '  ' | tr '[A-Z]' '[a-z]'`],
       [enabled_kdfs=""])

-----------------------------------------------------------------------

Summary of changes:
 NEWS         |   25 ++++++++++++++++++++++---
 configure.ac |    6 +++---
 2 files changed, 25 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list