Changelog for
libzen0-0.4.41-1.4.x86_64.rpm :
* Fri Apr 07 2023 zero mind
- update to 0.4.41:
* BitStream_LE: Fix use of uninitialised values
* Fri Dec 23 2022 Dirk Müller - update to 0.4.40: + BitStream_Fast: Resize() + C++11 min everywhere x Remove the bitcode generation in iOS build (no more supported by Apple) x Fix incompatibilities with some compilers
* Tue Apr 13 2021 Luigi Baldoni - Update to version 0.4.39
* Threads: avoid critical sections lockers when possible
* HTTP_Client: Try UTF8 first for network data
* Threads: call to non thread-safe time related functions (gmtime, localtime) are avoided as much as possible
* Threads: update non Windows binding (was not complete)
* Fix crash on some ARMv7 devices
* Tue Aug 25 2020 Dirk Mueller - update to 0.4.38:
* Ztring: some date conversion methods were not thread safe
* Miscellaneous fixes
* Thu Dec 21 2017 aloisioAATTgmx.com- Update to version 0.4.37
* Restore CMake 2.8 compatibility
* Fix CSV loading with old Mac-style carriage return
* Fix a mutex dead lock with some thread class calls version 0.4.36
* pkg-config and CMake improvements
* Correct handle of load from CSV with quotes
* Mageia 6, Fedora 26, Debian 9 compatibility version 0.4.35
* Enable large files support in CMake project
* Visual Studio 2017 project files version 0.4.34
* Minor performance optimizations and cleanup (Thanks to Pavel Pimenov)
* Add PKGBUILD file for Arch Linux
* CMake improvements (Thanks to evpobr)
* Build scripts improvements
* Fix for Ubuntu 16.10
* Change lib name for Fedora and RHEL/CentOS to follow their guidelines
* Update Visual Studio project files (support of 32-bit CPU without SSE) version 0.4.33
* File::Open(): using now FILE_APPEND_DATA on windows when append mode is requested
* File::Open(): accept file names with
* and ? characters on non-Windows platforms
* Better MinGW and CygWin compatibility
* autogen.sh: Adding missing shebang
* Dir/Create: create the parents directory if not existing version 0.4.32
* Ztring::From_UTF8() was not handling 4 bytes UTF8 codes correctly- Use new source URL- Spec cleanup
* Sat Mar 04 2017 jengelhAATTinai.de- Rename %soname to %sover to reflects its actual use.- Drop export CFLAGS because %configure does that already.- Use --disable-static in place of building and later removing .a.- Limit scope of %fdupes to partition.- Clean up descriptions.
* Sun Feb 26 2017 aloisioAATTgmx.com- Added baselibs.conf as source file
* Sun Feb 26 2017 davejplaterAATTgmail.com- Relicensed to Zlib following Fedora.
* Sun Feb 26 2017 aloisioAATTgmx.com- Update to version 0.4.31
* BigEndian2float16() was buggy
* is possible only with C++ version 0.4.30
* New MemoryUtils.h functions for SSE2 memcpy
* Ztring::From_Unicode(const wchar_t S)
* CMake: scripts improvements, thanks to Ivan Romanov- Spec cleanup
* Thu Mar 27 2014 iAATTmargueirte.su- update version 0.4.29
* Ztring: Ztring_NoZero option was not correctly implemented
* File: Write only is not possible with ios_base::out (file is truncated) on Linux
* Dir: Include_Dirs only was not working
* File: accepts Windows \"\\\\?\\\" magic value