[git] GpgOL - branch, master, updated. gpgol-1.3.0-59-ge138ceb

by Werner Koch cvs at cvs.gnupg.org
Wed Mar 30 14:46:14 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 MS Outlook".

The branch, master has been updated
       via  e138ceb8fee0b154a0388055d8a0bb1404dc0e06 (commit)
       via  27150d3bbf19510252c9cf8ea9560f1e38862d71 (commit)
       via  1fb8a9d651c15ba51fe4f7d26d3ec532941efc72 (commit)
      from  1ae53b7fe54b863bf1d6a0891fbf37ae63abc074 (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 e138ceb8fee0b154a0388055d8a0bb1404dc0e06
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 14:45:42 2016 +0200

    Post release updates

diff --git a/NEWS b/NEWS
index 539700c..35e9a97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes for version 1.4.1 (unreleased)
+=================================================
+
+
 Noteworthy changes for version 1.4.0 (2016-03-30)
 =================================================
 
diff --git a/configure.ac b/configure.ac
index 960fff7..9b5cbad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ min_automake_version="1.14"
 # (git tag -s gpgol-k.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.4.0])
+m4_define([mym4_version], [1.4.1])
 
 # Below is m4 magic to extract and compute the git revision number,
 # the decimalized short revision number, a beta version string and a

commit 27150d3bbf19510252c9cf8ea9560f1e38862d71
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 14:38:33 2016 +0200

    Release 1.4.0

diff --git a/NEWS b/NEWS
index c07a71e..539700c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes for version 1.4.0 (unreleased)
+Noteworthy changes for version 1.4.0 (2016-03-30)
 =================================================
 
  * (OL > 2007) An option dialog has been added to enable / disable

commit 1fb8a9d651c15ba51fe4f7d26d3ec532941efc72
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 14:38:18 2016 +0200

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

diff --git a/Makefile.am b/Makefile.am
index 5098644..e5074fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,16 @@ gen-ChangeLog:
 	  mv $(distdir)/cl-t $(distdir)/ChangeLog;			\
 	fi
 
-
-
-
+distcheck-hook:
+	set -e; ( \
+	pref="#+macro: gpgol_" ;\
+	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  | 16 +++++++++++++---
 NEWS         |  6 +++++-
 configure.ac |  2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list