Changelog for
mingw32-cross-libKF5Archive5-5.103.0-3.5.x86_64.rpm :
* Tue Jul 02 2024 Ralf Habacker
- Update to 5.103.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.103.0.php- Add native package with library required by mingw32-kdoctools
* Fri Jul 15 2022 Ralf Habacker - Update to 5.76.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.76.0.php
* Sun Dec 08 2019 Christophe Giboudeaux - Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php- Changes since 5.64.0:
* Port to QRegularExpression
* Sun Nov 03 2019 Christophe Giboudeaux - 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:
* Fix memory leak in KXzFilter::init
* Fix null pointer reference when extraction fails
* decodeBCJ2: Fix assert with broken files
* KXzFilter::Private: remove unused props
* K7Zip: Fix memory use in readAndDecodePackedStreams
* Use ECMGenerateExportHeader to manage deprecated API better
* Sun Oct 06 2019 Christophe Giboudeaux - 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:
* Port away from deprecated methods in Qt 5.14
* Sat Sep 07 2019 Christophe Giboudeaux - 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 creating archives on Android content: URLs
* Wed Aug 07 2019 Christophe Giboudeaux - 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:
* KTar::openArchive: Don\'t assert if file has two root dirs
* KZip::openArchive: Don\'t assert when opening broken files
* KZip::openArchive: turn assert into if+return false
* KTar::openArchive: Remove \"bad\" assert
* KZip::openArchive: Remove \"bad\" assert
* KZip::openArchive: Return false instead of asserting in broken files
* Fri Jul 19 2019 Wolfgang Bauer - Don\'t lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrameAATTkde.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:
* Do not crash if the inner file wants to be bigger than QByteArray max size
* Install in new logging directory when we use kf5 5.59.0
* Sun Jun 09 2019 lbeltrameAATTkde.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- Changes since 5.58.0:
* KCompressionDevice::seek: Fix previous fix ^_^
* Test reading and seeking in KCompressionDevice
* KCompressionDevice: Remove bIgnoreData
* autotests: more portable way of setting the locale encoding, to fix Windows CI
* KAr: fix out-of-bounds read (on invalid input) by porting to QByteArray
* KAr: minor code cleanups
* autotests: fixes for Windows and utf8 literals
* KAr: fix parsing of long filenames with Qt-5.10
* AR fix: the permissions are in octal, not decimal.
* KAr: update test file to cover the longfilename table code
* Add KArTest based on KTarTest
* KAr::openArchive: Also check ar_longnamesIndex is not < 0
* KAr::openArchive: Fix invalid memory access on broken files
* KAr::openArchive: Protect against Heap-buffer-overflow in broken files
* Fix KAr::openArchive with older Qt
* KTar::KTarPrivate::readLonglink: Fix crash in malformed files