summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 641891e..d442919 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,23 @@
+### caja-extensions 1.20.0
+
+ * Translations update
+ * require GTK+ 3.22 and GLib 2.50
+ * xattr-tags: use better English in extension description
+ * po: add missing translatable strings from xattrs extension
+ * xattr-tags: fix extension description
+
### caja-extensions 1.19.0
- sync with transifex
- open-terminal: don't use excessive string duplication
- avoid deprecated gdk_screen_make_display_name
- sendto burn: avoid deprecated gtk_show_uri
- xattr-tags: remove hack, it's not needed now
- xattr-tags: fix typo causing undefined reference
- fix the libcaja_gksu_la_LDFLAGS variable declaration
- xattr-tags: add missing newline to startup message
- xattr-tags: unescaping stored attributes.
- README: Added development info.
+ * Translations update
+ * open-terminal: don't use excessive string duplication
+ * avoid deprecated gdk_screen_make_display_name
+ * sendto burn: avoid deprecated gtk_show_uri
+ * xattr-tags: remove hack, it's not needed now
+ * xattr-tags: fix typo causing undefined reference
+ * fix the libcaja_gksu_la_LDFLAGS variable declaration
+ * xattr-tags: add missing newline to startup message
+ * xattr-tags: unescaping stored attributes.
+ * README: Added development info.
### caja-extensions 1.18.0
diff --git a/configure.ac b/configure.ac
index a5b37f9..808741c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([caja-extensions], 1.19.0, [https://github.com/mate-desktop/caja-extensions])
+AC_INIT([caja-extensions], 1.20.0, [https://github.com/mate-desktop/caja-extensions])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
AC_CONFIG_HEADERS(config.h)