diff options
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 12 deletions
@@ -1,16 +1,23 @@ +### mate-control-center 1.17.1 + + * mouse: move xinput check into separate function + * mouse: use gboolean return values where they're expected to be + * mouse: fix indent a bit + * keyboard: fix vertical expand of content with window resize + ### mate-control-center 1.17.0 * Translations update - * Translations updatemove to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option - * Translations updatemouse: add separate touchpad motion settings on touchpad tab - * Translations updatemouse: use GtkAlignment instead of labels with spaces - * Translations updatemouse: change natural scroll mnemonic from 'a' to 'n' - * Translations updatemouse: change tab label from General to Mouse - * Translations updatebuild: require XCursor unconditionally - * Translations updatemouse: remove dead code - * Translations updatebuild: require XInput unconditionally - same as done in m-s-d - * Translations updateGTK3: port libunique->GtkApplication - * Translations updateGTK+3: fix build failure with marco 1.17 (which is GTK+3 only now) + * move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option + * mouse: add separate touchpad motion settings on touchpad tab + * mouse: use GtkAlignment instead of labels with spaces + * mouse: change natural scroll mnemonic from 'a' to 'n' + * mouse: change tab label from General to Mouse + * build: require XCursor unconditionally + * mouse: remove dead code + * build: require XInput unconditionally - same as done in m-s-d + * GTK3: port libunique->GtkApplication + * GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now) ### mate-control-center 1.16.0 @@ -117,4 +124,4 @@ * Network capplet: use proxy settings from gsettings-desktop-schemas package (http://download.gnome.org/sources/gsettings-desktop-schemas). Removed save locations feature. - * Removed a lot of old stuff from libslab.
\ No newline at end of file + * Removed a lot of old stuff from libslab. diff --git a/configure.ac b/configure.ac index 91b2fbf6..066cf659 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.17.0], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.17.1], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |