mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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)
|
||||
-------------------------------------------------
|
||||
|
||||
|
@ -26,7 +26,7 @@ min_automake_version="1.10"
|
||||
# (git tag -s gnupg-2.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], [2.0.24])
|
||||
m4_define([mym4_version], [2.0.25])
|
||||
|
||||
# Below is m4 magic to extract and compute the git revision number,
|
||||
# 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 \
|
||||
dashdevel="-devel" ; \
|
||||
else \
|
||||
rsync -v gnupg.pdf $${user}@{webhost}:webspace/manuals/ ; \
|
||||
rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
|
||||
fi ; \
|
||||
cd gnupg.html ; \
|
||||
rsync -vr --exclude='.svn' . \
|
||||
$${user}@{webhost}:webspace/manuals/gnupg$${dashdevel}/
|
||||
rsync -vr --exclude='.git' . \
|
||||
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
|
||||
|
Loading…
x
Reference in New Issue
Block a user