- Ensure we look in all update notices for a security update. Fixes#526279
- Show a message to the user if the repo could not be reached. Fixes
#531838
- Enable introspection support in PackageKit-glib2
- Check the filename is valid before exploding. Fixes#537381
- Only check certain transaction elements, not all of them. Fixes#541645
- Handle the cnf error condition where the package name would be invalid.
Fixes#533014
- After a successful cnf installation, re-exec new binary not
command-not-found. Fixes#533554
- When cnf searches for available files, use our preferred arch. Fixes
#534169
- Run the newly installed file sync so we can return a proper exit code.
Fixes#540482
- Only email using cron when a useful action was done. Fixes#540949
- Do not split more than one locale hint to fix setting LC_ variables.
Fixes#543716
- Fix double free in pk-gstreamer-install which causes a crash. Fixes
#526600
- Exit pk-command-not-found with 127 when we have not run a program. Fixes
#527044
- Fix crash in notification daemon under some conditions due to
non-resident GTK module.
- Don't explicitly download the file lists when using pk-command-not-found
- Updates to the experimental glib2 bindings
- Lots of updated translations.
- Disable the self tests to reduce the build time
- Fix crasher for 64 bit users of the codec installer
- Fix 'pkcon remove foo', where foo needed reqs to be removed too.
- Fixes#523861
- Lots of updated translations.
- Refresh the free licenses from the Fedora wiki. Fixes#519394
- The fixed packagekit-qt should also now allow KPackageKit to build.
- Add subclasses to our registered mime-types
- Fix results from GetDistroUpgrades()
- Format the package_id before showing it in the error detail
- Download the ChangeLog data when we get the update list
- Never return FALSE from StateHasChanged()
- Fixes#506110, #504137, #499590 and #483164
- Add proper error handling to avoid exiting the script on correctable
errors
- Add support for the 'any' provide search
- Updated QPackageKit soname version to 0.4.1
- Lots of translation updates
- Now integrates with BASH suggesting replacements and offering to install
missing packages.
- Now integrates with Pango using a gtk-module to install missing fonts.
- Much tighter security model and new audit logging framework.
- Lots of new, untested, code so probably not a good idea for F10.
the PkClient library the new TID was not being requested, and the old
TID was being re-used. This gave a DBUS error if the user spent longer
than five seconds entering the password the very first time they used
PackageKit to do an authentication. Apply a simple patch to mitigate
this, as a more invasive (and correct) patch is upstream. A new release
will follow in f10-updates. Fixes rh#469950
build KPackageKit from svn head.
- Fix installing the preupgrade package when we check for distro upgrades
on machines with 32 and 64 bit versions available. Fixes#469172