diff options
-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 |