From d8579ead4a13e66b03d2f17f3240f724008cc555 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 31 Jan 2018 12:12:49 +0100 Subject: release 1.20 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 129117e2..96d2ded0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +### caja 1.20.0 + + sync with transifex + drop CSS for GTK+ 3.14 + require GTK+ 3.22 and GLib 2.50 + Fix tasklist icon change when opening new tab + Include local files with "" instead of <> + search_dispose and search_finilize can't be run after search finished + add missing window icon to About dialog for extensions + move libegg to the top srcdir and drop some leftovers + update copyright year to 2018 + remove +x attr from source files + ### caja 1.19.3 * Translations update diff --git a/configure.ac b/configure.ac index d49f62f5..36827b6b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.19.3], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.20.0], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1