# HG changeset patch # User Raphaël Gomès # Date 1699281150 -3600 # Node ID c083d9776cb2fb6056715b2988d1ea48055f3162 # Parent 315c749119933e65b4c1013eabb7e6e83ff34ce2 relnotes: add 6.5.3 diff -r 315c74911993 -r c083d9776cb2 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