Prepare for release v3.3.0

This commit is contained in:
Marco Peereboom 2019-12-17 15:47:13 -06:00
parent 21266623b1
commit a86f709be2
2 changed files with 19 additions and 1 deletions

View file

@ -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
==============

View file

@ -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) "." \