diff --git a/gimp-2.10.20.tar.bz2 b/gimp-2.10.20.tar.bz2 deleted file mode 100644 index e3530cf..0000000 --- a/gimp-2.10.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e12f9f874b1a007c4277b60aa81e0b67330be7e6153e5749ead839b902fc7b3c -size 33108938 diff --git a/gimp-2.10.22.tar.bz2 b/gimp-2.10.22.tar.bz2 new file mode 100644 index 0000000..8a44763 --- /dev/null +++ b/gimp-2.10.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb +size 33152226 diff --git a/gimp.changes b/gimp.changes index ccd9974..b1be17e 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,3 +1,126 @@ +------------------------------------------------------------------- +Tue Oct 6 02:29:41 UTC 2020 - Marcus Rueckert + +- Update to version 2.10.22: + - Core: + - Verbose version information (`gimp-2.10 -v` on command line, + or debug output) now displays Flatpak related information + when available. This is especially useful for debugging (such + as the exact Flatpak build hash, the runtime version, the + installed Flatpak extensions, permissions, etc.). + - OpenCL settings has now been moved to the Playground tab in + Preferences. + - On stable builds, "Playground" tab is now visible in + Preferences if any of the experimental features has been + enabled, even without the CLI option `--show-playground`. + - Tools: + - "gegl:matting-levin" now the default engine of Foreground + Select tool (when present, as it is an optional feature) as + it performs a lot better. + - GEGL operations now display a "Sample merged" checkbox in + Tool Options. This will be used when the operation allows to + pick a color (hence one can pick from the edited layer or + from visible data). + - "Sample merged" now defaults to being activated in Color + Picker and GEGL tools as it seems the less confusing for + beginners who don't know of the option yet (according to a + small poll we ran). + - User interface: + - In GimpSpinButton, don't propagate Enter key-press events if + updating the spin-button's value in response changes the + entered text. This prevents confirming dialogs when hitting + Enter after entering a math expression in size entries, + updating their value instead. Likewise, don't propagate + Escape key-press events if a new value was entered, and + restore the original value instead. + - GimpMemSizeEntry improved to show appropriate binary prefixes + (kibibyte, mebibyte and gibibyte) instead of decimal ones, to + round properly when using higher units, and to not lose + accuracy when possible when displaying in higher units. + - Several of the biggest pages of the Preferences dialog are + now scrollable, allowing the dialog to fit on smaller + displays. + - Plug-ins: + - Add a new GIMP_EXPORT_NEEDS_CROP export capability, which + causes gimp_export_image() to crop the exported image content + to the image bounds; this is useful for formats that support + layers, but have no concept of global image bounds, hence + cropping is the only way to enforce the image bounds. When + showing the export dialog, give an option to either crop the + layers to the image bounds, or to resize the image to fit the + layers. + - Content type `image/webp` is now recognized (and not only + `image/x-webp` as both seem to be in used and this format is + unfortunately not yet listed in IANA media types (so various + content types are in use, no clear standard apparently). + - DDS import is now a bit more permissive, allowing to load + some files with invalid header flags regarding compression, + while we are able to know the right compression from other + flags. This allows to recover invalid DDS files exported by + other software. + - JPEG detection improved to be more generic and reliable. + - HEIF support improvements: + - AVIF importing and exporting added (requires libheif + 1.8.0+) + - 10/12-bit importing and exporting now available for + HEIC/AVIF + - NCLX color profile import (link with LittleCMS) + - Metadata support when importing + - "Lossless" option is now called "Nearly lossless (YUV420 + format)" because this is actually what it is, hence + previous naming was misleading. + - TIFF support improvements: + - Add an option to crop the layers to the image bounds when + exporting individual layers (using GIMP_EXPORT_NEEDS_CROP), + since TIFF has no concept of global image bounds otherwise. + Cropping is enabled by default. + - TIFF export will not override "DocumentName" metadata tag + anymore. + - Stop writing file paths into TIFF DocumentNames as file + paths can contain confidential information such as + usernames and directory structures, making the previous + behaviour a potential privacy and security risk. + - Fix a file descriptor leak case which may have prevented a + file from being opened on Windows. + - Multiple improvements in the PSP import plug-in: + - support reading raster layers of PSP version > 6, + - support reading 16-bit integer PSP files, + - support reading grayscale and indexed PSP files, + - support PSP images with zero-length layer names, + - fix wrong layer offset of layers, + - fix reading layer names with high bit ASCII characters, + - fix incorrect loading of PSP images with uncompressed + channel data, + - fix reading of creator block data of PSP images, + - better error messages describing yet unsupported features, + - improve reader stability by always using the block/chunk + length. + - Spyrogimp now works on Grayscale images and clutters less the + undo history. + - "Orientation" metadata is now reset whether you accepted to + rotate the image or not when importing an image. + - XPM does not export a "None" (transparent) color when unused. + - BMP always include color masks when exporting BMP with color + space info, as mandated by BITMAPV5HEADER specification. + - Debugging: + - Add progressive performance logs: progressive logs contain + complete information after each recorded sample, by writing + partial address maps at each sample, containing all new + addresses introduced by the sample. This allows recording + complete logs even in cases where they can't be properly + terminated, such as when GIMP crashes or freezes in the + middle of the log. Progressive logs are disabled by default, + since they potentially increase the sampling cost. They can + be enabled through a toggle in the log file-dialog, or + through GIMP_PERFORMANCE_LOG_PROGRESSIVE environment + variable. Performance log viewer can now process progressive + performance logs too. + - Allow controlling performance-log parameters through the UI. + - Bug fixes: #2275, #2668, #2874, #3481, #3868, #4061, #4155, + #4328, #4505, #4536, #4560, #4816, #5043, #5069, #5208, #5219, + #5226, #5232, #5274, #5275, #5357, #5358, #5472, #5530, #5584, + #5592, #5623, #5630, #5651 + ------------------------------------------------------------------- Tue Sep 15 22:33:51 UTC 2020 - Michael Gorse diff --git a/gimp.spec b/gimp.spec index bf034b9..660e94c 100644 --- a/gimp.spec +++ b/gimp.spec @@ -24,7 +24,7 @@ %bcond_without python2 %endif Name: gimp -Version: 2.10.20 +Version: 2.10.22 Release: 0 Summary: The GNU Image Manipulation Program License: GPL-3.0-or-later