Mercurial > hg-stable
changeset 49416:f64261762f3d stable
relnotes: add 6.2.1 and 6.2.2
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 01 Sep 2022 16:41:48 +0200 |
parents | eb800db3d9cf |
children | 58e38c1a2370 |
files | relnotes/6.2 |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/6.2 Thu Sep 01 16:44:00 2022 +0200 +++ b/relnotes/6.2 Thu Sep 01 16:41:48 2022 +0200 @@ -1,3 +1,26 @@ += Mercurial 6.2.2 = + + * fsmonitor: restore functionality by moving to new dirstate APIs + * dirstate-v2: fix data file transaction handling (issue6730) + * rust: fix behavior when matching files with multiple includes + * rust: widen range of compatible crates to help with packaging + * rust-status: ignored directories are now correctly only listed if opted into + * automation: improve Windows packaging tooling + * contrib: update Mercurial install in bootstrap environment + * Remove flakiness in some tests + * Improve portability of certain `tar` uses in tests + += Mercurial 6.2.1 = + + * Fix SSL support in Python 3.6 + * git: make sure to fsdecode bookmark names everywhere (issue6723) + * git: add a missing reset_copy keyword argument to dirstate.set_tracked() + * git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472) + * packaging: update keyring on Windows to avoid spurious stacktraces + * packaging: bump dulwich to 0.20.45 + * Fix typos in documentation for debugdiscovery + * Miscellaneous improvements of debugdiscovery + = Mercurial 6.2rc0 = '''This is the first release to support Python 3.6+ ''only'''''