changeset 51115:c083d9776cb2 stable 6.5.3

relnotes: add 6.5.3
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 06 Nov 2023 15:32:30 +0100
parents 315c74911993
children 24a113c1b0c6
files relnotes/6.5
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/6.5	Sat Oct 14 03:24:13 2023 +0200
+++ b/relnotes/6.5	Mon Nov 06 15:32:30 2023 +0100
@@ -1,3 +1,18 @@
+= Mercurial 6.5.3 =
+
+ * "hgweb: pass strings in WSGI environment correctly from wsgicgi"
+ * "perf: introduce more cache invalidation option in perf::tags"
+ * "perf: add a `--clear-fnode-cache-rev` argument to perf::tags"
+ * "perf: add a --update-last flag to perf::tags"
+ * "blackbox: add a option to duplicate output to stderr too"
+ * "tags: avoid expensive access to repo.changelog in a loop"
+ * "revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV"
+ * "httppeer: fix static-http: scheme autodetection (issue6833)"
+ * "tests: backed out changeset 8037ddacad47"
+ * "stream-clone: fix a crash when a repo with an empty revlog is cloned"
+ * "censor: accept censored revision during upgrade"
+ * "revlog: avoid opening and closing the file for each cloned revision"
+
 = Mercurial 6.5.2 =
 
  * hgweb: encode WSGI environment using the ISO-8859-1 codec