Release 0.12.6
This commit is contained in:
parent
a8e7f4137a
commit
117ffb2bfd
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2016-01-25 0.12.5
|
||||||
|
- Fixes:
|
||||||
|
- Fix crash on 32-bit systems (issue #546)
|
||||||
|
- Fix compilation on Slackware (issue #547)
|
||||||
|
- Terminal color reset code moved to the same line to prevent interference with logging (issue #545)
|
||||||
|
- Enhancements:
|
||||||
|
- Executor now sends click coordinates via environment variables (issue #544)
|
||||||
|
|
||||||
2016-01-24 0.12.5
|
2016-01-24 0.12.5
|
||||||
- Fixes:
|
- Fixes:
|
||||||
- Fix rendering corruption triggered occasionally when the compositor is disabled (regression in 0.12.4)
|
- Fix rendering corruption triggered occasionally when the compositor is disabled (regression in 0.12.4)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# New stable release: 0.12.5
|
# New stable release: 0.12.6
|
||||||
Changes: https://gitlab.com/o9000/tint2/blob/0.12.5/ChangeLog
|
Changes: https://gitlab.com/o9000/tint2/blob/0.12.6/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.5
|
git checkout 0.12.6
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
Loading…
Reference in a new issue