summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])