summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cbeddb97..74ea4b66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+### caja 1.20.3
+
+ * Translations update
+ * disable deprecation warnings for distcheck
+ * Fix segfault on stopping USB hard drives
+ * fm-properties-window: Fix memory leaks
+ * caja-desktop-link-monitor: Fix memory leak
+ * Fix case-insensitive comparison in running_in_mate
+ * pathbar: Activate pane when changing location
+ * caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;]
+ * desktop window: Add is-desktop AtkObject attribute
+
### caja 1.20.2
* Fix warnings from HiDPI commits
@@ -17,14 +29,14 @@
### caja 1.20.1
- * tx: update translations
+ * Translations update
* remove runtime warning in usage of caja_clipboard_set_up_editable
* can selected all the search keywords with Ctrl+a.
* fix backgrounds and emblems dialog content rendering
### caja 1.20.0
- * sync with transifex
+ * Translations update
* drop CSS for GTK+ 3.14
* require GTK+ 3.22 and GLib 2.50
* Fix tasklist icon change when opening new tab
diff --git a/configure.ac b/configure.ac
index ea09b111..b6d65fea 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.20.2], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.20.3], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------