diff options
author | monsta <[email protected]> | 2017-03-26 01:35:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-26 01:35:05 +0300 |
commit | f6e841f9161b6b943b987a8dd7c13ed16bca13a3 (patch) | |
tree | f4b58c27836d6dc0fe799dcfb52600964d050acb | |
parent | 0a57ebffc73c3eb48297954e666cc373d0660661 (diff) | |
download | caja-f6e841f9161b6b943b987a8dd7c13ed16bca13a3.tar.bz2 caja-f6e841f9161b6b943b987a8dd7c13ed16bca13a3.tar.xz |
release 1.16.3v1.16.3
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Major changes in 1.16.3 are: +* Build: require libmate-desktop >= 1.16.2 +* Add ability to get feedback from Orca when additional icons are + selected/deselected +* Restore "Open with other application" menu entry for directories + (regression in 1.16.2) +* Fix crossfade issues with recent GTK+3 versions +* Fix more graphics issues to allow Caja to use background for + directory windows in GTK+3 build +* GTK+3: fix broken rename in list view after keyboard navigation +* GTK+3: property-browser: add style class frame to scrolledwindows + Major changes in 1.16.2 are: * List view: show/hide columns instead of appending/removing them (fixes crash when moving between trash and other folder with GTK+3) diff --git a/configure.ac b/configure.ac index 94196457..517bc2ee 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.16.2], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.16.3], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |