From a0b0cb68df1450ed735b546e605175a85602d3ae Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 6 Jan 2017 08:39:17 +0100 Subject: release 1.17.2 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bb3cd467..7dbe93fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Major changes in 1.17.2 are: + +* Translations update +* Fix keyboard-down wraparound on compact view +* Single click navigation: keep hand cursor when opening folder... +* Fix cursor on single-click navigation mode. +* file: don't consider all desktop files caja links +* Show "open with" tab in properties window when "open with" menu available +* Show "open with" menu for desktop and theme files +* fix build warning about wrong variable type +* fix indent and spacing a bit +* check for stable version of GTK+3, not for development one +* Add a separator when concatenating strings in icon text accessible +* prefs dialog: fix vertical expand of content with window resize +* schema: capitalize MIME in descriptions +* schema: add missing capitalization of Caja +* Rename labels: follow theme if available, sane default +* caja.css: fix missing comma +* Fix restart loop when started without icons on the desktop +* build: require libmate-desktop >= 1.17.0 + Major changes in 1.17.1 are: * Translations update diff --git a/configure.ac b/configure.ac index 9d8e7ee5..2ea89410 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.17.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.17.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1