##// END OF EJS Templates
relnotes: add 6.2.1 and 6.2.2
Raphaël Gomès -
r50370:f6426176 stable
parent child Browse files
Show More
@@ -1,3 +1,26 b''
1 = Mercurial 6.2.2 =
2
3 * fsmonitor: restore functionality by moving to new dirstate APIs
4 * dirstate-v2: fix data file transaction handling (issue6730)
5 * rust: fix behavior when matching files with multiple includes
6 * rust: widen range of compatible crates to help with packaging
7 * rust-status: ignored directories are now correctly only listed if opted into
8 * automation: improve Windows packaging tooling
9 * contrib: update Mercurial install in bootstrap environment
10 * Remove flakiness in some tests
11 * Improve portability of certain `tar` uses in tests
12
13 = Mercurial 6.2.1 =
14
15 * Fix SSL support in Python 3.6
16 * git: make sure to fsdecode bookmark names everywhere (issue6723)
17 * git: add a missing reset_copy keyword argument to dirstate.set_tracked()
18 * git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472)
19 * packaging: update keyring on Windows to avoid spurious stacktraces
20 * packaging: bump dulwich to 0.20.45
21 * Fix typos in documentation for debugdiscovery
22 * Miscellaneous improvements of debugdiscovery
23
1 = Mercurial 6.2rc0 =
24 = Mercurial 6.2rc0 =
2
25
3 '''This is the first release to support Python 3.6+ ''only'''''
26 '''This is the first release to support Python 3.6+ ''only'''''
General Comments 0
You need to be logged in to leave comments. Login now