From 8d6593f3655aff4ad54212837caee20d2f51d686 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 23 Mar 2018 11:14:37 +0100 Subject: release 1.20.1 --- NEWS | 27 +++++++++++++++++---------- configure.ac | 2 +- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 96d2ded0..4ba414c9 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,22 @@ +### caja 1.20.1 + + * tx: update translations + * remove runtime warning in usage of caja_clipboard_set_up_editable + * can selected all the search keywords with Ctrl+a. + * fix backgrounds and emblems dialog content rendering + ### 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 + * 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 diff --git a/configure.ac b/configure.ac index 36827b6b..60d70ae5 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.20.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.20.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1