From 4981de2a26e95a11e2fcb22f8d9b39bd538dd6c0 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 22 Jan 2017 15:05:05 +0300 Subject: release 1.16.2 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4b754cca..9f20812b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +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) +* Icon view: fix accessibility issues +* Icon and compact views: fix moving to next/previous row (or column) + with right/left (or down/up) keys +* Prefs dialog: fix vertical expand of content with window resize +* Show "Open with" menu item and "Open with" tab in properties window + for .desktop and .theme files +* Fix cursor refresh issues on folder change in single click mode +* Fix runtime warnings on window closing and Caja exit +* GTK+3: fix mousewheel scrolling in compact view +* GTK+3: fix visual issues when renaming files +* GTK+3: force X11 backend +* Some more fixes and cleanups + Major changes in 1.16.1 are: * Fix regression that sometimes caused visual glitches when selecting icons diff --git a/configure.ac b/configure.ac index e28fcfa9..2a725125 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.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.16.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version -- cgit v1.2.1