From 7f02c10ce3cb67c212386d286701998a18295976 Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 11 Nov 2022 20:35:32 +0100 Subject: release 1.27.0 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 02e701e..5efbe92 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +### caja-extensions 1.27.0 + + * tx: sync with transifex + * travis-CI: update build dependencies for debian:testing + * tx: migrate config file + * Failed to resolve the path to caja-extensions.mo on guix system + * bacon-video-widget-properties: fix warning 'g_type_class_add_private' is deprecated + * add audio-video-properties plugin + * build warning: AC_OUTPUT should be used without arguments + * Fixed caja-share not working under Arch Linux + * Fix build warnings about missing field initializer + * Fix build warning -Wmissing-prototypes + * ci: drop -Wunused-parameter compiler cflag from debian build + * Use a blank line at most + ### caja-extensions 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 7f43524..c8fb513 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.26.0, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org]) +AC_INIT([caja-extensions], 1.27.0, [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