summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 588918fb..62b61483 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+### caja 1.18.1
+
+ * fix build warning (no const needed there)
+ * fix build with gcc 4.9.2 (looks like it's in c89 mode by default)
+ * search: added tag support (xattr::xdg.tags).
+ * Fix broken rename in list view by selectin file name cell.
+ * property-browser: don't recast GtkWidget as GtkWidget
+ * property-browser: add style class frame to scrolledwindows
+ * caja-application.c: Fix uninitialized variable
+ * Translations update
+
### caja 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting to make
diff --git a/configure.ac b/configure.ac
index 8ba72f4e..c61c2c65 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.18.0], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.18.1], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------