diff options
author | raveit65 <[email protected]> | 2017-05-11 07:10:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-11 07:10:56 +0200 |
commit | 5a5d9e5409472c18fb7e71c9859fcefa33036c18 (patch) | |
tree | d6f3e7d93cf7f812157f720070067dd42277439a | |
parent | dc45e7f739dad78542d53b11ee4992e83d61ddf5 (diff) | |
download | caja-5a5d9e5409472c18fb7e71c9859fcefa33036c18.tar.bz2 caja-5a5d9e5409472c18fb7e71c9859fcefa33036c18.tar.xz |
release 1.18.3v1.18.3
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### caja 1.18.3 + + restore DBus interface initialization + CSS: Load a different caja-desktop.css with GTK 3.14 + file: make caja_file_get_gicon return custom icons too (#765) + Open With dialog: force icon size + update copyright year to 2017 + show correct right-click menu after making selection + ### caja 1.18.2 * icon and compact view: fix scrolling and renaming in large folders diff --git a/configure.ac b/configure.ac index d9014085..0246ffd9 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.18.2], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.18.3], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- |