From 314e5ac0907287c7933cb7425834a4c00d5ab7f0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 29 Jul 2016 11:33:27 +0200 Subject: update to 1.15.1 release --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e67db05..6cbeb2d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +1.15.1 +------ + + Fix segmentation fault on closing + Translations update + fix for engrampa closes faster + allow engrampa to work on multiple instances + show a window only if it's not in batch mode + replace WindowList with gtk_application_get_windows + Use GtkApplication + ui files: set the gtk+ required version to 3.0 + use GResource to store ui files + Use the Gtk+ app chooser dialog for the "Open With" command + fixed: engrampa shows duplicate folders + use natural order when sorting by filename + drag and drop: use the clicked row as drag icon + removed unused forward declaration + Use g_dpgettext2() instead of plain gettext for column headers. + set the "toolbar" class to the location bar + 1.15.0 ------ diff --git a/configure.ac b/configure.ac index 0add897..db6689d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.15.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.15.1], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.1