We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07cb17 commit d31bb3cCopy full SHA for d31bb3c
Readme.adoc
@@ -1,5 +1,5 @@
1
= OS-Lib
2
-:version: 0.11.2
+:version: 0.11.3
3
:toc-placement: preamble
4
:toclevels: 3
5
:toc:
@@ -2509,6 +2509,14 @@ string, int or set representations of the `os.PermSet` via:
2509
2510
== Changelog
2511
2512
+[#0-11-3]
2513
+=== 0.11.3
2514
+
2515
+* `SubProcess` spawning operations now take an `destroyOnExit = true` flag to try and shut them
2516
+ down when the host JVM exits, and `SubProcess#destroy` now takes a configurable
2517
+ `(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
2518
+ the old `destroy()`/`destroyForcibly()` methods) https://github.com/com-lihaoyi/os-lib/pull/324[#324]
2519
2520
[#0-11-2]
2521
=== 0.11.2
2522
0 commit comments