Version 0.8.8
~~~~~~~~~~~~~
Released: 2013-05-09

New Features:
 - Adding Provides property to Daemon (Daniel Nicoletti)
 - Adding some Meta information (Daniel Nicoletti)
 - Adds the transactionFlags to the Transaction class (Daniel Nicoletti)
 - Add TransactionFlags registration (Daniel Nicoletti)
 - Implement connectNotify and disconnectNotify (Daniel Nicoletti)

Bugfixes:
 - Add missing declare enums (Daniel Nicoletti)
 - Fix searchGroups() be iterating over the flaged values (Daniel Nicoletti)
 - Ignore Interface isValid() check (Daniel Nicoletti)
 - Improve error handling and make it easier for QML use it (Daniel Nicoletti)
 - Make sure we set an error if we fail to contact PackageKit (Daniel Nicoletti)
 - Use the correct version of the LGPL library (Richard Hughes)

Version 0.8.7
~~~~~~~~~~~~~
Released: 2012-01-17

Notes:

New Features:
 - Add back the destroy() signal, it might be useful for fast transactions (Daniel Nicoletti)
 - Compress release tarballs using LZMA by default (Matthias Klumpp)

Bugfixes:
 - For some reason QML doesn't work with typedef enum (Daniel Nicoletti)
 - Make our package spliters static (Daniel Nicoletti)
 - Make sure we waitForFinishe() when getting the TransactionList (Daniel Nicoletti)
 - Only call Cancel() if the transaction proxy exist (Daniel Nicoletti)
 - The full namespace is needed for a slot to be called (Daniel Nicoletti)
 - Workaround Qt bug not contructing default values when the call fails (Daniel Nicoletti)

Version 0.8.6
~~~~~~~~~~~~~
Released: 2012-11-26

Notes:
 - This is the first release of Packagekit-Qt which has been split out
   of the main PackageKit project.
 - This project is decoupled from the main PackageKit project from this
   point onwards and does not subscribe to the same API and ABI promises
   of PackageKit. That said, it's no co-incidence that this tarball
   release happened on the same day as the PackageKit release :)

New Features:
 - Add packagekit-qt library from the PackageKit project (Daniel Nicoletti)
 - Added release instructions and simple release-script (Matthias Klumpp)
 - Added versioning, Qt4 support and installed basic files (Matthias Klumpp)
 - Created basic project and CMake skeleton (Matthias Klumpp)

Bugfixes:
 - Add bitfield.h to the files to install (Daniel Nicoletti)
 - Always make sure DBus interface specs are present (Matthias Klumpp)
 - Fix QPK API level (Matthias Klumpp)
