# HG changeset patch # User Raphaël Gomès # Date 1655385303 -7200 # Node ID e8ea403b1c469eddbf17ce8b850f5be92c1ed0e0 # Parent 48510535dadb55ba22a40a2953004a7eb0870ade relnotes: add 6.1.3 and 6.1.4 diff -r 48510535dadb -r e8ea403b1c46 relnotes/6.1 --- a/relnotes/6.1 Thu Jun 16 15:09:59 2022 +0200 +++ b/relnotes/6.1 Thu Jun 16 15:15:03 2022 +0200 @@ -1,5 +1,33 @@ '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2''' += Mercurial 6.1.4 = + + * url: raise error if CONNECT request to proxy was unsuccessful + * docker: avoid /tmp write access issues by fixing permissions + * logcmdutil: use the same data as {file*} template keywords (issue6642) + * commit: allow to close branch when committing change over a closed head + * rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed + * purge: prevent a silly crash with --confirm --files + * rust: relax im-rc dependency to allow minor updates" + * Improve PyPy support + * Improve Py3 error handling + * Documentation fixes + += 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