summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index add72dd..9970fcc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,32 @@
-zix (0.4.3) unstable; urgency=medium
+zix (0.6.3) unstable; urgency=medium
+ * Reduce empty BTree memory requirements
+ * Use getenv() instead of environ to avoid issues on FreeBSD
+
+ -- David Robillard <d@drobilla.net> Thu, 29 May 2025 15:22:01 +0000
+
+zix (0.6.2) stable; urgency=medium
+
+ * Fix documentation build with sphinxygen fallback wrap
+
+ -- David Robillard <d@drobilla.net> Sat, 18 Jan 2025 23:53:31 +0000
+
+zix (0.6.0) stable; urgency=medium
+
+ * Add ZIX_NODISCARD attribute
+ * Add option to build for older Windows versions
+ * Add zix_expand_environment_strings()
+ * Add zix_string_view_equals()
* 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
+ * Improve documentation
+ * Support building for UWP
+ * Support building for Windows with or without UNICODE
- -- David Robillard <d@drobilla.net> Thu, 14 Mar 2024 17:42:49 +0000
+ -- David Robillard <d@drobilla.net> Sat, 18 Jan 2025 21:49:37 +0000
zix (0.4.2) stable; urgency=medium