From f2c2163be4e78baa01ca5c6e88aca8a05c811d0d Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 12 May 2021 13:18:57 +0200 Subject: [PATCH] NEWS: update. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 6a37e8667c..3416a37c20 100644 --- a/NEWS +++ b/NEWS @@ -11,12 +11,18 @@ Otherwise, this branch is only for bug-fixes. Overview of Changes from GIMP 2.10.24 to GIMP 2.10.26 ===================================================== +Core: + + - Dashboard now has memory support in OpenBSD. + Plug-ins: - Improved DDS support and fix some red/blue bit swap for RGB10A2 DDS. The plug-in version is incremented so that it is able to catch and correct previously incorrect RGB10A2 images exported by older versions of our plug-in. + - DDS files with "L16" - a 16 bit luminance channel - are now loaded + in 16-bit. Script-fu: @@ -33,6 +39,8 @@ Build: - Oppositely on Linux and other Unix-like systems using desktop files, add the image/x-sun-raster MimeType which was forgotten (there, detection should be fine and not depend on file extension). + - gimp30-tips.mo is not installed anymore (only used during the build + to generate gimp-tips.xml with multiple language support). Overview of Changes from GIMP 2.10.22 to GIMP 2.10.24