Skip to content

Commit

Permalink
chore: prepare 3.13.1 (#9927)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon authored Feb 5, 2024
1 parent a7d49bd commit b98be5f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
3.13.1 (2024-02-05)
-------------------

- 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)

3.13.0 (2024-01-16)
-------------------

Expand Down
2 changes: 0 additions & 2 deletions doc/changes/8249.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/9769.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/9810.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/9811.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/9861-readdir-boot.md

This file was deleted.

0 comments on commit b98be5f

Please sign in to comment.