2019-04-14 - 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:
* [DocumentIdDB] Silence non-error debug message, warn on errors
* [baloosearch] Allow specifying a time when using e.g. mtime
* [indexcleaner] Avoid removing included folders below excluded ones
* [MTimeDB] Add some tests which include a 0 mtime
* [MTimeDB] Fix lookup for the LessEqual range
* [MTimeDB] Fix lookup when time range should return empty set
* Correct asserts/error handling in MTimeDB
* Protect against invalid parents in the IdTreeDB
* Remove document from MTimeDB/DocumentTimeDB even when timestamp is 0
* Be more precise with mimetype detection
* [timeline] Canonicalize Url
* [timeline] Fix missing/misplaced SlaveBase::finished() calls
* [balooshow] Several extensions to basic file information output
* [timeline] Fix warning, add missing UDS entry for "."
* [balooctl] Reduce nesting level for addOption arguments, cleanup
* Properly fix copy constructor
* React to config updates inside indexer (kde#373430)
* Fix regression when opening DB in read-write mode
* [baloo] make it compile without foreach
* [balooctl] Cleanup trailing whitespace
* [engine] Unbreak code, revert renaming of Transaction::abort()
* Harmonize handling of underscore in query parser
* Baloo engine: treat every non-success code as a failure
2019-03-10 - 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:
* Replace several Q_ASSERTs with proper checks
* Check string length to avoid crash for "tags:/" URL
* [tags_kio] Fix local file tagging by checking only tag: urls for double slashes.
* add baloo engine debugging category
* Hardcoding the Remaining Time Update Interval
* Fix regression for matching explicitly included folders
* Cleanup idempotent entries from mimetype mapper table
* [baloo/KInotify] Notify if folder was moved from unwatched place (kde#342224)
* Simplify term debug output
* Handle folders matching substrings of included/excluded folders correctly
* [balooctl] Normalize include/exclude pathes before using it for the config
* Optimize Baloo::File copy assign operator, fix Baloo::File::load(url)
* Use content to determine mime type
* Get rid of mostly unused filePathToStat overload
* [Extractor] Exclude GPG encrypted data from being indexed
* [balooctl] Actually abort a malformed command instead of just saying so
* [balooctl] Add missing help for "config set", normalize string
* Replace recursive isDirHidden with iterative one, allow const argument
* Make sure only directories are added to the inotify watcher
- Dropped patches, now upstream:
* 0001-Check-string-length-to-avoid-crash-for-tags-URL.patch
2019-02-27 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Fix crashing kdeinit, add
0001-Check-string-length-to-avoid-crash-for-tags-URL.patch
2019-02-15 - alarrosa@suse.com
- Add 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch to
revert a change by upstream that removes support for Qt < 5.10
- Downgrade the Qt version requirement to build with 5.9
2019-02-10 - 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:
* Fix ResultIterator
* [tags_kio] Disable access with a double slashed url, i.e. "tags://". (kde#400594)
* Instantiate QApplication before KCrash/KCatalog
* Ignore all non-storage deviceAdded signals from Solid
* IndexerConfig: Delete copy constructor and assignment operator
* delete copy constructor and assignment operator of some internal classes
* Use the nicer K_PLUGIN_CLASS_WITH_JSON
* Remove Qt 5.10 checks now that we require it as min version