Releases: nickeldan/vanilla_squad
Releases · nickeldan/vanilla_squad
Releasing 7.1.0
Releasing 7.0.0
- Reworked loggers to use handlers.
- Removed deprecated logging functions.
Releasing 6.0.8
- %p can now handle NULL pointers.
Releasing 6.0.7
- Fixed a bug with gettid for Linux systems where syscall returns an int.
Releasing 6.0.6
- vasqLoggerCreate now sets *logger to NULL upon error.
- vasqSetLoggerLevel no longer emits a logging message.
Releasing 6.0.5
- make.mk now creates any necessary directories.
- Added an include guard to make.mk.
Releasing 6.0.4
- Added the format attribute to several printf-like functions.
- Added the BUILD_DEPS variable to make.mk.
- deps.mk is now written to VASQ_OBJ_DIR.
Releasing 6.0.3
- Deprecated various logging wrapper functions such as vasqMalloc.
- Added the use of LDFLAGS and VASQ_OBJ_DIR to make.mk.
Releasing 6.0.2
- Fixed a typo in the vasqHexDump output.
Releasing 6.0.1
- Replaced the macro SYS_gettid with __NR_gettid.