mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 09:21:39 -05:00
Prepare for release v3.3.0
This commit is contained in:
parent
21266623b1
commit
a86f709be2
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
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
|
||||
==============
|
||||
|
||||
|
|
|
@ -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) "." \
|
||||
|
|
Loading…
Add table
Reference in a new issue