From a6bfcf8312fd86daa55fb8c36c4e1f2a2c8aaa86 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Mon, 25 Mar 2019 23:25:19 +0100 Subject: [PATCH] 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 `` 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 --- include/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/version.hpp b/include/version.hpp index f4e680a1..bef7a20e 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -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