summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
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])])