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
|
||||
- Enhancements:
|
||||
- Support for NETWM viewports (as used by Compiz or Unity) (issue #94)
|
||||
|
|
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue