diff --git a/ChangeLog b/ChangeLog index 81046b2..501b417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -2016-01-26 master +2016-01-29 0.12.7 - 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 regression (all desktop tasks not working) (4 minutes ago) (2016-01-26 20:28:23 +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) - Fix small memory leak in launcher 2016-01-25 0.12.6 diff --git a/README.md b/README.md index 38d0c49..ba94af2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# New stable release: 0.12.6 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.6/ChangeLog +# New stable release: 0.12.7 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.7/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.6 +git checkout 0.12.7 mkdir build cd build cmake .. diff --git a/tint2.files b/tint2.files index 9eadc34..2525ca4 100644 --- a/tint2.files +++ b/tint2.files @@ -168,3 +168,4 @@ src/tint2conf/po/fr.po src/tint2conf/po/hr.po src/tint2conf/po/pl.po src/tint2conf/po/sr.po +README.md