1
0
forked from pool/kimageformats
kimageformats/kimageformats.changes

978 lines
34 KiB
Plaintext

-------------------------------------------------------------------
Sun Oct 3 20:33:49 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.87.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.87.0
- Changes since 5.86.0:
* Add Gitlab CI configuration
* avif: performance and quality improvements
-------------------------------------------------------------------
Mon Sep 6 06:22:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.86.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.86.0
- Changes since 5.85.0:
* Fix build with clang12 + libc++
* Clean up unneeded JSON parameter in kimageformats_add_plugin
* SGIImage::writeImage: Properly fail if the image is too big
* exr: Port to std::log/pow
* PCXHandler::write: Properly fail if the image is too big
-------------------------------------------------------------------
Fri Aug 6 12:12:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.85.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.85.0
- Changes since 5.84.0:
* exr: Repair compability with openexr2 (kde#440084)
* exr: Override the actual function signature (kde#439767)
* Fix build with older openEXR versions
-------------------------------------------------------------------
Sun Jul 4 07:45:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0
- Changes since 5.83.0:
* avif: Disable all strict decoder checks
-------------------------------------------------------------------
Sat Jun 5 11:58:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0
- Changes since 5.82.0:
* avif: Adjust for libavif breaking change
* Bump required CMake version to 3.16
* Enable HEIC plugin to save all ICC profiles
* Color profile loading/saving fixes
* xcf: Make sure offsets are not negative
* xcf: Fix Stack-buffer-overflow WRITE on broken files
-------------------------------------------------------------------
Wed May 19 13:28:45 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Enable HEIF plugin also on Leap 15.3 now
-------------------------------------------------------------------
Fri May 14 05:15:36 UTC 2021 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- Enable HEIF plugin build on openSUSE Tumbleweed (requires libheif)
-------------------------------------------------------------------
Sat May 1 16:40:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- Changes since 5.81.0:
* Support building with OpenEXR 3
* test: imageconverter: add a way to list mimes instead of formats
* xcf: fix new[]/delete mismatch, as detected by ASAN
* ani: convert +1 to -1 so we don't do a potential integer overflow
* xcf: Fix Stack-buffer-overflow WRITE on broken files
-------------------------------------------------------------------
Mon Apr 5 07:12:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.81.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.81.0
- No code change since 5.80.0
-------------------------------------------------------------------
Sun Mar 7 09:26:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.80.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.80.0
- Changes since 5.79.0:
* Fix Non-square Radiance/RGBE/.hdr images failing to load (kde#433877)
* Check the input buffer before passing it to libheif
* Check primaries returned from libavif
* Add plugin for High Efficiency Image File Format (HEIF)
* Quality option can be returned without parsing input file.
-------------------------------------------------------------------
Mon Feb 8 08:46:25 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.79.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.79.0
- Changes since 5.78.0:
* Simplify portion of NCLX color profile code
* [imagedump] Add "list MIME type" (-m) option
* Fix crash with malformed files
* ani: Make sure riffSizeData is of the correct size before doing the quint32_le cast dance
* Add missing includes
* Add plugin for animated Windows cursors (ANI)
-------------------------------------------------------------------
Mon Jan 11 18:18:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Drop baselibs.conf. Nothing requires the -32bit package
and the new libavif build dependency doesn't provide one.
-------------------------------------------------------------------
Wed Jan 6 10:47:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* Remove ifdefs, we require Qt 5.14 now
* Add AVIF to the list of supported formats
* Add plugin for AV1 Image File Format (AVIF)
-------------------------------------------------------------------
Sat Dec 5 18:56:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Changes since 5.76.0:
* test: don't convert image format if possible
* No longer descease color depth to 8 for 16 bit uncompressed PSD files
* tests: Remove qimage_format_enum_names and just use QMetaEnum
-------------------------------------------------------------------
Sat Nov 7 21:34:52 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.76.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.76.0
- Changes since 5.75.0:
* Add test case for RLE compressed 16 bpc PSD files.
* Add support for RLE-compressed, 16 bits per channel PSD files.
* Return unsupported when reading 16bit RLE compressed PSD files
* feat: add psd color depth == 16 format support
-------------------------------------------------------------------
Mon Oct 5 08:33:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0
- No code change since 5.74.0
-------------------------------------------------------------------
Sun Sep 6 12:49:28 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0
- Changes since 5.73.0:
* Remove obsolete COPYING files
-------------------------------------------------------------------
Sun Aug 2 07:13:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.73.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0
- Changes since 5.72.0:
* Adapt license to LGPL-2.0-or-later
* Use KF-standardized Qt logging categories
-------------------------------------------------------------------
Sun Jul 5 07:55:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- No code change since 5.71.0
-------------------------------------------------------------------
Sun Jun 7 08:06:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.71.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.71.0
- Changes since 5.70.0:
* Add some sanity and bounds checking
-------------------------------------------------------------------
Sun May 3 09:40:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.70.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.70.0
- Changes since 5.69.0:
* Fix build on Windows.
* Add support for modern Gimp images/XCF files
-------------------------------------------------------------------
Sun Apr 5 19:45:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.69.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.69.0
- Changes since 5.68.0:
* Port the HDR plugin from sscanf() to QRegularExpression. Fixes FreeBSD.
* autotests: print QImageReader::supportedImageFormats, to debug CI failures
-------------------------------------------------------------------
Sun Mar 8 09:17:49 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
- No code change since 5.67.0
-------------------------------------------------------------------
Sun Feb 2 18:06:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- No code change since 5.66.0
-------------------------------------------------------------------
Sun Jan 5 09:02:11 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* Update the obsolete projects.kde.org URL
* pic: Fix Invalid-enum-value undefined behaviour
-------------------------------------------------------------------
Sun Dec 8 11:18:37 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
- No code change since 5.64.0
-------------------------------------------------------------------
Sun Nov 3 15:47:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Workaround crash in Qt due to -DQT_DISABLE_DEPRECATED_BEFORE=0x050d00
-------------------------------------------------------------------
Sun Oct 6 13:26:39 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- Changes since 5.62.0:
* Add files for testing bug411327
* xcf: Fix regression when reading files with "unsupported" properties (kde#411327)
* xcf: Properly read image resolution
* Port HDR (Radiance RGBE) image loader to Qt5
-------------------------------------------------------------------
Sat Sep 7 20:36:51 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
- Changes since 5.61.0:
* Fix uninitialized memory read
-------------------------------------------------------------------
Wed Aug 7 17:51:29 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php
- Changes since 5.60.0:
* Remove unused pnm.desktop file
-------------------------------------------------------------------
Fri Jul 19 11:42:06 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
- Don't lower minimum Qt version anymore, it requires 5.11 now
-------------------------------------------------------------------
Sun Jul 14 06:41:38 UTC 2019 - lbeltrame@kde.org
- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php
- Changes since 5.59.0:
* QImage::byteCount -> QImage::sizeInByes
-------------------------------------------------------------------
Sun Jun 09 07:35:12 UTC 2019 - lbeltrame@kde.org
- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php
- No code changes since 5.58.0
-------------------------------------------------------------------
Wed May 15 18:16:17 UTC 2019 - lbeltrame@kde.org
- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php
- Changes since 5.57.0:
* tga: don't try to read more than max_palette_size into palette
* tga: memset dst if read fails
* tga: memset the whole palette array, not only the palette_size
* Initialize the unread bits of _starttab
* xcf: Fix uninitialized memory use on broken documents
* ras: Don't overread input on malformed files
* xcf: layer is const in copy and merge, mark it as such
* No & is a bit faster here
* const & is a bit faster here
* QStringLiteral is a bit faster here
-------------------------------------------------------------------
Sun Apr 14 20:21:43 UTC 2019 - lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* Fix compilation
* ora:kra: qstrcmp -> memcmp
* autotests: Also exercise canRead
* Fix RGBHandler::canRead
* xcf: Don't crash with files with unsupported layer modes
-------------------------------------------------------------------
Sun Mar 10 20:15:36 UTC 2019 - lbeltrame@kde.org
- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
- Changes since 5.55.0:
* ras: fix crash on broken files
* Use auto here too
* compile without foreach
* ras: protect the palette QVector too
* ras: tweak max file check
* xcf: Fix uninitialized memory use on broken documents
* add const, helps understand the function better
* ras: tweak max size that "fits" in a QVector
* ras: don't assert because we try to allicate a huge vector
* ras: Protect against divide by zero
* xcf: Don't divide by 0
* tga: fail gracefully if readRawData errors
* ras: fail gracefully on height*width*bpp > length
-------------------------------------------------------------------
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com
- Downgrade the Qt version requirement to build with 5.9
-------------------------------------------------------------------
Sun Feb 10 22:03:10 UTC 2019 - lbeltrame@kde.org
- Update to 5.55.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php
- Changes since 5.54.0:
* Too many changes to list here
- Dropped patches, now upstream:
* 0001-Fix-various-OOB-reads-and-writes-in-kimg_tga-and-kim.patch
-------------------------------------------------------------------
Thu Jan 31 07:48:50 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Add ghostscript requirement to the -eps subpackage
-------------------------------------------------------------------
Mon Jan 28 13:30:26 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to fix buffer overflows (boo#1123281):
* 0001-Fix-various-OOB-reads-and-writes-in-kimg_tga-and-kim.patch
-------------------------------------------------------------------
Wed Jan 23 17:47:54 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Split out the eps plugin into an independant subpackage (bsc#1117336)
- Remove unnecessary ldconfig calls
-------------------------------------------------------------------
Mon Jan 14 06:08:47 UTC 2019 - lbeltrame@kde.org
- Update to 5.54.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php
- Changes since 5.53.0:
* No code changes since 5.53.0
-------------------------------------------------------------------
Sun Dec 09 19:43:44 UTC 2018 - lbeltrame@kde.org
- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* Use gimp to export simple-rgba-gimp-2.8.10.xcf to png again
-------------------------------------------------------------------
Sun Nov 11 19:48:05 UTC 2018 - lbeltrame@kde.org
- Update to 5.52.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
- Changes since 5.51.0:
* Fix minor EBN issues
-------------------------------------------------------------------
Tue Oct 16 08:02:17 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Mon Oct 15 11:50:35 UTC 2018 - lbeltrame@kde.org
- Update to 5.51.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php
- Changes since 5.50.0:
* kimg_rgb: optimize away QRegExp and QString::fromLocal8Bit.
* [EPS] qWarning -> qCWarning
* [EPS] Fix crash at app shutdown (being tried to persist clipboard image) (kde#397040)
-------------------------------------------------------------------
Thu Sep 13 21:58:45 UTC 2018 - lbeltrame@kde.org
- Update to 5.50.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.50.0.php
- Changes since 5.49.0:
* None
-------------------------------------------------------------------
Sun Aug 19 09:19:09 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* None
-------------------------------------------------------------------
Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use override
-------------------------------------------------------------------
Tue Jun 12 21:26:05 UTC 2018 - lbeltrame@kde.org
- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
- Changes since 5.46.0:
* Remove duplicated mime types from json files
* Use override
-------------------------------------------------------------------
Sun May 13 21:03:03 UTC 2018 - lbeltrame@kde.org
- Update to 5.46.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php
- Changes since 5.45.0:
* [XCF/GIMP loader] Raise maximimum allowed image size to 32767x32767 on 64 bit platforms (kde#391970)
-------------------------------------------------------------------
Sat Apr 14 13:19:04 CEST 2018 - lbeltrame@kde.org
- Update to 5.45.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php
- Changes since 5.44.0:
* We depend against 5.8.0 now
* Remove not necessary QtCore and co
-------------------------------------------------------------------
Mon Mar 12 23:29:41 CET 2018 - lbeltrame@kde.org
- Update to 5.44.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.44.0.php
- Changes since 5.43.0:
* kcoreaddons_add_plugin: remove effectless OBJECT_DEPENDS on json file
-------------------------------------------------------------------
Mon Feb 12 23:42:08 CET 2018 - lbeltrame@kde.org
- Update to 5.43.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.43.0.php
- Changes since 5.42.0:
* None
-------------------------------------------------------------------
Tue Jan 16 22:50:18 CET 2018 - lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* Remove obsolete reviewboardrc file
* Set LIBRARY_OUTPUT_DIRECTORY so the autotests can run without the plugins installed
* Use brace-initializer instead of nullptr in returning 0-QFlags
-------------------------------------------------------------------
Sun Dec 17 09:43:48 CET 2017 - lbeltrame@kde.org
- Update to 5.41.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
* None
-------------------------------------------------------------------
Mon Nov 13 07:01:14 CET 2017 - lbeltrame@kde.org
- Update to 5.40.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.40.0.php
- Changes since 5.39.0:
* Add .arcconfig
-------------------------------------------------------------------
Mon Oct 23 06:41:41 CEST 2017 - lbeltrame@kde.org
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* None
-------------------------------------------------------------------
Tue Sep 12 07:11:17 CEST 2017 - lbeltrame@kde.org
- Update to 5.38.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
* None
-------------------------------------------------------------------
Sat Aug 12 09:23:29 UTC 2017 - christophe@krop.fr
- Update to 5.37.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.37.0.php
- Changes since 5.36.0 :
* None
-------------------------------------------------------------------
Wed Jul 12 07:14:01 CEST 2017 - lbeltrame@kde.org
- Update to 5.36.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.36.0.php
- Changes since 5.35.0:
* None
-------------------------------------------------------------------
Sun Jun 11 09:27:43 CEST 2017 - lbeltrame@kde.org
- Update to 5.35.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.35.0.php
- Changes since 5.34.0:
* Use Q_FALLTHROUGH
-------------------------------------------------------------------
Mon May 15 13:53:15 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.34.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.34.0.php
- Changes since 5.33.0:
* None
-------------------------------------------------------------------
Sat Apr 15 10:11:50 CEST 2017 - lbeltrame@kde.org
- Update to 5.33.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.33.0.php
- Changes since 5.32.0:
* Upgrade ECM and KF5 version requirements for 5.33.0 release.
-------------------------------------------------------------------
Sun Mar 19 14:50:39 CET 2017 - lbeltrame@kde.org
- Update to 5.32.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.32.0.php
- Changes since 5.31.0:
* Upgrade ECM and KF5 version requirements for 5.32.0 release.
-------------------------------------------------------------------
Thu Feb 9 09:29:42 UTC 2017 - hrvoje.senjan@gmail.com
- Update to 5.31.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.31.0.php
-------------------------------------------------------------------
Sun Jan 8 23:41:34 UTC 2017 - hrvoje.senjan@gmail.com
- Update to 5.30.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.30.0.php
-------------------------------------------------------------------
Sun Dec 4 02:00:17 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.29.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
-------------------------------------------------------------------
Sat Nov 5 22:06:31 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.28.0
* imageformats/kra.h - overrides for KraPlugin capabilities()
and create()
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
-------------------------------------------------------------------
Sun Oct 2 12:55:54 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.27.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.27.0.php
-------------------------------------------------------------------
Tue Sep 6 20:50:40 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.26.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
-------------------------------------------------------------------
Sun Aug 7 21:53:42 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:04:21 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.24.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
-------------------------------------------------------------------
Mon Jun 6 21:25:40 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.23.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
-------------------------------------------------------------------
Sat May 7 18:32:10 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
-------------------------------------------------------------------
Mon Apr 4 14:20:47 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
-------------------------------------------------------------------
Sun Mar 6 09:58:36 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
-------------------------------------------------------------------
Sat Feb 6 18:03:26 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* Add kra and ora imageio plugins (read-only)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
- Drop upstreamed fix-psd.patch
- Add cmake(KF5Archive) BuildRequires
-------------------------------------------------------------------
Fri Jan 8 20:35:13 UTC 2016 - wbauer@tmo.at
- Add fix-psd.patch: fixes loading of RLE compressed PSD files
(kde#354413)
-------------------------------------------------------------------
Sat Jan 2 17:43:47 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.18.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
-------------------------------------------------------------------
Thu Dec 10 23:06:47 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.17.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
-------------------------------------------------------------------
Sun Nov 8 17:01:18 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* Recognize image/vnd.adobe.photoshop instead of image/x-psd
* Partially revert d7f457a to prevent crash on application exit
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
-------------------------------------------------------------------
Mon Oct 5 17:37:20 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.15.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
-------------------------------------------------------------------
Tue Sep 8 17:13:12 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.14.0
* eps: fix includes related to Qt Caterogized Logging
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
-------------------------------------------------------------------
Tue Aug 4 19:20:30 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
-------------------------------------------------------------------
Sun Jul 5 18:45:10 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.12.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.12.0.php
-------------------------------------------------------------------
Sun Jun 7 19:07:41 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
-------------------------------------------------------------------
Sun May 3 19:47:12 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.10.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
-------------------------------------------------------------------
Sat Apr 4 14:40:47 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
-------------------------------------------------------------------
Sat Mar 7 16:58:48 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.8.0
* Make PSD image reader endianess-agnostic.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
-------------------------------------------------------------------
Sun Feb 8 18:15:21 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
-------------------------------------------------------------------
Sat Jan 3 18:03:21 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.6.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
-------------------------------------------------------------------
Sat Dec 6 12:53:43 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
-------------------------------------------------------------------
Sun Nov 2 17:47:18 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
-------------------------------------------------------------------
Sat Oct 4 17:59:42 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
-------------------------------------------------------------------
Tue Sep 9 09:49:29 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.2.0
* KImageFormats: disable the DDS and JPEG-2000 plugins when
Qt version is 5.3 or later
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php
-------------------------------------------------------------------
Sat Aug 2 10:20:12 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1.0
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.1.php
- Drop libjasper-devel, unused when kimageformats are building
against Qt 5.3
- Harden required Qt5 libs versions
-------------------------------------------------------------------
Tue Jul 1 21:35:55 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.0
* Final release of KDE Frameworks 5
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.0.php
-------------------------------------------------------------------
Sun Jun 1 18:02:26 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.100.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Add baselibs.conf
-------------------------------------------------------------------
Sat May 17 23:14:10 UTC 2014 - hrvoje.senjan@gmail.com
- Recommend libqt5-qtimageformats
-------------------------------------------------------------------
Sun May 4 01:41:13 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.99.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta2.php
-------------------------------------------------------------------
Sat Mar 29 19:47:41 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.98.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta1.php
-------------------------------------------------------------------
Tue Mar 4 16:39:21 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.97.0:
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-alpha2.php
-------------------------------------------------------------------
Sat Feb 8 02:18:46 UTC 2014 - hrvoje.senjan@gmail.com
- Init kimageformats package