*** empty log message ***
[bpt/guile.git] / RELEASE
1 This is a checklist for making Guile releases.
2 It's specific to the FSF's development environment; please don't put
3 it in the distribution.
4
5 Maybe we should name Guile releases after entertaining poisons.
6
7 In release 1.4:
8 - Release is titled ``wormwood'' release.
9 - remove #/ syntax
10 - Remove SCHEME_LOAD_PATH.
11 - remove hook support from boot-9.scm
12 (only provided for backward compatibility)
13
14 In release 1.5:
15 - remove names evalext.c: serial-map,
16 ramap.c: serial-array-copy!, serial-array-map!
17
18 Modules sort.c and random.c should be factored out into separate
19 modules (but still be distributed with guile-core) when we get a new
20 module system.
21
22 Platforms for test builds:
23 SunOS (gcc and pcc) --- galapas.ai.mit.edu
24 Solaris (gcc and SUN cc) --- saturn.ai.mit.edu
25 NetBSD (gcc) --- repo-man.ai.mit.edu (use /home/repo/jimb)
26 HP/UX (gcc, HP cc) --- nutrimat.gnu.ai.mit.edu
27
28
29 1) Check that the versions of aclocal, automake, autoconf, and autoheader
30 in your PATH match those given in README. Note that the `make
31 dist' process always invokes these tools, even when all the
32 generated files are up to date.
33 2) Verify that Guile builds and runs in your working directory. I
34 hope that we'll eventually have a test suite to make this more
35 concrete, but for the moment, just make sure things seem sane.
36 3) Make sure NEWS, INSTALL and the docs are up to date:
37 a) Scan the ChangeLogs for user-visible changes, marked with an asterisk
38 at the left margin.
39 b) Update NEWS and the Texinfo documentation as appropriate.
40 c) Remove the user-visible markers from the log entries once they're
41 documented.
42 d) Check for any [[incomplete]] sections of NEWS.
43 e) Fact-check INSTALL.
44 4) Scan output from `cvs diff' to find files that have changed a lot, but
45 do not have up-to-date copyright notices.
46 5) Update the version numbers in GUILE-VERSION, and README. The Guile
47 version number should be of the form N.M for a major release, and
48 N.M.L for snapshots and beta releases; L should be even for beta
49 releases, and odd for snapshots.
50 6) Set up README appropriately for the release; check name spellings
51 in THANKS, and reformat.
52 7) Choose new interface numbers for shared libraries.
53 8) Do a `cvs update -A', to get rid of any sticky tags.
54 9) Rebuild all generated files in the source tree:
55 a) Install the .m4 files where aclocal will find them.
56 b) Run aclocal.
57 c) Run automake.
58 d) Run autoconf.
59 e) Run autoheader.
60 10) Commit all changes to the CVS repository.
61 11) Verify that the disty works, too:
62 a) Make a disty, using 'make dist'.
63 b) Unpack it somewhere else.
64 c) Remove automake and autoconf from your path, or turn off their
65 execute bits, or something. (Users should be able to build disty
66 without installing those tools.)
67 d) Configure, make, and install.
68 e) Test the installed version; don't forget to unset GUILE_LOAD_PATH.
69 f) Test the example code in the doc directory.
70 g) If you made any fixes, commit them, and start from a) again
71 11a) Add "Guile N.M released." entry to ChangeLog, and commit it.
72 12) Tag the entire source tree with a tag of the form "release_N_M".
73 13) Copy the tar file over to the GNU machines, and send mail to
74 ftp-upload@gnu.org, asking them to put it on prep.
75 14) Send an announcement message to gnu-announce@gnu.org. Put
76 "Obtaining Guile" first, then a brief summary of the changes in
77 this release, then "Thanks," "About This Distribution," and
78 "Nightly Snapshots." If I remember correctly, the moderator will
79 delay it until the tar file appears on prep. The announcement
80 text should be mostly taken from Guile's README file.
81 15) Notify freshmeat.net, although they're probably watching anyway.
82 (They got the 1.3 release just fine.) I have no idea if
83 www.bowerbird.com.au will be something anyone refers to, but Guile
84 does have an entry there.
85 16) Tweak the version numbers in GUILE-VERSION, and README to indicate that
86 the sources are snapshot again. Snapshots should have version numbers
87 of the form "N.M.L", where L is odd.
88 17) Start a new section of the NEWS file.
89 18) Start a new THANKS file.
90 19) Send mail to majordomo-owner@cygnus.com updating the message you get
91 when you ask majordomo for "info guile".