relnotes: add 6.7.4 and warn about 6.7.{1,2,3} stable 6.7.4
authorRaphaël Gomès <rgomes@octobus.net>
Wed, 12 Jun 2024 11:25:49 +0200
branchstable
changeset 51639 a1a011d4b148
parent 51638 1721d983dd6d
child 51640 4281f225c980
relnotes: add 6.7.4 and warn about 6.7.{1,2,3}
relnotes/6.7
--- a/relnotes/6.7	Wed Jun 12 02:16:14 2024 +0200
+++ b/relnotes/6.7	Wed Jun 12 11:25:49 2024 +0200
@@ -1,5 +1,23 @@
+= Mercurial 6.7.4 =
+
+Exceptional release following a critical regression causing possible data loss
+in certain conditions:
+
+ * inline-changelog: fix a critical bug in write_pending that delete data (3cf9e52f5e27)
+ * inline-changelog: fix pending transaction visibility when splitting (1721d983dd6d)
+
+Other changes in this release:
+
+ * exchange: fix locking to actually be scoped
+ * chistedit: change action for the correct item
+ * rust-status: sort the failed matches when printing them
+ * hooks: add a prewlock and a prelock hooks
+ * bookmark: fix remote bookmark deletion when the push is raced
+
 = Mercurial 6.7.3 =
 
+/!\ This release contains a bug causing possible data loss, use 6.7.4 instead.
+
  * setup: display return code information about failed `hg` call
  * bundle-spec: properly identify changegroup-less bundle
  * bundle-spec: properly parse boolean configuration as boolean
@@ -17,6 +35,8 @@
 
 = Mercurial 6.7.2 =
 
+/!\ This release contains a bug causing possible data loss, use 6.7.4 instead.
+
 Exceptional release following a large performance regression when cloning.
 
 We are setting up automated benchmarks to reduce the likelihood of regressions
@@ -28,6 +48,8 @@
 
 = Mercurial 6.7.1 =
 
+/!\ This release contains a bug causing possible data loss, use 6.7.4 instead.
+
 Exceptional release following a crash found in delta code that can be triggered
 with complex repository shapes.
 
@@ -37,6 +59,8 @@
 
 = Mercurial 6.7 =
 
+/!\ This release contains a bug causing possible data loss, use 6.7.4 instead.
+
 As usual, a *lot* of patches don't make it to this list.
 
 == New Features ==