diff options
-rw-r--r-- | NEWS | 47 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 27 insertions, 22 deletions
@@ -1,27 +1,32 @@ +### caja-extensions 1.26.0 + + * Translations update + * update copyright to 2021 + ### caja-extensions 1.25.1 * Translations update - image-converter: remove hardcoded filepath to convert (portability) - build: allow users to disable gettext support (--disable-nls) - build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME - gksu: do not run the command on a new thread - Do not call bindtextdomain/bind_textdomain_codeset in libraries - Include i18n header after defining GETTEXT_PACKAGE macro - caja-image-rotator: remove user_data cast on signal handler - caja-image-resizer: remove user_data cast on signal handler - caja-image-resizer: use gtk_builder_new_from_resource - caja-image-rotator: use gtk_builder_new_from_resource - caja-image-resizer: promote to final class - caja-image-rotator: promote to final class - build: Use PACKAGE_URL variable - Print status messages - Update copyright - Remove warning -Wshadow - caja-sendto-command: use g_list_free_full - lookup_in_data_dir, caja_open_terminal_get_file_items are static - Use `#include <config.h>` - Remove USE_MATE2_MACROS from autogen.sh (legacy) - Remove unused macros + * image-converter: remove hardcoded filepath to convert (portability) + * build: allow users to disable gettext support (--disable-nls) + * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME + * gksu: do not run the command on a new thread + * Do not call bindtextdomain/bind_textdomain_codeset in libraries + * Include i18n header after defining GETTEXT_PACKAGE macro + * caja-image-rotator: remove user_data cast on signal handler + * caja-image-resizer: remove user_data cast on signal handler + * caja-image-resizer: use gtk_builder_new_from_resource + * caja-image-rotator: use gtk_builder_new_from_resource + * caja-image-resizer: promote to final class + * caja-image-rotator: promote to final class + * build: Use PACKAGE_URL variable + * Print status messages + * Update copyright + * Remove warning -Wshadow + * caja-sendto-command: use g_list_free_full + * lookup_in_data_dir, caja_open_terminal_get_file_items are static + * Use `#include <config.h>` + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * Remove unused macros ### caja-extensions 1.25.0 diff --git a/configure.ac b/configure.ac index 14e2164..75da513 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.25.1, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org]) +AC_INIT([caja-extensions], 1.26.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])]) |