From 927e0708e079aae0938f5a031cfcf137bc7c9469 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 4 Sep 2016 08:32:37 +0200 Subject: update to 1.15.1 release --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1