-
v0.2.148733b49 · ·
Release version 0.2.1 Added * Linker's version script to limit exported symbols Changed * Configure now fails if linters are enabled and `cppcheck` is not available Fixed * Distribution archives * Version in pkg-config file
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Release version 0.2.1 Added * Linker's version script to limit exported symbols Changed * Configure now fails if linters are enabled and `cppcheck` is not available Fixed * Distribution archives * Version in pkg-config file
Adjust of validation functions Changed * `base64_valid` renamed to `bas64_verify` and return value meaning changed * `base64_str_valid` renamed to `base64_str_verify` and return value is now `size_t` (same as `base64_valid`).
First version of Base64C * Initial version of base64c with unstable API for now