relnotes: add 6.1.3 and 6.1.4 stable
authorRaphaël Gomès <rgomes@octobus.net>
Thu, 16 Jun 2022 15:15:03 +0200
branchstable
changeset 49364 e8ea403b1c46
parent 49363 48510535dadb
child 49365 79b2c98ab7b4
child 49366 288de6f5d724
relnotes: add 6.1.3 and 6.1.4
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