From 71f8a01d48d274a9f3009fb41e5564a1db312e97 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 24 Jan 2016 14:15:31 +0100 Subject: [PATCH] Release 0.12.5 --- ChangeLog | 4 ++++ README.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d8e088..72caef0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-01-24 0.12.5 +- Fixes: + - Fix rendering corruption triggered occasionally when the compositor is disabled (regression in 0.12.4) + 2016-01-23 0.12.4 - Enhancements: - Support for NETWM viewports (as used by Compiz or Unity) (issue #94) diff --git a/README.md b/README.md index 3c8dac7..e819f00 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# New stable release: 0.12.4 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.4/ChangeLog +# New stable release: 0.12.5 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.5/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/Configure @@ -7,7 +7,7 @@ Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/In ``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.4 +git checkout 0.12.5 mkdir build cd build cmake ..