From 032b853746aabb8c3b82af674fdc783b511569f2 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Sat, 4 Dec 2021 08:48:45 +0000
Subject: Add opendir_at, prepare for 2.11.1.0
Signed-off-by: Laurent Bercot
---
doc/index.html | 2 +-
doc/upgrade.html | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/index.html b/doc/index.html
index 3b5dba0..b1e9fa0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,7 +60,7 @@ with a standard C development environment
Download
- - The current released version of skalibs is 2.11.0.0.
+ - The current released version of skalibs is 2.11.1.0.
- Alternatively, you can checkout a copy of the
skalibs
git repository:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 4d5856e..90d478f 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -16,6 +16,21 @@
skarnet.org
+ in 2.11.1.0
+
+
+ - fd_close() now chooses to adapt to Linux's
+close()
+behaviour (closing the fd on EINTR) over the HP-UX one (not closing it).
+Destructors like
+close()
+being allowed to fail has always been a mistake in the specification and a
+programming nightmare, making it impossible to behave correctly on all
+systems, but apparently standardization efforts are on the way and the Linux
+behaviour seems to be the chosen one.
+ - New unix-transactional.h function: opendir_at.
+
+
in 2.11.0.0