diff options
author | Werner Koch <wk@gnupg.org> | 2007-05-15 18:10:48 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-05-15 18:10:48 +0200 |
commit | 5f3bca96826fbaf9c4469a7eedef9294f4d74bfb (patch) | |
tree | dae425970a8c0dd0f77ab62c91b2700dfbaa811e /README.maint | |
parent | Preparing 2.0.4 (diff) | |
download | gnupg2-5f3bca96826fbaf9c4469a7eedef9294f4d74bfb.tar.xz gnupg2-5f3bca96826fbaf9c4469a7eedef9294f4d74bfb.zip |
Use estream_asprintf instead of the GNU asprintf.
Diffstat (limited to 'README.maint')
-rw-r--r-- | README.maint | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.maint b/README.maint index 8bd169a0f..61643c8b4 100644 --- a/README.maint +++ b/README.maint @@ -30,16 +30,18 @@ Release process: * Run "./autogen.sh --force" (--force is required for the svn magic in configure.ac and a good idea in any case) + * Run configure as usual. * Run "make distcheck" * Build and test the new tarball (best on a different machine). - * [1.4 only] Build and test the W32 vesion. + * [1.4 only] Build and test the W32 version. + * Using the final test build run a "make -C doc online". * Sign the tarball * Get the previous tarball and run "mkdiff gnupg". You might need to set a different signature key than mine. mkdiff has an option for this. - * If you are satisied with the result tag the release. Use "svn + * If you are satisfied with the result tag the release. Use "svn info" to get the current URL and use an svn cp command similar to - "svn cp svn+ssh://host/gnupg/trunk svn+ssh://host/gnupg/tags/2.n.m" + "svn cp svn+ssh://host/gnupg/trunk svn+ssh://host/gnupg/tags/gnupg-2.n.m" (for 1.4 you should see "branches/STABLE-BRANCH-1-4" instead of "trunk", however tags are all below tags). * Copy the files to the FTP server |