diff options
author | raveit65 <[email protected]> | 2018-03-23 11:14:37 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-23 11:14:37 +0100 |
commit | 8d6593f3655aff4ad54212837caee20d2f51d686 (patch) | |
tree | bb2bf7299babc16ee2d75dd0848c0e20c0c693db | |
parent | 134cd70b2f965515703c84ef6ec582aedd08f678 (diff) | |
download | caja-8d6593f3655aff4ad54212837caee20d2f51d686.tar.bz2 caja-8d6593f3655aff4ad54212837caee20d2f51d686.tar.xz |
release 1.20.1v1.20.1
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 11 deletions
@@ -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 --------------------------------------------------------------------------- |