Impleemned gpgsm's IMPORT --re-import feature.
[gnupg.git] / README.maint
blob045c21ccb7d4b269a50dfd9ddef55269b4343549
1             Notes for the GnuPG maintainer  (SVN only)
2            ============================================
4 Here are some notes on how to maintain GnuPG.
6 Release Planning:
7 =================
9 If you are planning a new release and strings have changed you should
10 send a notification to all translators, so that they have time to
11 update their translations.  scripts/mail-to-translators is useful for
12 this.  It might need some tweaking and it needs to be armored for
13 actual sending.  Running it as is to see what will happen is a good
14 idea, though.
18 Release process:
19 ================
21   * Make sure that all new PO files are checked in.
22   * Decide whether you want to update the automake standard files 
23     (Mainly config.guess and config.sub).
24   * [1.4 only] Update gpg.texi and gpgv.texi from the trunk.
25   * Run "make -C po update-po".
26   * Write NEWS entries and set the release date in NEWS.
27   * In configure.ac set "my_issvn" to "no".
28   * Put a "Released <version>" line into the top level ChangeLog.
29   * Commit all changes to the SVN.
30   * Update the SVN then (to sync the release number of all files).
31   * Run "./autogen.sh --force"
32     (--force is required for the svn magic in configure.ac and a good
33     idea in any case)
34   * Run "configure --enable-maintainer-mode".
35   * Run "make distcheck".
36   * Build and test the new tarball (best on a different machine).
37   * Build and test the W32 version.
38   * [2.x only] Using the final test build run a "make -C doc online".
39   * Sign the tarball
40   * Get the previous tarball and run "mkdiff gnupg".  
41     You might need to set a different signature key than mine.  mkdiff
42     has an option for this.
43   * If you are satisfied with the result tag the release.  Use "svn
44     info" to get the current URL and use an svn cp command similar to
45     "svn cp svn+ssh://host/gnupg/trunk  svn+ssh://host/gnupg/tags/gnupg-2.n.m"
46     (for 1.4 you should see "branches/STABLE-BRANCH-1-4" instead of "trunk",
47      however tags are all below tags).
48   * Copy the files to the FTP server
49   * Update the webpages - at least the file swdb.wml needs an update.
50   * Add a new headline to NEWS.
51   * Bump "my_version" up and set "my_issvn" back to "yes" in configure.ac 
52   * Write an announcement.  Update https://savannah.gnu.org/projects/gnupg .