Submitter | Boris Feld |
---|---|
Date | Aug. 14, 2017, 12:13 p.m. |
Message ID | <ddff2dfaa572d7b5da7c.1502712786@FB> |
Download | mbox | patch |
Permalink | /patch/22971/ |
State | Accepted |
Headers | show |
Comments
Boris Feld <boris.feld@octobus.net> writes: > # HG changeset patch > # User Boris Feld <boris.feld@octobus.net> > # Date 1502712731 -7200 > # Mon Aug 14 14:12:11 2017 +0200 > # Node ID ddff2dfaa572d7b5da7c412da521c793fe57518a > # Parent a3901266377812a15c68295882030bb6f77bb338 > downloads: update latest python 2.6 compatible release > > Replace link from 4.2.2 to 4.2.3 after the security exceptional release. > > diff -r a39012663778 -r ddff2dfaa572 templates/downloads/index.html > --- a/templates/downloads/index.html Fri Jul 28 22:28:24 2017 -0700 > +++ b/templates/downloads/index.html Mon Aug 14 14:12:11 2017 +0200 > @@ -79,7 +79,7 @@ > <a href="https://www.mercurial-scm.org/wiki/SupportedPythonVersions">Supported > Python Versions</a> on the wiki.</dd> > <dt>Python 2.6</dt> > - <dd><a href="/release/mercurial-4.2.2.tar.gz">Mercurial 4.2.2</a> > + <dd><a href="/release/mercurial-4.2.3.tar.gz">Mercurial 4.2.3</a> Ah, good catch! Thanks (and queued)!
Patch
diff -r a39012663778 -r ddff2dfaa572 templates/downloads/index.html --- a/templates/downloads/index.html Fri Jul 28 22:28:24 2017 -0700 +++ b/templates/downloads/index.html Mon Aug 14 14:12:11 2017 +0200 @@ -79,7 +79,7 @@ <a href="https://www.mercurial-scm.org/wiki/SupportedPythonVersions">Supported Python Versions</a> on the wiki.</dd> <dt>Python 2.6</dt> - <dd><a href="/release/mercurial-4.2.2.tar.gz">Mercurial 4.2.2</a> + <dd><a href="/release/mercurial-4.2.3.tar.gz">Mercurial 4.2.3</a> is the last release to support Python 2.6. Use this if you need to run Mercurial on old platforms and you cannot update your Python installation.</dd>