From 22c3e9bbaa64fccfc7226b7315f5aba62c7e1b5c Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Thu, 17 Mar 2016 17:50:20 +0300 Subject: [PATCH] Release version 0.8.12.3 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8089553..07403e6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Release 0.8.12.3 (2016-03-17 Sorokin Alexei ) +================================================================== +COMPIZ-RELOADED + +Probably fix "white glitches" that happen on resize. + +Fix a X11 Drawable leakage. + Release 0.8.12.2 (2016-03-16 Sorokin Alexei ) ================================================================== COMPIZ-RELOADED diff --git a/configure.ac b/configure.ac index e659c4c..0a82b50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.57) -AC_INIT([emerald],[0.8.12.2], [livinglatexkali@gmail.com]) +AC_INIT([emerald],[0.8.12.3], [livinglatexkali@gmail.com]) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news]) AC_CONFIG_HEADER([config.h])