From a94997aae5ea760380d09baaf2b41912afb4b122 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Jun 2024 08:18:54 -0400 Subject: Fix build on POSIX systems without PATH_MAX defined --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b9bc9ca..7e95197 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,12 @@ zix (0.5.0) unstable; urgency=medium * Add ZIX_NODISCARD attribute * Avoid fdatasync() on Darwin + * Fix build on POSIX systems without PATH_MAX defined * Fix library current_version on MacOS * Fix nullability annotations for zix_canonical_path() and friends * Fix ring unit test when mlock() is unavailable - -- David Robillard Sat, 22 Jun 2024 23:21:21 +0000 + -- David Robillard Sun, 23 Jun 2024 12:18:29 +0000 zix (0.4.2) stable; urgency=medium -- cgit v1.2.1