From 0bd49f42275ebec39cde297e9b07bb670d3534aa Mon Sep 17 00:00:00 2001 From: o9000 Date: Fri, 25 Mar 2016 10:23:43 +0100 Subject: [PATCH] Release 0.12.8 --- ChangeLog | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23e80c7..f7df2c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2016-03-20 master +2016-03-25 0.12.8 - Major changes (see details below): - Icon cache and lazy icon theme loading to improve performance in tint2 and tint2conf - Extra tint2rc themes are installed to /usr/share/tint2 and available in tint2conf diff --git a/README.md b/README.md index ba94af2..a30d27c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# New stable release: 0.12.7 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.7/ChangeLog +# New stable release: 0.12.8 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.8/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.7 +git checkout 0.12.8 mkdir build cd build cmake ..