Show More
@@ -1,5 +1,33 b'' | |||
|
1 | 1 | '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2''' |
|
2 | 2 | |
|
3 | = Mercurial 6.1.4 = | |
|
4 | ||
|
5 | * url: raise error if CONNECT request to proxy was unsuccessful | |
|
6 | * docker: avoid /tmp write access issues by fixing permissions | |
|
7 | * logcmdutil: use the same data as {file*} template keywords (issue6642) | |
|
8 | * commit: allow to close branch when committing change over a closed head | |
|
9 | * rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed | |
|
10 | * purge: prevent a silly crash with --confirm --files | |
|
11 | * rust: relax im-rc dependency to allow minor updates" | |
|
12 | * Improve PyPy support | |
|
13 | * Improve Py3 error handling | |
|
14 | * Documentation fixes | |
|
15 | ||
|
16 | = Mercurial 6.1.3 = | |
|
17 | ||
|
18 | '''security: ''' | |
|
19 | * narrow_widen_acl: enforce narrowacl in narrow_widen (SEC) 6b10151b9621 | |
|
20 | ||
|
21 | '''normal notes: ''' | |
|
22 | * censor: fix [hg update] away from a revision with censored files | |
|
23 | * amend: stop losing copies when amending | |
|
24 | * rhg: strengthen dirstate v2 writing in broken filesystems | |
|
25 | * work around some broken DLL imports in Windows | |
|
26 | * worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444) | |
|
27 | * rhg: correctly handle the case where diffs are encoded relative to nullrev | |
|
28 | * fix bugs and race-conditions in the Mercurial test runner | |
|
29 | * chg: ignore already closed fds when cleaning up | |
|
30 | ||
|
3 | 31 | = Mercurial 6.1.2 = |
|
4 | 32 | |
|
5 | 33 | * Improve Windows test suite |
General Comments 0
You need to be logged in to leave comments.
Login now