SHA256
1
0
forked from pool/kcoreaddons
Christophe Giboudeaux 2017-08-12 09:46:41 +00:00 committed by Git OBS Bridge
parent 80611955ac
commit 0eaa36220a

View File

@ -1,10 +1,22 @@
-------------------------------------------------------------------
Mon Aug 7 09:08:21 UTC 2017 - christophe@krop.fr
Sat Aug 12 09:23:20 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 :
* 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 07:13:59 CEST 2017 - lbeltrame@kde.org