mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-15 08:23:24 +02:00
Post release updates
--
This commit is contained in:
parent
41dcd32218
commit
6aa0464db9
3
NEWS
3
NEWS
@ -1,3 +1,6 @@
|
|||||||
|
Noteworthy changes in version 2.0.25 (unreleased)
|
||||||
|
-------------------------------------------------
|
||||||
|
|
||||||
Noteworthy changes in version 2.0.24 (2014-06-24)
|
Noteworthy changes in version 2.0.24 (2014-06-24)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ min_automake_version="1.10"
|
|||||||
# (git tag -s gnupg-2.n.m) and run "./autogen.sh --force". Please
|
# (git tag -s gnupg-2.n.m) and run "./autogen.sh --force". Please
|
||||||
# bump the version number immediately *after* the release and do
|
# bump the version number immediately *after* the release and do
|
||||||
# another commit and push so that the git magic is able to work.
|
# another commit and push so that the git magic is able to work.
|
||||||
m4_define([mym4_version], [2.0.24])
|
m4_define([mym4_version], [2.0.25])
|
||||||
|
|
||||||
# Below is m4 magic to extract and compute the git revision number,
|
# Below is m4 magic to extract and compute the git revision number,
|
||||||
# the decimalized short revision number, a beta version string and a
|
# the decimalized short revision number, a beta version string and a
|
||||||
|
@ -140,8 +140,8 @@ online: gnupg.html gnupg.pdf
|
|||||||
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
||||||
dashdevel="-devel" ; \
|
dashdevel="-devel" ; \
|
||||||
else \
|
else \
|
||||||
rsync -v gnupg.pdf $${user}@{webhost}:webspace/manuals/ ; \
|
rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
cd gnupg.html ; \
|
cd gnupg.html ; \
|
||||||
rsync -vr --exclude='.svn' . \
|
rsync -vr --exclude='.git' . \
|
||||||
$${user}@{webhost}:webspace/manuals/gnupg$${dashdevel}/
|
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user