diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-07-21 07:28:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-07-21 07:28:05 +0000 |
commit | 0a181fc1b38a62e583f13ccc1550f7ffc8f5896b (patch) | |
tree | 3317e6a0288817585f26e7a4140efdf76b6f6768 /NEWS | |
parent | f09ad31e00c22086863b95d3b6cb8eeadfdcdef7 (diff) | |
download | skalibs-0a181fc1b38a62e583f13ccc1550f7ffc8f5896b.tar.xz |
Add unlink_void, change dir_close, prepare for 2.7.0.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ Changelog for skalibs. -In 2.6.5.0 +In 2.7.0.0 ---------- - Bugfixes. - - New function: ipc_timed_sendv() + - New functions: ipc_timed_sendv(), unlink_void() + - dir_close() now returns void and leaves errno unchanged In 2.6.4.0 |