[Pkg-gnupg-commit] [libassuan] 419/437: Post release updates

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:34:12 UTC 2015


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

eric pushed a commit to branch master
in repository libassuan.

commit 61e24ad79cb4477b32542399e48b56b3115ae1e7
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 11 13:13:53 2014 +0100

    Post release updates
    
    --
---
 NEWS            | 4 ++++
 configure.ac    | 2 +-
 doc/Makefile.am | 7 +++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 3d74644..1f6f992 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.2.1 (unreleased) [C5/A5/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 2.2.0 (2014-12-11) [C5/A5/R0]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 5cdf883..dffc18d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ min_automake_version="1.10"
 m4_define([mym4_package],[libassuan])
 m4_define([mym4_major], [2])
 m4_define([mym4_minor], [2])
-m4_define([mym4_micro], [0])
+m4_define([mym4_micro], [1])
 
 # To start a new development series, i.e a new major or minor number
 # you need to mark an arbitrary commit before the first beta release
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6229ddc..fc4e97d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -28,8 +28,7 @@ assuan_TEXINFOS = lgpl.texi gpl.texi
 online: assuan.html assuan.pdf
 	set -e; \
 	echo "Uploading current manuals to www.gnupg.org ..."; \
-        user=werner ; \
+        user=werner ; webhost="ftp.gnupg.org"; \
 	(cd assuan.html && rsync -vr --exclude='.svn' .  \
-	  $${user}@cvs.gnupg.org:webspace/manuals/assuan/ ); \
-        rsync -v assuan.pdf $${user}@cvs.gnupg.org:webspace/manuals/
-
+	  $${user}@$${webhost}:webspace/manuals/assuan/ ); \
+        rsync -v assuan.pdf $${user}@$${webhost}:webspace/manuals/

-- 
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