Bugfixes
stdlib
- (networking) Disable directory path redirect when
directory_listing=false
(#15393, thanks @straight-shoota) - (runtime) [regression] abstract
EventLoop::Polling#system_add
invalid signature (#15380, backported from #15358, thanks @straight-shoota) - (system) [regression] Fix GC
sig_suspend
,sig_resume
forgc_none
(#15382, backported from #15349, thanks @ysbaddaden)
Documentation
stdlib
- (system) Fix code example in
Process::Status#exit_code
docs (#15381, backported from #15351, thanks @zw963)
Infrastructure
- Changelog for 1.15.1 (#15406, thanks @straight-shoota)
- Update distribution-scripts (#15385, backported from #15368, thanks @straight-shoota)
- Update distribution-scripts (#15388, thanks @straight-shoota)
- Add backports to changelog generator (#15402, thanks @straight-shoota)
- (ci) Add build shards to
mingw-w64
workflow (#15344, thanks @straight-shoota) - (ci) Update shards 0.19.1 (#15384, backported from #15366, thanks @straight-shoota)
- (ci) Add check for shards binary in
test_dist_linux_on_docker
(#15394, thanks @straight-shoota)