# HG changeset patch # User Raphaël Gomès # Date 1654181799 -7200 # Node ID ce50d95cfa57957e472f05572327f47c5f947ac0 # Parent 5c01ca5f9f1e4fa0f5d6615719f74fbe06281da2 relnotes: add 6.1.3 diff -r 5c01ca5f9f1e -r ce50d95cfa57 relnotes/6.1 --- a/relnotes/6.1 Wed Jun 01 01:45:49 2022 +0200 +++ b/relnotes/6.1 Thu Jun 02 16:56:39 2022 +0200 @@ -1,5 +1,20 @@ '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2''' += Mercurial 6.1.3 = + +'''security: ''' + * narrow_widen_acl: enforce narrowacl in narrow_widen (SEC) 6b10151b9621 + +'''normal notes: ''' + * censor: fix [hg update] away from a revision with censored files + * amend: stop losing copies when amending + * rhg: strengthen dirstate v2 writing in broken filesystems + * work around some broken DLL imports in Windows + * worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444) + * rhg: correctly handle the case where diffs are encoded relative to nullrev + * fix bugs and race-conditions in the Mercurial test runner + * chg: ignore already closed fds when cleaning up + = Mercurial 6.1.2 = * Improve Windows test suite