From 5a5d8fd9784b3ceac5b51954099c686660ad1cde Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 14 May 2016 08:39:54 +0200 Subject: [PATCH] Release 0.12.11 --- ChangeLog | 8 +++++--- README.md | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e64957c..260de4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ -2016-05-09 master +2016-05-14 0.12.11 - Fixes: - - Fixed crash in tint2conf when adding background - - Add correct extension to file name in tint2conf for 'Save as' + - tint2conf: + - Fixed crash in tint2conf when adding background + - Add correct extension to file name in tint2conf for 'Save as' + - Changed main window title in tint2conf 2016-05-07 0.12.10 - Fixes: diff --git a/README.md b/README.md index 2667ebd..22e472f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Latest stable release: 0.12.10 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.10/ChangeLog +# Latest stable release: 0.12.11 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/Configure @@ -7,7 +7,7 @@ Compile it 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.10 +git checkout 0.12.11 mkdir build cd build cmake ..