relnotes: add 6.9.2 stable 6.9.2
authorRapha?l Gom?s <rgomes@octobus.net>
Wed, 19 Feb 2025 23:03:29 +0100
branchstable
changeset 52985 b964f92261d4
parent 52967 f6b30f4b5e07
child 52986 7d916857cd28
relnotes: add 6.9.2
relnotes/6.9
--- a/relnotes/6.9	Thu Feb 06 15:37:59 2025 +0000
+++ b/relnotes/6.9	Wed Feb 19 23:03:29 2025 +0100
@@ -1,3 +1,18 @@
+= Mercurial 6.9.2 =
+
+ * narrow: stricter validation of narrowspec patterns
+ * narrow: stricter validation of narrowspec patterns in rhg
+ * rhg: fix a bug where only the first pattern in narrowspec was validated
+ * extensions: allow wrapping a function with a bytes name again
+ * upgrade: fix a reference to a missing attribute
+ * bundles: filter out unsupported requirements for non-packed1 format
+ * dirstate-race: add more output to highlight a "to-be-revealed" bug
+ * dirstate-race: simplify some output match to highligh an error
+ * dirstate-race: fix a missing synchronisation in the python code
+ * dirstatemap: stop setting identity after reading the data
+ * sshpeer: fix deadlock on short writes
+ * sshpeer: fix another occurrence of short write handling
+
 = Mercurial 6.9.1 =
 
  * ci: disable caching of the wheels that get built to save space