summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-01-18 19:46:39 +0000
committerMartin Wimpress <[email protected]>2017-01-18 19:46:39 +0000
commite8d39ba75e525b6945567c5a187076d70f83b2c8 (patch)
tree50e16cec75389490c6c819864b887d5b6fd60482
parent047b7452f2332062276a56301c2684e9e9b7b0f4 (diff)
downloadmate-control-center-e8d39ba75e525b6945567c5a187076d70f83b2c8.tar.bz2
mate-control-center-e8d39ba75e525b6945567c5a187076d70f83b2c8.tar.xz
Bump version to 1.17.1v1.17.1
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 5d3ad099..af57ebfb 100644
--- a/NEWS
+++ b/NEWS
@@ -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])