diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-25 21:33:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-25 21:33:25 (EDT) |
commit | c87ae1c767582bef75d4325c4a469d3080a1b1c0 (patch) | |
tree | 779bff3604d78998a6bdac68c654e6a3207593d7 | |
parent | 3548a44db1df9a8f2312cd1a5323464dada6f6c2 (diff) |
NEWS: Document block unmounting improvement
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ Changes in this release: * "prokit shell", "prokit opkg", and "prokit build" now pass through relevant exit statuses. "prokit build" also no longer tries to run opkbuild after opkg exits with an error. + * If prokit received a signal while running a command under chroot, it + could have failed to unmount a file system on a block device. This + has been improved. ProteanOS Development Kit version 2.0.1 --------------------------------------- |