diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +### mate-netbook 1.22.2 + + tx: sync with transifex + Use the same variable name for return value than elsewhere + Remove cppcheck warnings with better variables scope + Remove unused variable declaration in applet.c and task-list.c + Add an option to disable the bold face of the window title in applet + Make the 'show-home-title' feature work again + Fix several compilation warnings + Refactor the on_active_window_changed function + Remove a runtime error due to event->time sending buggy values + Change preference label for the window picker applet, and add a tooltip + Cleanup whitespaces + ### mate-netbook 1.22.1 tx: sync with transifex diff --git a/configure.ac b/configure.ac index 8108c9c..efcf3a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.22.1, []) +AC_INIT(mate-netbook, 1.22.2, []) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(maximus/main.c) |