diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -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 --------------------------------------------------------------------------- |