From 651bded364f54446399a6bfc4d7d7a9cc5b8e5ef Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 4 Aug 2021 14:39:05 +0200 Subject: release 1.26.0 --- NEWS | 69 ++++++++++++++++++++++++++++++++---------------------------- configure.ac | 2 +- 2 files changed, 38 insertions(+), 33 deletions(-) diff --git a/NEWS b/NEWS index 81506d1b..28f0fd8a 100644 --- a/NEWS +++ b/NEWS @@ -1,38 +1,43 @@ +### caja 1.26.0 + + * update translations + * Update copyright to 2021 + ### caja 1.25.3 * update translations - caja-directory.c: Fix memory leak. - caja-bookmarks-window.ui: expand child widgets, sane default size - caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels - caja-file-management-properties.ui: remove deprecated GtkAlignment (use - update resource for transifex - travis: disable travis builds for ubuntu - Add creation time support - caja-window: remove -Wcast-function-type warning - caja-window-menus: remove -Wcast-function-type warning - caja-window-manage-views: remove -Wcast-function-type warning - caja-property-browser: remove -Wcast-function-type warning - icon view: Add a directory setting to block moving icons - Improved filesystem check on dnd - No longer need to check the locale.h header as it's part of C90 - warning: missing initializer for a field of ‘GtkActionEntry’ - caja-places-sidebar: gnome-disk-utility ignores the --xid option - keep one .desktop suffix on desktop file renaming - caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck - caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE - cppcheck warning: Local variable 'combo_box' shadows outer argument - Rename wallpaper pattern name from MATE to GNOME - caja-window: Fix cppcheck warning unusedAllocatedMemory - caja-file-management-properties: Do not cast the instance to GObject when connecting a signal - caja-file-management-properties: use gtk_builder_new_from_file - Fix warnings about xmlChar cast - caja-customization-data: keep the key of the hash table if exists - caja-customization-data: Do not build the path to the browser.xml file - caja-directory-async: drop istr_set_insert, use g_hash_table_add instead - build: allow users to disable gettext support (--disable-nls) - build: Use PACKAGE_URL variable - build: underline package name and version in configure summary - build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME + * caja-directory.c: Fix memory leak. + * caja-bookmarks-window.ui: expand child widgets, sane default size + * caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels + * caja-file-management-properties.ui: remove deprecated GtkAlignment (use + * update resource for transifex + * travis: disable travis builds for ubuntu + * Add creation time support + * caja-window: remove -Wcast-function-type warning + * caja-window-menus: remove -Wcast-function-type warning + * caja-window-manage-views: remove -Wcast-function-type warning + * caja-property-browser: remove -Wcast-function-type warning + * icon view: Add a directory setting to block moving icons + * Improved filesystem check on dnd + * No longer need to check the locale.h header as it's part of C90 + * warning: missing initializer for a field of ‘GtkActionEntry’ + * caja-places-sidebar: gnome-disk-utility ignores the --xid option + * keep one .desktop suffix on desktop file renaming + * caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck + * caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE + * cppcheck warning: Local variable 'combo_box' shadows outer argument + * Rename wallpaper pattern name from MATE to GNOME + * caja-window: Fix cppcheck warning unusedAllocatedMemory + * caja-file-management-properties: Do not cast the instance to GObject when connecting a signal + * caja-file-management-properties: use gtk_builder_new_from_file + * Fix warnings about xmlChar cast + * caja-customization-data: keep the key of the hash table if exists + * caja-customization-data: Do not build the path to the browser.xml file + * caja-directory-async: drop istr_set_insert, use g_hash_table_add instead + * build: allow users to disable gettext support (--disable-nls) + * build: Use PACKAGE_URL variable + * build: underline package name and version in configure summary + * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME ### caja 1.25.2 diff --git a/configure.ac b/configure.ac index fb486dc5..928a5331 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) AC_INIT([caja], - [1.25.3], + [1.26.0], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) -- cgit v1.2.1