Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e60b2db514 | |||
| b0a3ac0e20 |
BIN
zix-v0.6.2.tar.bz2
LFS
BIN
zix-v0.6.2.tar.bz2
LFS
Binary file not shown.
3
zix-v0.8.0.tar.bz2
Normal file
3
zix-v0.8.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7654ca475253168423e760f415566bc15dee94017adc543e03baf36a3c64c668
|
||||
size 81447
|
||||
15
zix.changes
15
zix.changes
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
5
zix.spec
5
zix.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zix
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,9 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sover 0
|
||||
Name: zix
|
||||
Version: 0.6.2
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: A lightweight C library of portability wrappers and data structures
|
||||
License: ISC
|
||||
|
||||
Reference in New Issue
Block a user