- This is the first release that allows transactions to run in parallel
- The zif backend can run in parallel by default, the yum backend still
runs each transaction one at a time
- Save the transaction flags when removing packages
- Fix a python backtrace when removing a package
- Add GStreamer 1.0 support to the PackageKit plugin
- Add WritePreparedUpdates config item for admins
- Bumped sonames for libpackagekit-glib and libpackagekit-qt
- Lots of fixes to systemd-updates offline update functionality
- Remove the Transaction.UpdateSystem() method
- Don't show a warning if /var/run/PackageKit/udev does not exist
- Never run any plugins for simulated actions
- Add GType's for packagekit-glib2 enumerations
- Always set GPG checking members if present for yum.
- Do not allow an empty resolve call to be passed down to the backends
- Do not include the website in the tarball
- Drop --print-reply from dbus-send command used on suspend/resume
- Install pk-task-sync.h as part of the public API
- Speed up get_package_list
Fix a small memory leak in the glib client library
Ignore missing obsoleted updates rather than failing the update
Fix a warning when doing 'pkcon repo-list --filter=~devel'
Make the lsof plugin not lookup hostnames
Remove the duplicate 'The software is not from a trusted source'
Fix a small memory leak in the glib client library
Ignore missing obsoleted updates rather than failing the update
Fix a warning when doing 'pkcon repo-list --filter=~devel'
Make the lsof plugin not lookup hostnames
Remove the duplicate 'The software is not from a trusted source'
Manually convert the results of GetDetails to unicode.
Parse the new style .discinfo files for F15
Ignore local packages when calculating the simulate list
Allow the user to remove PackageKit-yum if PackageKit-zif is installed
Resolves: #719916, #709865