diff options
author | mbkma <[email protected]> | 2022-11-11 20:35:32 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-11 20:35:32 +0100 |
commit | 7f02c10ce3cb67c212386d286701998a18295976 (patch) | |
tree | 4295acde3adb6222ad2a4461c3213cc8b7ee5c60 | |
parent | 5e52b1f83ff72064c6f5703a8cf7818bd1aead13 (diff) | |
download | caja-extensions-1.27.0.tar.bz2 caja-extensions-1.27.0.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -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])]) |