[git] Assuan - branch, master, updated. libassuan-2.4.5-5-g5aea76d

by Werner Koch cvs at cvs.gnupg.org
Thu Dec 7 14:21:41 CET 2017


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  5aea76dbf1d39ab646461a2996becc40c42c9632 (commit)
       via  ec92ef4ee3df1fdca7db19f691f64a2f96dcfc71 (commit)
      from  90dc81682b13a7cf716a8a26b891051cbd4b0caf (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 5aea76dbf1d39ab646461a2996becc40c42c9632
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 7 14:17:07 2017 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index eac37af..89f86eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.5.1 (unreleased) [C8/A8/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 2.5.0 (2017-12-07) [C8/A8/R0]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 4128f18..2c6e254 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], [0])
+m4_define([mym4_micro], [1])
 
 # 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 ec92ef4ee3df1fdca7db19f691f64a2f96dcfc71
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 7 14:09:08 2017 +0100

    Release 2.5.0
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/AUTHORS b/AUTHORS
index bc7345a..2d64e35 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-2016 g10 Code GmbH
+  Copyright (C) 2001-2017 g10 Code GmbH
   Copyright (C) 2004 Simon Josefsson
 
 
diff --git a/NEWS b/NEWS
index e2937d7..eac37af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.5.0 (unreleased) [C8/A8/R0]
+Noteworthy changes in version 2.5.0 (2017-12-07) [C8/A8/R0]
 ------------------------------------------------
 
  * New function to change the system hooks for the socket
diff --git a/README b/README
index e84da57..3f9cb72 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                              ===========
 
     Copyright (C) 2001-2013 Free Software Foundation, Inc.
-    Copyright (C) 2001-2016 g10 Code GmbH
+    Copyright (C) 2001-2017 g10 Code GmbH
 
 
     This is a general purpose IPC library which is for example used
diff --git a/src/assuan.h.in b/src/assuan.h.in
index cfa4409..d30be05 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -1,6 +1,6 @@
 /* assuan.h - Definitions for the Assuan IPC library             -*- c -*-
  * Copyright (C) 2001-2013 Free Software Foundation, Inc.
- * Copyright (C) 2001-2015 g10 Code GmbH
+ * Copyright (C) 2001-2017 g10 Code GmbH
  *
  * This file is part of Assuan.
  *
diff --git a/src/sysutils.c b/src/sysutils.c
index afa7aa1..53da282 100644
--- a/src/sysutils.c
+++ b/src/sysutils.c
@@ -47,7 +47,7 @@ _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-2014 g10 Code GmbH\n"
+    "Copyright 2001-2017 g10 Code GmbH\n"
     "\n"
     "SPDX-License-Identifier: LGPL-2.1+\n"
     "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 9f0237f..f9e7cb4 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-2015 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2017 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libassuan.dll\0"
             VALUE "PrivateBuild", "\0"

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

Summary of changes:
 AUTHORS               | 2 +-
 NEWS                  | 6 +++++-
 README                | 2 +-
 configure.ac          | 2 +-
 src/assuan.h.in       | 2 +-
 src/sysutils.c        | 2 +-
 src/versioninfo.rc.in | 2 +-
 7 files changed, 11 insertions(+), 7 deletions(-)


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




More information about the Gnupg-commits mailing list