From c40ba28530d73cd1739d2b8fa86b2a05f3adc7a3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Jan 2021 23:22:45 +0100 Subject: release 1.25.1 --- NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4dc5df3f..cf9c6b48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,47 @@ +### caja 1.25.1 + + * sync with transifex + * Remove warning -Wtype-limits + * caja-bookmarks-window: upgrade ui file + * caja-file-operations: Let user mark trusted launcher + * caja-directory-async: trust marked launchers + * gio set PATH "metadata::caja-trusted-launcher" true + * caja-directory-async: trust also launchers from user desktop + * caja-directory-async: trust only system launchers + * caja-file-management-properties: use g_list_free_full + * caja-icon-container: warning -Wold-style-declaration + * file-operations: don't attempt to move into the source dir + * test-eel-pixbuf-scale: Profile only the scaling functions just once + * Remove the use of the gettimeofday function + * test-eel-image-table: Fix the filename for the test image + * test-eel-image-table: Use the UTF-8 encoding for the file itself + * test-eel-labeled-image: Fix showing the image on the controls + * fm-properties-window: make the location of system folders portable + * Remove unused macros + * Duplicate tabs using the scroll wheel + * middle-clicking the reload button duplicates tab + * Fix i18n in backgrounds and emblems dialog + * fix distcheck error on archlinux and fedora + * use pango-devel as BR for fedora + * fm-directory-view: Error message when a link could not be created + * travis: use ubuntu:rolling tag to fix building + * eel-editable-label: Consecutive break/return statements are unnecessary + * tx: fix build error with Hebrew language + * Travis CI: debian build: add -Wunused-macros to CFLAGS + * Remove trailing spaces/tabs + * caja-dnd: Create links by default on dnd from Web Browsers + * Add a "Bookmarks" sidebar to Caja + * Guard block is missing + * caja-notebook: Add notebook scroll event + * fm-icon-view: totem-audio-preview was removed in totem 2.25.90 + * caja-file-management-properties: Reduce the height of the dialog + * Remove unused variable from eel_notebook_scroll_event_cb + * fm-properties-window: Do not display Modified field for mounted points + * add required libraries for libegg + * caja properties-window: display dir last modified + * Travis CI: enable irc notifications with tagged commits + * update submodule + ### caja 1.25.0 * sync with transifex diff --git a/configure.ac b/configure.ac index f39c30c6..0f8dc55f 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.25.0], [https://mate-desktop.org]) +AC_INIT([caja], [1.25.1], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1