4 This document, at this point, is a proposal only. It attempts to
5 document how we intend to make the upcoming releases, in order to make
6 as sure as possible no stupid bugs creep in just before the release.
11 When a new version is about to be released:
13 0) Day Zero (D+0): The core developers announce their intention of
14 making a new release. They call for a feature freeze on the CVS
15 HEAD (bug fixes are okay to commit). They also announce the
16 provisional duration of the freeze before the first release
17 candidate tarball is about to be made (actual freeze duration may vary for
18 instance according to the perceived amount of changes since the
19 last release; for the purpose of this document, it's assumed to be
22 Advanced users are encouraged to download the CVS HEAD or the
23 snapshot tarballs, and pound on them.
25 Make sure to check for open Bugzilla bugs with the PATCH keyword.
27 1) The core developers agree on the next version number. It's called
28 $VERSION thereafter. They also look if DIA_PLUGIN_API_VERSION needs
31 2) D+3: a release candidate tarball is made. It is called
32 $VERSION-pre1. Simultaneously, a CVS branch is made with the name
33 "DIA_$VERSION_RELEASE" (with the non-alphanumeric characters in $VERSION
34 replaced by underscores, e.g. cvs tag -b DIA_0_93_RELEASE).
35 $VERSION-pre1 is registered with the Bugzilla, however it is encouraged
36 that bug reports are made directly (or simultaneously) to the mailing
39 Please see the section below on how to make a tarball (yes, please do).
41 Translators, as pulled from the Translation-Team: field in the .po
42 files, are notified of the upcoming release to give them time to
43 translate new strings. No further changes to translatable strings
44 should happen from now till the final release ("string freeze").
45 Also mail gnome-i18n@gnome.org to notify the Gnome Translation Project
46 (and perhaps get new translators).
48 3a) if a release-critical bug happens before D+10 (say, at D+n), the
49 release process is paused until the bug is fixed and a new release
50 candidate tarball $VERSION-pre2 is re-made. Go to either step 3a or
51 3b with D+10 replaced by D+n+10. Any bugs fixed that way, as well as
52 further translations, must be transferred back into the main trunk
55 3b) D+10: if there are no release-critical bugs in the pre-release,
56 then the same source (fetched from the CVS branch) is rebuilt with the
57 final $VERSION number (and the resulting "new" version is re-tagged
58 in CVS). $VERSION is registered with the Bugzilla, and all
59 $VERSION-preX are removed (from now on, bugs against -preX are
62 4) once the new release is complete and uploaded, announcements on
63 freshmeat, the dia web site, the dia mailing list,
64 gnome-announce-list@gnome.org, gnomefiles.org and maybe a gnotices story
65 (news.gnome.org) are made. Alerting the package maintainers for the
66 various distributions is also a good idea, get names from MAINTAINERS
67 and update those who have changed.
69 5) the CVS HEAD freeze is lifted one week /after/ the release is
70 generally available, unless a release critical bug is discovered in
71 the release. If the latter is the case, a new, fixed "brown bag" release is
72 released and announced as soon as possible (extending the one-week
73 delay on the CVS HEAD thaw).
75 Once the head is lifted, the release branch is considered dead and
76 should no longer be used.
80 1. make sure you have up to date build tools installed on the system.
81 Libtool is an important one, as new releases add support for new
83 2. make sure "make distcheck" runs to completion. With automake >=
84 1.5, the checks also make sure "make uninstall" removes all files
86 3. check to see if the tarball builds in normal and --enable-gnome
87 modes (this task should disapear with the move to 2.0; there is no
88 reason to have separate dialog and menu code).
89 4. Upload to ftp.gnome.org. This is basically just scp'ing the
90 tarball to widget.gnome.org, then running a command like
91 "install-module dia-0.90.tar.gz", which will create bz2
92 tarballs, diffs to the previous version, and signal the ftp mirrors
93 (currently just ftp.gnome.org and planetmirror.com) to synchronise.
98 agreeing on how to properly handle the case of having only ten two-decimal
99 place version numbers until we hit 1.0
101 How do we notify people that a) a prerelease branch is where translation
102 goes and b) the prerelease branch is dead when it is.
107 These files need to be updated at every release:
113 dia.spec (note that the preN should go in release, not ver).
118 Remember to also update the webpages. In particular, the download page,
119 the NEWS page and the FAQ needs updating.