diff options
author | raveit65 <[email protected]> | 2018-01-31 12:12:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-31 12:12:49 +0100 |
commit | d8579ead4a13e66b03d2f17f3240f724008cc555 (patch) | |
tree | e46958d09f2e210f430907006441b72c67b40b7b | |
parent | ce0f015ed3a1ed9ba112e9e5024bbb106de3cb72 (diff) | |
download | caja-d8579ead4a13e66b03d2f17f3240f724008cc555.tar.bz2 caja-d8579ead4a13e66b03d2f17f3240f724008cc555.tar.xz |
release 1.20v1.20.0
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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 --------------------------------------------------------------------------- |