changeset 51663:11f41248595b stable 6.8

relnotes: add 6.8
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 08 Jul 2024 17:51:04 +0200
parents d9faa71a57f6
children b65ca8a0f674
files relnotes/6.8
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/6.8	Mon Jul 08 16:44:07 2024 +0200
+++ b/relnotes/6.8	Mon Jul 08 17:51:04 2024 +0200
@@ -1,6 +1,4 @@
-= Mercurial 6.8rc0 =
-
-/!\ This is a tentative release, any and all notes below are subject to change or removal.
+= Mercurial 6.8 =
 
 As usual, a *lot* of patches don't make it to this list.
 
@@ -32,8 +30,6 @@
  * tags-cache: skip the filternode step if we are not going to use it
  * tags-cache: directly operate on rev-num warming hgtagsfnodescache
  * tags-cache: directly perform a monimal walk for hgtagsfnodescache warming
- * exchange: improve computation of relevant markers for large repos
-
 
 == New Experimental Features ==
 
@@ -43,9 +39,9 @@
     * branchcache: add a "pure topological head" fast path
     * branchcache: allow to detect "pure topological case" for branchmap
 
-
 == Bug Fixes ==
 
+ * rust: use `cpython` 0.7.2 crate to add support for Python 3.12
  * perf-stream-locked-section: actually use v1 generation when requested
  * perf-stream-locked-section: fix the call to the v3 generator
  * perf-stream-locked-section: advertise the right version key in the help
@@ -62,6 +58,8 @@
  * hgrc: search XDG_CONFIG_HOME on mac
  * clonebundles: add missing newline to legacy response
  * narrow: add a test for linkrev computation done during widen
+ * Multiple fixes to guard against mmap issues
+ * portability: fix build on Solaris-derived systemd
 
 == Backwards Compatibility Changes ==