Changelog for
liborcania2_3-2.3.3-31.28.x86_64.rpm :
* Mon Sep 18 2023 Martin Hauke
- Update to version 2.3.3
* Enforce base64decode
* Thu Jan 12 2023 Martin Hauke - Update to version 2.3.2
* Improve cmake script and MSVC support
* Build with flag -Wconversion
* Sat Oct 15 2022 Martin Hauke - Update to version 2.3.1
* Minor bugfixes
* Sat May 28 2022 Martin Hauke - Update to version 2.3.0
* Add o_base64_encode_alloc, o_base64_decode_alloc, o_base64url_encode_alloc, o_base64url_decode_alloc, o_base64url_2_base64_alloc, o_base64_2_base64url_alloc.
* Fix pkg-config file with absolute path for CMAKE_INSTALL_{INCLUDE,LIB}DIR.
* Sun Mar 13 2022 Martin Hauke - Update to version 2.2.2
* Add `o_strnullempty`
* Breaking: `trimwhitespace` now returns `const char
*` instead of `char
*`, might give compiler warning
* Refactor `o_base64
*` functions
* Sat Jun 05 2021 Martin Hauke - Update to version 2.2.1
* Add ld flags in liborcania.pc on static build
* Sun Feb 28 2021 Martin Hauke - Update to version 2.2.0
* Add command-line tool `base64url` which is similar to GNU `base64` tool but for `base64url` format.
* Tue Jun 30 2020 Martin Hauke - Update to version 2.1.1
* Harmonize and fix license
* Fix doc generator
* Rework mstrcatf
* Fix pkgconfig install on Makefile
* Add simple API documentation summary
* Sat Dec 21 2019 Martin Hauke - Update to version 2.1.0
* Generate documentation via doxygen
* Add functions `pointer_list_clean_free`, `pointer_list_remove_at_free` and `pointer_list_remove_pointer_free`
* `split_string` returns `size_t`
* Add functions `o_strnchr` and `o_strrnchr`
* Fri Jul 12 2019 Martin Hauke - Update to version 2.0.1
* Fix double free() on `pointer_list_remove_at`
* Clean build process
* Fix config option STRTSR so cmake and makefile will use the same name