summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-04 08:32:37 +0200
committerraveit65 <[email protected]>2016-09-04 08:32:37 +0200
commit927e0708e079aae0938f5a031cfcf137bc7c9469 (patch)
treeac3f48cf0fb0c282f4ff857d4fa4745e65a91a75
parent1f4e81487da2a4140aece0a4fe1c4b5927360577 (diff)
downloadmozo-927e0708e079aae0938f5a031cfcf137bc7c9469.tar.bz2
mozo-927e0708e079aae0938f5a031cfcf137bc7c9469.tar.xz
update to 1.15.1 releasev1.15.1
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6551572..17e3785 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+1.15.1
+
+ * Translations update
+ * quit on delete event
+ * MainWindow: make property editing work again
+ * MainWindow: refactor button sensitivity code a bit
+ * MainWindow: don't select the destination directory after a drop
+ * MainWindow: fix drag/drop handlers
+ * util: remove unused for_properties
+ * add properties and a delete button
+ * fix minidom related crashes (#29)
+ * encode with utf-8 before writing XML
+ * remove dumb explicit checks
+ * MenuEditor: be resilient to bad XML
+ * move revert item code close together
+ * MenuEditor: undo and redo lists should not be global
+ * MenuEditor: put removeWhitespaceNodes somewhere else
+ * MenuEditor: fix up XML writing
+ * MenuEditor: remove regex madness
+ * util: use GLib for xdg basedir spec stuff
+ * MenuEditor: scrap unused __deleteItem
+ * util: replace our own DesktopParser with GKeyFile
+ * fix several drag-and-drop usability issues
+ * don't crash when a desktop has a / in the name
+
1.15.0
* Translations update
diff --git a/configure.ac b/configure.ac
index c47c5ef..9d984b0 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.15.0, http://www.mate-desktop.org)
+AC_INIT(mozo, 1.15.1, http://www.mate-desktop.org)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(mozo.in)
AC_CONFIG_HEADERS([config.h])