From 35324f150b31138c443b80aa316ac3a6d4e10fe1 Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Mon, 12 Feb 2024 11:42:51 +0100 Subject: [PATCH] changelog: add dune.3.13.1 (#2050) --- 2024-02-05-dune-3.13.1.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 2024-02-05-dune-3.13.1.md diff --git a/2024-02-05-dune-3.13.1.md b/2024-02-05-dune-3.13.1.md new file mode 100644 index 0000000000..b4a7aa8ca5 --- /dev/null +++ b/2024-02-05-dune-3.13.1.md @@ -0,0 +1,20 @@ +--- +title: Dune 3.13.1 +tags: [dune, platform] +changelog: | + - Fix performance regression for incremental builds (#9769, fixes #9738, + @rgrinberg) + + - Fix `dune ocaml top-module` to correctly handle absolute paths. (#8249, fixes + #7370, @Alizter) + + - subst: ignore broken symlinks when looking at source files (#9810, fixes + #9593, @emillon) + + - subst: do not fail on 32-bit systems when large files are encountered. Just + log a warning in this case. (#9811, fixes #9538, @emillon) + + - boot: sort directory entries in readdir. This makes the dune binary + reproducible in terms of filesystem order. (#9861, fixes #9794, @emillon) +--- +We just released version 3.13.1 with some bugfixes.