summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-30 19:11:38 +0100
committerraveit65 <[email protected]>2018-01-30 19:11:38 +0100
commit3d3855e60e19fcdba0e2c4d29f1358d8b4c85755 (patch)
treed220bdc4696cab43b69e2cc0922bdfa91de0c172
parente53514dc03e3f53112739e4e4392a82cb08b2cf8 (diff)
downloadcaja-extensions-3d3855e60e19fcdba0e2c4d29f1358d8b4c85755.tar.bz2
caja-extensions-3d3855e60e19fcdba0e2c4d29f1358d8b4c85755.tar.xz
release 1.20v1.20.0
-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)