diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6cce9..45a6171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +spectrwm 3.3.0 +============== + +Released on Dec 17, 2019 + +* Fix cygwin compile issues. +* Fix buffer overflow in `bar_strlcat_esc`. +* Add support for XDG Base Directory Specification. +* Enable xinput2 on OpenBSD. +* Enable travis. +* Fix infinite loop due to unsigned integer overflow. +* Fix binding keysyms. +* Extend `disable_border` option with `always. +* Fix NetBSD Makefile. +* Add pledge(2) support. +* Bunch of statical analyzer fixes. +* Bunch of minor fixes. + spectrwm 3.2.0 ============== diff --git a/version.h b/version.h index 21b996b..a8bdc7c 100644 --- a/version.h +++ b/version.h @@ -22,7 +22,7 @@ #define SPECTRWM_STRINGIZE(x) SPECTRWM_STR(x) #define SPECTRWM_MAJOR 3 -#define SPECTRWM_MINOR 2 +#define SPECTRWM_MINOR 3 #define SPECTRWM_PATCH 0 #define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \