summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-01-06 08:39:17 +0100
committerraveit65 <[email protected]>2017-01-06 08:39:17 +0100
commita0b0cb68df1450ed735b546e605175a85602d3ae (patch)
treeeb525f8f6644422b087ab3658e51f7c6baa4300d
parentb83a6b77d5d9341d8c5baee532c8020138cc5da9 (diff)
downloadcaja-a0b0cb68df1450ed735b546e605175a85602d3ae.tar.bz2
caja-a0b0cb68df1450ed735b546e605175a85602d3ae.tar.xz
release 1.17.2v1.17.2
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
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 ---------------------------------------------------------------------------