2009-05-05 08:53:47 +00:00
|
|
|
2009-05-05
|
2001-04-16 12:21:41 +00:00
|
|
|
|
2003-09-24 14:00:00 +00:00
|
|
|
This text summarizes some points to pay attention to when a new release
|
2008-01-17 01:03:43 +00:00
|
|
|
of sane-backends is planned.
|
2002-09-26 21:47:20 +00:00
|
|
|
|
|
|
|
Timetable (approximate periods):
|
|
|
|
|
2003-09-24 14:00:00 +00:00
|
|
|
Day 0: Announcement of upcoming release on sane-devel including timetable
|
2004-11-07 19:40:52 +00:00
|
|
|
Day 14: Feature freeze (only bugfixes + documentation updates)
|
|
|
|
Day 28: Code freeze (only fixes for bugs that can destroy hardware, can cause
|
2002-09-26 21:47:20 +00:00
|
|
|
compilation problems or render a backend completely unusable, and
|
|
|
|
documentation updates are allowed)
|
2004-11-07 19:40:52 +00:00
|
|
|
Day 35: Release
|
2001-04-16 12:21:41 +00:00
|
|
|
|
|
|
|
Before the release:
|
|
|
|
|
2002-03-17 20:34:37 +00:00
|
|
|
* Make sure that config.guess and config.sub are up-to-date (get them from
|
2008-02-10 20:32:40 +00:00
|
|
|
savannah.gnu.org/projects/config)
|
2009-04-12 19:40:31 +00:00
|
|
|
* configure.in: increase version number
|
|
|
|
* configure.in: remove 'cvs' from textual version number
|
2006-06-29 17:47:49 +00:00
|
|
|
* configure.in: set is_release=yes
|
2008-02-10 20:32:40 +00:00
|
|
|
* OPTIONAL: aclocal.m4: recreate by running aclocal
|
|
|
|
* OPTIONAL: include/sane/config.h.in: recreate (autoheader in root of checkout)
|
|
|
|
* DONT run automake, it will overwrite our custom ltmain.sh
|
|
|
|
* configure: recreate by running autoconf
|
2001-04-16 12:21:41 +00:00
|
|
|
* NEWS: update and enter date of release
|
|
|
|
* sane-backends.lsm: update
|
|
|
|
* ChangeLog: set release marker
|
2008-02-10 20:32:40 +00:00
|
|
|
* cvs commit
|
2009-05-05 08:53:47 +00:00
|
|
|
* tag git with release tag; e.g.: 'git tag -a RELEASE_1_0_15'
|
2001-04-16 12:21:41 +00:00
|
|
|
|
|
|
|
Making the release:
|
|
|
|
|
2003-11-26 21:42:24 +00:00
|
|
|
* make tar.gz, sane-backends-x.y.z.lsm, and .md5sum with "make sane-backends"
|
2004-11-07 19:40:52 +00:00
|
|
|
* unpack tar.gz in temporary directory
|
|
|
|
* make diff from last release by unpacking it also in temporary directory
|
|
|
|
and running e.g.
|
2009-05-03 17:09:25 +00:00
|
|
|
diff -uNr sane-backends-1.0.14 sane-backends-1.0.15 > sane-backends-1.0.14-1.0.15.diff
|
2004-11-07 19:40:52 +00:00
|
|
|
* check that the diff applies cleanly to the old version
|
2009-05-04 00:22:21 +00:00
|
|
|
* gzip the diff
|
2008-02-10 23:02:31 +00:00
|
|
|
* install devel headers required to build optional backends (1284,gphoto,etc)
|
2004-11-07 19:40:52 +00:00
|
|
|
* check that the new version .tar.gz can be compiled
|
2009-05-04 00:22:21 +00:00
|
|
|
* upload these files together with the .diff.gz to the FTP/HTTP servers
|
|
|
|
(at the moment: alioth.debian.org, ftp files are in
|
|
|
|
/srv/alioth.debian.org/chroot/ftproot/pub/sane/ )
|
2008-02-11 02:50:55 +00:00
|
|
|
|
|
|
|
Announcing the release:
|
|
|
|
|
|
|
|
* checkout the html module and:
|
|
|
|
* copy sane-backends.html to sane-backends-"old-version".html
|
|
|
|
* update sane-supported-devices.html with link to above "old" file
|
|
|
|
* rebuild sane-backends.html and sane-mfgs.html (see doc/Makefile)
|
2009-05-04 00:22:21 +00:00
|
|
|
* use man2htmlfrom http://hydra.nac.uci.edu/indiv/ehood/man2html.html
|
|
|
|
to rebuild html man pages (see doc/Makefile) (no other version works)
|
2008-02-11 02:50:55 +00:00
|
|
|
* add md5 sum to sane-md5sum.txt
|
|
|
|
* check and update platforms page (sane-support.html)
|
2003-09-24 14:00:00 +00:00
|
|
|
* write announcements on sane-project.org and sane-devel, maybe others
|
2003-11-26 21:42:24 +00:00
|
|
|
(e.g. freshmeat), include the md5 hash
|
2001-04-16 12:21:41 +00:00
|
|
|
|
|
|
|
After the release:
|
|
|
|
|
2004-11-07 19:40:52 +00:00
|
|
|
* move ChangeLog to ChangeLog-"version" and start a new ChangeLog
|
2009-05-04 02:43:30 +00:00
|
|
|
* add ChangeLog-"version" to EXTRA_DIST in Makefile.in
|
|
|
|
* configure.in: bump version and V_REV
|
|
|
|
* configure.in: add cvs suffix to textual version
|
2003-09-24 14:00:00 +00:00
|
|
|
* configure.in: set is_release=no
|
2008-02-11 02:50:55 +00:00
|
|
|
* configure: regenerate with autoconf
|
2009-05-04 02:43:30 +00:00
|
|
|
* remove the ':new' tag from any new backends .desc files
|
|
|
|
* commit
|
2009-02-25 03:29:14 +00:00
|
|
|
* on cvs.alioth.debian.org, cvs update, ./configure, make the cvs checkout in
|
|
|
|
/org/alioth.debian.org/chroot/home/groups/sane/sane-backends-lists-cvs/
|
|
|
|
|