[git] Assuan - branch, master, updated. libassuan-2.4.2-10-gbf39d04
by Werner Koch
cvs at cvs.gnupg.org
Thu Jul 14 10:16:36 CEST 2016
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 bf39d04238c0ae43f6cf2b04baf394c2f1e1d838 (commit)
via 316a040452c0956ecab4ce6b5d99d5e75b36879b (commit)
from cbf913c5d543163fa29703884bae3676a57a3261 (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 bf39d04238c0ae43f6cf2b04baf394c2f1e1d838
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jul 14 10:14:19 2016 +0200
Post release updates
--
diff --git a/NEWS b/NEWS
index be2b600..6a41dd5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.4.4 (unreleased) [C7/A7/R_]
+------------------------------------------------
+
+
Noteworthy changes in version 2.4.3 (2016-07-14) [C7/A7/R3]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5da876d..dc987f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ min_automake_version="1.14"
m4_define([mym4_package],[libassuan])
m4_define([mym4_major], [2])
m4_define([mym4_minor], [4])
-m4_define([mym4_micro], [3])
+m4_define([mym4_micro], [4])
# 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 316a040452c0956ecab4ce6b5d99d5e75b36879b
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jul 14 10:05:34 2016 +0200
Release 2.4.3.
* configure.ac: Set LT version to C7/A7/R3.
* Makefile.am (distcheck-hook): New.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/AUTHORS b/AUTHORS
index ccad0cb..bc7345a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -45,7 +45,7 @@ later split of into a separate library.
Copyright
=========
-The Libassuan code distributed under the GNU Lesser General Public
+The Libassuan code is distributed under the GNU Lesser General Public
License, version 2.1 or later. The manual is distributed under the
GNU General Public License, Version 3 or later.
@@ -55,14 +55,14 @@ 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-2015 g10 Code GmbH
+ Copyright (C) 2001-2016 g10 Code GmbH
Copyright (C) 2004 Simon Josefsson
==========
Copyright 2003-2013 Free Software Foundation, Inc.
- Copyright (C) 2013-2014 g10 Code GmbH
+ Copyright (C) 2013-2016 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/Makefile.am b/Makefile.am
index ad8efca..fdfd791 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,20 @@ SUBDIRS = m4 src doc tests
dist-hook: gen-ChangeLog
echo "$(VERSION)" > $(distdir)/VERSION
+distcheck-hook:
+ set -e; ( \
+ pref="#+macro: $$(echo $(PACKAGE_NAME)|tr '-' '_')_" ;\
+ reldate="$$(date -u +%Y-%m-%d)" ;\
+ echo "$${pref}ver $(PACKAGE_VERSION)" ;\
+ echo "$${pref}date $${reldate}" ;\
+ list='$(DIST_ARCHIVES)'; for i in $$list; do \
+ case "$$i" in *.tar.bz2) \
+ echo "$${pref}size $$(wc -c <$$i|awk '{print int($$1/1024)}')k" ;\
+ echo "$${pref}sha1 $$(sha1sum <$$i|cut -d' ' -f1)" ;\
+ echo "$${pref}sha2 $$(sha256sum <$$i|cut -d' ' -f1)" ;;\
+ esac;\
+ done ) | tee $(distdir).swdb
+
gen_start_date = 2011-12-01T00:00:00
.PHONY: gen-ChangeLog
diff --git a/NEWS b/NEWS
index 9f19351..be2b600 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
-Noteworthy changes in version 2.4.3 (unreleased) [C7/A7/R_]
+Noteworthy changes in version 2.4.3 (2016-07-14) [C7/A7/R3]
------------------------------------------------
+ * Allow socket redirection with assuan_socket_connect.
+
+ * Speedup spawning programs on Linux
+
+ * Fix minor memory leaks
+
+ * Portability fixes for Solaris and AIX.
+
Noteworthy changes in version 2.4.2 (2015-12-02) [C7/A7/R2]
------------------------------------------------
diff --git a/README b/README
index 6867dc3..e5840b1 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
===========
Copyright (C) 2001-2013 Free Software Foundation, Inc.
- Copyright (C) 2001-2015 g10 Code GmbH
+ Copyright (C) 2001-2016 g10 Code GmbH
This is a general purpose IPC library which is for example used
diff --git a/configure.ac b/configure.ac
index 9a6588b..5da876d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=7
LIBASSUAN_LT_AGE=7
-LIBASSUAN_LT_REVISION=2
+LIBASSUAN_LT_REVISION=3
# If the API is changed in an incompatible way: increment the next counter.
LIBASSUAN_CONFIG_API_VERSION=2
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 6 +++---
Makefile.am | 14 ++++++++++++++
NEWS | 14 +++++++++++++-
README | 2 +-
configure.ac | 4 ++--
5 files changed, 33 insertions(+), 7 deletions(-)
hooks/post-receive
--
IPC library used by GnuPG
http://git.gnupg.org
More information about the Gnupg-commits
mailing list