relnotes: add 6.1.3
authorRaphaël Gomès <rgomes@octobus.net>
Thu, 02 Jun 2022 16:56:39 +0200
changeset 49316 ce50d95cfa57
parent 49313 5c01ca5f9f1e
child 49317 709e5f7eec1f
relnotes: add 6.1.3
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