[git] GCRYPT - branch, LIBGCRYPT-1-6-BRANCH, updated. libgcrypt-1.6.0-26-g0a40d8c

by Werner Koch cvs at cvs.gnupg.org
Wed Jan 29 12:05:52 CET 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  0a40d8c0ebf5c945d87551c76b0df0129ac8e6fc (commit)
       via  8804b9ae40e8dd81ee46e18581da79cef7a4eaea (commit)
      from  bb558c86a8c1c0fba2e58874a100c121b2fcd033 (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 0a40d8c0ebf5c945d87551c76b0df0129ac8e6fc
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jan 29 12:04:30 2014 +0100

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 074e9f2..ee4e842 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.6.2 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.6.1 (2014-01-29)
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index dfbccb7..0b29c6d 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, [1])
+m4_define(mym4_version_micro, [2])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 8804b9ae40e8dd81ee46e18581da79cef7a4eaea
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jan 29 11:33:33 2014 +0100

    Release 1.6.1.
    
    * configure.ac: Set LT version to C20/A0/R1.

diff --git a/AUTHORS b/AUTHORS
index dc933dc..7c3c671 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,12 +26,12 @@ List of Copyright holders
   Copyright (C) 1996-2006 Peter Gutmann, Matt Thomlinson and Blake Coverett
   Copyright (C) 2003 Nikos Mavroyanopoulos
   Copyright (C) 2006-2007 NTT (Nippon Telegraph and Telephone Corporation)
-  Copyright (C) 2012-2013 g10 Code GmbH
+  Copyright (C) 2012-2014 g10 Code GmbH
   Copyright (C) 2012 Simon Josefsson, Niels Möller
   Copyright (c) 2012 Intel Corporation
   Copyright (C) 2013 Christian Grothoff
-  Copyright (C) 2013 Jussi Kivilinna
-  Copyright (C) 2013 Dmitry Eremin-Solenikov
+  Copyright (C) 2013-2014 Jussi Kivilinna
+  Copyright (C) 2013-2014 Dmitry Eremin-Solenikov
 
 
 Authors with a FSF copyright assignment
diff --git a/NEWS b/NEWS
index 9c3df10..074e9f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,26 @@
-Noteworthy changes in version 1.6.1 (unreleased)
+Noteworthy changes in version 1.6.1 (2014-01-29)
 ------------------------------------------------
 
- * Fix a 1.6.0 introduced regression in looking up an message digest
-   by OID.
+ * Added emulation for broken Whirlpool code prior to 1.6.0.
 
- * Fix build problem on NetBSD.
+ * Improved performance of KDF functions.
 
- * Add emulation for broken Whirlpool code prior to 1.6.0.
+ * Improved ECDSA compliance.
+
+ * Fixed locking for Windows and non-ELF Pthread systems (regression
+   in 1.6.0)
+
+ * Fixed message digest lookup by OID (regression in 1.6.0).
+
+ * Fixed a build problem on NetBSD.
+
+ * Fixed memory leaks in ECC code.
+
+ * Fixed some asm build problems and feature detection bugs.
 
  * Interface changes relative to the 1.6.0 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- GCRY_MD_FLAG_BUGEMU1            NEW.
+ GCRY_MD_FLAG_BUGEMU1            NEW (minor API change).
 
 
 Noteworthy changes in version 1.6.0 (2013-12-16)
diff --git a/README b/README
index 43f9094..25ed18a 100644
--- a/README
+++ b/README
@@ -3,8 +3,8 @@
                              Version 1.6
 
        Copyright (C) 1989,1991-2012 Free Software Foundation, Inc.
-       Copyright (C) 2012-2013 g10 Code GmbH
-       Copyright (C) 2013 Jussi Kivilinna
+       Copyright (C) 2012-2014 g10 Code GmbH
+       Copyright (C) 2013-2014 Jussi Kivilinna
 
     Libgcrypt is free software.  See the file AUTHORS for full copying
     notices, and LICENSES for notices about contributions that require
diff --git a/compat/compat.c b/compat/compat.c
index 5678067..f59a41c 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -31,8 +31,9 @@ _gcry_compat_identification (void)
     "\n\n"
     "This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
     "Copyright (C) 2000-2012 Free Software Foundation, Inc.\n"
-    "Copyright (C) 2012-2013 g10 Code GmbH\n"
-    "Copyright (C) 2013 Jussi Kivilinna\n"
+    "Copyright (C) 2012-2014 g10 Code GmbH\n"
+    "Copyright (C) 2013-2014 Jussi Kivilinna\n"
+    "(See the source code for a complete list)\n"
     "\n"
     "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
     "\n\n";
diff --git a/configure.ac b/configure.ac
index cb1a969..dfbccb7 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=0
+LIBGCRYPT_LT_REVISION=1
 
 
 # If the API is changed in an incompatible way: increment the next counter.

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

Summary of changes:
 AUTHORS         |    6 +++---
 NEWS            |   26 ++++++++++++++++++++------
 README          |    4 ++--
 compat/compat.c |    5 +++--
 configure.ac    |    4 ++--
 5 files changed, 30 insertions(+), 15 deletions(-)


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




More information about the Gnupg-commits mailing list