Post release updates
--
This commit is contained in:
parent
c62ce32b9c
commit
162c87f069
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
Noteworthy changes in version 1.5.3 (unreleased) [C24/A13/R_]
|
||||||
|
-------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.5.2 (2014-11-21) [C24/A13/R1]
|
Noteworthy changes in version 1.5.2 (2014-11-21) [C24/A13/R1]
|
||||||
-------------------------------------------------------------
|
-------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ min_automake_version="1.11"
|
|||||||
# for the LT versions.
|
# for the LT versions.
|
||||||
m4_define(mym4_version_major, [1])
|
m4_define(mym4_version_major, [1])
|
||||||
m4_define(mym4_version_minor, [5])
|
m4_define(mym4_version_minor, [5])
|
||||||
m4_define(mym4_version_micro, [2])
|
m4_define(mym4_version_micro, [3])
|
||||||
|
|
||||||
# Below is m4 magic to extract and compute the revision number, the
|
# Below is m4 magic to extract and compute the revision number, the
|
||||||
# decimalized short revision number, a beta version string, and a flag
|
# decimalized short revision number, a beta version string, and a flag
|
||||||
|
@ -31,6 +31,6 @@ online: gpgme.html gpgme.pdf
|
|||||||
echo "Uploading current manuals to www.gnupg.org ..."; \
|
echo "Uploading current manuals to www.gnupg.org ..."; \
|
||||||
user=werner ; \
|
user=werner ; \
|
||||||
(cd gpgme.html && rsync -vr --exclude='.svn' . \
|
(cd gpgme.html && rsync -vr --exclude='.svn' . \
|
||||||
$${user}@cvs.gnupg.org:webspace/manuals/gpgme/ ); \
|
$${user}@ftp.gnupg.org:webspace/manuals/gpgme/ ); \
|
||||||
rsync -v gpgme.pdf $${user}@cvs.gnupg.org:webspace/manuals/
|
rsync -v gpgme.pdf $${user}@ftp.gnupg.org:webspace/manuals/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user