diff options
author | Werner Koch <[email protected]> | 2012-05-11 08:20:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-05-11 08:20:29 +0000 |
commit | 68777b40dcf215305a325185f6bd9cfd6dcc0542 (patch) | |
tree | f2f41c8b68c3931d535341228a493214b41981ed /README.maint | |
parent | Add tweaks for the not anymore patented IDEA algorithm. (diff) | |
download | gnupg-68777b40dcf215305a325185f6bd9cfd6dcc0542.tar.gz gnupg-68777b40dcf215305a325185f6bd9cfd6dcc0542.zip |
Switch to the new automagic beta numbering scheme.
* configure.ac: Add all the require m4 magic.
--
This also removes the hack to allow custom version numbers which are
not considered a development version. A custom version number can be
done anyway by simply setting the version to it and tag the release
with it.
Diffstat (limited to 'README.maint')
-rw-r--r-- | README.maint | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.maint b/README.maint index c317f7c33..38f23381e 100644 --- a/README.maint +++ b/README.maint @@ -34,12 +34,14 @@ Release process: * Write NEWS entries and set the release date in NEWS. - * In configure.ac set "my_isgit" to "no". + * [1.4 and 2.0] In configure.ac set "my_isgit" to "no". * Commit all changes to GIT with a message of "Release n.m.o." + * Tag the revision with the string "gnupg-x.y.z". + * Run "./autogen.sh --force" - (--force is required for the svn magic in configure.ac and a good + (--force is required for the git magic in configure.ac and a good idea in any case) * Run "configure --enable-maintainer-mode". @@ -58,8 +60,7 @@ Release process: You might need to set a different signature key than mine. mkdiff has an option for this. - * If you are satisfied with the result commit a tag for the release - and push the changes. + * Push the git changes and the tag. * Copy the files to the FTP server |