Release 3.3.1

Changelog

Fixes:
* `internal/xworkspaces`:
    * Crash when WM doesn't set `_NET_DESKTOP_NAMES` (#1576), see #1462
    * Workspace removal not always detected (#1579), see #1491, #248
* `internal/i3`: Crash when `<label-state>` was not added to `format` (#1591), see #975
* `internal/fs`: Incorrect sizes on some machines (#1612, #1699), see #743
* `internal/network`: Buffer overflow with ipv6 addresses (#1514)
* renderer: Show proper error when imagemagick is used to set the background (#1608), see #1582, #1585
* tray:
    * Wrong background for transparent trays when using `tray-offset-*` (#1571)
    * Build failure on clang8 (#1675), #1674
    * Allow negative offset values for `tray-offset-*` (#1669), see #1666
* build: Link failure when configuring with `-DBUILD_SHARED_LIBS=ON` (#1647, jaagr/xpp#15), see #1628
* controller: Crash when reloading via `SIGUSR1` too fast (#1678), #428
This commit is contained in:
patrick96 2019-03-25 23:25:19 +01:00
parent 587efdd0f9
commit a6bfcf8312
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#pragma once
#define GIT_TAG "3.3.0"
#define GIT_TAG_NAMESPACE v3_3_0
#define GIT_TAG "3.3.1"
#define GIT_TAG_NAMESPACE v3_3_1