Release 0.12.11

This commit is contained in:
o9000 2016-05-14 08:39:54 +02:00
parent e09c4a0642
commit 5a5d8fd978
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,9 @@
2016-05-09 master 2016-05-14 0.12.11
- Fixes: - Fixes:
- Fixed crash in tint2conf when adding background - tint2conf:
- Add correct extension to file name in tint2conf for 'Save as' - Fixed crash in tint2conf when adding background
- Add correct extension to file name in tint2conf for 'Save as'
- Changed main window title in tint2conf
2016-05-07 0.12.10 2016-05-07 0.12.10
- Fixes: - Fixes:

View file

@ -1,5 +1,5 @@
# Latest stable release: 0.12.10 # Latest stable release: 0.12.11
Changes: https://gitlab.com/o9000/tint2/blob/0.12.10/ChangeLog Changes: https://gitlab.com/o9000/tint2/blob/0.12.11/ChangeLog
Documentation: https://gitlab.com/o9000/tint2/wikis/Configure Documentation: https://gitlab.com/o9000/tint2/wikis/Configure
@ -7,7 +7,7 @@ Compile it 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.10 git checkout 0.12.11
mkdir build mkdir build
cd build cd build
cmake .. cmake ..