diff options
author | raveit65 <[email protected]> | 2024-02-03 19:00:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-03 19:00:10 +0100 |
commit | 3d3f8973ec9dbff69472d27a70f50a79a501461f (patch) | |
tree | 5949a8686c252a0c9475381e6dcfbf77e9a1fa6d | |
parent | b59f80ab71ea71b61dfc6e94d0355723f78a8957 (diff) | |
download | caja-extensions-3d3f8973ec9dbff69472d27a70f50a79a501461f.tar.bz2 caja-extensions-3d3f8973ec9dbff69472d27a70f50a79a501461f.tar.xz |
releases 1.27.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -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])]) |