# HG changeset patch # User Raphaël Gomès # Date 2022-02-18 12:14:32 # Node ID 60950aef856c24148948c45b64f3ab5455e52316 # Parent 92254dcd9255508948c6ed3ccc4dd5caaf88f23d relnotes: add 6.0.3 Differential Revision: https://phab.mercurial-scm.org/D12204 diff --git a/relnotes/6.0 b/relnotes/6.0 --- a/relnotes/6.0 +++ b/relnotes/6.0 @@ -1,3 +1,11 @@ += Mercurial 6.0.3 = + + * Fix an infinite loop in edge cases of the pure Python dirstate-v2 packer + * Fix a small race condition with deleted files in Rust-augmented status + * Small improvement to Python 3.11 compatibility + * Fixed some typos in help messages that caused missing sections + * Centos -> Rockylinux packaging + = Mercurial 6.0.2 = * Fix `hg incoming` and `hg outgoing` with remote subrepos on Windows