summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-01-13 16:30:43 +0000
committerLaurent Bercot <ska@appnovation.com>2023-01-13 16:30:43 +0000
commit3e1bbd5d33826c5d7807a051ee22db3452ee4b21 (patch)
tree88203cada2c4baf77cb500b1625d37b12f4ba68f /NEWS
parentee2aeefa170b9806e719723f94ba933c90a9ae8b (diff)
downloadskalibs-3e1bbd5d33826c5d7807a051ee22db3452ee4b21.tar.xz
Remove stdarg functions from strerr, everything is __VA_ARGS__ now
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f98153..a31efca 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,9 @@ In 2.13.0.0
- Bugfixes.
- New functions: buffer_timed_put(), buffer_timed_puts().
- - strerr.h revamped. strerr_die, strerr_warn, strerr_diesys, strerr_warnsys removed.
+ - strerr.h revamped. strerr_die, strerr_warn, strerr_diesys, strerr_warnsys
+and all the previous strerr2 macros are now __VA_ARGS__ macros around
+strerr_diev() and friends.
In 2.12.0.1