This is an automated email from the git hooks/post-receive script. g o t t c o d e p u s h e d a c o m m i t t o a n n o t a t e d t a g v 2 . 1 . 7 in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 772e6ae08323724567f45a01b9ff6c3c7dd11741 Author: Graeme Gott <[email protected]> Date: Sun Apr 22 11:35:40 2018 -0400 Bump version number. --- CMakeLists.txt | 2 +- NEWS | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c408423..9dda1e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(whiskermenu) # version number set(whiskermenu_version_major "2") set(whiskermenu_version_minor "1") -set(whiskermenu_version_micro "6") +set(whiskermenu_version_micro "7") set(whiskermenu_version_tag "") set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}") if(${whiskermenu_version_tag} MATCHES "git") diff --git a/NEWS b/NEWS index 709a2c9..cde85d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.1.7 +===== +- Fix memory leak when recreating window. +- Use HTTPS for plugin website. +- Translation updates: Bulgarian, French, Turkish. + 2.1.6 ===== - Fix losing search focus. (bug #14209) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
