[git] GpgEX - branch, master, updated. gpgex-1.0.3-8-g7c7b69f

by Werner Koch cvs at cvs.gnupg.org
Wed Mar 30 14:27:54 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 "GnupG extension for the Windows Explorer".

The branch, master has been updated
       via  7c7b69f19935e6b6927069f9f78515311071a0ec (commit)
       via  623c1ad03dfe4e59d97009ff67ddbedcff8565d1 (commit)
       via  4a13eb1976bb27c8f398b2926ef11c30af4ada83 (commit)
      from  cfe000c4da6e965ddb602c695d63928e432f8a19 (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 7c7b69f19935e6b6927069f9f78515311071a0ec
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 14:27:25 2016 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 9c4f81d..9120a12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes for version 1.0.5 (unreleased)
+-------------------------------------------------
+
+
 Noteworthy changes for version 1.0.4 (2016-03-30)
 -------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index aae95e4..de2f494 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ min_automake_version="1.10"
 # (git tag -s gnupg-2.n.m) and run "./autogen.sh --force".  Please
 # bump the version number immediately *after* the release and do
 # another commit and push so that the git magic is able to work.
-m4_define([mym4_version], [1.0.4])
+m4_define([mym4_version], [1.0.5])
 
 # Below is m4 magic to extract and compute the git revision number,
 # the decimalized short revision number, a beta version string and a

commit 623c1ad03dfe4e59d97009ff67ddbedcff8565d1
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 14:19:58 2016 +0200

    Release 1.0.4

diff --git a/NEWS b/NEWS
index 5e384a7..9c4f81d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes for version 1.0.4 (unreleased)
+Noteworthy changes for version 1.0.4 (2016-03-30)
 -------------------------------------------------
 
 * Updated Portuguese translation.

commit 4a13eb1976bb27c8f398b2926ef11c30af4ada83
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 14:19:13 2016 +0200

    Print swdb info during make distcheck
    
    * Makefile.am (distcheck-hook): New.

diff --git a/Makefile.am b/Makefile.am
index e84bf4c..ae57e9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,3 +26,17 @@ SUBDIRS = doc src po m4
 
 dist-hook:
 	echo "$(VERSION)" > $(distdir)/VERSION
+
+distcheck-hook:
+	set -e; ( \
+	pref="#+macro: gpgex_" ;\
+	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

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

Summary of changes:
 Makefile.am  | 14 ++++++++++++++
 NEWS         |  6 +++++-
 configure.ac |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnupG extension for the Windows Explorer
http://git.gnupg.org




More information about the Gnupg-commits mailing list