summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-01-18 17:37:41 +0000
committerMartin Wimpress <[email protected]>2017-01-18 17:37:41 +0000
commitb807eec56ca879088b94dc9923fb0f50f1f22594 (patch)
tree7d7532f243fede05d242e4bcfb1b186924406ff9
parent8c1479a4b032a56bd90b7cb38238e097061b1bc5 (diff)
downloadcaja-1.17.3.tar.bz2
caja-1.17.3.tar.xz
Bump version to 1.17.3v1.17.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d829a1d5..3ddb8db0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### caja 1.17.3
+
+ * show/hide columns instead of appending/removing them
+ * a11y: fix accessibility implementation for CajaIconCanvasItemAccessible
+ * Code clean up
+
### caja 1.17.2
* Translations update
@@ -184,4 +190,4 @@
* Add the ability to open bookmarks in the places side pane via the enter and space keys
* Add diff button for text files in file conflict dialog
* Fix autocompletion for remote locations
- * Makes the filename column expand to its maximum instead of shrinking to a hardcoded value \ No newline at end of file
+ * Makes the filename column expand to its maximum instead of shrinking to a hardcoded value
diff --git a/configure.ac b/configure.ac
index 2ea89410..0eaa6bd9 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.2], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.17.3], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------