[git] Scute - branch, master, updated. scute-1.5.0-1-gce7fb4a

by Damien Goutte-Gattat cvs at cvs.gnupg.org
Fri Jul 14 11:14:58 CEST 2017


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 "PKCS#11 token on top of gpg-agent".

The branch, master has been updated
       via  ce7fb4ad5404fdc74f2ab214bc5a70d0fbb60cc8 (commit)
       via  0b49362dab49697bfdf8b0fdc1dcfe66afb3c7fd (commit)
      from  e6ca8e2e6ae842e9e72c9287624a77e51fe2962f (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 ce7fb4ad5404fdc74f2ab214bc5a70d0fbb60cc8
Author: Damien Goutte-Gattat <dgouttegattat at incenp.org>
Date:   Fri Jul 14 11:13:07 2017 +0200

    Post-release updates.
    
    --
    Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>

diff --git a/NEWS b/NEWS
index abc7093..ef5f50d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.6.0 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.5.0 (2017-07-14)
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index fc7607d..618d845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ min_automake_version="1.14"
 # another commit and push so that the git magic is able to work.
 m4_define([mym4_package],[scute])
 m4_define([mym4_major], [1])
-m4_define([mym4_minor], [5])
+m4_define([mym4_minor], [6])
 m4_define([mym4_micro], [0])
 
 # To start a new development series, i.e a new major or minor number

commit 0b49362dab49697bfdf8b0fdc1dcfe66afb3c7fd
Author: Damien Goutte-Gattat <dgouttegattat at incenp.org>
Date:   Fri Jul 14 10:53:59 2017 +0200

    Release 1.5.0.
    
    * AUTHORS: Update maintainer name and contact.
    * NEWS: Update release date.
    * configure.ac: Update PACKAGE_BUGREPORT url. Bump LT_REVISION.
    * doc/website/download.xhtml: Add 1.5.O release.
    
    Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>

diff --git a/AUTHORS b/AUTHORS
index 1eba0f1..2ce5e4a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
 Package: scute
-Maintainer: Marcus Brinkmann <marcus at g10code.com>
+Maintainer: Damien Goutte-Gattat <dgouttegattat at incenp.org>
 Bug reports: https://dev.gnupg.org/
 Security related bug reports: security at gnupg.org
 License: GPLv2+ with exception for Mozilla
diff --git a/NEWS b/NEWS
index e6608bb..abc7093 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.5.0 (unreleased)
+Noteworthy changes in version 1.5.0 (2017-07-14)
 ------------------------------------------------
 
  * Support for TLS 1.2 client authentication and S/MIME signing.
diff --git a/configure.ac b/configure.ac
index 99003fd..fc7607d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ m4_define([mym4_version],      m4_argn(4, mym4_verslist))
 m4_define([mym4_revision],     m4_argn(7, mym4_verslist))
 m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist))
 m4_esyscmd([echo ]mym4_version[>VERSION])
-AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
+AC_INIT([mym4_package],[mym4_version], [https://dev.gnupg.org])
 
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:			REVISION++)
@@ -67,7 +67,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
 #
 LIBSCUTE_LT_CURRENT=0
 LIBSCUTE_LT_AGE=0
-LIBSCUTE_LT_REVISION=2
+LIBSCUTE_LT_REVISION=3
 
 # Version numbers reported by the PKCS #11 module to its users.
 VERSION_MAJOR=1
diff --git a/doc/website/download.xhtml b/doc/website/download.xhtml
index 457b5b9..5eee902 100644
--- a/doc/website/download.xhtml
+++ b/doc/website/download.xhtml
@@ -56,7 +56,7 @@
           be cross-built for Windows 32-bit using MingW32.
         </p>
         <p>
-	  The most recent release of Scute is version 1.4.0.
+	  The most recent release of Scute is version 1.5.0.
 	</p>
 	<table>
 	  <caption>Scute source distributions.</caption>
@@ -70,6 +70,20 @@
 	  </tr>
 	  <tr>
 	    <td>Scute source distribution</td>
+	    <td>1.5.0</td>
+	    <td>2017-07-14</td>
+	    <td>969 kB</td>
+	    <td>
+	      <a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.5.0.tar.bz2">
+		download</a>
+	    </td>
+	    <td>
+	      <a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.5.0.tar.bz2.sig">
+		download</a>
+	    </td>
+	  </tr>
+	  <tr>
+	    <td>Scute source distribution</td>
 	    <td>1.4.0</td>
 	    <td>2010-04-21</td>
 	    <td>755 kB</td>

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

Summary of changes:
 AUTHORS                    |  2 +-
 NEWS                       |  6 +++++-
 configure.ac               |  6 +++---
 doc/website/download.xhtml | 16 +++++++++++++++-
 4 files changed, 24 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PKCS#11 token on top of gpg-agent
http://git.gnupg.org




More information about the Gnupg-commits mailing list