Update for 0.12.7

This commit is contained in:
o9000 2016-01-29 23:09:12 +01:00
parent 85536065bc
commit 107bfc85a3
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
2016-01-26 master 2016-01-29 0.12.7
- Fixes: - Fixes:
- Fix crash caused by race when reading _NET_CURRENT_DESKTOP and _NET_NUMBER_OF_DESKTOPS (2 minutes ago) (2016-01-26 20:30:31 +0100) - Fix crash caused by race when reading inconsistent values for _NET_CURRENT_DESKTOP and _NET_NUMBER_OF_DESKTOPS
- Fix regression (all desktop tasks not working) (4 minutes ago) (2016-01-26 20:28:23 +0100) - Fix regression (all desktop tasks not working)
- Fix small memory leak in launcher - Fix small memory leak in launcher
2016-01-25 0.12.6 2016-01-25 0.12.6

View file

@ -1,5 +1,5 @@
# New stable release: 0.12.6 # New stable release: 0.12.7
Changes: https://gitlab.com/o9000/tint2/blob/0.12.6/ChangeLog Changes: https://gitlab.com/o9000/tint2/blob/0.12.7/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.6 git checkout 0.12.7
mkdir build mkdir build
cd build cd build
cmake .. cmake ..

View file

@ -168,3 +168,4 @@ src/tint2conf/po/fr.po
src/tint2conf/po/hr.po src/tint2conf/po/hr.po
src/tint2conf/po/pl.po src/tint2conf/po/pl.po
src/tint2conf/po/sr.po src/tint2conf/po/sr.po
README.md