From ee18dc7cd7b62b328ace974f1b80258a32bceaa0 Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Mon, 4 Apr 2016 21:47:23 +0300 Subject: [PATCH] Release version 0.8.12.4 --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 07403e6..8bede9e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Release 0.8.12.4 (2016-04-04 Sorokin Alexei ) +================================================================== +COMPIZ-RELOADED + +Fix button glow glitches. + +Remove possibility to select button glow for non-pixmap buttons +(glow is only for pixmap buttons). + +Fix theme being reselected when not asked on GTK+ 3.8+. +Left unfixed in builds on older GTK+. + +Fix button glow for only active or only inactive windows. + +Fix broken appearance on HiDPI with GTK+ 3.10+ (if scaling is on). +For now scaling is just disabled completely. + +Other minor fixes. + Release 0.8.12.3 (2016-03-17 Sorokin Alexei ) ================================================================== COMPIZ-RELOADED diff --git a/configure.ac b/configure.ac index 1cd6469..92e9cc3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.57) -AC_INIT([emerald],[0.8.12.3], [chat-to-me@raveit.de]) +AC_INIT([emerald],[0.8.12.4], [chat-to-me@raveit.de]) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news]) AC_CONFIG_HEADER([config.h])