Version: 5.45.0-bp150.2.3
* Sat Apr 14 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:
* Add missing override
* Return when url is empty
* Use ecm_setup_qtplugin_macro_names
* Remove not necessary QtCore and co
* Cleanup m_inotify_wd_to_entry before invalidating Entry pointers (kde#390214)
* Tue Mar 13 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:
* Cleanup m_inotify_wd_to_entry before invalidating Entry pointers (kde#390214)
* kcoreaddons_add_plugin: remove effectless OBJECT_DEPENDS on json file
* Help automoc to find metadata JSON files referenced in the code
* kcoreaddons_desktop_to_json: note the generated file in the build log
* Bump shared-mime-info to 1.3
* Use override keyword here
* Introduce K_PLUGIN_CLASS_WITH_JSON
* KUrlMimeData: port to QStringLiteral
* Increase timeout in the hope of fixing test failure on the CI
* Tue Feb 13 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:
* KUrlMimeData: fix handling of PreferLocalUrls
* Match also spdx keys LGPL-2.1 & LGPL-2.1+
* Use the much faster urls() method from QMimeData
* Next try to fix build on windows
* Make it compiles on windows
* Compile commenting remove_defintion(QT_NO_CAST_FROM_ASCII )
* Optimize inotify KDirWatch backend: map inotify wd to Entry
* Optimize: use QMetaObject::invokeMethod with functor
* Add benchmarks for KDirWatch
* Use QSignalSpy::wait instead of QTest::wait where possible
* Verify that the file was opened
* Verify that the path is valid and writable
* Tue Jan 16 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
* Extend CMAKE_AUTOMOC_MACRO_NAMES also for own build
* Match license keys by spdx
* Remove cmake 3.10+ warning for users of K_PLUGIN_FACTORY and K_PLUGIN_FACTORY_WITH_JSON
* Improve apidox of KJobTrackerInterface
* Minor
* Sun Dec 17 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:
* Autotest: fix for HOME having a trailing slash
* Input validation of SubJobs
* Warn about errors when parsing json files
* Install mimetype definitions for kcfg/kcfgc/ui.rc/knotify & qrc files
* Add a new function to measure the length by text.
* Keep widgets optional, as it's a test
* Look for Qt5 rather than Qt5Widgets
* Remove unused code
* Fix KAutoSave bug on file with white space in it
* Mon Nov 13 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:
* KCompositeJob: port to new connect syntax. Improves performance.
* fix URL detection with double urls like "http://www.foo.bar<http://foo.bar/>"
* DesktopFileParser: improve error reporting, fix coding style
* Remove double ";"
* Use https for KDE urls
* Mon Oct 23 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:
* desktoptojson: Improve legacy service type detection heuristic. (kde#384037)
* modernise debugging.
* Tue Sep 12 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:
* DesktopFileParser: add fallback lookup in ":/kservicetypes5/*"
* Add support for uninstalled plugins in kcoreaddons_add_plugin
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
* desktopfileparser: Fix non-compliant key/value parsing. (kde#310674)
* Sat Aug 12 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 :
* Remove unused init() declaration from K_PLUGIN_FACTORY_DECLARATION_WITH_BASEFACTORY_SKEL
* Restore the QCoreApplication library paths at the end of the tests that change it.
* API dox: add note about moc include need with K_PLUGIN_FACTORY(_WITH_JSON)
* add KAboutLicense::spdx and introduce orLater qualification
* API dox: for deprecated tell since and what to use instead
* disable compiler warning on testing deprecated function
* use an initializer list instead of calling insert a million times
* kdirwatch: Avoid potential crash if d-ptr destroyed before KDirWatch. (kde#381583)
* Fix display of formatDuration with rounding. (kde#360681,kde#382069)
* Use explicit flag value instead of nullptr
* API dox: use @p to refer to argument in running text, not @arg
* Wed Jul 12 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:
* Use FindInotify.cmake to decide wheter inotify is available.
* [FEATURE] Option to build & install QCH file with the public API dox
* Fix KDirWatch unit test to use set KDIRWATCH_METHOD again
* Sun Jun 11 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:
* Fixes to 26a262180155
* Ensure proper per thread seeding in KRandom.
* API dox: in example use KDBusService only after commandline is handled
* API dox: Use doxygen notation to have comments used
* API dox: add some minimal docs to more namespace
* API dox: note CamelCase includes by @class tag with more classes
* Remove qDebug from removeDir/removeFile as discussed in https://phabricator.kde.org/D5856
* Do not watch QRC's paths (kde#374075)
* Mon May 15 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:
* Fix the @see function names
* Add .arcconfig
* API dox: more info about KAboutData's orgDomain/desktopFileName properties
* Sat Apr 15 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.
* explicitly set NO_CMAKE_FIND_ROOT_PATH
* Upgrade KF5 version to 5.33.0.
* Mac OS (X) has a POSIX-compliant /bin/sh too
* Thu Jan 12 2017 hrvoje.senjan@gmail.com
- Add parse-the-desktop-file-2-times.patch: keeping backward
compatibility is backward
* Mon Jan 09 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
Version: 5.32.0-bp150.3.3.1
* Sat Nov 11 2017 fabian@ritter-vogt.de
- Add patch to update de translations to the 5.39 level (boo#1053543):
* update-de-translations.patch
* Sun Mar 19 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:
* Commit translations from l10n-kf5
* Fix compilation with Qt 5.6.
* Upgrade ECM and KF5 version requirements for 5.32.0 release.
* Exclude (6)
* Move the isDir() outside of the loop, as spotted by Milian.
* KDirWatch: replace QList<Client *> by std::vector<Client> to save on new/delete.
* Upgrade KF5 version to 5.32.0.
* KDirWatch: fix memory leak on destruction.
* Thu Feb 09 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
- Drop parse-the-desktop-file-2-times.patch
* Wed Jan 11 2017 hrvoje.senjan@gmail.com
- Add parse-the-desktop-file-2-times.patch: keeping backward
compatibility is backward
* Sun Jan 08 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 04 2016 hrvoje.senjan@gmail.com
- Update to 5.29.0
* KTextToHtml: fix bug "[1] added at the end of a hyperlink"
(kde#343275)
* KUser: Only search for an avatar if loginName isn't empty
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
* Display bad url
* Load user avatars from AccountsServicePath if it exists
(kde#370362)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 09 2016 hrvoje.senjan@gmail.com
- Update to 5.27.0
* Register QPair<QString,QString> as metatype in KJobTrackerInterface
* Don't convert as url an url which has a double-quote character
(boo#1002977, CVE-2016-7966)
* Windows compile fix
* Fix very old bug when we remove space in url as "foo <<url> <url>>"
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.27.0.php
- Drop upstreamed
0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
0002-Don-t-convert-as-url-an-url-which-has-a.patch
* Thu Oct 06 2016 hrvoje.senjan@gmail.com
- Added 0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
0002-Don-t-convert-as-url-an-url-which-has-a.patch (CVE-2016-7966)
* Tue Sep 06 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 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* Install known licenses and find them at runtime (regression fix)
(kde#353939)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 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 06 2016 hrvoje.senjan@gmail.com
- Update to 5.23.0
* Print the failing plugin when notifying a cast warning
* [kshareddatacache] Fix invalid use of & to avoid unaligned reads
* Kdelibs4ConfigMigrator: skip reparsing if nothing was migrated
* krandom: Add testcase to catch bug 362161 (failure to auto-seed)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* Provide a way to disable inotify use in KDirWatch
* Fix KAboutData::applicationData() to init from current
Q*Application metadata
* Make clear that KRandom is not recommended for cryptography purposes
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
- Drop upstreamed 0001-Missing-rand-qrand.patch
* Wed Apr 27 2016 hrvoje.senjan@gmail.com
- Added 0001-Missing-rand-qrand.patch (kde#362161)
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Fix kcoreaddons_desktop_to_json() on windows
* Fix linking to a Threads library
* Add stubs to allow compilation on Android
* 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 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* Fix Kdelibs4 config migration for Windows
* Add API to get Frameworks runtime version info
* KRandom: Don't use up 16K of /dev/urandom to seed rand()
(kde#359485)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
- Use %mime_database_post(un) macros
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
* Add KAboutData::fromPluginMetaData(const KPluginMetaData &plugin)
* Add KPluginMetaData::copyrightText(), extraInformation() and
otherContributors()
* Add KPluginMetaData::translators() and KAboutPerson::fromJson()
* Fix use-after-free in desktop file parser
* Make KPluginMetaData constructible from a json path
* desktoptojson: make missing service type file an error for the binary
* Make calling kcoreaddons_add_plugin without SOURCES an error
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
* KAboutData: Allow https:// and other URL schemas in homepage.
(kde#355508)
* Repair MimeType property when using kcoreaddons_desktop_to_json()
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php