[git] KSBA - branch, master, updated. libksba-1.3.0-22-g1fb7a2d

by Werner Koch cvs at cvs.gnupg.org
Thu Sep 18 09:39:28 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 "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  1fb7a2ddffcdb94bdd37521f46e69d530afd94f2 (commit)
       via  447784c718c817ab8036af7d81ce5a6bbb1f1df0 (commit)
      from  17b7e056530179a3aad2398a2a096f494a22b248 (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 1fb7a2ddffcdb94bdd37521f46e69d530afd94f2
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 18 09:39:41 2014 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 4da0134..7929dd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.3.2 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.3.1 (2014-09-18)
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index f556319..85311aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ min_automake_version="1.10"
 # bump the version number immediately after the release and do another
 # commit and push so that the git magic is able to work.  See below
 # for the LT versions.
-m4_define(mym4_version, [1.3.1])
+m4_define(mym4_version, [1.3.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 447784c718c817ab8036af7d81ce5a6bbb1f1df0
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 18 09:31:41 2014 +0200

    Release 1.3.1.
    
    * configure.ac: Set LT version to C19/A11/R2.

diff --git a/AUTHORS b/AUTHORS
index 395e93f..e479889 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,6 @@
 Program: Libksba
+Download: ftp://ftp.gnupg.org/gcrypt/libksba/
+Repository: git://git.gnupg.org/libksba.git
 Maintainer: Werner Koch <wk at gnupg.org>
 Bug reports: http://bugs.gnupg.org
 Security related bug reports: <security at gnupg.org>
diff --git a/NEWS b/NEWS
index d8bf107..4da0134 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 1.3.1 (unreleased)
+Noteworthy changes in version 1.3.1 (2014-09-18)
 ------------------------------------------------
 
+ * Fixed memory leak in CRL parsing.
+
+ * Build fixes for Windows, Android, and ppc64el.
+
 
 Noteworthy changes in version 1.3.0 (2012-09-27)
 ------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 372c20c..f556319 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_INIT([libksba],[mym4_full_version],[http://bugs.gnupg.org])
 # Please remember to document interface changes in the NEWS file.
 LIBKSBA_LT_CURRENT=19
 LIBKSBA_LT_AGE=11
-LIBKSBA_LT_REVISION=1
+LIBKSBA_LT_REVISION=2
 #-------------------
 # If the API is changed in an incompatible way: increment the next counter.
 KSBA_CONFIG_API_VERSION=1

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

Summary of changes:
 AUTHORS      |    2 ++
 NEWS         |   10 +++++++++-
 configure.ac |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list