summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ---------------------------------------------------------------------------