Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 17.32.0
---------------
* `plz_sandbox`: Add UID/GID range mapping, file mounts, configurable
local IP, optional /proc remount, reliability fixes and tests (#3566)
* Consider .rs files for coverage by default (#3578)
* Add file locking to dir cache (#3573)
* Don't crash reading the config of a subrepo with no remote tree (#3577)
* Fix lost-wakeup race on packageWaits in WaitForPackage (#3576)
* Fix segfault on --shell on non-test targets (#3559)
* Print test output directly (#3560)
* Fix logging output in please_shim (#3554)

Version 17.31.2
---------------
* Support test argument placeholder in remote commands and --shell (#3552)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.31.2
17.32.0
Loading