summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5efbe92..7270345 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
+### caja-extensions 1.27.1
+
+ * Translations update
+ * sendto: require gupnp-1.6
+ * xattr-tags-extension: avoid check xattr for mtp:// and gphoto2://
+ * Fix missing GtkRadioButton id
+
### caja-extensions 1.27.0
- * tx: sync with transifex
+ * Translations update
* travis-CI: update build dependencies for debian:testing
* tx: migrate config file
* Failed to resolve the path to caja-extensions.mo on guix system
diff --git a/configure.ac b/configure.ac
index 8df589a..47030b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([caja-extensions], 1.27.0, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org])
+AC_INIT([caja-extensions], 1.27.1, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])