Differences between revisions 7 and 12 (spanning 5 versions)
Revision 7 as of 2009-03-05 01:19:01
Size: 977
Editor: mpm
Comment:
Revision 12 as of 2010-07-01 14:36:43
Size: 853
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * -stable synced
Line 8: Line 7:
 * Ping release builders
   * Windows - sborho, lcantey
   * OS X - lcantey
   * Debian - Vincent Danjean
   * Ubuntu - Max Bowsher
   * Fedora - Neal Becker
 * Ping mercurial-packaging@selenic.com
Line 16: Line 10:
 * [[Mercurial/NewsItems]] updated
Line 17: Line 12:
 * ["Mercurial/NewsItems"] updated, link to [http://selenic.com/pipermail/mercurial/ archives]
Line 25: Line 19:
Subject: Mercurial 1.0.2 released! Subject: Mercurial 1.x released!
Line 27: Line 21:
This is a minor bugfix release including two security fixes and a number
of other bugfixes. Full details here:
Full details here:
Line 30: Line 23:
http://www.selenic.com/mercurial/wiki/index.cgi/WhatsNew http://mercurial.selenic.com/wiki/WhatsNew
Line 34: Line 27:
http://www.selenic.com/mercurial/release/mercurial-1.0.2.tar.gz http://mercurial.selenic.com/release/mercurial-1.x.tar.gz
Line 37: Line 30:

Generating a list of new contributors:

{{{
comm -2 -3 <(hg log -r '1.5::' --template '{author|person}\n' | sort -u) <(hg log -r '::1.5.4' --template '{author|person}\n' | sort -u)
}}}

Things to check:

Release message template:

To:     mercurial <mercurial@selenic.com>
Bcc:    lwn@lwn.net
Subject:        Mercurial 1.x released!

Full details here:

http://mercurial.selenic.com/wiki/WhatsNew

Available for download at:

http://mercurial.selenic.com/release/mercurial-1.x.tar.gz

Generating a list of new contributors:

comm -2 -3 <(hg log -r '1.5::' --template '{author|person}\n' | sort -u) <(hg log -r '::1.5.4' --template '{author|person}\n' | sort -u) 

ReleaseChecklist (last edited 2025-04-07 08:42:42 by RaphaelGomes)