- 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
PackageKit-libs -> PackageKit-glib
PackageKit-devel -> PackageKit-glib-devel
- Add a BR for comps, and create a link that from the comps icons for the
new category group icons.
- Create a subpackage for devel files required for out-of-tree backends.
Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-2
- Upload new sources. Ooops.
Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-1
- New upstream version
- Renice the spawned process so that we don't hog the system when doing
updates
Wed Oct 01 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit -> PackageKit-yum-plugin
- udev-packagekit -> PackageKit-udev-helper
Mon Oct 06 2008 Richard Hughes <rhughes@redhat.com> - 0.3.6-1
- New upstream version
- Renice the spawned process so that we don't hog the system when doing
updates
Wed Oct 01 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit -> PackageKit-yum-plugin
- udev-packagekit -> PackageKit-udev-helper
- Renice the spawned process so that we don't hog the system when doing
updates
Wed Oct 01 2008 Richard Hughes <rhughes@redhat.com> - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit -> PackageKit-yum-plugin
- udev-packagekit -> PackageKit-udev-helper
- Add a helper which can be used by GStreamer to install codecs.
Thu Sep 25 2008 Richard Hughes <rhughes@redhat.com> - 0.3.4-5
- When returning results from a cache we should always return finished in
an idle loop so we can block and wait for a response
- This fixes the bug where if you have two GetUpdates in the queue the
second would hang waiting for the first, even though it had already
finished.
an idle loop so we can block and wait for a response
- This fixes the bug where if you have two GetUpdates in the queue the
second would hang waiting for the first, even though it had already
finished.
queue.
- This fixes the bug where the dispatcher would sometimes fail to run the
next method and PkSpawn would warn the user with 'timeout already set'.
- This is the first release with the dispatcher functionality that allows
backend reuse. This speeds up packagekitd to native speeds when doing
repeated similar transactions from the same session and locale.