Releases: babelouest/orcania
Releases · babelouest/orcania
Release 2.3.3
- Enforce base64decode
Release 2.3.2
- Improve cmake script and MSVC support
- Build with flag
-Wconversion
Release 2.3.1
- Minor bugfixes
Release 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, Closes #27
Release 2.2.2
- Add
o_strnullempty - Breaking:
trimwhitespacenow returnsconst char *instead ofchar *, might give compiler warning - Refactor
o_base64*functions
Release 2.2.1
- Add ld flags in liborcania.pc on static build
Release 2.2.0
- Add command-line tool
base64urlwhich is similar to GNUbase64tool but forbase64urlformat
Release 2.1.1
- Harmonize and fix license
- Fix doc generator
- Rework
mstrcatf - Fix
pkgconfiginstall on Makefile - Add simple API documentation summary
Release 2.1.0
- Add doxygen documentation
- Add functions
pointer_list_clean_free,pointer_list_remove_at_freeandpointer_list_remove_pointer_free split_stringreturnssize_t- Add functions
o_strnchrando_strrnchr - Add function
trimcharacter - Improve
o_base64_decodeif input data is invalid
Release 2.0.1
- Fix double free() on
pointer_list_remove_at - Fix build for MacOSX (thanks JohnAZoidberg!)
- Clean build process
- Fix config option STRTSR so cmake and makefile will use the same name