diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 10:12:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 10:12:30 +0000 |
commit | a4deb6285e4a3d4aa10fe1913e0be400ec4be25e (patch) | |
tree | 909e0d0741100ef2270d69c010b6fd7fd444709c /NEWS | |
parent | 3d42e4b42964f4cec4e8d9f06ddf80c956dbfbb2 (diff) | |
download | s6-a4deb6285e4a3d4aa10fe1913e0be400ec4be25e.tar.xz |
Prepare for 2.6.1.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,10 +1,14 @@ Changelog for s6. -In 2.6.0.1 +In 2.6.1.0 ---------- + - Bugfixes. - Addition of the s6_svc_lock_take() and s6_svc_lock_release() functions, to fix a race condition in s6-rc. + - New program: s6-notifyoncheck, to implement polling for +readiness and reroute the result into the s6 readiness notification +mechanism. In 2.6.0.0 |