relnotes: add notes for 6.1.1 stable 6.1.1
authorRaphaël Gomès <rgomes@octobus.net>
Tue, 05 Apr 2022 17:11:36 +0200
branchstable
changeset 49006 5bd6bcd31dd1
parent 49004 9dcfd1d05e6e
child 49007 d3709fa59190
relnotes: add notes for 6.1.1 This also fixes the header for 6.1 from 6.1rc0
relnotes/6.1
--- a/relnotes/6.1	Tue Apr 05 10:55:28 2022 +0200
+++ b/relnotes/6.1	Tue Apr 05 17:11:36 2022 +0200
@@ -1,6 +1,25 @@
 '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2'''
 
-= Mercurial 6.1rc0 =
+= Mercurial 6.1.1 =
+
+ * Fix Rust compilation on `aarcch64`
+ * Fix Rust compilation on architectures where `char` is unsigned
+ * When the merge tool uses `$output`, don't leave markers in `$local`
+ * Improve test suite support on big-endian platforms
+ * Cap the number of concurrent threads to 16 in Rust `hg status` to prevent huge speed regression at higher thread counts
+ * Fix `amend` with copies in extras
+ * Abort if commit we're trying to `unamend` was not created by `hg [un]amend`
+ * Fix file name in the pullbundle help text
+ * Fix an issue with data not being correctly reset in the C implementation of dirstate-v2
+ * Fix issue6673 where some tags were missing from cache after a merge
+ * Fix stream-cloning a repo with empty requirements
+ * Fix a false warning about content-divergence creation
+ * Fix silly blackbox entries when hg is interrupted
+ * Fix unsoundness (no known exploits) in Rust extensions (see cfd270d83169 and dd6b67d5c256)
+ * Fix Rust dirstate counters not being updated correctly leading to some potential bugs (none known)
+ * Stop relying on a compiler implementation detail in Rust HgPath
+
+= Mercurial 6.1 =
 
 == New Features ==
   * Added a way of specifying required extensions that prevent Mercurial from starting if they are not found. See `hg help config.extensions`.