summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-07-14 10:05:34 +0200
committerWerner Koch <wk@gnupg.org>2016-07-14 10:11:01 +0200
commit316a040452c0956ecab4ce6b5d99d5e75b36879b (patch)
tree01e98c45e8875e0142738e43457fcf6717b13b9f
parentcbf913c5d543163fa29703884bae3676a57a3261 (diff)
downloadlibassuan-2.4.3.tar.gz
Release 2.4.3.libassuan-2.4.3
* configure.ac: Set LT version to C7/A7/R3. * Makefile.am (distcheck-hook): New. Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--AUTHORS6
-rw-r--r--Makefile.am14
-rw-r--r--NEWS10
-rw-r--r--README2
-rw-r--r--configure.ac2
5 files changed, 28 insertions, 6 deletions
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