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 ..