summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-21 11:43:54 +0300
committerMonsta <[email protected]>2015-07-21 11:43:54 +0300
commit614652102ebe2a631d51dd4356106c9921c5a142 (patch)
tree1fd50d983586f07fadd7ca64c4adc662241f959f
parentc2434241b4e6742177c489ecaccf33f4b67b0501 (diff)
downloadmozo-1.10.tar.bz2
mozo-1.10.tar.xz
Bump version to 1.10.1mozo-1.10.11.10
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7b26715..60b9b2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.10.1
+
+ * Fix wrong highlighting while moving menu items
+ when separators are present.
+ * Remove deprecated GTK properties
+ * Fix help link
+
1.10.0
* Translations update
diff --git a/configure.ac b/configure.ac
index cfb9017..086629c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- Mode: autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT(mozo, 1.10.0, http://www.mate-desktop.org)
+AC_INIT(mozo, 1.10.1, http://www.mate-desktop.org)
AC_CONFIG_SRCDIR(mozo.in)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.7 dist-xz no-dist-gzip check-news])