relnotes: add 6.5.3 stable 6.5.3
authorRaphaël Gomès <rgomes@octobus.net>
Mon, 06 Nov 2023 15:32:30 +0100
branchstable
changeset 51115 c083d9776cb2
parent 51114 315c74911993
child 51116 24a113c1b0c6
relnotes: add 6.5.3
relnotes/6.5
--- 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