[Pkg-gnupg-commit] [libassuan] 09/14: Release 2.4.3.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 00:20:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository libassuan.

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>
---
 AUTHORS      |  6 +++---
 Makefile.am  | 14 ++++++++++++++
 NEWS         | 10 +++++++++-
 README       |  2 +-
 configure.ac |  2 +-
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list