From 3d3f8973ec9dbff69472d27a70f50a79a501461f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 3 Feb 2024 19:00:10 +0100 Subject: releases 1.27.1 --- NEWS | 9 ++++++++- configure.ac | 2 +- 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])]) -- cgit v1.2.1