Releases: nickeldan/vanilla_squad
Releases · nickeldan/vanilla_squad
Releasing 6.0.0
- Log processors are now required to leave the buffer null-terminated.
- vasqHexDump now only makes one call to write.
Releasing 5.5.0
- Added padding and minimum length specification for all integer types.
- Added support for %zd and %jd.
- Changed the handling of the %h token in logger formats to use the local time.
Releasing 5.4.0
- Added the ability to print long and long long hex values.
releasing 5.3.1
- Fixed the handling of the quick parameter to vasqExit.
Releasing 5.3.0
- Added VASQ_LOGGER_FLAG_HEX_DUMP_INFO.
Releasing 5.2.3
- Fixed the expansion of the logger macros when VASQ_NO_LOGGING is defined.
Releasing 5.2.2
- Fixed a typo in the VASQ_REALLOC macro definition for when VASQ_NO_LOGGING is defined.
Releasing 5.2.1
- Removed the %T logging token when not compiling for Linux.
Releasing 5.2.0
- Added support for the VASQ_NO_LOGGING preprocessor variable.
Releasing 5.1.3
- errno is now guaranteed to contain a meaningful value if vasqLoggerCreate returns either VASQ_RET_DUP_FAIL or VASQ_RET_FNCTL_FAIL.