Size: 864
Comment:
|
Size: 893
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 35: | Line 29: |
Binaries releases to follow shortly. |
|
Line 36: | Line 32: |
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:
- Tagged
- Build from dist tarball passes tests
- Signed
- Pushed
- Tarball uploaded
WhatsNew updated from UpcomingReleaseNotes
UpgradeNotes updated from UpcomingReleaseNotes
Mercurial/NewsItems updated
Announcement sent to mercurial, lwn@lwn.net
- Freshmeat entry updated
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 Binaries releases to follow shortly.
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)