[git] Assuan - branch, master, updated. libassuan-2.5.1-28-g1f038e9

by Werner Koch cvs at cvs.gnupg.org
Thu Dec 13 09:13:12 CET 2018


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 "IPC library used by GnuPG".

The branch, master has been updated
       via  1f038e94e19d2bf165f32eb226416377f96c1ebf (commit)
       via  86e1d17de081081f9302ca58cc2e07ecde3172f6 (commit)
      from  eac43aadd7c3a249f35c7cce25eac78f4aaa85db (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 1f038e94e19d2bf165f32eb226416377f96c1ebf
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 13 09:13:09 2018 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index c453c7e..a52fe0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.5.3 (unreleased) [C8/A8/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 2.5.2 (2018-12-13) [C8/A8/R2]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 2329de3..1298eb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ min_automake_version="1.14"
 m4_define([mym4_package],[libassuan])
 m4_define([mym4_major], [2])
 m4_define([mym4_minor], [5])
-m4_define([mym4_micro], [2])
+m4_define([mym4_micro], [3])
 
 # To start a new development series, i.e a new major or minor number
 # you need to mark an arbitrary commit before the first beta release

commit 86e1d17de081081f9302ca58cc2e07ecde3172f6
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 13 09:05:57 2018 +0100

    Release 2.5.2
    
    * configure.ac: Bump LT version to C8/A8/R2.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/AUTHORS b/AUTHORS
index 2d64e35..1bb7071 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -55,7 +55,7 @@ List of Copyright holders
   Copyright (C) 1992-2013 Free Software Foundation, Inc.
   Copyright (C) 1994 X Consortium
   Copyright (C) 2000 Werner Koch (dd9jn)
-  Copyright (C) 2001-2017 g10 Code GmbH
+  Copyright (C) 2001-2018 g10 Code GmbH
   Copyright (C) 2004 Simon Josefsson
 
 
diff --git a/NEWS b/NEWS
index 9f40339..c453c7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-Noteworthy changes in version 2.5.2 (unreleased) [C8/A8/R_]
+Noteworthy changes in version 2.5.2 (2018-12-13) [C8/A8/R2]
 ------------------------------------------------
 
+ * Better credential support for BSDs.
+
+ * Fix some compiler warnings.
+
+ * Update the build system.
+
 
 Noteworthy changes in version 2.5.1 (2017-12-07) [C8/A8/R1]
 ------------------------------------------------
diff --git a/README b/README
index 3f9cb72..dd41094 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                              ===========
 
     Copyright (C) 2001-2013 Free Software Foundation, Inc.
-    Copyright (C) 2001-2017 g10 Code GmbH
+    Copyright (C) 2001-2018 g10 Code GmbH
 
 
     This is a general purpose IPC library which is for example used
diff --git a/configure.ac b/configure.ac
index 06923cf..2329de3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
 #
 LIBASSUAN_LT_CURRENT=8
 LIBASSUAN_LT_AGE=8
-LIBASSUAN_LT_REVISION=1
+LIBASSUAN_LT_REVISION=2
 
 # If the API is changed in an incompatible way: increment the next counter.
 LIBASSUAN_CONFIG_API_VERSION=2
diff --git a/src/sysutils.c b/src/sysutils.c
index 53da282..9090128 100644
--- a/src/sysutils.c
+++ b/src/sysutils.c
@@ -47,9 +47,9 @@ _assuan_sysutils_blurb (void)
     "\n\n"
     "This is Libassuan " PACKAGE_VERSION " - The GnuPG IPC Library\n"
     "Copyright 2001-2013 Free Software Foundation, Inc.\n"
-    "Copyright 2001-2017 g10 Code GmbH\n"
+    "Copyright 2001-2018 g10 Code GmbH\n"
     "\n"
-    "SPDX-License-Identifier: LGPL-2.1+\n"
+    "SPDX-License-Identifier: LGPL-2.1-or-later\n"
     "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
     "\n\n";
   return blurb;
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index f9e7cb4..5af9a86 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -40,7 +40,7 @@ BEGIN
             VALUE "FileDescription", "Assuan - GnuPG IPC\0"
             VALUE "FileVersion", "@LIBASSUAN_LT_CURRENT at .@LIBASSUAN_LT_AGE at .@LIBASSUAN_LT_REVISION at .@BUILD_REVISION@\0"
             VALUE "InternalName", "libassuan\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2017 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2018 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libassuan.dll\0"
             VALUE "PrivateBuild", "\0"

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

Summary of changes:
 AUTHORS               |  2 +-
 NEWS                  | 12 +++++++++++-
 README                |  2 +-
 configure.ac          |  4 ++--
 src/sysutils.c        |  4 ++--
 src/versioninfo.rc.in |  2 +-
 6 files changed, 18 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list