Release 0.12.5
This commit is contained in:
parent
418119a1ab
commit
71f8a01d48
2 changed files with 7 additions and 3 deletions
|
@ -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
|
2016-01-23 0.12.4
|
||||||
- Enhancements:
|
- Enhancements:
|
||||||
- Support for NETWM viewports (as used by Compiz or Unity) (issue #94)
|
- Support for NETWM viewports (as used by Compiz or Unity) (issue #94)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# New stable release: 0.12.4
|
# New stable release: 0.12.5
|
||||||
Changes: https://gitlab.com/o9000/tint2/blob/0.12.4/ChangeLog
|
Changes: https://gitlab.com/o9000/tint2/blob/0.12.5/ChangeLog
|
||||||
|
|
||||||
Documentation: https://gitlab.com/o9000/tint2/wikis/Configure
|
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
|
git clone https://gitlab.com/o9000/tint2.git
|
||||||
cd tint2
|
cd tint2
|
||||||
git checkout 0.12.4
|
git checkout 0.12.5
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
Loading…
Reference in a new issue