Files
zix/zix.changes

47 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Wed Dec 10 08:36:37 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
- Update to 0.8.0
* Add ZIX_REALTIME and ZIX_NONBLOCKING attributes
* Add warning suppression macros
* Annotate count and size parameters of allocator API
* Avoid "deprecated" POSIX functions on Windows
* Avoid over-use of yielding meson options
* Clean up attribute documentation
* Gracefully handle failed allocation in path and filesystem functions
* Reduce empty BTree memory requirements
* Strengthen zix_file_equals()
* Use getenv() instead of environ to avoid issues on FreeBSD
-------------------------------------------------------------------
Mon Jan 27 11:59:47 UTC 2025 - Callum Farmer <gmbr3@opensuse.org>
- Add baselibs.conf - 32bit library needed by libsord
-------------------------------------------------------------------
Sun Jan 19 00:34:43 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
- Change source URL
- Update to 0.6.2
* Fix documentation build with sphinxygen fallback wrap
- Version 0.6.0 changes:
* 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
-------------------------------------------------------------------
Mon Oct 30 00:53:04 UTC 2023 - Konstantin Voinov <kv@kott.no-ip.biz>
- Initial upload version 0.4.2