]> Pileus Git - ~andy/gtk/blob - docs/RELEASE-HOWTO
0f635e2249dbdb8760c96eeca52be61cf58a3e70
[~andy/gtk] / docs / RELEASE-HOWTO
1 How to do a GTK+ release?
2 =========================
3
4 Make sure you have Owen's special autoconf and libtool RPMs, available at:
5 http://people.redhat.com/otaylor/gtk/autotools/.
6
7 Also make sure you have the following packages installed with all their
8 dependencies (I used the RPM package names from RedHat 9):
9 * gtk-doc
10 * linuxdoc-tools
11 * docbook-utils
12
13 Without those packages make distcheck will *not* pass.
14
15
16 0) Blow away your gtk+ directory, check a new version out
17 1) autogen and build it, make sure to enable docs.
18 2) Update NEWS based on the various ChangeLog files
19 3) Update version in configure.in, increase micro and interface age by 1.
20 (Note that this is critical, a slip-up here will cause the soname to change).
21 4) Add === Released 2.x.y === at the top of all ChangeLog files
22 5) make distcheck
23 6) Fix broken stuff found by 5) repeat
24 7) cvs commit; you'll have a bunch of po file changes, and maybe some
25 doc changes too (NOTE: be sure to use cvs with compression, else you'll
26 end up waiting for a long time :).
27 8) If 7) fails because someone else committed inbetween, curse, cvs up,
28 fix conflicts and go to 5)
29 9) type 'cvs tag GTK_2_x_y' in the toplevel directory
30 10) You now have the tarball, and the CVS tag, now upload the tarball to
31 gnome.org and gtk.org
32 11) Go to the gnome-announce list archives, find the last announce message,
33 create a new message in the same form, replacing version numbers, commentary
34 at the top about "what this release is about" and the Summary of changes.
35 12) Send it to gnome-announce-list, gtk-list, gtk-app-devel-list and
36 gtk-devel-list. Set reply-to to gnome-hackers.