commit 6e4b7e6de79891cdba9d10eed4ec7b326ebcb856
Author: Richard Hughes <richard@hughsie.com>
Date:   2010-12-13

    Release version 0.6.11

M	NEWS
M	docs/html/pk-download.html

commit 8be3967a18eda8928326a0e064674ddedfcc3290
Merge: 02721af a0d3395
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-12

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 02721af4f8302914227c18d0b3834191add6dabb
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-12

    trivial: Fix compilation issue with GCC 4.5

    For some reason, GCC throws an error cause the
    "command" var might be not initialized.
    So we initialize it now.

M	src/pk-transaction.c

commit a0d3395f6b3372dab3e516921dcdcec746ab8653
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-12-10

    smart: add origin to installed, if available

M	backends/smart/smartBackend.py

commit 34a11a9123d14155097c1f7f81b1f45f54da0bf4
Author: Tim Waugh <twaugh@redhat.com>
Date:	2010-12-10

    python: use SetHints now instead of SetLocale.

M	lib/python/packagekit/client.py

commit 2ecb5fde0b9e14dcf897362f4e136b2f53331b6f
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-10

    zypp:use zypp::sat::SolvAttr::filelist in search file

    Use zypp::sat::SolvAttr::filelist to instead of calling
    zypp_get_packages_by_file to search file with full path.

    Without this patch, 'pkcon search file' can only search files that has
    already been installed.

M	backends/zypp/pk-backend-zypp.cpp

commit d10753a01553899e8e4f7659b6e6a4745d9a0275
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-09

    zif: add support for SearchGroup('repo:foo')

M	backends/zif/pk-backend-zif.c

commit 520752778559a4b2a6f14340febe7b82d89f1005
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-09

    Spawn KDE Debconf frontend if KDE is running

    Make pk-glib2 run a KDE frontend if it is installed
    and KDE is running.
    This will make it possible for KDE users to have nice
    KDE dialogs displayed when using pkcon.

M	lib/packagekit-glib2/pk-client-helper.c

commit a53380b0846cfcf5cc263b2c1ee26220d9eec728
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-09

    yum: Support repo:foo virtual categories and searching using
    SearchGroup

M	backends/yum/yumBackend.py

commit c1ddea497f0634acc393f15f554553403fbc5943
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-09

    Add 'repo:foo' to the specification to be able to return all packages
    in a certain repository and to list them as categories

M	src/org.freedesktop.PackageKit.Transaction.xml

commit 2272147a6d0aa846da8aa3e41c099f4082ee43e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-09

    Change the spec to recommend 'category:web-development' rather than
    '@web-development' as it's less magic

M	src/org.freedesktop.PackageKit.Transaction.xml

commit ef0f3ede40592650248db5673ede85ab66b5d841
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-09

    yum: support the optional origin extension for installed packages
    by using the yumdb information

M	backends/yum/yumBackend.py

commit 07e6cd5ba15bd8c3f4553c5bdf748a7c7636c4fa
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-09

    Add an optional spec enhancement to allow backend to encode the
    package origin in the package-id

    This allow local package-id in the format
    'hal;0.1;i386;installed:fedora'

M	docs/api/spec/pk-concepts.xml
M	src/org.freedesktop.PackageKit.Transaction.xml

commit adbf3a705ff16d0b9d561aea210c8a7c5b9920e7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-07

    trivial: remove some flags that are no longer needed now the
    transaction has it's own state

M	src/pk-transaction.c

commit bdc9c0edf89817ef75f086c961a2f6164db33769
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-07

    Allow cancelling a transaction if it is not cancellable

    Also, don't set an auto-cancel timeout as it's really not a safe thing
    to do. Let the backend handle this always.

M	src/pk-backend.c
M	src/pk-transaction.c

commit 512fb25514fa6926b46bb5734f3b55a533c1723d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-07

    zif: try to use PK_ERROR_ENUM_INTERNAL_ERROR less by using the
    correct PackageKit error code

M	backends/zif/pk-backend-zif.c

commit a7c7729279dd86c68784e08aaf98d23a5c3e9340
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-12-02

    aptcc: Use the new PK_ERROR_ENUM_CANNOT_GET_LOCK

M	backends/aptcc/pk-backend-aptcc.cpp

commit 47834d1be5a940ffa7aac1cdf0c0cbeca0e1536b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-12-02

    Added PK_ERROR_ENUM_CANNOT_FETCH_SOURCES so when refreshing cache
    fails to reach some source we have a proper message

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-qt/src/enum.h

commit e20ace7007b51c9f5f7a63d47e83ba9daf46ba73
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-12-02

    packagekit-qt: Updated enums and converted tabs to spaces

M	lib/packagekit-qt/src/enum.h

commit 18e7d80d5299be17c8baaf23f210332f9aa30180
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-02

    zypp:fix a logic error in refresh cache

    without this patch, zypp backend only refresh one repo. This patch fix
    this issue, and continue refresh other repo if one repo refresh fail.

M	backends/zypp/zypp-utils.cpp

commit 49a16fce832687d0ff61eb26b20b819ba72dd3cc
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-01

    yum: allow a cache refresh when offline to deal with networkless
    setups

M	backends/yum/pk-backend-yum.c

commit 029fe0ae43b15de4f59b98d45218733feeddc458
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-12-01

    zif: don't emit a ZifState warning if an update does not have
    update details

M	backends/zif/pk-backend-zif.c

commit 012f0920f633bf96e33e2ca310c263772db17fc9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-30

    zif: get the update vendor string and send to the daemon

M	backends/zif/pk-backend-zif.c

commit 46a0483236916a77c7ea47e21c24c2898e2b806e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-30

    zif: for updates without updateinfo, do not put '<none>' in the
    translated display

M	backends/zif/pk-backend-zif.c

commit 0bd3a00a16c42cba319abf8705c69e31b607252f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-30

    zif: fix changelog generation when there is no changeset version
    available

M	backends/zif/pk-backend-zif.c

commit 20e96291969c2f759d863a2ae3b95bc352952ce0
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-30

    zif: If we are running in background mode, depsolve the update lists

    This ensures the filelists are retrieved and the deps checked before
    the user clicks
    on the interactive dialog. It feels a lot snappier this way too.

M	backends/zif/pk-backend-zif.c

commit 050341d7000375a09d5fe9b8ea20c2d003403bb3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-30

    Do not disable background mode if we are marked as interactive,
    as the two are orthognal to one another

M	src/pk-backend.c

commit baf39274cb4295289439cdb55ec249fdc7c57a31
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-29

    Ensure we emit PK_STATUS_ENUM_WAIT when a transaction is in the
    'ready' state

M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit bf7bd5fca467c043d10f48002895df9119d9f90c
Merge: 75c99ee e16913c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-29

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 75c99ee525bcf8c3d3c7ffbc12216db64d32d280
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-29

    packagekit-qt: use QDBusServiceWatcher instead of watching for
    serviceOwnerChanged()

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h

commit e16913c86183551a2404ed689b0c1d748733f449
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-29

    trivial: update the fedora reference spec file

M	contrib/PackageKit.spec.in

commit f1e14657d354f9ebb9304fb3b0de53007f43c17f
Merge: 24c06f4 763b500
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-29

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 24c06f49760cf56b97a7e844e356cb8c2fe8342a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-29

    packagekit-qt: fix order of initialization

M	lib/packagekit-qt/src/transactionprivate.cpp

commit 763b500a2a5fc10e8cc91c9d421af5f304ff97ef
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-29

    zif: fix a few trivial bugs spotted by clang

M	backends/zif/pk-backend-zif.c

commit 6e4e816753c987d40be6ac1068aa3483e7d5624a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-29

    dummy: fix a potential NULL dereference spotted by clang

M	backends/dummy/pk-backend-dummy.c

commit 537f4b2305bea757f35bf34d1463f3d502a2a994
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-29

    zif: Use zif_package_get_printable() to get easier to understand
    error messages

M	backends/zif/pk-backend-zif.c

commit 2cb08f0c9aa3127a11b8985049f813ea01e4745b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-29

    zif: Add a new backend, which uses Zif to interface with the rpmdb
    and the Fedora metadata

    This new backend should be considered experimental, and should not
    be used
    in production environments. It is often an order of magnitude
    quicker then
    the 'yum' backend as there is no need to spawn a process in python and
    certainly no need to check the metadata on every access.

    There will be bugs, so please test carefully. More information is at
    https://github.com/hughsie/zif/raw/master/README.PackageKit for how
    to switch to the new backend from yum.

M	backends/.gitignore
M	backends/Makefile.am
M	backends/yum/Makefile.am
M	backends/yum/Yum.conf
M	backends/yum/pk-backend-yum.c
A	backends/zif/.gitignore
A	backends/zif/Makefile.am
A	backends/zif/licenses.txt
C050	backends/yum/pk-backend-yum.c	backends/zif/pk-backend-zif.c
A	backends/zif/zif-comps-groups.conf
M	configure.ac
M	contrib/PackageKit.spec.in

commit f55217c77383c3eaf1aa4bbf5cbae529dca2c32c
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-11-28

    trivial: Point to Gitorious repo on download page

    Set the new Gitorious repos as place for PackageKit
    daemon development.

M	docs/html/pk-download.html

commit 3edf4f46e219372f8a73d572977565c443193c3e
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2010-11-27

    pacman: actually fix recursive logging

M	backends/pacman/backend-pacman.c

commit f99d2b4dfe0e51b0eb9c3579e8ed7b54a49ddbcb
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:	2010-11-26

    l10n: Updated Ukrainian (uk) translation to 100%

    New status: 375 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/uk.po

commit 3bbdfd61998e515672c7d27867708d859265e774
Author: assar <asiersar@yahoo.com>
Date:	2010-11-26

    l10n: Updated Basque (eu) translation to 100%

    New status: 375 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/eu.po

commit 277acffc2e5adca25a31365cf73f8243b91651a5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-25

    aptcc: Make sure the package is valid before some operations

M	backends/aptcc/pk-backend-aptcc.cpp

commit 2690c25e6a0ba51c7bd809a421f87ff98995d6b5
Author: assar <asiersar@yahoo.com>
Date:	2010-11-25

    l10n: Updated Basque (eu) translation to 100%

    New status: 374 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/eu.po

commit 200dd20cf1d90699f8180be60babc1d2329902c5
Author: assar <asiersar@yahoo.com>
Date:	2010-11-25

    l10n: Basque translation added to PackageKit

    New status: 374 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

A	po/eu.po

commit 9c90bac97926fb184bd8ecca5bf5ad5777746100
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-24

    aptcc: Fix regex not to match "()(64bit)" as we don't support
    multiarch anyway

M	backends/aptcc/gstMatcher.cpp

commit 9dd6ad17f476c4e5f5248db1e84e34b3cf46cb6c
Merge: 16170df 79153b6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-24

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 16170df05a733e665896128d1f7fc520a60b2e45
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-24

    aptcc: Gstreamer search coded support finished

M	backends/aptcc/apt.cpp
M	backends/aptcc/gstMatcher.cpp
M	backends/aptcc/gstMatcher.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 79153b6865ff806b58b7c5079fec2c2e7fbd5106
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2010-11-24

    l10n: Updated Polish (pl) translation to 100%

    New status: 375 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/pl.po

commit 56349d1e761f31f826cb6929cad1914c00f56a64
Merge: c510a4d b5d0494
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-24

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit b5d0494de6f77f14966420e71de8e30700d9b536
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-24

    trivial: add the transifex auth token

A	README.transifex

commit 7cab600964210064268950273bbeb4551052126f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-16

    yum: disable the Zif get-updates until depsolving is faster

M	backends/yum/pk-backend-yum.c

commit 8a322097936458e4d90e6d6891a85641d4f9ee20
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-11-24

    zypp: Fix a typo in get_zypp

M	backends/zypp/zypp-utils.cpp

commit 9507d582fc62aad74a5835b09f27cee2a2b68ea6
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-11-24

    zypp:Catch ZYppFactoryException in get_zypp

    This patch cache ZYppFactoryException in get_zypp, and sent init error
    to client, but not exit. Also add some check code to prevent some
    daemon
    crash issue, which occures zypper is running and you also just want to
    run packagekit at the same time.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 31ece5e07076383534ea2e2e10800e5f7038fdf4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-24

    aptcc: first bits to a working gstreamer matcher

M	backends/aptcc/Makefile.am
M	backends/aptcc/apt.cpp
A	backends/aptcc/gstMatcher.cpp
A	backends/aptcc/gstMatcher.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 1abc688aed199cf91061ff614fd6d8bdbabffbb6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-23

    aptcc: link aptcc to gstreamer

M	backends/aptcc/Makefile.am
M	configure.ac

commit 493962f8a4e3fa368500b38574ea7f74bb107fa2
Author: fri <pavelfric@seznam.cz>
Date:	2010-11-23

    l10n: Updated Czech (cs) translation to 100%

    New status: 375 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/cs.po

commit 1202584b683b58b8c37bcdc74ad4f80103bfb9cd
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:	2010-11-23

    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%

    New status: 375 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/zh_TW.po

commit 1159d027ea527aac94e338d0b8790dc2c6e41d28
Author: fri <pavelfric@seznam.cz>
Date:	2010-11-21

    l10n: Updated Czech (cs) translation to 100%

    New status: 375 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/cs.po

commit 616d79ae450121c47c259113200dcacd14f26e60
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-11-19

    Transfer correct restart info while updating packages

    PackageKit zypp backend have not send restart info to related
    pacakges,
    so application can't get any restart info.

    zypp_get_updates can't be called to set _updating_self. As user just
    want to update special pacakges, while zypp_get_updates will
    detect all
    the packages need to update.

    The GUI tools(eg:gpk) call get-updates first to get the patches,
    which need to restart, to upgrade.

M	backends/zypp/pk-backend-zypp.cpp

commit 413908a5e5776536645267416e3c156e71030eb3
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-11-19

    zypp:  filter installed packages to update

    This patch ignore the installed packages to update with 'pkcon
    get-updates'. eg:If you have multi-kernel packages installed and
    in repo,
    pkcon get-updates always show you need to update kernel.

M	backends/zypp/zypp-utils.cpp

commit 7be09afbb69621aabcb9d390ea403ea397d025c7
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-11-16

    trivial: Select KDE Debconf frontend if KDE is running

    This has no effect on the Debconf process at time,
    since the official Debconf-KDE frontend is not yet
    finished.
    If dialog frontend is "kde", but the frontend was not
    found, Debconf will automatically fallback to "gnome"
    or "dialog".

    This patch also adds a few more temp files which
    are left by the APTcc backend to the gitignore list.

M	.gitignore
M	lib/packagekit-glib2/pk-client.c

commit 589eab2986a18fbbfcc6ad18e5fa5e1bf878b14a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-15

    trivial: yum: adjust to the Zif API de-jour

M	backends/yum/pk-backend-yum.c

commit ec2953e49025afe66451a7064bd111eda1ec8c79
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-13

    packagekit-qt: write the getCategories() code so we can use it

M	lib/packagekit-qt/src/transaction.cpp

commit fd9980ca72318d7e5e2787bd18b6abdd8cd5559d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-13

    packagekit-qt: Add searchGroups methods that can take a string so
    we can search on categories

M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h

commit dad61396f39b3ae4e61485f4acf607f913222130
Author: Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net>
Date:	2010-11-12

    Correct the description of org.freedesktop.packagekit.upgrade-system

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	policy/org.freedesktop.packagekit.policy.in

commit b2b0b6d80c714765aa864f226b6b7f265fb45742
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-12

    trivial: yum: update to the Zif API de-jour

M	backends/yum/pk-backend-yum.c

commit 41b47cbe5fd7f33987301723c18f19a87a69e3ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-12

    yum: adjust to the Zif 0.1.3 API break

M	backends/yum/pk-backend-yum.c

commit 6de193a6f0fc8251070da37f8131253eb43872b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-08

    yum: Set the repository directory when doing a complete upgrade

M	backends/yum/pk-backend-yum.c

commit a0555999d9213981960806d928e1ab91fd0fd448
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-11-11

    trivial: Added Debian to PK download page

M	docs/html/pk-download.html

commit 05ad4000c1110d49d1530db9a0589dd02147744b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-09

    aptcc: Fix crash due to NULL strings
    packagekit-qt: emit transactionListChanged(empty) when daemon crashes

M	backends/aptcc/apt.cpp
M	lib/packagekit-qt/src/clientprivate.cpp

commit c510a4dc83821b97d803971175f37eb64ac80c86
Merge: 34ef286 a9af8dc
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-08

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit a9af8dcdb4933b0389b1b7a59124b6e4a5f48a74
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-07

    trivial: yum: do not use the deprecated zif_download_set_proxy()

M	backends/yum/pk-backend-yum.c

commit 791d4ded0f6a8f94e9474dedc30f12204cd73b9b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-06

    yum: convert the ZifRelease error code into a suitable PK error enum

M	backends/yum/pk-backend-yum.c

commit e61350ec35b53d05c6532f4be234d5bd8f62a0e7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-06

    Add an upgrade-kind parameter to UpgradeSystem()

    This allows the frontend client to specify how much data is downloaded
    before the upgrade is attempted.

M	backends/dummy/pk-backend-dummy.c
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-succeed.c
M	backends/yum/pk-backend-yum.c
M	client/pk-console.c
M	configure.ac
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 1db1066c962d5206595fb85290894075b2f576dd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-05

    trivial: Add the python stub for upgrade-system

M	lib/python/packagekit/backend.py

commit 34ef28651238dfcf4e99b9cfa3279c79e67ca003
Merge: 91364f6 53940d7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-04

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 91364f689683b180f3d6df99bb65f6b0a0374b03
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-04

    aptcc: Ported away from PK_BACKEND_OPTIONS

M	backends/aptcc/pk-backend-aptcc.cpp

commit 53940d7011c4ae151874e5a5dbd46753de5d389b
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2010-11-04

    move away from PK_BACKEND_OPTIONS function table and use the
    standard name convention that PK will resolve using GModule.

    pkcon get-roles shows no changes

M	backends/zypp/pk-backend-zypp.cpp

commit 8205baee0dcfe1b742464ce22aa7329296e7339e
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-11-04

    zypp: support repo filter in geting repo list

    This patch implement the repo filter feature for zypp backend.
    Typically, repo filter can be used in gpk-repo.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 5907efa0f3f73b7575d38d8fc86d1c87c0aa13b7
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-11-04

    Always show update a package even if already update

    zypp backend: when execute pkcon update, pkcon update always show the
    specified packages need to update, even if it's already updated. This
    patch fix this issue, and check the package if it's needed to update.

M	backends/zypp/pk-backend-zypp.cpp

commit 3d8d74c6dfca3fd20fe72a788638bb4b59c23fd5
Author: Jonathan Conder <jonno dot conder at gmail dot com>
Date:	2010-11-04

    pacman: prevent recursive logging

M	backends/pacman/backend-pacman.c

commit 379ca491309ac77de3b984822880fa016d0bcf9b
Merge: 41b89ee 23910fe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-03

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 41b89ee7febac04fa241acf59097cfa8d7835087
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-11-03

    aptcc: Set the env proxy vars so that Apt::Acquire is not overwritten,
    fixes LP: #633008

M	backends/aptcc/apt.cpp

commit 23910fe014417114908d3cbb6b8dcce5bef5d151
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-03

    yum: fix compile with git master versions of Zif

M	backends/yum/pk-backend-yum.c

commit 237aaf7901b234fb4c45aa7dff273a77bff38a1e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-03

    dummy: add a more realistic UpgradeSystem

M	backends/dummy/pk-backend-dummy.c

commit 644fa615935aeeaa905352312384d36abc794fef
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-03

    Use PolicyKit to restrict the UpgradeSystem method to administrators

M	policy/org.freedesktop.packagekit.policy.in
M	src/pk-transaction.c

commit 8f93f1ae83f18c69bbcddb082067641c526e1ff4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-03

    yum: do not claim to implement the RepoSetData method

M	backends/yum/pk-backend-yum.c

commit ada939e4ab5d4a3e018b69eedd4e00417851e23b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-03

    trivial: add some asserts if backends can't do things they claim to do

M	src/pk-backend.c

commit de60e3755db6620fe34f7aa303e0822f24649e4e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-03

    glib: Add some C getters to PkDistroUpgrade

M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h

commit 42ca2064761bf415c76cf3eced3a6cabd56c1b87
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-02

    Ensure we can send a cache-age of maxuint to fix command-not-found

M	lib/packagekit-glib2/pk-client.c
M	src/egg-string.c

commit 40e412f7db10c93a44d9098b17afa3a3f25a4a72
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-02

    Add a new backend role for updating the whole distro: UpgradeSystem

M	backends/alpm/pk-backend-alpm.c
M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/entropy/pk-backend-entropy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/ports/pk-backend-ports.c
M	backends/razor/pk-backend-razor.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-succeed.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	client/pk-console.c
M	contrib/pk-completion.bash
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-self-test.c
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 9aa2b6c78eda14df312889bfa895814f03efe9ae
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-02

    trivial: make the bash completion file match reality

M	contrib/pk-completion.bash

commit 04a0498465f377f79cf7d97ff8411d2c661597eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-02

    Ignore unknown entries in the pk_x_bitfield_from_string() to ensure
    forwards compatibility

M	lib/packagekit-glib2/pk-bitfield.c

commit 44f3600ad8b1fbf6d4caf0b2c5b1d8d21abed97d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    Use G_LOG_DOMAIN in all the backends

M	backends/alpm/Makefile.am
M	backends/apt/Makefile.am
M	backends/aptcc/Makefile.am
M	backends/box/Makefile.am
M	backends/conary/Makefile.am
M	backends/entropy/Makefile.am
M	backends/opkg/Makefile.am
M	backends/pacman/Makefile.am
M	backends/pisi/Makefile.am
M	backends/poldek/Makefile.am
M	backends/portage/Makefile.am
M	backends/ports/Makefile.am
M	backends/razor/Makefile.am
M	backends/slapt/Makefile.am
M	backends/smart/Makefile.am
M	backends/test/Makefile.am
M	backends/urpmi/Makefile.am
M	backends/zypp/Makefile.am

commit 29675adba5337ca8a00555a23759aabdf4a33c2a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    yum: fix compiling when not using Zif

M	backends/yum/pk-backend-yum.c

commit 3d4bd921ef159e32335ebd304d4e88d6bd272f85
Author: Jorge González <aloriel@gmail.com>
Date:	2010-11-01

    l10n: Updated Spanish (Castilian) (es) translation to 100%

    New status: 371 messages complete with 0 fuzzies and 0 untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/es.po

commit 73d0c2ce5758bc16ee1672b97d0017e9916e5613
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 8a88c258f168146361a473d42b44bbc4b95f7d43
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    Release version 0.6.10

M	NEWS
M	configure.ac
M	docs/html/pk-download.html

commit 7503df97dfb4fdacced759fdac16201651a97b03
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    trivial: don't spray the client helper process stderr on the
    PackageKit console, just log it

M	lib/packagekit-glib2/pk-client-helper.c

commit d171be48499c5c4cb13990946c2d662ac38abd8f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    trivial: Set the debconf TERM environment so pkcon can work without
    a DISPLAY

M	lib/packagekit-glib2/pk-client.c

commit 35a631480ab22657f23637ba75688a7c9ad1259f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    trivial: I need to setup a 64 bit machine here

M	lib/packagekit-glib2/pk-socket-example.c

commit 5c1c0e629deade85ae2385d8e78e957ea9724a50
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    trivial: fix compile with 64 bit size_t, harder

M	lib/packagekit-glib2/pk-client-helper.c

commit 30efcf464395604a353670943ebdce3395c646dd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-11-01

    trivial: fix compile with 64 bit size_t

M	lib/packagekit-glib2/pk-client-helper.c

commit 13d85b0308b44e7bcbb13883121789a21c0720f6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-31

    Switch the default to UseUpdateCache=false now we are using a
    cache-age

M	etc/PackageKit.conf.in

commit 2b3d77d5472af9e54b5ce975974e7a0b6882c7b8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-31

    Add some C getters and setters for PkClient and PkTask

M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h

commit 0af9993fe6cfb8509b33a38df02bad6b4543fb25
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-31

    yum: use the cache-age if set by the frontend

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py
M	lib/python/packagekit/backend.py

commit 8f15eb03c19c2af4c0b6d035da5547b2320c0f4a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-31

    Add a new hint, 'cache-age' to allow the frontend to control the
    maximum age of the metadata

M	backends/yum/yumBackend.py
M	client/pk-console.c
M	contrib/command-not-found/pk-command-not-found.c
M	lib/packagekit-glib2/pk-client.c
M	lib/python/packagekit/backend.py
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c

commit 1997d1e583a3ce8122b8eb937ee82dcd608d915e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-30

    trivial: Actually pass a UNIX socket to the helper process, rather
    than a pipe

M	backends/dummy/pk-backend-dummy.c
M	configure.ac
M	data/tests/pk-client-helper-test.py
M	lib/packagekit-glib2/.gitignore
M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/pk-client-helper.c
M	lib/packagekit-glib2/pk-self-test.c
A	lib/packagekit-glib2/pk-socket-example.c

commit 19d6e8824ba43fcece5de3248c5672b0fd6a00db
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-29

    Set the DISPLAY when using debconf-communicate

M	lib/packagekit-glib2/pk-client.c

commit 71bdef61b7bd8a6f4abf249e0ac9a7a29b5d5d4f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-29

    dummy: Add a self test which uses the frontend-socket hint, and
    plays ping-pong with the client

M	backends/dummy/pk-backend-dummy.c
M	lib/packagekit-glib2/pk-self-test.c

commit a85a3087b3649cbba61f8eac9d9210ed70bb71aa
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-29

    Run the specified session helper for some transactions that may
    interact with the user

    This allows the user to interact with debconf on Debian, but it's
    untested.

M	lib/packagekit-glib2/pk-client.c

commit 237d1d3294b0d43d9e3aa2142f9bf5b124c54d0e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-29

    Add PkClientHelper, which allows a helper session program to be run
    for a transaction

M	data/tests/Makefile.am
A	data/tests/pk-client-helper-test.py
M	lib/packagekit-glib2/Makefile.am
A	lib/packagekit-glib2/pk-client-helper.c
A	lib/packagekit-glib2/pk-client-helper.h
M	lib/packagekit-glib2/pk-self-test.c

commit 1eba1c8e6cc8c523fd60305b4bbc61865df8bf33
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-29

    trivial: add pk_debug_set_verbose() so we can get pretty output from
    the self test programs

M	backends/dummy/Makefile.am
M	lib/packagekit-glib2/pk-debug.c
M	lib/packagekit-glib2/pk-debug.h
M	lib/packagekit-glib2/pk-self-test.c

commit dc734d6580eec9f7718bfc694dd99a118d5491cd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    yum: properly fix the Resolve(@category) search as pkcon needs this
    to work to be able to install and remove groups

    This also means you don't have to resort to using cat;;;meta on the
    command line
    to install groups.

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py
M	backends/yum/yumFilter.py

commit 77b33c0d5d615ddf9048adc7a22bf0fca443375c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    Document the @category resolve special case in the specification as
    it's been used for at least a year now

M	src/org.freedesktop.PackageKit.Transaction.xml

commit ba71f01cb72cd1dcd104c1db57457eef14025065
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    Document the @category search in the docs, as it's been used in a
    few backends for over two years...

M	src/org.freedesktop.PackageKit.Transaction.xml

commit 4a1969d64907a1f7e412b6bb17124debce6d74fb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    trivial: fix up some syntax highlighting issues

M	configure.ac

commit b82ed41f65b56bcdef3616cb61dd5cb4c7d95ff9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    yum: add 'resolve' to the list of operations to try with Zif

M	backends/yum/Yum.conf

commit 0295872f763e369119cc92f0d5370d6db0893d3a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    trivial: remove zif from the error domain define to avoid me
    confusing myself

M	backends/yum/Makefile.am

commit 60aee592e0bd40a14769ba04b2400f113a199e20
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-27

    Ensure we notice when a spawn command is invalid by printing it in
    red on the command line

M	lib/packagekit-glib2/pk-debug.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-transaction.c

commit 3c71e3bf29c60329f4ec1fe6a40459711348224c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-25

    l10n: Updated English (United Kingdom) (en_GB) translation to 18%

    New status: 69 messages complete with 123 fuzzies and 178
    untranslated.

    Transmitted-via: Transifex (www.transifex.net).

M	po/en_GB.po

commit b250d0de9a25efc6a42a9d2cb02ebdba0b4641ca
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-25

    Introduce a 'ready' state for a PkTransaction for use when any commit
    async methods have completed

M	src/pk-self-test.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 3dbe4f9fe218fe83f1db111804244239a29bbf40
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    yum: fix compile when not using Zif

M	backends/yum/pk-backend-yum.c

commit 0f9137fa54ded7959e0c4a1ed30348d7ab8662e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    yum: when returning results from SearchGroup(collections) check if
    the groups are installed

M	backends/yum/pk-backend-yum.c

commit 36c6bb50a5de3798377b107e5ba14c1dc305cb04
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    yum: Add some initial code to support SearchGroup(collections)
    when using the Zif backend

M	backends/yum/pk-backend-yum.c

commit d57fab6ee37b341368757f938ca62bfb1e0fe55b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    yum: support SearchGroup(newest) when using the Zif backend

M	backends/yum/pk-backend-yum.c

commit 15270ebec4419055294a2c8cfab70f139fb989d3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    Add the concept of a transaction lifecycle

    This new lifecycle removes the committed, running and finished
    booleans,
    as keeping the bitfield sane was a waste of time when the lifecycle
    only
    went one way, and only ever had one state at a time. This allows us to
    make the code simpler, and makes it much easier to in future split
    up the
    pre-running, running and post-running states.

    Apologies for making your life harder Matthias.. :-)

M	src/pk-self-test.c
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 8212e629a4794687fe67e52a891eee3d15c93d36
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    Allow modules to be loaded which do not implement
    pk_backend_get_author(), as this is optional

M	src/pk-backend.c

commit 402c316bf193f8c22e0151b7468afa51b69e5fbc
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    Add a GError to pk_backend_set_name() to avoid spitting warnings in
    the self check code

M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-main.c
M	src/pk-self-test.c

commit 50a39e6c6505e3d37760e8c6b72c1f4a34489899
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    Return with success if the database contained no proxy values for
    a transaction, as this could be correct

M	src/pk-transaction-db.c

commit 6c20f39c2ad9197d1bc9d50651b60e4c5dd71cd4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    Always emit Message(BackendError) when there is a parsing error from
    a spawned process

M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h
M	src/pk-self-test.c

commit b5076962b8b818bf87bd51d7506f4a2db082e30d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    Always emit the locked and unlocked signals even if HAL is not
    available

M	src/pk-inhibit.c

commit 2d04ac423d87298045b7674375a233d7c5678504
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-22

    test: add a pk_backend_get_description() vfunc to allow the backends
    to be loaded

M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c

commit 7c6b85edde69bc87d28ddaec5cbef71e6c3f49bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-21

    Remove two sanity checks which just generate warnings that can
    be ignored

M	src/pk-backend.c

commit 230bd8c05dfc08b0771fd85abda3d2e78af51f74
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-21

    Add a special case of a DBus unique name of
    :org.freedesktop.PackageKit which is used in the self check code

M	src/pk-dbus.c

commit 573c2fe4c61e41630d40297406729604cf040efc
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-10-21

    Make PkLsof find lsof on Debian

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	src/pk-lsof.c

commit aad7804a8d46771b96d5b74449f1726811b63c1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-21

    Fix packagekit-glib2 make check, g_warning() is now fatal in the
    self check code

M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-self-test.c
M	src/pk-inhibit.c
M	src/pk-proc.c
M	src/pk-self-test.c
M	src/pk-spawn.c

commit 51cd5c8f47278fd224220010f14e3d81e3213d53
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-21

    trivial: allow adding log domains to the default debug framework

M	backends/yum/Makefile.am
M	backends/yum/pk-backend-yum.c
M	lib/packagekit-glib2/pk-debug.c
M	lib/packagekit-glib2/pk-debug.h

commit ebdcd4b4dc897eb937443ff956b73db8a92aa129
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-21

    yum: use the Zif 'action-changed' signal to emit StatusChanged events
    for the transaction

M	backends/yum/pk-backend-yum.c
M	configure.ac

commit 9c0c9a4b81ea120e9a49237adf727132fcbc56ea
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-20

    Pass all arguments to comand-not-found so we open the newly installed
    tool with existing argv

M	contrib/command-not-found/PackageKit.sh.in

commit e4e91add6572ee1586610994e2093ad20c7c0841
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-20

    trivial: Add suggested settings for a Zif speed boost

M	backends/yum/Yum.conf

commit 42319d3964aee5ccabd76d96cb33bfae0ba2be98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-20

    yum: fix compile with libzif from git master, which has got a lot
    more strict about invalid ZifState

M	backends/yum/pk-backend-yum.c

commit 694cb69c29c5b27a9de3726e3ba2329e6c663251
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-20

    trivial: ensure we use GOptionContext early in startup to avoid
    spilling debugging onto the console without --verbose

M	client/pk-console.c

commit 2c62053ed70de4383658409f13b5e720bd2ecd0c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-20

    Raise the default of StateChangedTimeoutPriority from 5 seconds to
    30 seconds. Fixes rh#641691

M	etc/PackageKit.conf.in

commit f32aeb94811fdeb8bc9bf0f902eb7c2832fd6be0
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-19

    trivial: set G_LOG_DOMAIN in CNF

M	contrib/command-not-found/Makefile.am

commit 4833b02f8323de29e400629eaf3fec9189bcb503
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-19

    trivial: When not using --verbose, surpress warnings too

M	lib/packagekit-glib2/pk-debug.c

commit cc41575b7b1675d93d790ae8d668089ff428f151
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-19

    Revert "set allow_cancel default in init to match that in
    pk_transaction_set_running ie. FALSE"

    This reverts commit 7ecec05029c23ccd2e6c25e50474768db3eb5876.

    We want to be able to cancel transactions that have not yet been run.

M	src/pk-transaction.c

commit 0b9268120b5f25b5f86705e0e9345d5143357a45
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-18

    Do not include egg-string in packagekit-glib2 to fix some
    introspection warnings

    It's only used in two places, and certainly doesn't belong in the
    exported API at all.

M	lib/packagekit-glib2/Makefile.am
D	lib/packagekit-glib2/egg-string.c
D	lib/packagekit-glib2/egg-string.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-service-pack.c

commit 2eaf141dd02783fcc2672c6673b58f548ffefe6d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-18

    yum: set G_LOG_DOMAIN for pretty verbose output

M	backends/yum/Makefile.am
M	backends/yum/pk-backend-yum.c

commit 6233d4bd350e21cf62dd269ba0680ef557f62034
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-18

    trivial: fix make distcheck

M	lib/packagekit-glib2/Makefile.am

commit 5684954d9bf1af36c5022353ebca883eb9be283e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-17

    Switch from EggDebug to the GLib debugging framework

M	backends/alpm/pk-backend-alpm.c
M	backends/apt/pk-backend-apt.c
M	backends/aptcc/apt.cpp
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/entropy/pk-backend-entropy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pacman/backend-groups.c
M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-repos.c
M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-update.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/ports/pk-backend-ports.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	client/Makefile.am
D	client/egg-debug.c
D	client/egg-debug.h
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	contrib/command-not-found/Makefile.am
D	contrib/command-not-found/egg-debug.c
D	contrib/command-not-found/egg-debug.h
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/Makefile.am
D	contrib/debuginfo-install/egg-debug.c
D	contrib/debuginfo-install/egg-debug.h
M	contrib/debuginfo-install/pk-debuginfo-install.c
M	docs/api/PackageKit-docs.sgml
M	lib/packagekit-glib2/Makefile.am
D	lib/packagekit-glib2/egg-debug.c
D	lib/packagekit-glib2/egg-debug.h
M	lib/packagekit-glib2/packagekit.h
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control.c
A	lib/packagekit-glib2/pk-debug.c
A	lib/packagekit-glib2/pk-debug.h
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-update-detail.c
M	po/POTFILES.in
M	src/Makefile.am
M	src/egg-dbus-monitor.c
D	src/egg-debug.c
D	src/egg-debug.h
M	src/egg-string.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-cache.c
M	src/pk-conf.c
M	src/pk-dbus.c
M	src/pk-engine.c
M	src/pk-file-monitor.c
M	src/pk-inhibit.c
M	src/pk-lsof.c
M	src/pk-main.c
M	src/pk-network-stack-connman.c
M	src/pk-network-stack-nm.c
M	src/pk-network-stack-unix.c
M	src/pk-network.c
M	src/pk-notify.c
M	src/pk-proc.c
M	src/pk-self-test.c
M	src/pk-shared.c
M	src/pk-spawn.c
M	src/pk-store.c
M	src/pk-syslog.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit e205afe7a3630fd607d731671d5e18897424fc7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-17

    Prevent a segfault when estimating the time when the backend issues
    many ProgressChanged signals at one time. Fixes #30941

M	src/pk-time.c

commit 5c6f4b4ba90ba688736d07fdd33de8794b6aee8c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-10-15

    smart: set PATH for FreeBSD (and Linux)

M	backends/smart/smartBackend.py

commit 1da914ca4e995b65e260bb721458efa4eeffe69a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-10-15

    add missing os import

M	backends/smart/smartBackend.py

commit 2aa54af3d79ddc6637262e152cf8f2c69e8e4506
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-10-14

    smart: dpkg requires a PATH variable, so set it.

M	backends/smart/smartBackend.py

commit c23fc9733475437f16aa22e4ce2552ee762a87b3
Author: Jason Woodward <woodwardj@jaos.org>
Date:	2010-09-28

    updated slapt backend for compatibility with slapt-get 0.10.2g

    Signed-off-by: Jason Woodward <woodwardj@jaos.org>
    Signed-off-by: Anders F Bjorklund <afb@users.sourceforge.net>

M	backends/slapt/pk-backend-slapt.c

commit 367fb624620cb803883cb547e4fbbee0c6a08fcc
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-14

    yum: Remove selinux-policy from InfrastructurePackages, it's updated
    way too often

M	backends/yum/Yum.conf

commit 6086609be31097c67a60baaa43484600ebe7976c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-12

    Do not dist the PackageKitGlib-1.0.gir file to fix building on F14

M	Makefile.am
M	lib/packagekit-glib2/Makefile.am

commit d46c9a76a82fba6f6c948e8cb78c9b3fd63f05f3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-12

    Do not strip the trailing plus when comparing licences, as GPL+
    exists, but GPL does not

M	lib/python/packagekit/package.py

commit 8510b4307a7bacc54a12c6d53fafc4f8e7173f3f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-12

    glib: Add several more FSF free licenses

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 762abc1f14b2c75bcaad94b8087289dec0b85611
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-11

    Make the output of command-not-found match the bash builtin. Fixes
    rh#641311

M	contrib/command-not-found/pk-command-not-found.c

commit 9e71e2aa0194b5e44250ffcf415ed8b00e79c260
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-10-09

    zypp: Call zypp_build_pool() when searching with what_provides

    Call zypp_build_pool correctly when searching with what_provides.

    Without this patch, "pkcon what-provides" got nothing, as
    zypp_build_pool is not called before resolving WhatProvides.

M	backends/zypp/pk-backend-zypp.cpp

commit ff9180656626ecb5e0e226d265ae57588d1a8285
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-10-08

    configure: fixed alpm detection code

M	configure.ac

commit 1bc229d6c9faf7bda279afac3c79ef7759285da3
Merge: 9492376 55685b8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-07

    Merge branch 'remove-pk-sharp'

commit 9492376f17eb673470f945955b8eda6aea58e96d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-07

    trivial: Only include the gobject-introspection Makefile if we are
    compiling with support

M	lib/packagekit-glib2/Makefile.am

commit d3364bb4a895b41b64e1ff9e017ce35d6a0b537b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-07

    trivial: show if gobject-introspection support was found

M	configure.ac

commit 55685b8d343ce8a282eb3f92c58d05320ac10b89
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-07

    Move the managed bindings to a seporate repo as they are very out
    of date

M	configure.ac
M	lib/Makefile.am
D	lib/packagekit-sharp/.gitignore
D	lib/packagekit-sharp/Client.custom
D	lib/packagekit-sharp/Makefile.am
D	lib/packagekit-sharp/PackageKit.metadata
D	lib/packagekit-sharp/PackageList.custom
D	lib/packagekit-sharp/README
D	lib/packagekit-sharp/TOOO
D	lib/packagekit-sharp/generated/.gitignore
D	lib/packagekit-sharp/packagekit-api.raw
D	lib/packagekit-sharp/packagekit-api.xml
D	lib/packagekit-sharp/packagekit-sharp-sources.xml
D	lib/packagekit-sharp/samples/.gitignore
D	lib/packagekit-sharp/samples/ListUpdates.cs
D	lib/packagekit-sharp/samples/Makefile.am
D	lib/packagekit-sharp/samples/UpdateSystem.cs
D	lib/packagekit-sharp/samples/launcher.in
D	lib/packagekit-sharp/test/Test.cs

commit 3385d1c7cbf877cb38c42c0cea43311bc3ed5b63
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-06

    Only build with gobject-introspection when completely up to date

M	configure.ac

commit 67c101b9ba24e1a476a180023a3575911ee0c977
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-05

    Require GTK >= 2.91.0 for the GTK3 version of the PackageKit font
    install module

M	configure.ac

commit ef6b4f104543ad1631f85e565d31b0db2d8d49ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-05

    glib: Fix up a lot of the gobject-introspection warnings

M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h
M	lib/packagekit-glib2/pk-transaction-list.c

commit 4c449baa8e890093362f3e0a7249392da3ace0b3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-10-05

    aptcc: Add a nicer string pointing to launchpad when the changelog
    is not available

M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/apt-utils.h
M	backends/aptcc/apt.cpp

commit 7a73a6fa2dace57450e30a996a2dc15d98d35b58
Merge: 2d03c1e dd9a708
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-10-05

    Merge branch 'master' of gitorious.org:packagekit/packagekit

commit 2d03c1ed2f710955de4814ddaf8b133da06f026b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-10-05

    aptcc: Feature: added a fetcher/parser for updates changelogs

M	backends/aptcc/Makefile.am
M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/apt-utils.h
M	backends/aptcc/apt.cpp
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/aptcc/pkg_acqfile.cpp
M	backends/aptcc/pkg_acqfile.h

commit dd9a708a54eb01f77307a7293b046ac2c95e84a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-04

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit b00a9ebfc26376e2848bc03cc7ae9b18b8fcd07d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-04

    Release version 0.6.9

M	NEWS
M	configure.ac
M	docs/html/pk-download.html

commit 24ae9f186a3a63004b01c00dde85ee7407ac3f50
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-04

    trivial: require zif 0.1.1 for the new API we introduced

M	configure.ac

commit 00582c937543a749689f889526a330f69887306a
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2010-10-04

    Fix build with newer gobject-introspection

    I had to experiment a bit to come up with the fix below, which
    lets PackageKit
    0.6.8 build against current gobject-introspection.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	lib/packagekit-glib2/Makefile.am

commit dad233a3384aa24220b0415dcfd480d8c3dd1d27
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-04

    Revert "glib: Fix build of introspection with gobject-introspection
    0.9.9"

    This reverts commit a04286d4a9b66703fc4c1a4a122251419f3bbbfc.

M	lib/packagekit-glib2/Makefile.am

commit ec10c22846bc75203bc59df783f97a5a3c1c7677
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-10-02

    entropy: add forward compatibility, use
    EntropyRepositoryBase.listPackageIdsInCategory() if available.

M	backends/entropy/entropyBackend.py

commit a04286d4a9b66703fc4c1a4a122251419f3bbbfc
Author: Vincent Untz <vuntz@gnome.org>
Date:	2010-10-01

    glib: Fix build of introspection with gobject-introspection 0.9.9

    We need to tell g-it-scanner what prefix is used by the library.

M	lib/packagekit-glib2/Makefile.am

commit 9bacc0ea36a5c526193f455fdf3d413a8360a59a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-01

    yum: use GetCategories also for using a zif GetGroups, as GetGroups
    does not have a role enum

M	backends/yum/pk-backend-yum.c

commit b0e629d6d9b5c9e537f2804af2bf492bb25c0a57
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-01

    yum: remove RepoSetData, it's a NOOP

M	backends/yum/pk-backend-yum.c

commit 0665ac256ad4df06447afc605188264b963f7efd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-01

    yum: allow SearchFiles and GetUpdateDetail to be processed using zif

M	backends/yum/pk-backend-yum.c

commit 3d55e6b226d0ff90f58ad758b7bbce635b581a34
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-01

    yum: Remove the set-proxy from get_distro_upgrades(), it's already
    done in transaction_start()

M	backends/yum/pk-backend-yum.c

commit 4c5e7732520039cfbddd9424c622f5a89e571e7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-01

    yum: change the configuration value UseZif to a bitfield of roles

M	backends/yum/Yum.conf
M	backends/yum/pk-backend-yum.c

commit 605edd826fa71cf75b2f41c939e54d2e8be6653d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-10-01

    trivial: fix the yum backend compile if we are using zif, my sed
    apologies

M	backends/yum/pk-backend-yum.c

commit 2474054245b21459084b2c9ee098538cf55c0fa3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-29

    Add a nicer translated error when UpdatePackages has no packages to
    update. Fixes fd#30459

M	client/pk-console.c

commit 9b89cefedb86d4f9ebd633ed1602768c51003993
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-28

    trivial: add Anjuta to the list of PK users

A	docs/html/img/users-anjuta.png
M	docs/html/pk-users.html

commit 6b81039fac1f51b33f1e74d1bbc298ba70b92cf3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-28

    Add a feature that allows external scripts to be run after certain
    transactions

M	contrib/PackageKit.spec.in
M	etc/Makefile.am
A	etc/README
M	src/pk-transaction.c

commit ec903806d6e98bf50c64a63fb72ff0755feaea4d
Author: Jonathan Conder <jonno dot conder at gmail dot com>
Date:	2010-09-17

    trivial: pacman: fix build with new backend API

M	backends/pacman/backend-pacman.c

commit a1227392324437f59869ef312dff8017daed07db
Author: Hedayat Vatankhah <hedayat@grad.com>
Date:	2010-09-24

    yum: select the repository with the higher priority when a package
    exists in serveral repositories

M	backends/yum/yumFilter.py

commit 7c0620a32d83f3af2d73b409863b77917d1a3938
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    trivial: ensure we include gmodule.h for backends that don't depend
    on it explicitly

M	src/pk-backend.h

commit 10ab03423c892c06cd341e9629a5efb5050a7493
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    yum: Remove the table-of-vfuncs from the yum backend

M	backends/yum/pk-backend-yum.c

commit d3b1558ef1ce71068ac57638c55a1932c31c3cb9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    dummy: Remove the table-of-vfuncs from the dummy backend

M	backends/dummy/pk-backend-dummy.c

commit 03f623c7608eedbd948664af205d1a0eab2a8ead
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    test: Remove the table-of-vfuncs from the test backends

M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c

commit d9121d9192bc6347354bfd623cf0b24bbac3c582
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    Allow backends to omit the table-of-vfuncs and use GModule
    functionality to resolve backend functions

M	src/pk-backend.c
M	src/pk-backend.h

commit 628a918c44a2a83bd25db25a339a17a643c1ab58
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    Merge pk-backend-internal.h back into pk-backend.h

M	src/Makefile.am
D	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-main.c
M	src/pk-self-test.c
M	src/pk-transaction-extra.c
M	src/pk-transaction.c

commit d576b3a6a12114aeead568023ceb247fd341d86b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    cnf: add a proper error message when the transaction was cancelled

M	contrib/command-not-found/pk-command-not-found.c

commit 05aa3f19090c1488071f79a4f6e16f4b20863ee8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    glib: Check the GCancellable is not already cancelled at startup in
    PkClient and PkControl

M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-self-test.c

commit a519245b228d330c57719f4b52148877f94ae233
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    yum: only cancel the GCancellable if we are using ZIF

M	backends/yum/pk-backend-yum.c

commit 2b3c13110a448ab1535716c0944e43a7e945ac98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    Ensure we set an error if the spawned backend gets cancelled

    We can't assume the spawned backend gets a chance to set an error
    when we SIGQUIT it
    and so set a generic transaction cancelled error code when before
    we send the signal.

    This means we don't trigger the obnoxious internal error when
    sometimes cancelling
    tranasctions, e.g. '...This is a serious error as the spawned backend
    did not...' and
    we don't scare the user when there's nothing actually wrong.

M	src/pk-backend-spawn.c

commit b708fca56bcd88642da9e38ad3cddbaba7782fa3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-21

    glib: ensure GCancellable values are valid, or NULL

M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-task.c

commit 8ad945da5819a967b926510ce1c960036d3c4342
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-09-21

    Send correct network state for connman end

    Currently, packagekitd accept a bool type of connman network state,
    and
    this patch transfer the correct connman network state (offline/online)
    to packagekitd. Without this patch packagekitd/application will
    get the
    incorrect network state notification.

M	src/pk-network-stack-connman.c

commit da4e08f88e97c3663dc1a186b435af905ee25704
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-20

    yum: for some reason yum needs to download the packagelists at init,
    so mark the download as cancellable. Fixes fd#30276

M	backends/yum/yumBackend.py

commit 0c134d971b8d93ad8c768f706affab280bcbbde2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-20

    glib: Do not return simulation failures as critical errors

M	lib/packagekit-glib2/pk-task.c

commit 39e15a5484af8ae110a72db6936675c6c7513d41
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-20

    glib: only return packages for catalogs that are _not_ installed

M	lib/packagekit-glib2/pk-catalog.c

commit e258ac2b920efb3d9aab14548907541711c30f68
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-20

    glib: do not crash the client if a catalog file has both file and
    package sections

M	lib/packagekit-glib2/pk-catalog.c

commit dcb3369660a926f69f48ffa288163ae1505db11a
Author: Hedayat Vatankhah <hedayat@grad.com>
Date:	2010-09-20

    yum: Fix the split media handling in PackageKit yum backend

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/yum/yumBackend.py

commit facb22c96a2dd6afa1bc80fbb5984affa3efb9be
Author: Hedayat Vatankhah <hedayat@grad.com>
Date:	2010-09-20

    When prompting for media, include the disc number

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/yum/yumBackend.py

commit 1aea94019e010586aa4b39ad07f7f7fd8331a59b
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-09-17

    Enable proxy for zypp backend

    Implement 'backend_transaction_start' and 'backend_transaction_stop'
    for
    zypp backend, where proxy info is set/unset for individual
    transaction.
    This proxy info can be used in zypp-backend->curl.

M	backends/zypp/pk-backend-zypp.cpp

commit 68eb126106c26d324645fe0a3d0f1d982ba661e5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-17

    packagekit-qt: Forgot to setHints() on new constructor

M	lib/packagekit-qt/src/transaction.cpp

commit c79e2f6f705d45379c6fab9939681a3aa34daaa5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-17

    aptcc: Updated calls not to use deprecated apt code

M	backends/aptcc/apt.cpp
M	backends/aptcc/pk-backend-aptcc.cpp

commit d923f027e0f6c03de49887c9bdec5dad12def73c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-16

    Don't call back into the daemon (from the daemon) when checking
    service packs. Fixes rh#634628

    This fixes a deadlock when the user tries to install a service pack.

M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-common.h
M	lib/packagekit-glib2/pk-service-pack.c
M	src/pk-engine.c

commit c0c417526f1cd3552971d41aecbc08b1317c41c3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-16

    yum: don't assume yb.pkgSack.searchNevra() only returns one result
    to fix service pack generation

M	backends/yum/yumBackend.py

commit 03a8d4bbf30361142043d3efd1ea95b1547e1ecb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-16

    yum: get the changelog text using zif if it is available

M	backends/yum/pk-backend-yum.c

commit 28a3c08f4b8ee264710452f6a12bf3b442edc10c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-16

    Fix generating an updates service pack using pkgenpack

M	client/pk-generate-pack.c
M	lib/packagekit-glib2/pk-service-pack.c

commit 70730d16b711782a51d5f6c06a635c4879a066ce
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-09-16

    Refresh cache and sat solv pool data if necessary

    In the original implementation, pkcon refresh only refresh/build
    metadata, while solv file have not been refreshed properly. this patch
    refresh solv data in solv pool while execute refresh operation.

    Reference zypper's implementation, changed refreshMetadata flag from
    RefreshIfNeeded to RefreshIfNeededIgnoreDelay, or refresh will not
    work properly. This patch also check if the cache is up to date, which
    reduce some unnecessay operations.

M	backends/zypp/zypp-utils.cpp

commit 9794bc1f6dbdaa4297f77ec673939cb11665affd
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-09-16

    Refresh cache before geting upgrade and installing

    Refresh cache is necessary before executing get-updates and install
    operations. With out this patch, pkcon get-updates/install would not
    work after modifying rpmdb using rpm or changing repo.

    Related bug: http://bugs.meego.com/show_bug.cgi?id=2434

M	backends/zypp/pk-backend-zypp.cpp

commit 1b39a57b9f61270e057829a4c3654be1d9337939
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-09-16

    Refresh system rpmdb while refresh cache

    Refreshing rpmdb is necessary, which can let packagekitd get the
    correct status of packages, even if you use rpm command to change the
    status of rpmdb while packagekit is running.

M	backends/zypp/zypp-utils.cpp

commit 4be060ff28ea226dd13a133666f7f3bc53c7fbd3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    Fix g_time_val_from_iso8601() call in pk_iso8601_to_date()

    It appears the semantics of g_time_val_from_iso8601() has changed in
    new versions of GLib. Work around this until we can depend on
    GDateTime
    and remove a lot of the date/time insanity.

M	lib/packagekit-glib2/pk-common.c

commit fa6d8045d2fbe347da3986246c8fda7a2766830d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    trivial: pk_iso8601_to_date() is less strict than
    g_time_val_from_iso8601() so relax the warning a little

M	src/pk-backend.c

commit dd9e7d1fcac2783d0add807863e78766da63e1a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    yum: switch to using transaction_start() and transaction_stop()
    to reduce backend complexity

M	backends/yum/pk-backend-yum.c

commit b4fec94949739667a2a81b5c2e829f02cc34354d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    trivial: fix up compile error with the last patch, cause by a lack
    of ctrl-s

M	src/pk-backend.c

commit eb00ffb63672bb35dd4ad6ca486fb6e39b61c85c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    Add transaction_start() and transaction_stop() vfuncs to make
    backends simpler

    For threaded backends, there is a lot of copy and paste code in
    just setting up and tearing down the packaging system for each
    transaction. By making this common code we can make our lives
    much easier.

    The new vfuncs are optional, and nothing uses them yet.

M	backends/alpm/pk-backend-alpm.c
M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/entropy/pk-backend-entropy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/ports/pk-backend-ports.c
M	backends/razor/pk-backend-razor.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	src/pk-backend.c
M	src/pk-backend.h

commit fd0f734b8cc7a53c738acc891c801c08a910095d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    trivial: remove console warning that isn't valid anymore

M	src/pk-backend.c

commit a3aa63fc548511a670ac20533158b0a35ea5805d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    yum: Add an initial rough cut of zif compatible GetDepends()

M	backends/yum/pk-backend-yum.c

commit 2a68a6cd3ce8c24a18773da888411d0f135798c6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-13

    browser-plugin: Do not query PkDesktop by default

    By default, firefox is compiled with an internal version of sqlite
    and when packagekit-glib sucks its own copy into the running
    process, hilarity ensues. Icons are less important than a crashed
    browser.

M	contrib/browser-plugin/pk-plugin-install.c

commit ff71dc0bbfda8071ef4fb6a86251dc67fda4c1c1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-13

    browser-plugin: Fix up 2 small memory leaks in error paths

M	contrib/browser-plugin/pk-plugin-install.c

commit 58e5b2b56250d1a7580831ea17d6161f84b00ef7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-13

    aptcc: Added Fonts group

M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/pk-backend-aptcc.cpp

commit c184d102997c2993b11c2654f9463c734b637232
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-10

    yum: Fix searching by category when using the zif backend

M	backends/yum/pk-backend-yum.c

commit 6114eccbee731b3b6b9e9d5b5b1289377ef5c81c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-08

    portage: add compatibility with latest Portage 2.2 rc snapshots

M	backends/portage/portageBackend.py

commit ab37d0a7c95de3b6334ca1c4b511fa0bbba4e3f6
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    cleanup get_packages_by_name callers.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 4be91a61af938b60dda052e1f3a73b12725be0ef
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    Include patches in 'resolve' results so we can:
    $ pkcon update <patch>
    Fixes bmc#2059, thanks to xiaoqiang0

M	backends/zypp/pk-backend-zypp.cpp

commit e2dbeaa07e1bc5b81459aeb8d841b357bc2898bb
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    add development package support to filtering

M	backends/zypp/zypp-utils.cpp

commit 2f70f1c459cd9028b626a10b122b76dec2b0ae5a
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    Calculate sizes for patches correctly: bmo#2281, bnc#559802,
    Thanks to Gary Lin and xiaoqiang0

M	backends/zypp/pk-backend-zypp.cpp

commit b99f29f8b38ed6b6a5958e51cc70fcd4b69b9c1d
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    rename to clarify zypp_check_restart method.
    remove premature require_restart emission in update_packages_thread

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit cddf170210ace28fa8046946456c4c28a4f80497
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-06

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit c3813c3f3ff57e9e1eb1f22a9c881b55b141c209
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-06

    Release version 0.6.8

M	NEWS
M	docs/html/pk-download.html

commit 02a9bab2dbdd0a7be64cc1535df43226eb64c669
Merge: 908006d 18042ac
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-06

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 908006dca23437a6025198bad126dc7f52352cdd
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-06

    packagekit-qt: Fix compilation

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp

commit 18042ac75d46ff4e02b09f1c6b3aa7706f688ba5
Author: aalam <aalam@fedoraproject.org>
Date:	2010-09-05

    l10n: Updates to Panjabi (Punjabi) (pa) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pa.po

commit daa24593fea9ad8ff3b0601dc0c933dadd6b2505
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-05

    packagekit-qt: Forgot to setHints()

M	lib/packagekit-qt/src/client.cpp

commit 3d2cdb95b9c78a767ebe29d0ce771143ce206fac
Merge: bd21a16 f89b106
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-05

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit bd21a167b09f0b3a4d7fc745a970e3671107f734
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-05

    packagekit-qt: Fixed error on proxy creating,
    extended API but unprotecting some methods and
    moving Transaction methods to the Transaction
    object. Hopefully fixed the bug where the
    Application got irresponsive when packagekid exits.

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/common.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h

commit f89b106a39fbbf8b80b9f8e586fe6cfb3a2ef3e9
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-02

    trivial: add entropy to packagekit matrix page

M	docs/html/pk-matrix.html

commit a4b21dcdaf3f38b5e4cd3c9fab60ca1ddb8d25ac
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-02

    trivial: build with gtk2-devel as a BR too

M	contrib/PackageKit.spec.in

commit f96fc3d442fe85bad01833a91b213d2ee30c6781
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-02

    trivial: add Sabayon to pk-users page

A	docs/html/img/users-sabayon.png
M	docs/html/pk-users.html

commit a3cdb200a6d3a08201c0964c1035086b4c430308
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-02

    entropy: implement what_provides feature for mimetypes

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit 9b173c7bfd7de5925acb8910880a09566aef5604
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-02

    trivial: Split out the gtk-module subpackages a little

M	contrib/PackageKit.spec.in

commit 48b8f1cbda5a8a921cc0d71f4cc54972d64bb547
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-01

    trivial: fix previous entropy backend commit

M	backends/entropy/entropyBackend.py

commit fdf1e04094fe525ca6361ecbd459f69932d6f2e0
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-01

    entropy: encode input strings into UTF-8 before processing, thanks
    to Daniel Halens for reporting

M	backends/entropy/entropyBackend.py

commit af68cba5bf309c05da1e9aed7d7753a4cc8e9e1a
Author: Žygimantas Beručka <uid0@akl.lt>
Date:	2010-08-29

    Add Lithuanian translation

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	po/LINGUAS
A	po/lt.po

commit 1acc2b448409ba999506a0574e5283f86c077085
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-29

    Ensure gobject-introspection is installed before running
    configure. Fixes #29861

M	autogen.sh

commit 2d087eaed6572f5c5f2d28ca8c4644c1e27510bd
Author: Mark J Cox <mjc@redhat.com>
Date:	2010-08-27

    yum: Fix update notices: not all yum repos are official fedora ones

    Currently a hardcoded link pointing to
    https://admin.fedoraproject.org/updates/
    is added to all update notes that have an update_id.  But not all
    repositories
    providing updateinfo.xml data and id's are the upstream fedora
    repositories.

    Ideally the fedora repos would provide the link themselves in
    a references
    entity, and I'll add a bz for them to do that, but in the meantime the
    following patch ensures the link only gets added to updates from
    the official
    fedora repo by checking that the 'from' matches
    'updates@feodraproject.org'.

    I've also moved this logic before parsing other references as this
    vendor-specific URL is likely the most important (and self) reference.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/yum/yumBackend.py

commit 6db4bdaf595d39f6ec299e51478d59fb9487914c
Author: Mark J Cox <mjc@redhat.com>
Date:	2010-08-27

    yum: Redundant updated date gets displayed

    Some repos have the 'updated' date on an advisory included in
    updateinfo.xml
    set even on the initial release, matching the 'issued' date.

    In these cases the gpk GUI will display 'This notification was
    issued on
    08/05/2010 and updated on 08/05/2010' which could lead to confusion.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/yum/yumBackend.py

commit fb06418962666e3ff9bdbb468cefb323d1ed9d48
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-25

    aptcc: fix variable name

M	backends/aptcc/apt.cpp

commit 1e8ee872420693b5fafd482ab362c8c55c7680ba
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-25

    aptcc: Forbid canceling while installing, the user might need to
    dpkg --configure -a on the cmd line.

M	backends/aptcc/apt.cpp

commit 622d8c040a825ab531d0c8eaa3f301514ec9deab
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-25

    aptcc: Disable auto remove by default, it was said that most users
    hate this...

M	backends/aptcc/apt.cpp

commit 6aa760a140fafb6f002a58a54f97733b4b636b3d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-20

    aptcc: Improved how packages are emited

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h
M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h

commit 9462461c73c72cc4fa238234e16a629920666cb9
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    aptcc: make sure all downloaded packages emit FINISHED

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h

commit 2075558ee291b42130a2d771f03e460049b180cc
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    Fixed speed property

M	src/pk-backend.c
M	src/pk-transaction.c

commit 929bb173374d25081e9259dc88fc2e87c2a7c912
Merge: 8945599 a2e9286
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 894559904e8426b575a082ddfece9c40d48277a3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    aptcc: Fix how downloads are emitted, emit speed too altough
    packagekit doesn't work yet.

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h
M	backends/aptcc/apt.cpp

commit a2e9286206fcc06528525805856012681b92b2ab
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-08-17

    l10n: Updates to Chinese (Taiwan) (zh_TW) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_TW.po

commit 8b5d9a7614132d74690b044a33a28dd3958acaa5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-13

    apcc: Improved user experience by setting subprogress on package
    installation/remove/update

M	backends/aptcc/apt.cpp

commit 43a8930a8a6f6ab0a3ff1af3496c35fd4355ae18
Merge: d5b0447 1ea6518
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-12

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit d5b0447528ebd96fe0bad93c66c8e82800ed3841
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-12

    aptcc: Improved logic for the updates category

M	backends/aptcc/apt.cpp

commit 1ea65183c3dff343d989fdec69d227c1965b62ca
Author: dapidc <dapidc@fedoraproject.org>
Date:	2010-08-12

    l10n: Updates to Indonesian (id) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/id.po

commit 8ff4922a07c911f14d32d75242dffb5508a7c244
Author: yeager <yeager@fedoraproject.org>
Date:	2010-08-11

    l10n: Updates to Swedish (sv) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sv.po

commit 9d2c36d5b35d39d33674b50d817d2256712ca41f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-11

    aptcc: Show apt error message when we could not get the cache lock

M	backends/aptcc/apt.cpp

commit d44a9f81e4cd180fe58ebec293cff11a8da8f20c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-10

    Fix compile with the latest PolicyKit release

    Do not raise the PolicyKit build dep, as that's going to anger
    distro folk...

M	configure.ac
M	src/pk-engine.c
M	src/pk-transaction.c

commit 021248e8acccc1fcc7dc1f4257b64879822a6a29
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-10

    yum: Add selinux-policy to the list of infrastructure packages

M	backends/yum/Yum.conf

commit cd7b3a68a23a8be243c4f71a3f7950c13a641435
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    immediately abort transactions that set errors relating to signature
    interactions.
    Extended comment on how this works before
    (zypp_refresh_meta_and_cache).

M	backends/zypp/TODO
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 587f0a543777417e5eb53802d56c7603f3a93c1f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    add accessor to detect if an error is already set on a backend.

M	src/pk-backend.c
M	src/pk-backend.h

commit 010125bc1cbf57a979e617c4afeb3881ce273590
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    Accept not Accep

M	backends/zypp/zypp-events.h

commit 6f109602acccfe6b84b9876df33aded3e216ecba
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    Increase timeout between an error message and assuming the thread
    is dead.
    Cleanup pk backend destruction

M	backends/zypp/pk-backend-zypp.cpp
M	src/pk-backend.c

commit 7ecec05029c23ccd2e6c25e50474768db3eb5876
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    set allow_cancel default in init to match that in
    pk_transaction_set_running ie. FALSE

M	src/pk-transaction.c

commit 4457ede65970686e3fc447ffd47428b1d48b552f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-04

    Remove a double pk_backend_finish path, and an incorrect
    update_packages callback

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit eff5e8ba6225a71d8dfe44b787996845d1c6f726
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: update RELEASE

M	RELEASE

commit f3eafa3e21aa1bba1da6dfb1c7f702b99cb5f8d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: post release version bump

M	configure.ac

commit 54b63ab87db3963cb7e7b8e268f971e4da701d85
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    Release version 0.6.7

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	src/pk-engine.c

commit 9c8f8838d72fc9cea91b81c3a1e72fc0da4744a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: fix up the self check program

M	data/tests/pk-spawn-test-sigquit.py

commit 0437be5bffac3847641441493031ecada2214029
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: remove localised output from the entropy backend

M	backends/entropy/entropyBackend.py

commit 8aa909f9b72ad6b75be900dcf8ca44506a3f2e96
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-03

    apt, aptcc: When the packagekit package is removed
		the 20packagekit file is not removed
		so apt-get update & friends starts to
		print errors, this change makes it not
		exit without success.

M	backends/apt/20packagekit
M	backends/aptcc/20packagekit

commit a18c437ca5d2e270ddea58d1cb400bae19dce644
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-02

    apt, aptcc: Then real problem with the notifications is that
		the caller does not block and wait fot the answer,
		with --print-reply the man page says it will block
		for the reply. With this argument the UpdatesChanged
		signal is emmited, sounds like a DBus bug.

M	backends/apt/20packagekit
M	backends/aptcc/20packagekit

commit ea67d7641d0dd1a2ce62fba56da685993b5bb7c4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-02

    apt, aptcc: start packagekitd before asking it to emit cache-update

M	backends/apt/20packagekit
M	backends/aptcc/20packagekit

commit d141d960c6c57aab18dca61bbc942bc5e8896699
Author: Fatih Aşıcı <fatih@pardus.org.tr>
Date:	2010-08-01

    pisi: Adapt backend for the recent API changes

M	backends/pisi/pisiBackend.py
M	backends/pisi/pk-backend-pisi.c

commit d2e586cc5fc59ce6149abaa49d6a3d95d0e88426
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-30

    entropy: add forward compatibility with upcoming UrlFetcher changes

M	backends/entropy/entropyBackend.py

commit cf545ffd78ebb08e89c14e8cca13db22345330cf
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-07-30

    Fix an import

M	backends/aptcc/get-distro-upgrade.py

commit beeecf48a164722edb0c821dbabde153cfcfa8cd
Merge: 7af058a 36333a4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-07-27

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 7af058a1c947a77e341bf3e2c12d3611961b8684
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-07-27

    Added support to get distro upgrades and also fixed a hook script
    that pokes packagekitd when cmd line tools are used

M	backends/apt/20packagekit
A	backends/aptcc/20packagekit
M	backends/aptcc/Makefile.am
M	backends/aptcc/get-distro-upgrade.py
M	backends/aptcc/pk-backend-aptcc.cpp

commit 36333a4ba1fadecd9e014aef74ffe5dd9ebf720c
Author: Vincent Untz <vuntz@gnome.org>
Date:	2010-07-23

    cron: Do not exit with 1 if the cron script is disabled in the config

    Exiting with 1 means it is an error, while it's really just a
    configuration option.

M	contrib/cron/packagekit-background.cron

commit 4cf075e020d818cd16dd2df32cd5f138cbf3d3e0
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-07-23

    pacman: add support for versioned provides field

M	backends/pacman/backend-search.c

commit fc468469bf955520b3cfcbd609b3b3b1252a0e40
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-22

    yum: add gnome-packagekit and kpackagekit to the list of
    infrastructure packages

M	backends/yum/Yum.conf

commit c46cc1401f9ed10a6416b4da2267e0ced2678257
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-22

    glib: Add an 'interactive' property to PkTask so that we  can use
    it to do '-y' in pkcon properly

M	client/pk-console.c
M	lib/packagekit-glib2/pk-task.c

commit 41c2fb6044042f7700190ed46275c6f3f957c8e7
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-07-22

    trivial: pacman: cosmetic fixes

M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-update.c

commit 90e45f88c1a1692950b90a471960af4598caa826
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-18

    web: update 0install logo

    there is no official logo but the closest to one is using instead the
    one that is already published in freshmeant

M	docs/html/img/users-0install.png

commit 041669640da6e6e37490f0162ff766082b090d7e
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-18

    web: trivial upgrade of copyright date

M	docs/html/index.html
M	docs/html/pk-authors.html
M	docs/html/pk-bugs.html
M	docs/html/pk-download.html
M	docs/html/pk-faq.html
M	docs/html/pk-help.html
M	docs/html/pk-intro.html
M	docs/html/pk-matrix.html
M	docs/html/pk-profiles.html
M	docs/html/pk-reference.html
M	docs/html/pk-screenshots.html
M	docs/html/pk-users.html
M	docs/html/pk-using.html

commit c0e98c1855b1219286c7a26b2622993c8b62ebeb
Author: makoto <makoto@fedoraproject.org>
Date:	2010-07-15

    l10n: Updates to Japanese (ja) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/ja.po

commit c1f23831fcb1d41310fad8f961b6f4fd7f0682c6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-13

    yum: ensure we call _check_init when we do GetCategories

M	backends/yum/yumBackend.py

commit f38e3a17c273cbd48f9ccd9f8639fc7ce151bca6
Author: warrink <warrink@fedoraproject.org>
Date:	2010-07-13

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit 95a93421a3eae2f2defdb6a2baa3e98ce3b9020a
Author: Sebastian Krzyszkowiak <seba.dos1@gmail.com>
Date:	2010-07-12

    opkg: fix status type in get_updates

M	backends/opkg/pk-backend-opkg.c

commit 83626eb50585400079bc181a9f5b822523435f9e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-12

    Unbreak CNF after the daemon moved to libexec. Fixes rh#613514

M	contrib/command-not-found/PackageKit.sh.in

commit 45d9c73e1bcbe18a731fd93c77637503478a7cf7
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-12

    web: add 0install to the user list

A	docs/html/img/users-0install.png
M	docs/html/pk-users.html

commit c727490196126cf878eb9af0f6e2cfd16cd2e224
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-12

    trivial: update fedora info and image comment

M	docs/html/pk-users.html

commit cad86922f41cd07a3e280f4932eda7a59a16af8e
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-12

    entropy: fix system packages calculation

M	backends/entropy/entropyBackend.py

commit 0784442de3e321d33c143e98ab32b96030c69359
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-07-09

    alpm: fixed compilation with ALPM 5; do not fail on unrecognized
    config directives

M	backends/alpm/pk-backend-alpm.c

commit d0d5de4ca03c54e2a5000dd49dff80cb17b21c80
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-08

    Don't ship README AUTHORS NEWS COPYING in all subpackages to save
    1.1Mb for distros. Fixes rh#612332

M	contrib/PackageKit.spec.in

commit 9981c558f6c7592b1ee652915e3baf09c33f7f27
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-08

    yum: wrap _getEVR in a try,catch block to deal with invalid version
    numbers. Fixes rh#612360

M	backends/yum/yumBackend.py

commit ac6b2b35cd554b51d2d3ebd8f4ea72a8d6495d37
Author: warrink <warrink@fedoraproject.org>
Date:	2010-07-07

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit b106454dfbd27056c891a42ea25172ebdbb2d656
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-07

    If either of ProxyHTTP are set in PackageKit.conf then silently
    ignore the user proxy setting. Fixes rh#604317

M	etc/PackageKit.conf.in
M	src/pk-engine.c

commit e00fa2ff0f20b81722786c372cb5659268668fcf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-06

    yum: do not issue RepoListChanged when we disable or enable the
    media repo automatically

M	backends/yum/pk-backend-yum.c

commit 449fab71242c734c185c46277e03e41258c35340
Author: raven <raven@fedoraproject.org>
Date:	2010-07-05

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit fca047b4b75ae3798d101b3ffd47712318c7fedc
Author: logan <logan@fedoraproject.org>
Date:	2010-07-04

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit 86620188e5d64174036b5a73b4774a3dcc52d3c4
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    entropy: improve Entropy backward compatibility

M	backends/entropy/entropyBackend.py

commit 1d762e0562e09b2b398ee6872ff7fb6d3f1f570c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    entropy: improve import statements

M	backends/entropy/entropyBackend.py

commit 743d424b916f5ab97ca3b3d70d8a88231319abe6
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    portage: port to new API, make backend working again

D	backends/portage/packagekit
M	backends/portage/portageBackend.py

commit b0e6679ee13170c3d0541538e26079c2db098735
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    portage: improve import statements

M	backends/portage/portageBackend.py

commit b27a267b97a94607567b781ed29e25711b4ddb51
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-07-04

    APT: Adapt latest Python backend API changes

M	backends/apt/aptBackend.py

commit 7a8dccf43b3ef29f284d7d2bb6c7b3b9bb7e174f
Author: chenh <chenh@fedoraproject.org>
Date:	2010-07-03

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit 75fcef69f4708057592abb4b0db8ad12467653e9
Author: chenh <chenh@fedoraproject.org>
Date:	2010-07-02

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit 86d62063d947f0f3ad3595b5ecce195e609d3cd7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-02

    Add a long document explaining the media-repo functionality

A	docs/media-repo.txt

commit c4503caf97c6f8dd62f1a6827d2ef845abc78c0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-02

    yum: Ensure we disable the MediaRepo when the PackageKit backend
    has finished

    YUM is unable to ignore repos that do not exist, even media repos
    and this stops yum working if the media is not present.

    PackageKit is a bit more clever and can ignore (with a warning)
    sources that do not exist or are not contactable but we still need
    to preserve compatibility for people who use both the PackageKit
    tools and the yum CLI.

    Ensure we set the enabled= line in the repo file so that any tool
    that cannot skip repos is able to continue working.

M	backends/yum/pk-backend-yum.c

commit 62511c88495ed87a1fc2699e809fff0ef707aa8d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-02

    Make the PkBackend always start with the WAIT state, but do not
    proxy this onto the bus

M	src/pk-backend.c
M	src/pk-transaction.c

commit 470746717a2dd9b46f582cf366b83a3ef531558b
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-07-01

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit 61af84d7fb2ad31d2fb77c158d96cd550bf6ac99
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    trivial: sync up the fedora spec file with upstream

M	contrib/PackageKit.spec.in

commit be6432ce037d94b8d011af6059dd066d24915d07
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    Recognise bluetooth connections as mobile networks. Fixes rh#609827

M	src/pk-network-stack-nm.c

commit 757702db27443a3ad1ea7c4894443bcca662f245
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-06-26

    pacman: improve debug output

M	backends/pacman/backend-pacman.c

commit 9f7728be82661a3973c5a514a6b4150471fb7324
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 80bf759941d910eed15aa4dbe047a3e51391f462
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    Release version 0.6.6

M	NEWS
M	docs/html/pk-download.html

commit e38582033a527ffc32983bb8b0151a52dff7ac66
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    Get the control properties async when the user starts the pkmon tool

M	client/pk-monitor.c

commit 07965ec5d41e0e0eb368e0c04c7d59c217b80281
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    Ensure filters are properly split for spawned backends

M	lib/python/packagekit/backend.py

commit 7dd8db95bcaad1f86ff2c494b3111d363d3e8c98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    trivial: fix 'make distcheck'

M	client/Makefile.am

commit 6d365a61981e398a184eb1ba4cf0a1dd852c6e95
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    Port 'make check' to GTest rather than using our homegrown EggTest
    functionality

M	client/Makefile.am
D	client/egg-test.c
D	client/egg-test.h
M	client/pk-console.c
D	client/pk-self-test.c
M	data/tests/Makefile.am
M	data/tests/pk-spawn-dispatcher.py
A	data/tests/pk-spawn-test-sigquit.py
M	lib/packagekit-glib2/Makefile.am
D	lib/packagekit-glib2/egg-test.c
D	lib/packagekit-glib2/egg-test.h
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	src/Makefile.am
M	src/egg-string.c
D	src/egg-test.c
D	src/egg-test.h
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h
M	src/pk-backend.c
M	src/pk-cache.c
M	src/pk-conf.c
M	src/pk-dbus.c
M	src/pk-engine.c
M	src/pk-file-monitor.c
M	src/pk-inhibit.c
M	src/pk-lsof.c
M	src/pk-notify.c
M	src/pk-proc.c
M	src/pk-self-test.c
M	src/pk-spawn.c
M	src/pk-spawn.h
M	src/pk-store.c
M	src/pk-syslog.c
M	src/pk-time.c
M	src/pk-time.h
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit bef88a9e2e2f4e533fba40ca008fd486d11ec8ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    Ensure we clear the cancel timer when we finish a PkBackend
    transaction to avoid the next transaction getting cancelled
    automatically

M	src/pk-backend.c

commit 80a2ead6e470b82ddba9d52b3fb852056ee6b554
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    trivial: print the overwriting role in pk_backend_set_role_internal()

M	src/pk-backend.c

commit a24e9e1263ad53a5fd0e6eadef23fdd42121c168
Merge: 406d453 d122718
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-06-28

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 406d45300f7c6484e427c889e799261aadc87087
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-06-28

    aptcc: Added distro upgrade support
	   Added debconf support

M	backends/aptcc/apt.cpp
A	backends/aptcc/get-distro-upgrade.py
M	backends/aptcc/pk-backend-aptcc.cpp
M	docs/html/pk-matrix.html

commit d122718318f588735c53189437422b55c1c4fb14
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-06-28

    ports: use distfiles size, for uninstalled packages

M	backends/ports/portsBackend.rb

commit 2b79865440d4ff89bb7daca617ebed296fe83f76
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Fix group searching. Missed an API change.

M	backends/apt/aptBackend.py

commit cb52a7ef6bcc6cc73849593f5b75b435638e5376
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Adapt to an API change to allow OR searches (from last December)

M	backends/apt/pk-backend-apt.c

commit 2e48cf3c1d23d8c6c3d5811d893882c1616bdd5a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Trivial. Fix an oversight from the last commit

M	backends/apt/aptBackend.py

commit 0a7e2306c0e9190a06cafcd82e6e4683808412bf
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Adapt to splitted arguments from the Python backend

M	backends/apt/aptBackend.py

commit bb540392bcc9be20c75d5d2059d59b74ab028df3
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-06-23

    Don't crash checking status of non-patches.

M	backends/zypp/zypp-utils.cpp

commit b9460af7429630144b01fab9dd08aa2c2534b700
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-06-23

    fix FPE when there are no repos.

M	backends/zypp/zypp-utils.cpp

commit 8fa210808d58d3c6cc45fdfd1acb7a7d73015acd
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-21

    Disable get_zypp in intialize - initialize has to be fairly fast
    otherwise
    we get dbus method timeouts killing eg. gpk-application on first
    start as
    it calls GetAll properties.

M	backends/zypp/pk-backend-zypp.cpp

commit 0db859bf598b4fab7f296631e384a3fc67658061
Author: Aurelien Lefebvre <alkh@mandriva.org>
Date:	2010-06-21

    Updated my email address in source code

M	backends/urpmi/helpers/perl_packagekit/enums.pm
M	backends/urpmi/helpers/perl_packagekit/prints.pm
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/actions.pm
M	backends/urpmi/helpers/urpmi_backend/filters.pm
M	backends/urpmi/helpers/urpmi_backend/groups.pm
M	backends/urpmi/helpers/urpmi_backend/open_db.pm
M	backends/urpmi/helpers/urpmi_backend/tools.pm
M	backends/urpmi/pk-backend-urpmi.c

commit fe8dc5a1f15561f54baf28545e23098115d56350
Author: Aurelien Lefebvre <alkh@mandriva.org>
Date:	2010-06-21

    urpmi: fix update-system command and only_trusted parameter

    incorrectly modified two calls to perform_installation to pass
    options hash as a reference,
    causing the parameters to not be interpreted correctly by
    perform_installation, breaking update-system command and causing
    only_trusted to be ignored in these cases.

    Fix that by passing the options as key/value pairs as expected by
    perform_installation.

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit df8ccae7032823ce516675b23dc0ce21c60ea94e
Author: chenh <chenh@fedoraproject.org>
Date:	2010-06-21

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit 720e4631dc6b86cc06637ae966de3f7a538c0a0a
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-06-20

    pacman: update for pacman-glib 3.4.0

M	backends/pacman/backend-install.c
M	backends/pacman/backend-install.h
M	backends/pacman/backend-packages.c
M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-remove.c
M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-transaction.h

commit fedeb7b53eceb00759d5c5aa765cf66bb2f1bc7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-16

    Move the packagekitd binary to libexec

    According to the FHS, packagekitd is system activated, and not
    designed
    to be run by the end user. So move it where it belongs.

M	contrib/PackageKit.spec.in
M	data/Makefile.am
M	src/Makefile.am

commit aab7a985eb903c1404d0890614af926f61863de4
Author: chenh <chenh@fedoraproject.org>
Date:	2010-06-15

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit fe1f036f3376b36800cef03673e9c694d6ee9dfd
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-06-14

    entropy: implement forward compatibility support

M	backends/entropy/entropyBackend.py

commit 91062c028cdadefe2af5aa2adcbe3c9dde90bde1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-08

    Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available

M	configure.ac
M	contrib/PackageKit.spec.in
M	contrib/gtk-module/Makefile.am
A	contrib/gtk-module/gtk-2.0/Makefile.am
A	contrib/gtk-module/gtk-3.0/Makefile.am

commit e7fd639093a641257f8ec1dae38fa0c7073e35b5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-05

    yum: don't crash with an internal error if the .discinfo is malformed

M	backends/yum/yumBackend.py

commit a1cd508feceb9edccd6db7db30ef627d8fc4b179
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-05

    Assign names to our idle sources when using new versions of glib2

    This makes it possible to profile more accurately using systemtap

M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/gtk-module/pk-gtk-module.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-task.c
M	src/egg-test.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-main.c
M	src/pk-notify.c
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 886787fdb119c4e974ef44cc1ffcb31bc0b42407
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-04

    cnf: Add a MaxSearchTime entry in CommandNotFound.conf and default
    to 2000ms

M	contrib/command-not-found/CommandNotFound.conf
M	contrib/command-not-found/pk-command-not-found.c

commit a48a24afc49dc5ffb9bbd6d813f1ae182f152d89
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-04

    Only set a cancelled error after we've given the backend a fighting
    chance to process the request

M	src/pk-backend.c

commit e340880c24ba0b121494b26f09bf586c96823c6c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-04

    glib: Explicitly mark the library as LGPLv2 by using the correct
    boilerplate code

M	contrib/PackageKit.spec.in
A	lib/packagekit-glib2/COPYING
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-bitfield.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-catalog.h
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-common.h
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-console-shared.h
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-desktop.h
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-details.h
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-error.h
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-eula-required.h
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-files.h
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-media-change-required.h
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-id.h
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-ids.h
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack-sync.h
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress-bar.h
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-progress.h
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-detail.h
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-repo-signature-required.h
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-require-restart.h
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-results.h
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-service-pack.h
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-source.h
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-text.h
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task-wrapper.h
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-list.h
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-transaction-past.h
M	lib/packagekit-glib2/pk-update-detail.c
M	lib/packagekit-glib2/pk-update-detail.h

commit 0e8e984dff58fcb8ee073fc9f9e7d3b997123590
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-06-03

    l10n: Updates to Chinese (Taiwan) (zh_TW) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_TW.po

commit de478bc3df00b3dd09cd1047a078f1227bf1008f
Author: khasida <khasida@fedoraproject.org>
Date:	2010-06-03

    l10n: Updates to Japanese (ja) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/ja.po

commit 3ab408f760040a8e3913ce55544ba261169b7f3b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    trivial: sync the fedora spec file with upstream

M	contrib/PackageKit.spec.in

commit 60f0dbeece8dc8f2b089d843705a80382856c237
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 40165edb4bf665ef45a4b888a90be3d0e943ed87
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    Release version 0.6.5

M	NEWS
M	configure.ac
M	docs/html/pk-download.html

commit 13cf587de0f4eead670438f77430952b9d814110
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    trivial: remove the word link after unistd.h insanity

M	contrib/browser-plugin/pk-plugin-install.c

commit 72a5f91e354697c53ac82d91b348d627fdf52c1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    yum: Fix up the filter check when doing GetRepoList(). Fixes rh#598697

M	backends/yum/yumBackend.py

commit 1ed4c0c35ab8637c912a3d0dcc54295ed89356db
Author: Marcin Banasiak <marcin.banasiak@gmail.com>
Date:	2010-05-30

    poldek: port backend to new API

M	backends/poldek/pk-backend-poldek.c

commit 2e3605d941458f77951dba56e4a493b2a456d9d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-27

    yum: catch and ignore the socket exception on oddball systems. Fixes
    rh#596779

M	backends/yum/yumBackend.py

commit 79ea70836449f33c57b6c28945b38c3bcddc9e63
Author: vpv <vpv@fedoraproject.org>
Date:	2010-05-21

    l10n: Updates to Finnish (fi) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/fi.po

commit b10ce45afa4927313f339ac3b2351efea9c2caba
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-05-21

    entropy: make backend working with latest Entropy releases

M	backends/entropy/entropyBackend.py

commit 529507cb6139b38e8e3884a364b49ddeefd0b284
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-19

    tweak from merge

M	client/pk-console.c

commit 937fe4512d572e3bd7491f56f93a1f0061591802
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-19

    build conditional BUILD_ZIF needs to be at the top level

M	configure.ac

commit af07c481d42c6c98bf1fb24b3dd35389d20d548a
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-19

    add --force argument to pkcon refresh

M	client/pk-console.c

commit 25f1e4f98fcd42a85271cadb27a436a183e06ccf
Author: kristho <kristho@fedoraproject.org>
Date:	2010-05-14

    l10n: Updates to Danish (da) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/da.po

commit 9aa9a3711d52712af4665807a24cf795e4b3d61e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: Update backend to libzif git master

M	backends/yum/pk-backend-yum.c

commit 1b5d99d57acf67ecc0dbe790f18f445e68e41650
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: use the system installed version of the zif accellerator

M	backends/yum/Makefile.am
D	backends/yum/libzif/egg-debug.c
D	backends/yum/libzif/egg-debug.h
D	backends/yum/libzif/zif-changeset.c
D	backends/yum/libzif/zif-changeset.h
D	backends/yum/libzif/zif-completion.c
D	backends/yum/libzif/zif-completion.h
D	backends/yum/libzif/zif-config.c
D	backends/yum/libzif/zif-config.h
D	backends/yum/libzif/zif-depend.c
D	backends/yum/libzif/zif-depend.h
D	backends/yum/libzif/zif-download.c
D	backends/yum/libzif/zif-download.h
D	backends/yum/libzif/zif-groups.c
D	backends/yum/libzif/zif-groups.h
D	backends/yum/libzif/zif-lock.c
D	backends/yum/libzif/zif-lock.h
D	backends/yum/libzif/zif-md-comps.c
D	backends/yum/libzif/zif-md-comps.h
D	backends/yum/libzif/zif-md-filelists-sql.c
D	backends/yum/libzif/zif-md-filelists-sql.h
D	backends/yum/libzif/zif-md-filelists-xml.c
D	backends/yum/libzif/zif-md-filelists-xml.h
D	backends/yum/libzif/zif-md-metalink.c
D	backends/yum/libzif/zif-md-metalink.h
D	backends/yum/libzif/zif-md-mirrorlist.c
D	backends/yum/libzif/zif-md-mirrorlist.h
D	backends/yum/libzif/zif-md-other-sql.c
D	backends/yum/libzif/zif-md-other-sql.h
D	backends/yum/libzif/zif-md-primary-sql.c
D	backends/yum/libzif/zif-md-primary-sql.h
D	backends/yum/libzif/zif-md-primary-xml.c
D	backends/yum/libzif/zif-md-primary-xml.h
D	backends/yum/libzif/zif-md-updateinfo.c
D	backends/yum/libzif/zif-md-updateinfo.h
D	backends/yum/libzif/zif-md.c
D	backends/yum/libzif/zif-md.h
D	backends/yum/libzif/zif-monitor.c
D	backends/yum/libzif/zif-monitor.h
D	backends/yum/libzif/zif-package-local.c
D	backends/yum/libzif/zif-package-local.h
D	backends/yum/libzif/zif-package-remote.c
D	backends/yum/libzif/zif-package-remote.h
D	backends/yum/libzif/zif-package.c
D	backends/yum/libzif/zif-package.h
D	backends/yum/libzif/zif-repos.c
D	backends/yum/libzif/zif-repos.h
D	backends/yum/libzif/zif-store-array.c
D	backends/yum/libzif/zif-store-array.h
D	backends/yum/libzif/zif-store-local.c
D	backends/yum/libzif/zif-store-local.h
D	backends/yum/libzif/zif-store-remote.c
D	backends/yum/libzif/zif-store-remote.h
D	backends/yum/libzif/zif-store.c
D	backends/yum/libzif/zif-store.h
D	backends/yum/libzif/zif-string.c
D	backends/yum/libzif/zif-string.h
D	backends/yum/libzif/zif-update-info.c
D	backends/yum/libzif/zif-update-info.h
D	backends/yum/libzif/zif-update.c
D	backends/yum/libzif/zif-update.h
D	backends/yum/libzif/zif-utils.c
D	backends/yum/libzif/zif-utils.h
D	backends/yum/libzif/zif.h
M	backends/yum/pk-backend-yum.c
M	configure.ac

commit f28b67440608ae5eb7c19ad382e1c71c9bec269f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: Attempt to use removable disk repos if they exist at backend
    startup

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit dd2e6df694436cea0fb83a6fafb6e6d62a46696b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: The transaction root is not set at _init(), so we have to
    re-query the root when we start each action

M	backends/yum/libzif/zif-store-local.c
M	backends/yum/pk-backend-yum.c

commit 0d21ed15bdb4a6e62efcf602f01137d9e63ff7ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    Fix up several daemon thinkos when a client tries to set a root
    other than '/'

M	src/pk-engine.c

commit f8ffbcee30252b1dff776e5663bbc88174060e0f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: Remove all the MediaManager implementations and write a small
    GIO based callback

M	backends/yum/Makefile.am
M	backends/yum/yumBackend.py
D	backends/yum/yumMediaManager.py
D	backends/yum/yumMediaManagerDeviceKit.py
D	backends/yum/yumMediaManagerGIO.py
D	backends/yum/yumMediaManagerHAL.py
D	backends/yum/yumMediaManagerOS.py

commit d6464be3475f3b505a0f62ba44994ace9034e0da
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    Use the new PkTask API in pkcon so we can deal with Media and
    Eula queries

M	client/pk-console.c

commit b9bbcf001b6adcb6faf43f2ce1ca115aa541fe53
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    glib: add sync versions of the new API in PkTask

M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h

commit 31217d5862df8aed1708cbc14b80eb57550de16e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    glib: Add some new PkTask methods that handle the Media and Eula
    callbacks for the application

M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h

commit 0244fe8f011425fc36d74c69f17e339665e82c31
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    Show the MediaChangeRequired signals in pkmon

M	client/pk-monitor.c

commit 44d673b96eb1a76c2839d98bf9090aaf848dd563
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-05-11

    PackageKit-Qt: Add Q_ENUMS to DaemonError

    This commit adds the Q_ENUMS macro for the DaemonError enum defined in
    client.h. This allows using Qt's meta-object system with the enum, for
    example to convert numeric values into human readable form.

M	lib/packagekit-qt/src/client.h

commit b9ab0467e24a91d3f13cfaa947726ecab976da40
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-11

    yum: Do not abort init when Yum.conf does not contain some required
    keys

M	backends/yum/yumBackend.py

commit 1ff93715b75be888a05d64f62022dfb6c80ae8c7
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-05-10

    APT: Make sure to use format_string consequently on every output which
    could contain multiple lines

M	backends/apt/aptBackend.py

commit 29cb4d24cbad83fc3df75ebf95da53ee1c0dd2fe
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-05-10

    Python-Backend: Fix a typo in format_string

M	lib/python/packagekit/backend.py

commit b37919f81ab5a8a5a9f01f3036368e8197773e66
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-05-10

    APT: Adapt cherry picked patch for name searching to the 0.6 API

M	backends/apt/aptBackend.py

commit 170ddbf3b3126f73be539af98ffba282da460169
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-13

    APT: Allow to do an AND search for multiple package names

M	backends/apt/aptBackend.py

commit 33a6f0ed9e56216a6cc7147c6d20912cd1d797d3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-13

    APT: use UTF-8 as default encoding and allow to write unicode
    to stdout.
    This should finally fix all the encoding problems.

M	backends/apt/aptBackend.py

commit 2e613d4919a34f02142b3a7fde7aa12a3769ba2a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-04

    APT: Show a sub progress for package downloads

M	backends/apt/aptBackend.py

commit 37c8568c35d53d77439432aaa2813a523c2286dd
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-07

    Re-factor to pass PkBackend * around; hopefully we can GObject-ify
    that
    and use it to store state on, that is currently static.
    Very hacky 'root' implementation.

M	backends/zypp/TODO
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 588c348dc342b99a997321577ecc146a464aba64
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-07

    Detect and advertise from /etc/meego-release
    Thanks to: Peter J Zhu <peter.j.zhu@intel.com>

M	src/pk-engine.c

commit bd817872214107f3aab5fb3a8ac76b263dcc73d1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-06

    trivial: sync the rpm spec file with fedora

M	contrib/PackageKit.spec.in

commit 990e9094abe713599d64e8c6010b057c1a34a8a1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-06

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit bfe0f6760e90e414c20c1f3cbb0460da1930250f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    update

M	backends/zypp/TODO

commit 3c01fb78ecbdf7bd1bd5dfa3717ac0547ea48285
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    add TODO
    Updating:
      + unify code used to generate the list of updates
      + merge in packages, not contained in any patch
	( also allows us to update from pure patch repos )

A	backends/zypp/TODO
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit d5f2f324e52fce355b41c7a1bfde6393ca9cc900
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    Remove if (a == TRUE) type sillies; the processor has no boolean type,
    and this sort of thing is dangerous; if (2) is true, if (2 == TRUE)
    is not.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp

commit d0f8413287587c37c9d8efc945cd6e0237c9c58b
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-05-06

    l10n: Updates to Chinese (Taiwan) (zh_TW) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_TW.po

commit 37c3a8fdd351b9141e1cadf876c743d10c14821a
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-07

    pacman: fixed potential memory leak

M	backends/pacman/backend-install.c

commit 95a156fbc4176e77065f20206e618ba440c79275
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-07

    pacman: Update status in pk-matrix.html

M	docs/html/pk-matrix.html

commit bc4456e647667d72a90fec998f402bba16bb38a4
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-04

    pacman: add support for updating packages

M	backends/pacman/Makefile.am
M	backends/pacman/backend-install.c
M	backends/pacman/backend-install.h
M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-transaction.h
A	backends/pacman/backend-update.c
C073	backends/pacman/backend-install.h
backends/pacman/backend-update.h

commit 7c323b55f520a1c26b14720b2629191f5d6fbd85
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for removing packages

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-remove.c
A	backends/pacman/backend-remove.h

commit c637c5910157a556ba3165b94d1e5708040dc7cf
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for installing packages

M	backends/pacman/Makefile.am
A	backends/pacman/backend-install.c
A	backends/pacman/backend-install.h
M	backends/pacman/backend-pacman.c

commit fc611ca97bd2e80a940b681536e06c7c795fd4d8
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add basic transaction infrastructure

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-transaction.c
A	backends/pacman/backend-transaction.h

commit 08e24e7899a9a45c59a796b356dd97fd42826665
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add dependency lookup

M	backends/pacman/Makefile.am
A	backends/pacman/backend-depends.c
A	backends/pacman/backend-depends.h
M	backends/pacman/backend-pacman.c

commit a17b9b6ea942c27df9e61d0ff9af7419b8f56847
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add searching support

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-search.c
A	backends/pacman/backend-search.h

commit 5d6ff45a59cc1256218fec87ccfb19a2be374dc8
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add package-related methods and helpers

M	backends/pacman/Makefile.am
A	backends/pacman/backend-packages.c
A	backends/pacman/backend-packages.h
M	backends/pacman/backend-pacman.c

commit f3dc5bceca79a281b1d8eb2bd59ae2facb675c13
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for package groups

M	backends/pacman/Makefile.am
A	backends/pacman/backend-groups.c
A	backends/pacman/backend-groups.h
M	backends/pacman/backend-pacman.c
A	backends/pacman/groups.list

commit a0c504f2298169a7824ff5ba77fa82d992099080
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for managing repos

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-repos.c
A	backends/pacman/backend-repos.h

commit b0d10be480615b02fcc4445e7c13f6c39c5b1458
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add cancellation infrastructure

M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-pacman.h

commit 5f1ceb316f4cc2f5512e858855818f7d307095b5
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add trivial backend functions

M	backends/pacman/backend-pacman.c

commit a2af32b3175c32d6a4657e7afbe455ce3fd0d7ae
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add error reporting infrastructure

M	backends/pacman/Makefile.am
A	backends/pacman/backend-error.c
A	backends/pacman/backend-error.h
M	backends/pacman/backend-pacman.c

commit 846d652ad912c15d3e342f48a8face885bc79716
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    create skeleton pacman-glib backend

M	backends/Makefile.am
A	backends/pacman/Makefile.am
A	backends/pacman/backend-pacman.c
A	backends/pacman/backend-pacman.h
A	backends/pacman/pacman.conf
M	configure.ac

commit 83460a2b07aac18ffd776e23812af89e8f9028ff
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-06

    trivial: initialize arrays to NULL when replaying cached GetUpdates
    data

M	src/pk-transaction.c

commit 7cb12f937588a1cb46769e62ed94f2cb1e54ddd5
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-06

    trivial: set backend role after resetting it

    Fixes fd#27527 for good

M	src/pk-transaction.c

commit dfdd3ca4c434c85fa56ddd8df7ad206dd2ae4b75
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    Cleanup: kill unpleasant g_strv_length calls.
    Re-work install_packages_thread
	+ detect available packages that are already installed, and
	  forbid re-installation (the PackageKit way)
	+ emit all-packages-already-installed error
	+ search for PoolItems using the better search-by-name iterator
    First cut at specifying packages that cannot be removed and suitably
    aborting a transaction if they are requested to be so

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 3e5d25c5e13074d87b7f7a45dae142a7ead3298d
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    Fix problem whereby the terminal wouldn't return data to scanf from
    a read before newline; but pk_console_get_number would only consume
    the digits, leaving a '\n' malingering to break a subsequent
    pk_console_getchar_unbuffered.

M	lib/packagekit-glib2/pk-console-shared.c

commit 7a82596532ab572d0133cd2b90068fdb4e474acb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-06

    Release version 0.6.4

M	NEWS
M	docs/html/pk-download.html

commit 446c63d971fe04df149bf74dcc2363a654e7db08
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    trivial: use the GLib TRUE/FALSE defines to fix compile

M	src/pk-backend.c

commit a84c0c2ab41f4b7bface00af3ba437a84fe4d739
Author: aalam <aalam@fedoraproject.org>
Date:	2010-05-06

    l10n: Updates to Panjabi (Punjabi) (pa) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pa.po

commit 498e327f2ccd26710456642b99646e86526bae10
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    trivial: add a link to the cgit pages in pk-download.html

M	docs/html/pk-download.html

commit f819908d41e8c172274dddc307915c0daec2c4c5
Author: Marko Myllynen <myllynen@redhat.com>
Date:	2010-05-05

    Add maximum wait time limit to cron checks

    Update checks from cron were using sleep 21332 to avoid hammering the
    servers which is indeed very useful feature. However, those wait times
    were easily several hours so a user might well shut down the system
    before any checking is done. This patch allows defining maximum wait
    time limit for the cron script, defaulting to one hour. Using the
    default clients now will wait 1 - 3600 seconds before contacting the
    servers

M	contrib/cron/packagekit-background
M	contrib/cron/packagekit-background.cron

commit 3fa90bfa3266c36dfcf751785c1733d3f1d94f93
Author: Marko Myllynen <myllynen@redhat.com>
Date:	2010-05-05

    Fix system name variable name inconsistency in the cron script

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	contrib/cron/packagekit-background
M	contrib/cron/packagekit-background.cron

commit 47baf7c5b13f869eb9cc0a802faaf41d24ca71e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    Fix the permission of /etc/sysconfig/packagekit-background to be
    non-executable

M	contrib/cron/Makefile.am
M	contrib/cron/packagekit-background

commit da05605256722c25e7560844c8a8273b084c0be1
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    Get the final 'finished' signal right on remove
    Simulation
      + use the new hint:simulation boolean
      + add all simulation variants
      + cleanup previous simulation var usage
    Remove un-used DEPS enums, and backend variable

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit fd0e004814e659cd471216c4fdf8b1393a5229e4
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    add hint:simulate boolean on the backend, set for all simulation
    methods, to increase code re-use and simplicity in the backends.

M	src/pk-backend.c

commit 6b6217db4451d2a7f3c1a0e506e4b0902fef8e02
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    yum: Move the list of infrastructure packages that are updated first
    to the config file

M	backends/yum/Yum.conf
M	backends/yum/yumBackend.py

commit 3ee0c8596761fc7c93498cf48642c627566d281b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    yum: Move the list of system packages that cannot be removed to the
    config file

M	backends/yum/Yum.conf
M	backends/yum/yumBackend.py

commit 69454c649087495d5850a3817abfc18deb78d370
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    Ensure the daemon emits Message() signals when replaying the cached
    GetUpdates data

M	src/pk-cache.c
M	src/pk-cache.h
M	src/pk-transaction.c

commit 05bd618c58d3feb3190ed3005591acf40de44b3c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    glib: Add C accessors for PkMessage

M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h

commit abaf46fa7bce3a7eb65ddb294d03b988871b03e4
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    Tweak filtering to ensure that we never emit both 'installed' and
    'available' for a given package name/ver/arch - even if it is also
    available for re-installation.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 5e4d31e813c8c92396b5abb933083283b379a7ce
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    fix whitespace foo

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit bb7eec4024e25ccd936b8c58b51e6724eabe0430
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Factor pool item change notification out into
    zypp_backend_pool_item_notify.
    Simplify get_requires_thread.
    zypp_perform_execution
      + add 'simulate' parameter
      + improve resetting of parameters on exit
      + improve exception handling
    Implement simulated package removal

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit dce84081ae19287a308d16eaf622fbeb69c9a9fa
Merge: c7f9942 3357269
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 3357269f56c4725d6ca60f0ec7e3b8dbe5390539
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    whitespace cleans wrt. }else{

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 6d14bcf136484b8fa73bcd10f6e2ebaeeb3e9d9e
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    introduce a pseudo-architecture "source" to distinguish source
    packages from binary ones of the same name and version.

M	backends/zypp/zypp-utils.cpp

commit 3abbf4b3aaf664cbe96304a80c3aa9fa69632279
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    share the version / architecture comparison code into
    zypp_ver_and_arch_equal
    fix associated leaks.
    Update backend's advertised filter flags

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 70d18b3bc674cca9ca65c05eaf23d43b2bf3f1c5
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Yes it is a better idea to use a strong package version compare
    instead of a string compare.

M	backends/zypp/pk-backend-zypp.cpp

commit cbe307ba6f97a512b6c6b3da5917a747128f1dab
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Wrap pk_backend_package, use the wrapper to simplify the code,
    and fix leaks in getrequires, resolve and what_provides.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit dc2dfa2d1949c27418320936799ba9a23eed3962
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Fix multiple bugs in 'resolve'
      + resolve should return all matching results, not just one
      + it needs to support the 'NEWEST' filter

    Also remove all manual calls to pk_package_id_build, and update
    signature to zypp_build_package_id_from_resolvable to help.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit c7f9942f597cea2da551a1f65ea948837a49e4a1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-04

    yum: ensure we catch the exception if there are no groups. Fixes
    rh#587196

M	backends/yum/yumBackend.py

commit b4c32e864abbdf1d7ed359657e4bf4a90359faca
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    cleanup calling convention

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit a933fa10661df435e45a812b340b81b8301f2e83
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    cleanup 'resolve' filtering code
    cosmetic error return cleanup to improve readability

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 8d766104b804c2672568d976eff9bc2477c2c319
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    fix dummy security model proxy support

M	src/pk-engine.c

commit b28d224984de9899cf30ccb0d2a0ed18cdb4c4f6
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    downgrade required autoconf version

M	configure.ac

commit a53ce81e8ff638bbb47703821ff9f3448468a832
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    fix parallel-build snafu wrt. MOC generated files

M	lib/packagekit-qt/src/Makefile.am

commit 48c58d36fc435a3c14f3d352673fc2a17767307f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Cleanup a certain amount of superstitious coding:
      + no need to g_strdup before checking for null strings
      + no need to heap allocate and delete stl types in the same scope
      + no need to convert pk-bitfields to strings, and use strstr
    Misc whitespace, comment, naming cleanups
    Split out the filtering functionality into zypp_filter_solvable
      + re-use this for emit_filtered_packages
      + re-use filtering where it was missing.
    Fixes several key pkcon bugs:
      + bogus (installed) dependencies shown during install
      + resolve not doing filtering broke remove - by sometimes
	returning 'available' and not 'installed' packages of
	the same name

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit ee4a1d13df5b6ca3faaf0c6a2e14a11caa98517e
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-05-03

    entropy: catch DependenciesNotRemovable exception during reverse
    dependencies calculation

M	backends/entropy/entropyBackend.py

commit 6bf9b8676548acdeb4657a751a9e761f8a00dc88
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-04-30

    l10n: Updates to Portuguese (pt) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pt.po

commit c25e4244c72ca73ea9c2beee31ed4b5b562c2e81
Author: warrink <warrink@fedoraproject.org>
Date:	2010-04-30

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit ee5669cbdd1cf9d4116cf71a063fd77036ee78a1
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Serbian (Latin) (sr@latin) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr@latin.po

commit e918b92acf38d307a4c79b1efd2f262f242ad5a8
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Serbian (sr) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr.po

commit 5610fe964e537d16f49b9cc45f999a2bb90a6659
Author: raven <raven@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit e58b15064059fca2bd8a43366814463ed582b0b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-29

    Ensure we send MESSAGE_OTHER_UPDATES_HELD_BACK when we hold packages
    back

M	backends/yum/yumBackend.py

commit 87399341e4f122b8bd81dcb98c0f1127dd92e958
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit c4d199e1183458149491ffbc537b9a9d78b3ddf3
Author: logan <logan@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit b5d70ba0c4b77e1e181edb5d185de84b5cda396d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-28

    Allow clients to request a relocatable root, but only with admin
    authority

M	backends/yum/pk-backend-yum.c
M	client/pk-console.c
M	etc/PackageKit.conf.in
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	policy/org.freedesktop.packagekit.policy.in
M	src/org.freedesktop.PackageKit.xml
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction.c

commit 59d5111dd620a3978cd02946a94ecc7d9bc6e3cf
Author: Michael Andres <ma@suse.de>
Date:	2010-04-28

    zypp: let libzypp determine whether a patch is needed.

    - with libzypp-6(>= 6.32) or libzypp-7(>=7.3) locked patches are
    no longer
      classified as being needed. Thus locking unwanted patches should
      prevent
      them from being shown.

M	backends/zypp/zypp-utils.cpp

commit 3a26c7c8515df9dac1c60052213d721cd2fecf83
Author: Michael Andres <ma@suse.de>
Date:	2010-04-21

    zypp: attempt to improve backend_find_packages

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 7f48336a852e584c43a1c34154ceb15b995f7e3d
Author: Michael Andres <ma@suse.de>
Date:	2010-04-21

    zypp: fix memeory leaks

M	backends/zypp/pk-backend-zypp.cpp

commit 90c0aee993691e698d414cbf450284dd8f8db0ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-25

    yum: Ensure the lock failure message is proper unicode. Fixes
    rh#585620

M	backends/yum/yumBackend.py

commit 8e884eca6153a6be2a1099d65a239b9dc79c4420
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-20

    yum: fix up two runtime critical warnings when using the zif
    accellerator

M	backends/yum/libzif/zif-md-filelists-xml.c
M	backends/yum/libzif/zif-md-primary-sql.c

commit 491af515effdd4683222fd8d0c17ea4abe149126
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-20

    yum: Fix a crash when there are no updates and the user is using zif

M	backends/yum/pk-backend-yum.c

commit c61e9664ed7d33084b7d00b9c664c521004d74dc
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-20

    yum: Ship a standalone version of licenses.txt for future code

M	backends/yum/Makefile.am
A	backends/yum/licenses.txt
M	tools/pk-refresh-licenses.c

commit 06c0dd3bf417387de36fbd2b9290ec768b4c7458
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    yum: update to a newer version of libzif that supports getting the
    file lists for a remote package

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-completion.h
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-md-filelists-sql.c
M	backends/yum/libzif/zif-md-filelists-xml.c
M	backends/yum/libzif/zif-md-other-sql.c
M	backends/yum/libzif/zif-md-primary-sql.c
M	backends/yum/libzif/zif-md-primary-xml.c
M	backends/yum/libzif/zif-md.c
M	backends/yum/libzif/zif-md.h
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package-remote.h
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store-remote.h
M	backends/yum/pk-backend-yum.c

commit 76e2ca1a89e490e52ce1e4e2da96ccfb8243061a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    trivial: don't print a scary error message when there is simply no
    process running

M	src/pk-spawn.c

commit 7da52e55abed1b650cf5b262ecf025986afaccd9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    trivial: update the fedora spec file

M	contrib/PackageKit.spec.in

commit 8a8c92949f385fa7ac8f953531910d96e3cf13f2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    yum: Ensure we create /var/cache/PackageKit if the user nukes it
    and then tries to re-create the comps cache

M	backends/yum/yumComps.py

commit 1622a0c5dba6cf8e6294fab5609478a6d4cdd4e8
Author: dichi <dichi@fedoraproject.org>
Date:	2010-04-19

    l10n: Updates to Indonesian (id) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/id.po

commit c3046c09dd4f7395e0c844c8c50d8e19c4718047
Author: kristho <kristho@fedoraproject.org>
Date:	2010-04-19

    l10n: Updates to Danish (da) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/da.po

commit 48a464074c00acf4213690cba28dae48a577fb8c
Author: aalam <aalam@fedoraproject.org>
Date:	2010-04-19

    l10n: Updates to Panjabi (Punjabi) (pa) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pa.po

commit 2d546c059b47fa9bd77a81fe4935f7e47cd1b441
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-15

    yum: Sync with libzif upstream which offers a pretty stellar
    performance increase

M	backends/yum/Makefile.am
D	backends/yum/libzif/egg-string.c
D	backends/yum/libzif/egg-string.h
M	backends/yum/libzif/zif-changeset.c
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-md-comps.c
R073	backends/yum/libzif/zif-md-filelists.c
backends/yum/libzif/zif-md-filelists-sql.c
A	backends/yum/libzif/zif-md-filelists-sql.h
A	backends/yum/libzif/zif-md-filelists-xml.c
A	backends/yum/libzif/zif-md-filelists-xml.h
D	backends/yum/libzif/zif-md-filelists.h
M	backends/yum/libzif/zif-md-metalink.c
M	backends/yum/libzif/zif-md-mirrorlist.c
M	backends/yum/libzif/zif-md-other-sql.c
M	backends/yum/libzif/zif-md-primary-sql.c
M	backends/yum/libzif/zif-md-primary-xml.c
M	backends/yum/libzif/zif-md-updateinfo.c
M	backends/yum/libzif/zif-md.c
M	backends/yum/libzif/zif-md.h
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package-remote.h
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-array.h
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-store.h
M	backends/yum/libzif/zif-update.c
M	backends/yum/libzif/zif-update.h
M	backends/yum/libzif/zif-utils.c
M	backends/yum/pk-backend-yum.c
M	src/egg-string.c

commit 91ebf46a4e1b717493a82abf7b3ff76bc47d34e8
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-04-14

    l10n: Updates to Portuguese (pt) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pt.po

commit 5835debdb751aae682cc8dd922039f5889370cb8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-14

    yum: get the correct state for each update. Fixes rh#574658

M	backends/yum/yumBackend.py

commit b65b14f8e232b9bcf09e538583b5c20401b4ca80
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-14

    trivial: sync up with libzif from git master

M	backends/yum/Makefile.am
A	backends/yum/libzif/zif-changeset.c
A	backends/yum/libzif/zif-changeset.h
A	backends/yum/libzif/zif-md-other-sql.c
A	backends/yum/libzif/zif-md-other-sql.h
M	backends/yum/libzif/zif-md.c
M	backends/yum/libzif/zif-md.h
D	backends/yum/libzif/zif-self-test.c
M	backends/yum/libzif/zif-store-remote.c

commit f74d519ebca2a0a5415d0c928123276e4e9323dd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-12

    Remove the ruck client, it's been broken for the last few releases

M	configure.ac
M	contrib/Makefile.am
D	contrib/ruck/AUTHORS
D	contrib/ruck/Makefile.am
D	contrib/ruck/README
D	contrib/ruck/src/.gitignore
D	contrib/ruck/src/Makefile.am
D	contrib/ruck/src/i18n.py
D	contrib/ruck/src/ruck.in
D	contrib/ruck/src/ruckcachecmds.py
D	contrib/ruck/src/ruckcommand.py
D	contrib/ruck/src/ruckformat.py
D	contrib/ruck/src/ruckmain.py
D	contrib/ruck/src/ruckpackagecmds.py
D	contrib/ruck/src/rucktalk.py
D	contrib/ruck/src/rucktransactcmds.py
D	contrib/ruck/src/ruckyum.py

commit 0ee5ef732cb1dae802ceb69ea461ff8e3728e45d
Author: Warren Turkal <wt@penguintechs.org>
Date:	2010-04-12

    apt: Fix a spelling error in the config file prompt message

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/apt/aptBackend.py

commit dcabf9a81c15fc7d590567f8aec1645f0f537620
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-11

    Send a message when other updates are held back so we can add a note
    to the GUI tool

M	backends/yum/yumBackend.py
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit a08f9b9a999a7339e8a9ddad1385ed794e606b9d
Author: Grzegorz Dabrowski <grzegorz.dabrowski@gmail.com>
Date:	2010-04-11

    ported PackageKit to Haiku - http://www.haiku-os.org/
    - daemon() exists in libbsd.so library
    - there is no setpriority() function
    - pid_t is defined as signed long int

    Please review pid_t change. I hope that it compiles on FreeBSD.

M	configure.ac
M	src/pk-spawn.c

commit 448d8868aeaa08b33e0ab0180a1971893d5f3a3c
Author: Koen Kooi <koen@openembedded.org>
Date:	2010-04-10

    opkg: include stdio.h before opkg.h to make newer gcc happy

M	backends/opkg/pk-backend-opkg.c

commit 1d18e85e5302c92ceae56c58dc4a3b81dc56eb30
Author: Koen Kooi <koen@openembedded.org>
Date:	2010-04-10

    Fix opkg backend

M	backends/opkg/pk-backend-opkg.c

commit 29dc9f3cf4342f4f8ae8f5c362da61f753fedbe4
Author: Grzegorz Dabrowski <grzegorz.dabrowski@gmail.com>
Date:	2010-04-10

    updated box backend, now it compiles and works again

M	backends/box/pk-backend-box.c

commit 5fb1ec9abea73ec261b978cc72222306bb5d2532
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-09

    l10n: Updates to Serbian (Latin) (sr@latin) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr@latin.po

commit d0c0f27a68e67ab2d4b64348cf48e8ea65cd23d4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-08

    Correctly fallback by checking the transaction role, not the backend
    role. Fixes fd#27527

M	src/pk-backend.c

commit 49c62bc75647ca28ce50b92f56e58e12335df115
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: do not crash when using the newest filter with libzif

M	backends/yum/pk-backend-yum.c

commit d1b892ce76a3170389c9a1b85491bcc7aa594308
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: Add some test code to get the update info using zif

M	backends/yum/pk-backend-yum.c

commit d2d66dcc4ceab765908c8aec7145319ca5797b7f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: use zif to get the update lists

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c

commit 48ecaebae6a5368e05d1000852ff32b9c928b1c0
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    Fix build when not using PolicyKit

M	src/pk-engine.c

commit a6bb5de5a32d5140d8097d66dd6a8b4856547e2f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: update to the latest snapshot of libzif to support legacy
    primary metadata

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
D	backends/yum/libzif/zif-repo-md-comps.c
D	backends/yum/libzif/zif-repo-md-comps.h
D	backends/yum/libzif/zif-repo-md-filelists.c
D	backends/yum/libzif/zif-repo-md-filelists.h
D	backends/yum/libzif/zif-repo-md-metalink.c
D	backends/yum/libzif/zif-repo-md-metalink.h
D	backends/yum/libzif/zif-repo-md-mirrorlist.c
D	backends/yum/libzif/zif-repo-md-mirrorlist.h
D	backends/yum/libzif/zif-repo-md-primary.c
D	backends/yum/libzif/zif-repo-md-primary.h
D	backends/yum/libzif/zif-repo-md.c
D	backends/yum/libzif/zif-repo-md.h
M	backends/yum/libzif/zif-self-test.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-array.h
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store-remote.h
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-store.h
M	backends/yum/pk-backend-yum.c

commit 9d659a43d888c481964611c7af6182f3e5c88319
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: update to the latest snapshot of libzif to support legacy
    primary metadata

A	backends/yum/libzif/zif-md-comps.c
A	backends/yum/libzif/zif-md-comps.h
A	backends/yum/libzif/zif-md-filelists.c
A	backends/yum/libzif/zif-md-filelists.h
A	backends/yum/libzif/zif-md-metalink.c
A	backends/yum/libzif/zif-md-metalink.h
A	backends/yum/libzif/zif-md-mirrorlist.c
A	backends/yum/libzif/zif-md-mirrorlist.h
A	backends/yum/libzif/zif-md-primary-sql.c
A	backends/yum/libzif/zif-md-primary-sql.h
A	backends/yum/libzif/zif-md-primary-xml.c
A	backends/yum/libzif/zif-md-primary-xml.h
A	backends/yum/libzif/zif-md-updateinfo.c
A	backends/yum/libzif/zif-md-updateinfo.h
A	backends/yum/libzif/zif-md.c
A	backends/yum/libzif/zif-md.h
A	backends/yum/libzif/zif-update-info.c
A	backends/yum/libzif/zif-update-info.h
A	backends/yum/libzif/zif-update.c
A	backends/yum/libzif/zif-update.h

commit 45bad680ec2ab1c274fe3709871919cc1be28f49
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-07

    l10n: Updates to Serbian (sr) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr.po

commit c8971f45c7c3b90039d09f2ab47f2766ffa76dc9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: Fix two warnings from clang, neither of them look like bugs

M	lib/packagekit-glib2/pk-task.c
M	src/pk-transaction-extra.c
M	src/pk-transaction.c

commit d062c6b64d684a6c8ce9959c86b95e612a078f7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    Fix up an unintialized g_free() spotted by clang

M	src/pk-backend-spawn.c

commit 52e651a4cef05a01ca796e550cc529be5b322d01
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: Remove some prototypes without bodies which caused warnings
    with gobject-introspection

M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-progress.h
M	lib/packagekit-glib2/pk-results.h
M	lib/packagekit-glib2/pk-task.h

commit 84c92b6494bd91568567b75c35f91af2518e940d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    glib: add some more simple C accessors for package data

M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h

commit 6f293f11aa49c0421cdc5a3a4035f6714299bd4c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: catch exceptions.IOError whenever we do a low-level yum
    call. Fixes rh#577549

M	backends/yum/yumBackend.py

commit 0da7f62bf7d8cc34a04c6d2721edd3f00286ecba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: Ensure we force a cache update if the comps groups cannot
    be loaded

M	backends/yum/yumBackend.py

commit 44b63a9d0204c9cbb5d4700ffa5e51b8bf08b17d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-06

    trivial: sync spec file with fedora upstream

M	contrib/PackageKit.spec.in

commit dcf9aaf5fada567a06e7a3aacbb797e01f3372a8
Author: warrink <warrink@fedoraproject.org>
Date:	2010-04-04

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit 1025e26da681cfefa29980f00495a03e28185448
Author: logan <logan@fedoraproject.org>
Date:	2010-04-03

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit 0e674e4f4fc54670dcd0d8c46df9c07be949e78f
Author: raven <raven@fedoraproject.org>
Date:	2010-04-03

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit 0a0c741e1968add33bf3f63bfbc2cc4d672889d6
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-04-03

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit a215659436fd2a1abf2295b844d73008235c8f21
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:	2010-04-02

    Fix up three typos in translated strings

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	client/pk-console.c
M	client/pk-generate-pack.c

commit 6d937aaeab8173494ae4aa4ac018311c5ace2131
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-04-02

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit abd582cc9daed8bd573477a4053827183b4ebf78
Author: logan <logan@fedoraproject.org>
Date:	2010-04-02

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit df4039e0898a72c199e449a07f9da5beb3e95864
Author: raven <raven@fedoraproject.org>
Date:	2010-04-02

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit 9bdd05966612891eb744b290558ceb2bd9943bd6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-01

    Add support for the 'frontend-socket' hint and pass it to backends

M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c

commit 26eb4321e30fa5fb4f843e43a1e28547acd2e898
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-01

    Don't return from SetProxy() before we've got the authentication
    result

M	client/pk-console.c
M	src/pk-engine.c

commit 28be6ee257f81d9db1fd7ce8b45edf3b5564a610
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-01

    pkcon: if http_proxy or ftp_proxy are set in the environment, use them

M	client/pk-console.c
M	client/pkcon.xml
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h

commit 2f668c94b6895e2cba2f98ffc25d36a9a834495d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-31

    trivial: update the spec file to the latest from fedora

M	contrib/PackageKit.spec.in

commit 8bf6bbe200f11abe4c527c7cf0aeb270aaec19f5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-30

    yum: Do not abort if the package-id is not unique in the reposet

    This can happen if you do 'ln -s newpackage oldpackage' and then run
    createrepo. Fixes rh#569460

M	backends/yum/yumBackend.py

commit 174d14e2ba500de41d5ddc58ee7dcc42a2c4a32a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-29

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 980a0df5b54c367f5a06ccbd7d8ec7faf08f43ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-29

    Release version 0.6.3

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	po/POTFILES.skip

commit b32820f514cf1acf82448a651553448d069448c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-29

    trivial: add some compat code to zif

M	backends/yum/pk-backend-yum.c

commit 492f35e29b5362c91e303d0c2fdfd2eb2457094c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    trivial: update a gitignore file

M	lib/packagekit-qt/src/.gitignore

commit 95f29eab53e273f8b7824d878578ffe2e8770aba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    Ensure the Package(finished) signal is always sent during the
    transaction. Fixes rh#522628

M	src/pk-backend.c

commit bd74f0efa85f990cfa6ddbcaac904229c384fde3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    trivial: tiny optimisation so that we don't try to do
    Package(finished) for finished packages

M	src/pk-backend.c

commit 03ade7d2fe598c0ffb391e020a11a14a1f1a4c7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    trivial: Do not do AC_SUBST twice in configure.in as PKG_CHECK_MODULES
    does this for us

M	configure.ac

commit 4065ac5f09f35f425e0fe807cceb56d4d0ffa27d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    Show PkPackage changes in pkmon for easier debugging

M	client/pk-monitor.c

commit 198ca3c3b1a4cf6c177df6b4c48b20732983889b
Author: vpv <vpv@fedoraproject.org>
Date:	2010-03-24

    l10n: Updates to Finnish (fi) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/fi.po

commit 6c32d907318f81ba7e4b0e477ebe3de2d7f6c906
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-23

    CNF: add a boolean configure variable 'SimilarNameSearch' to allow
    skipping swizzle testing. Fixes #27246

M	contrib/command-not-found/CommandNotFound.conf
M	contrib/command-not-found/pk-command-not-found.c

commit 981d1ccb3a079a689861e7ef61df715eedc8a57a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-22

    Add some missing G_BEGIN_DECLS and G_END_DECLS to fix including
    from C++

    Should hopefully fix rh#572467

M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-console-shared.h
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-package-sack-sync.h
M	lib/packagekit-glib2/pk-task-sync.h

commit cdec669fd682f76ba392d71df375b72a02895b0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-22

    trivial: do not print a verbose debug statement in
    egg_debug_post_parse_hook()

M	contrib/PackageKit.spec.in
M	src/egg-debug.c

commit 301575ee6c62b72208c319d0de73554e3e7e373e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-19

    pk-qt: Fixed UpdateState enum

M	lib/packagekit-qt/src/transactionprivate.cpp

commit e78ba8f77c9dfa4fbbb0b2dc63cdb3173ce4ceb1
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-18

    * Fix Kubuntu support for upgrade (using env var exported by
    KPackageKit)
     Patch by Jonathan Riddell

M	data/pk-upgrade-distro.sh

commit 1bcaf457b92eecd069da34b7a4b143743e298a00
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-18

    Never exit the daemon, even when we hit a race in PkSpawn - just
    cleanup, warn, and continue

M	src/pk-spawn.c

commit 7ba0793015e19ff6f7e532cd9d92364212217984
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: be less verbose when we are cleaning up after a script that
    does not do finished

M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-spawn.c
M	src/pk-transaction-extra.c

commit 5f92c6d07083e0fc761934bf4488245b46dea3df
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    python: do not call finished before exiting the script due to an error

    Python takes an _enormous_ amount of time to exit, and leaves a
    huge race when you try to change a dispatcher because of an error.

    Leave PackageKit to clean up for us in this case.

M	lib/python/packagekit/backend.py

commit fc7a7f87b07cdd1134b990f31e84888ecfd0d415
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: print an error to the console if the PkTransactionError
    action fails to run

M	src/pk-transaction-extra.c

commit b455e2c8d1ddd1d8ba81703aa895b8d4d56d378e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: poll in a 10ms delay when killing the backend, to avoid
    the noticable delay when switching dispatchers

M	src/pk-spawn.c

commit d7ab5d0d48a9c970c3d4a5f7ac4fb2d83b74ea0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    Be more careful when testing the value of waitpid() to try to debug
    a problem where the backend appears to exit

M	src/pk-spawn.c

commit 40b1c10fc0ea87f7a62b891487d38a49a2405093
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: fix up a few comments in PkSpawn

M	src/pk-spawn.c

commit 6de3cf2754f707551c364c375f5aa75c9b38c45d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    Do not finish the transaction with success when the spawned backend
    does an non-finished exit

M	src/pk-backend-spawn.c

commit cf240718d70ba94ae9ede9cc3afdca749c9ff12f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    yum: display the location of the config file used when loading

M	backends/yum/pk-backend-yum.c

commit b5d4f689c77ef07df3c73e919d2d62cc03c11bac
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: ensure we remove CLEANUP and FINISHED packages from the package
    sack before we run the simulate callback

M	lib/packagekit-glib2/pk-task.c

commit 944392eaecc399cb9db92c7b34917c47c052cb26
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: add some self tests for pk_package_sack_remove_by_filter()

M	lib/packagekit-glib2/pk-package-sack.c

commit 4916a0fb4513cff22bd4d9c3189713b7f3c3ca25
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: do not generate a PkPackageSack from the package array,
    instead add packages as they appear

    This clears the bug where the new PkPackageSack has packages present
    that we're just removed...

M	lib/packagekit-glib2/pk-results.c

commit 4e88f66d890d787a629f38ca48d68ffe45d46574
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: add pk_package_sack_filter() and
    pk_package_sack_remove_by_filter()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 77db664167c406afea590526bc0762241c02fb44
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: use the const package data to reduce the number of g_strdup
    and g_free's we do when sorting a large list of packages

M	lib/packagekit-glib2/pk-package-sack.c

commit 3fe8ab433623faf5f40681e06ebc9d4fbefcd64b
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-03-16

    l10n: Updates to Serbian (Latin) (sr@latin) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr@latin.po

commit 08300f1a4c84ca0950e2fe5f4e3b6e94c2717db8
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-03-16

    l10n: Updates to Serbian (sr) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr.po

commit e8689b781d92c80c570d8119df901951c72b94ea
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: use libzif to get the update lists, although disable this until
    we can load the update descriptions too

M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-utils.c
M	backends/yum/libzif/zif-utils.h
M	backends/yum/pk-backend-yum.c

commit 5e45e40df3591f3bd0eee3a37607bdc2c34fe79e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: use libzif when doing WhatProvides

    No massive speed increase this time, it's been done so we
    have precise control over when the network is accessed

M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md-primary.h
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c

commit 07e28edd2af6768aeebc9346cffb16bd8d4c8e2a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    trivial: add one more error enum,
    PK_ERROR_ENUM_PROVIDE_TYPE_NOT_SUPPORTED

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit bc014c395cb23c1a6b4b201dc7b8f57b096d8c4b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    trivial: allow PkStore values to be changed by the backend if required

M	src/pk-store.c

commit 043b776ac73ec527b49dbc1337829c0f09201703
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: if we failed to resolve deps in a simulate pass, then don't
    just return empty package list

M	backends/yum/yumBackend.py

commit 6adcc075d192bbc861488aeab95ae2b398824e63
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-03-16

    l10n: Updates to Portuguese (pt) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pt.po

commit eb20d300cb325181160078e9bd72810a8bb60385
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: ensure we can create repomd for empty repos when using libzif

M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-store-remote.c

commit 2dcceeefe6790e7bdeab4e3fd98b032a19067541
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: gently nudge the backend to exit if we're waiting for the lock,
    rather than kill it

M	backends/yum/pk-backend-yum.c
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h

commit 71732de3d461fc39c84aa6013a4bdaa5a5cc5f98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    glib: fix up a critical warning when installing a file, not a package

M	lib/packagekit-glib2/pk-task.c

commit 70e6a148a0f97df124478dc205473eabbd9a58c9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: ensure we send out the UntrustedPackage message when we simulate
    installing a file, so ensure we don't prompt the user twice

M	backends/yum/yumBackend.py

commit 730ae1c42628a270b0551f4e413bab91cadd80b2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-15

    yum: ensure to catch exceptions when we fail to initialize for
    GetRepoList

M	backends/yum/yumBackend.py

commit 7e02395cc49c94ac8de21f01aba8f462d72d526a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-15

    trivial: update the example spec file to the latest from Fedora

M	contrib/PackageKit.spec.in

commit e7c1ea0edbd3de453df64756ff71232cd1376dc5
Merge: 2bc7836 e777013
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 2bc7836db7985e11c648261af323a1c3a6b7259c
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: fix local variable called before it was set (hurrr)

M	backends/conary/conaryCallback.py

commit c41579cca48a2c028b26e5a95fa0a1785861041e
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: make progress really chatty

M	backends/conary/conaryProgress.py

commit 73159eb800e5840a36358d652a3fe94e1b07292a
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    Fix typo

M	backends/conary/conaryBackend.py

commit 747a1ed13b0ba9f33acb3c2b20c5343e31010e7b
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: bring back _do_update, which got whacked accidently

M	backends/conary/conaryBackend.py

commit a81e49b5e58418d5d9643b8f491399a90cdb3cf5
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: fix details views, more or less

M	backends/conary/conaryBackend.py

commit f4836816c20c987e20d7936998d7d9183f3c4f29
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: make _get_update a bit less spaghetti-ish

M	backends/conary/conaryBackend.py

commit af4e564c190be5993336638449a8427366078db7
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: tidy things up a bit in conaryCallback

M	backends/conary/conaryCallback.py

commit d1412ce709ba39149f698527b1985f850feebfe8
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: improvements to XMLCache and generateXML

    1. Do not write a partial XML file upon a network error
       or when there is no repos data to write. This can happen
       if the Conary repository is down, and may cause subsequent
       parsetree errors when ElementTree tries to read an empty
       file.
    2. Ignore the NETWORK env variable (not used ATM AFAICT)
    3. Hardcode in a list of "pregenerated" labels for Foresight.
    4. Fix a case where the XML was fetched too many times.

M	backends/conary/XMLCache.py
M	backends/conary/generateXML.py

commit 81d82c23e1155e74aec7a3f6c74cacf8c9780667
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: instantiate XMLCache only once, avoiding massive memory usage

M	backends/conary/conaryBackend.py

commit 3ad0efb6d630454a4c19628e7c8c1eea363a502b
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: refuse to explode on a warning callback

M	backends/conary/conaryCallback.py

commit 73a645e69421cbc547bbcbb809a74a1926757f82
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: refrain from using threaded mode

M	backends/conary/conarypk.py

commit e777013a7609e7a4a24cdbe6e9d5ac70645f8d30
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: enable the libzif code for downloading packages

    Also update the version of libzif used, to fix various other buglets.

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md-mirrorlist.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md.c
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-utils.c
M	backends/yum/pk-backend-yum.c

commit 0c2416d88a8a9e6bd73935f84c317c19709b45c1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: use libzif to download packages

    Note: this isn't any faster than the yum version, and it's
    currently disabled due to a zif bug.

M	backends/yum/libzif/zif-package.c
M	backends/yum/pk-backend-yum.c

commit 170c5ccba2526646a93592b861e4d307ec2bfa33
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    Do not show installed packages when we choose packages to download

M	client/pk-console.c
M	lib/packagekit-glib2/pk-console-shared.c

commit 211ffa4e1c8884444d6e1894f48ac06bb730125c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    trivial: do not allow backends to kill the default process (-1)

M	src/pk-spawn.c

commit 9e97ca0ca071cf21bc757f5ddb7680c3368391f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: when using libzif, quit the spawned backend rather than waiting
    for it to time out

M	backends/yum/pk-backend-yum.c

commit 3a07bcd8c55dd7160f3193f801d0a07929bbf36e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: fix up API usage of get_applicable_notices to prevent an
    internal error

    Apparently get_applicable_notices(pkgtup) returns an array of
    (pkgtup, notice)
    which doesn't make a lot of sense to me.

M	backends/yum/yumBackend.py

commit 98b2b56a7e4efead8c7628062a37c992279f003f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: use libzif to refresh the repos

    This is 2.3x faster than using yum

M	backends/yum/pk-backend-yum.c

commit bbb0237b4117e5bbf824dfe62bf862c8791ac2c2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    Set the backend role in the pk_backend_(role) functions, not in
    PkTransaction

    Otherwise we do not get the role set correctly when the backend
    is being used in PkTransactionExtra which affects some threaded
    backends.

M	src/pk-backend.c
M	src/pk-transaction.c

commit 044c9f8b9b283b823b8fb303f8604f65fed7cb98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: ignore repos that are not contactable when using libzif

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-array.h
M	backends/yum/pk-backend-yum.c

commit 782b1c9122ac0959b063e4fb750a49bcae379fbf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: add an entry UseZif into Yum.conf so admins can change the
    default setting

M	backends/yum/Yum.conf
M	backends/yum/pk-backend-yum.c

commit ab3a78ee15cf866d03ecdf79917e11cf8def092a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: add a Yum.conf configuration file and add the DisabledPlugin
    key there

M	backends/yum/Makefile.am
A	backends/yum/Yum.conf
M	backends/yum/yumBackend.py
M	contrib/PackageKit.spec.in

commit 6a9be7be3a68d860149ada7dd80df7124c3a3660
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: fix searching by file when using zif

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c

commit 7a8901dae04527347b0804b1e45a75f0ae927b5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: use more Zif functionality when searching for packages

    17.1x faster than using yum when doing a Resolve() on 10 packages

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-config.h
M	backends/yum/libzif/zif-depend.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-download.h
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-groups.h
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-lock.h
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-monitor.h
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md-mirrorlist.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md.c
M	backends/yum/libzif/zif-repo-md.h
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-repos.h
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-store.h
M	backends/yum/libzif/zif-string.c
M	backends/yum/libzif/zif-utils.c
M	backends/yum/libzif/zif-utils.h
M	backends/yum/pk-backend-yum.c

commit a048884d3e8f4aebf0f657aa9af45f9b9426c5a4
Author: shnurapet <shnurapet@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Russian

M	po/ru.po

commit a6b9a20490739414b42c68dc49b8b177425a1f73
Author: shnurapet <shnurapet@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Russian

M	po/ru.po

commit 0c0c5d2401570a3ac2b83980f81ad0ebb6d5bd61
Author: kristho <kristho@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Danish

M	po/da.po

commit 134fe6080cf89aa7f326506ec05a2eb3f37e3247
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Ukrainian

M	po/uk.po

commit c9a86d89d052fe6bbca75e03cfc2c9be5c39dad9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: trivial: bring back the old yum support in place if we ever
    want to test zif

M	backends/yum/libzif/zif-store-array.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 6c35820b8bc0430a667b05e176846a0c9b49fea6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    trivial: add pk_backend_thread_finished() for use on threads that
    want to return the signal in the main thread

    This is useful for debugging some threading issues. You don't want
    to use this function.

M	src/pk-backend.c
M	src/pk-backend.h

commit 70767734679fd19584f1803aa23f9db23a304f20
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    Do not crash libdbus when libnm-glib uses it's own context

    libnm_glib.c is trying to do something which isn't really supported
    with dbus-glib
    which is using a non-default context. This crashes packagekitd when
    using a threaded
    backend every 1 in 300ish times.

    Bug found by Colin Walters <cwalters@gnome.org>, many thanks

M	configure.ac
M	contrib/PackageKit.spec.in
M	src/Makefile.am
M	src/pk-network-stack-nm.c

commit a8536977ea35232df89efa3e33245e5edc467b84
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    trivial: make the test-succed backend more useful for debugging races

M	backends/test/pk-backend-test-succeed.c

commit ad6c0e521ff9c4789ef33a9ac8f4d806ab966753
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    Add a configure option UseThreadsInBackend so we can more easily
    debug packagekitd

M	etc/PackageKit.conf.in
M	src/pk-backend.c

commit 4c8c78f895d88a7c08d919ff9474ae9cfcea6d92
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    trivial: make gdb.sh generally more useful

M	src/gdb.sh

commit 4484f491f41ac0269cc8d4cc8a56d3e5a6e279f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: for installed packages, use Zif to get the package details

    This is 2.1x faster than using yum

M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/pk-backend-yum.c

commit bcbb8b4264f19a601d48347f3a6341054308ce01
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: ensure we inform Zif of the network state so it can download
    repodata if required

M	backends/yum/pk-backend-yum.c

commit a31e89c927cc55a71f234747d2874b2a2f2c66eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: for installed files, use Zif to get the file list

    This is 2.3x faster than using yum as we're only using the rpmdb,
    not loading the repos

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md.c
D	backends/yum/libzif/zif-sack.h
R064	backends/yum/libzif/zif-sack.c
backends/yum/libzif/zif-store-array.c
A	backends/yum/libzif/zif-store-array.h
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif.h
M	backends/yum/pk-backend-yum.c

commit 42383763e1566f3476ff0d38b43f19cccba9b055
Author: raven <raven@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Polish

M	po/pl.po

commit 9b0eab18ac4c62210d4b382086d908500579bfa6
Author: warrink <warrink@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Dutch

M	po/nl.po

commit c83d07435008ec286c88bf14cd0c8deea9965543
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: trivial: update to the latest upstream version of libzif

M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-download.h
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md-mirrorlist.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md.c
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-sack.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-utils.c

commit 7724e79be8767b35da5965a5202fc7f9e7d51baf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: ensure we trigger the GCancellable when we're doing a transaction
    cancel

M	backends/yum/pk-backend-yum.c

commit fe50bfd14367131e8193b8a67e1acf3622721e6a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Fix up the LXDE and Moblin groups. Fixes rh#571775

M	backends/yum/yum-comps-groups.conf

commit 72c0d548a9ac828e28a3702a23134d412a7903f4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Use Zif for getting the category lists

    This ensures we don't do network IO just for reading a few XML files.
    10x speedup compared to forking yum.

M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-sack.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 95d8a0d83d7516272679ece00cc35698ccfbdcf4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Use Zif for enabling and disabling repos

    This ensures we don't do network IO just for reading a few repo files.
    17x speedup compared to forking yum.

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 690662d6ce5c393e60eb4f8bcf3ad8bf96772816
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Use Zif for getting the repo list (2x speedup)

M	backends/yum/libzif/zif-repos.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit ed290da775936890e13cfc96c24707412b2707b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: get the group list from Zif rather than hardcoding a fixed list

M	backends/yum/pk-backend-yum.c

commit b9bc42ec3d7650336f08e9c0f47ca141a3c8c304
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: connect up more Zif helper objects in the yum backend

M	backends/yum/libzif/zif.h
M	backends/yum/pk-backend-yum.c

commit a6d8abe4dfbf2029b0ba95545fe9f32a1c26b1d4
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-03-09

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 6306c1879fcc1a3e93269afa45eb3eaffed040b2
Author: logan <logan@fedoraproject.org>
Date:	2010-03-09

    Sending translation for Spanish

M	po/es.po

commit 7ad33dbb308653a28da60a36b374940c9a333175
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    trivial: print a message if there are not distro upgrades

M	client/pk-console.c

commit 52a11e4dcc40f0bea25a5e2e0bdec22e95021b3c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    trivial: ensure GetDistroUpgrades is run in a thread to prevent
    blocking the daemon

M	backends/yum/libzif/zif-download.c
M	backends/yum/pk-backend-yum.c

commit 14b1dd1ef2cc3d00fa4a30062ea6271c600b3b0e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    yum: use Zif to get the list of distro-upgrades

M	backends/yum/Makefile.am
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py
M	configure.ac
M	contrib/PackageKit.spec.in

commit d33a3c9ab21fb6f1bf461c5851790a1144d61259
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    yum: add the 'Zif' accelerator so we don't have to use yum for small
    local queries

    This just imports some source files, the actual zif project lives
    here:
    http://github.com/hughsie/zif

    Note: we're not going to use zif to replace yum, just to accelerate
    some things that have to be faster.

A	backends/yum/libzif/egg-debug.c
A	backends/yum/libzif/egg-debug.h
A	backends/yum/libzif/egg-string.c
A	backends/yum/libzif/egg-string.h
A	backends/yum/libzif/zif-completion.c
A	backends/yum/libzif/zif-completion.h
A	backends/yum/libzif/zif-config.c
A	backends/yum/libzif/zif-config.h
A	backends/yum/libzif/zif-depend.c
A	backends/yum/libzif/zif-depend.h
A	backends/yum/libzif/zif-download.c
A	backends/yum/libzif/zif-download.h
A	backends/yum/libzif/zif-groups.c
A	backends/yum/libzif/zif-groups.h
A	backends/yum/libzif/zif-lock.c
A	backends/yum/libzif/zif-lock.h
A	backends/yum/libzif/zif-monitor.c
A	backends/yum/libzif/zif-monitor.h
A	backends/yum/libzif/zif-package-local.c
A	backends/yum/libzif/zif-package-local.h
A	backends/yum/libzif/zif-package-remote.c
A	backends/yum/libzif/zif-package-remote.h
A	backends/yum/libzif/zif-package.c
A	backends/yum/libzif/zif-package.h
A	backends/yum/libzif/zif-repo-md-comps.c
A	backends/yum/libzif/zif-repo-md-comps.h
A	backends/yum/libzif/zif-repo-md-filelists.c
A	backends/yum/libzif/zif-repo-md-filelists.h
A	backends/yum/libzif/zif-repo-md-metalink.c
A	backends/yum/libzif/zif-repo-md-metalink.h
A	backends/yum/libzif/zif-repo-md-mirrorlist.c
A	backends/yum/libzif/zif-repo-md-mirrorlist.h
A	backends/yum/libzif/zif-repo-md-primary.c
A	backends/yum/libzif/zif-repo-md-primary.h
A	backends/yum/libzif/zif-repo-md.c
A	backends/yum/libzif/zif-repo-md.h
A	backends/yum/libzif/zif-repos.c
A	backends/yum/libzif/zif-repos.h
A	backends/yum/libzif/zif-sack.c
A	backends/yum/libzif/zif-sack.h
A	backends/yum/libzif/zif-self-test.c
A	backends/yum/libzif/zif-store-local.c
A	backends/yum/libzif/zif-store-local.h
A	backends/yum/libzif/zif-store-remote.c
A	backends/yum/libzif/zif-store-remote.h
A	backends/yum/libzif/zif-store.c
A	backends/yum/libzif/zif-store.h
A	backends/yum/libzif/zif-string.c
A	backends/yum/libzif/zif-string.h
A	backends/yum/libzif/zif-utils.c
A	backends/yum/libzif/zif-utils.h
A	backends/yum/libzif/zif.h

commit a633c7b3ec6f85e06fb52e438fa48d4269efcd14
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    Fix reporting distribution upgrades by setting the correct property
    in two places

M	lib/packagekit-glib2/pk-client.c
M	src/pk-backend.c
M	src/pk-backend.h

commit 19926d4ce04e1c693c1468323c354b5cdb6da756
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    When realpath fails, do not silently fail but return with an error

M	lib/packagekit-glib2/pk-client.c

commit 59b9e5821d3332cc24a86a44ac3d4d63978f67d0
Merge: 0951895 2f7e5c6
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-06

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 2f7e5c6a4708b22037094426e270f5e81106ab1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-04

    Fix a nasty segfault if the library check-restart code tries to emit
    a restart-required

M	src/pk-transaction-extra.c
M	src/pk-transaction.c

commit 7ec02d79bc535f87932a8654bcb2ceacd6917499
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-03-03

    entropy: fix up the backend as the filters string is now a list,
    not a delimited string

M	backends/entropy/entropyBackend.py

commit cb35f934d693a20c318cb3e09963e42be74cfe13
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-03-03

    smart: convert filters string to array

M	backends/smart/smartBackend.py

commit 8bd1638fc959a6bcf5c0de403909b6c1bb89a001
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    trivial: add data about stable releases

M	docs/html/pk-download.html

commit 05778bf386cd90b6fac41c1317c19eb923194090
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    trivial: add some compat defines for old versions of gnome-packagekit

M	lib/packagekit-glib2/pk-package-ids.h

commit d3557f5c5ab96352b0b00e095ef9d5f8516f2070
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    yum: fix up the backend as the filters string is now a list, not a
    delimited string

M	backends/yum/yumBackend.py

commit a7f3186db437e3409f8f72d7bd1c631abc63fedd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    Break internal python API by supplying a list of filters to the
    backend, not a delimited list

M	lib/python/packagekit/backend.py

commit 0951895adf46008df5713d771bad208d24f243fe
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-03

    conary: first blush at getting conary backend to listen to simulate_*

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit fd3de6a4dc21eb3467f4d60b7e4fa79dcff65aff
Merge: b4976cb c809012
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-02

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit c809012143dd78a86d3366ed0d75865ef40c03d5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-02

    yum: if yum, rpm or PackageKit are available as updates, then
    update these packages first and surpress any other updates until
    the next check

M	backends/yum/yumBackend.py

commit 93967983f83feaab5d8dfd872a751e9d76a873f5
Merge: 467a9c6 975f37d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 467a9c68faf1604b51e8270537333512a4cf6cb1
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    aptcc: fix a mem leak

M	backends/aptcc/apt.cpp

commit 975f37de07c124384edd40d5c2d8ef965d6f6d86
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-02

    yum: ensure we actually do self._check_init() for RefreshCache so
    non-contactable repos get disabled

M	backends/yum/yumBackend.py

commit 33a4cf61608bc65f907a0b7e4ca45ea971c81f6c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    aptcc: Don't allow essential packages to be removed

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 89fbc4a5faf8a478205c0789df3c56d354e0dc9b
Merge: 97c893f db726c3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 97c893fcf40084d40046642440af06160bd6b413
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    aptcc: Fix show broken packages

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/aptcc_show_broken.cpp
M	backends/aptcc/aptcc_show_broken.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit db726c31a383622ccaedbcf752d40feeb6b6bbc0
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-03-02

    Sending translation for Ukrainian

M	po/uk.po

commit 15f883e6823c080f7f5e2b62b79e8cd64c255e52
Author: Tim Waugh <twaugh@redhat.com>
Date:	2010-03-02

    bugfix: fixed packagekit.client.search_file() in Python bindings.

M	lib/python/packagekit/client.py

commit 4e892f7c07bd408e0b39986ee72cd50e16e3e6db
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit b4976cb7ae3279a1b7a1901bb665480060fa8240
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-02

    APT: Convert search-files to latest Python backend API
    changes. Perform
    an AND instead an OR search.

M	backends/apt/aptBackend.py

commit 7ff454a98f5f88d72381dfe7c8f1ae36c644d98d
Author: yeager <yeager@fedoraproject.org>
Date:	2010-03-01

    Sending translation for Swedish

M	po/sv.po

commit 02a79b2c2cf0c92805b24c71e246a75bf1d0401c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-01

    Release version 0.6.2

M	NEWS
M	RELEASE
M	docs/html/pk-download.html

commit 09dbf4c0f38023af59c869b1ab338aea2bdf6a97
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-02-28

    APT: call the correct command for simualte-install-files

M	backends/apt/pk-backend-apt.c

commit ea5286373d0b3154bed993f6ab2a57e701d2dbc9
Author: igor <igor@fedoraproject.org>
Date:	2010-02-26

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit c3dbe95e503836eac0b949834d6eba8f9f6ef818
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-26

    trivial: add another thing to the planned-api-changes doc

M	docs/planned-api-changes.txt

commit ee3f32c7cf1fd4ffbc94a35f13016eef68a0d206
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-26

    entropy: update exposed public function signatures, uniform them
    with superclass ones

M	backends/entropy/entropyBackend.py

commit a648024434640c4de5f9cf4769cb721910ae3660
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-26

    trivial (almost): uniform Python backend API signatures, this
    shouldn't affect any currently implemented backend

M	lib/python/packagekit/backend.py

commit 0396745e16cd8fc204ed67347db0410b9581d2a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-25

    Bump LT_CURRENT as we broke API this cycle

M	configure.ac

commit 6596032cec6386375923827f828d4c0712a61d9b
Author: kristho <kristho@fedoraproject.org>
Date:	2010-02-24

    Sending translation for Danish

M	po/da.po

commit 80252871424fb2b35dc95718320b8ff5a53dab50
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Forgot lib-glib2 change about simulateRemovePackage autoremove

M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c

commit 76c3f56ce6af48245145cc4e965e230cb4e4638a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Added autoremove to simulateRemovePackage

M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/entropy/pk-backend-entropy.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/test/pk-backend-test-succeed.c
M	backends/yum/pk-backend-yum.c
M	docs/planned-api-changes.txt
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-internal.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 56402de0a6fc3bbc17856c9340fdc45cf45d51e4
Merge: 3c2052a 341d43c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 3c2052aca2a99034a9e20ca260779ffb1fcaea4c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Removed deprecated SetLocale

M	docs/planned-api-changes.txt
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 341d43ccc181b46e70e855053a53d4b8939fd7a2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-24

    trivial: Fix up the run-p.sh helper text

M	src/run-pk.sh

commit fcfcd755502cfd1c885a83e2e3a67ba12a270c90
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-24

    yum: blacklist auto-update-debuginfo when using PK tools to prevent
    madness. Fixes rh#566578

M	backends/yum/yumBackend.py

commit fb4669c72d0e17065c9aecb30ddb746099bcbef2
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-02-24

    Initialize relevant GError's to NULL

    Hi, I've been debugging a packagekit backend for my distribution
    (Arch Linux)
    and came across a GLib warning about setting a GError twice. I did
    a grep for
    uninitialized GError's and found lots in src/pk-transaction.c,
    which I assume
    was why the warnings occured. Attached is a patch to fix this.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	src/pk-transaction.c

commit 4e00fe54a487eda8210244a6c681e948086ab74c
Merge: 9655ba0 8502a99
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-02-23

    Merge branch 'qt-sharedpointer'

commit 9655ba047e2224ef635ca6a680e29a58c11d541d
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-02-23

    Sending translation for Portuguese

M	po/pt.po

commit ab2ac164b8e656433c1338d32cf8c2abafff663b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-02-22

    smart: make repo-list work with channelsync too

M	backends/smart/smartBackend.py

commit 899861f3a7bd62a28aace43513e872bc4fb086c1
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-02-22

    smart: change encoding to preferred, replace errors on stdout

M	backends/smart/smartBackend.py

commit 8502a99f500ec198e10f555e5a23d8434bf5b666
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-02-18

    PackageKit-Qt: Drop QObject for Package

    This commit removes the QObject parent class from the Package
    class. To handle
    memory management, the QSharedPointer class is used.

    Note: All the API is broken by this commit. But it's for your own
    goodness.

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/util.cpp
M	lib/packagekit-qt/src/util.h
M	lib/packagekit-qt/test/transactiontest.cpp
M	lib/packagekit-qt/test/transactiontest.h

commit 58fb8cc1671b4e1aba770186ba7691cb17c28837
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-22

    portage: add myself to authors

M	backends/portage/pk-backend-portage.c

commit f20dca5c666846f62a6c21a2e64c1f44abedf230
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-20

    portage: port backend to new API

M	backends/portage/portageBackend.py

commit cb115d8021dcc11fc18ad9d7977a55afcb7f71ae
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-20

    entropy: port backend to new API

M	backends/entropy/entropyBackend.py

commit 45222ee64b4900e59fc42ece094d49eeb7f9db10
Author: alshopov <alshopov@fedoraproject.org>
Date:	2010-02-20

    Sending translation for Bulgarian

M	po/bg.po

commit 5d886b771629228c89b3973b5e23e24a46d104b3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-19

    aptcc: fix compiling

M	backends/aptcc/apt-utils.cpp

commit 6182926db2a2c5cd4c6546293b14227a3c334bef
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-19

    aptcc: fix once package descriptions FDO bug #26357

M	backends/aptcc/apt-utils.cpp

commit f91495412e7f0188a295fb0677eb9ab406cd5f20
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-02-19

    smart: convert search term string to array

M	backends/smart/smartBackend.py

commit 49cf53d5668d23d679b431a2ebfd9f7b59055ff3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-19

    aptcc: improved kind of updates detection

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit b62a05a786f9a254b6a29f15b874ff9d7a15f402
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    trivial: Fix up the self test program now we've fixed the
    pk_backend_finished race

M	src/pk-spawn.c

commit dcb9e8af02c2d75d746084a3280877dd9f95a986
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    Fix a logic problem where the PkSpawn and PkBackend instances would
    race and sometimes issue a pk_backend_finished() when the dispatcher
    instance was being changed

M	src/pk-backend-spawn.c

commit d02e6a88e2be7969edcbee58bc82a486aad72231
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    trivial: Remove a legacy test file

D	backends/test-backend.sh

commit a7a6d622c0111cc8e1c53c7100810c4fd535b795
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    yum: remove the '&' multiple parameter hacks

M	backends/yum/yumBackend.py

commit 1dad89f15c235158a59b13cbd1d9f9bd46ebbcda
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    Change the python helpers to get sent an array of values, not a
    delimited string

    This requires backend authors to change thier backed so that the
    search term passed
    to search-name, search-details, search-group, search-details and
    what-provides is
    now an array of strings, not a single string.

M	lib/python/packagekit/backend.py

commit 0d8fa002ca02a01257f94697b1deddd5fb654b17
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-02-18

    packagekit-qt: Fix tests to use correct signal proto

    With the change to the Enum class, a few signal protos changed,
    and the tests
    were not all kept up to date.

M	lib/packagekit-qt/test/transactiontest.cpp

commit fb85f58da5aa2bef0fd732ce65257232a8519a64
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-10

    PackageKit-Qt: Switch from QDbusReply to QDBusPendingReply

M	lib/packagekit-qt/src/client.cpp

commit 054e969b43dfe5b7776c1e9d91775c293f566ba6
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-10

    PackageKit-Qt: Port the tests to the new Enum class

M	lib/packagekit-qt/test/transactiontest.cpp

commit a6b5c32678d5d971b141d99c1bb495a89d212e6f
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-10

    PackageKit-Qt: Fix filtersToString and make enumToString more robust

M	lib/packagekit-qt/src/util.h

commit 160a1543601ef68ebe955e0898da8ea083a98e0e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-18

    packagekit-qt: fix the enum use

M	lib/packagekit-qt/src/util.cpp

commit f510fb852e98e60fa3f547739c74763ee0cac423
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-18

    aptcc: fix unknown progress when download takes too much time to go
    to 1%

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h

commit 03a55dd90661b91ffdc50bed8a97662c744c4131
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-18

    trivial: actually define PK_CLIENT_ERROR_LAST -- I think I'm actually
    going insane...

M	lib/packagekit-glib2/pk-client.h

commit cd0da3084feaab29210c731f3496f3a843e50458
Author: Vincent Untz <vuntz@gnome.org>
Date:	2010-02-17

    glib2: add pk_control_suggest_daemon_quit() (and async version)

M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h

commit bf0b83a083ef3c00ee150ca38d857ec9db1b6edb
Author: kenda <kenda@fedoraproject.org>
Date:	2010-02-17

    Sending translation for German

M	po/de.po

commit 83cbbfff483f12bfeaa488d4fff045a15f3f24f4
Author: zodman <zodman@gnome.juglas.name>
Date:	2010-02-15

    trivial: getting conary backed works again

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit 80cb2da24313799e3ae5679f533ecafcfa107076
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-15

    Do not set the transaction id for all backends, it's a bad performance
    penalty

M	src/pk-backend-spawn.c

commit 5ca1a5b5c39a6eead8d3436e04bfc80f5733c7f2
Author: snicore <snicore@fedoraproject.org>
Date:	2010-02-12

    Sending translation for Hungarian

M	po/hu.po

commit bf29de7a373588330a67788d63e46a56fd1624d4
Author: dichi <dichi@fedoraproject.org>
Date:	2010-02-12

    Sending translation for po/id.po

A	po/id.po

commit 6188e8b6b39502868abb3ea3b026ab6df70e1240
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-11

    trivial: ensure we set the role in the transaction after
    pk_backend_reset() has been called

M	src/pk-transaction.c

commit 469899c293b5194bc8f42188f19b1176a1505298
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-11

    trivial: add internal function pk_backend_get_role()

M	src/pk-backend.c
M	src/pk-backend.h

commit 6fc6e4db4575b84a803cd2774110e9b3148b7ed6
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    entropy: update TODO

M	backends/entropy/TODO

commit e2c0db2693b598822f344baf19d0da7c401f1b07
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    portage: implement PackageKitPortageBackend.get_categories()

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 077254f83dc3e0656cb6761255194e32b17b2391
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    entropy: fix error message typo

M	backends/entropy/entropyBackend.py

commit e734c23088671f3f3fc25b00c09a6207e650d90a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    portage: factor out portage code from PackageKit overridden methods,
    several bug fixes

M	backends/portage/portageBackend.py

commit 76685bb09b671fe3cb99523a64da02a27531c632
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-09

    PackageKit-Qt: Hopefully fix moc files generation

M	lib/packagekit-qt/src/Makefile.am

commit fd11637619930245541ce842284ea55067f5cb3a
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-09

    Revert "pk-qt: fixed some small issues with makefiles"

    This reverts commit 3c3fd76a09a71b16c0bc05e3448fa6b784a4a241.

    Conflicts:

	lib/packagekit-qt/src/Makefile.am

M	lib/packagekit-qt/src/Makefile.am
A	lib/packagekit-qt/src/enum.cpp

commit 44273daa7b23c093becd3e23233282e4dec02e25
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-09

    PackageKit-Qt: Fix Makefile.am for generated files

    The switch to fully generated proxies introduced a bug where
    generated files
    wouldn't be shipped or updated correctly, breaking make distcheck.

M	lib/packagekit-qt/src/Makefile.am

commit 0d1713e7f9adc439921c0aac647a80c1e22c6d3e
Merge: 3c3fd76 31f2130
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-09

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 3c3fd76a09a71b16c0bc05e3448fa6b784a4a241
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-09

    pk-qt: fixed some small issues with makefiles

M	lib/packagekit-qt/src/Makefile.am
D	lib/packagekit-qt/src/enum.cpp

commit 31f21308ec1d695d8ea9d73c3af0c65a07c9025d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: implement EULA handling on pkgs install

M	backends/entropy/entropyBackend.py

commit 92a84e44af215bc234d6c598afa5a2a954223baf
Merge: e2da1ce 483bfd0
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    Merge remote branch 'official/master'

commit e2da1ce18330721cdf53bae8c4b50bff908e30d4
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    portage: add basic simulate_* backend support (backend needs
    refactoring first)

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 2a0c2d80ccb8a41d2c95e934a8ffc01b7783ff94
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: add simulate_* support

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit 56660f059f825af81942e832ba7f5ca516dfe037
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: disable backend_what_provides by default

M	backends/entropy/pk-backend-entropy.c

commit c5e483482fd6eb9b90e6764b761712faad363f5a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: add stubby EntropyPackageKitBackend.what_provides()

M	backends/entropy/entropyBackend.py

commit 483bfd01027719fdbd1028faaf7496ebd5b60f06
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Add the environment variable accecpted_eulas to the spawned processes

M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c

commit f6314d1e579314e746874629304302561b1bc259
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Ensure that a malicious user can't make the backend exit by injecting
    a bogus EULA call into the transaction

M	src/pk-backend-spawn.c

commit 1d797872b05786a223511376ebd30270f70077d5
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: add what_provides C backend support (disabled for now)

M	backends/entropy/pk-backend-entropy.c

commit b05161319a28a32f07a0d3bbf8fcc2010b6b8b8a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: properly emit package() signals when installing/fetching

M	backends/entropy/entropyBackend.py

commit ea7214ae6af5ed424190e8ff143b05a71e68c52b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Add the environment variable transaction_id to the spawned processes

M	src/pk-backend-spawn.c

commit b7c052dc64d50320afcdc60e67ccc29508f058c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    trivial: update the fedora spec file

M	contrib/PackageKit.spec.in

commit ac9baa270950422518c3125016b620ec3553d983
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Install the introspection data to the correct location

M	lib/packagekit-glib2/Makefile.am

commit d78e57853283c8102eb592b54579df0416672905
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    trivial: add some getters and setters to PkCategory

M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h

commit a072ed4b06a1c759c6076f83806f8713bbbcfb04
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-08

    PackageKit-Qt: Fully automatize the proxy generation

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/clientprivate.h
D	lib/packagekit-qt/src/daemonproxy.cpp
D	lib/packagekit-qt/src/daemonproxy.h
A	lib/packagekit-qt/src/enum.cpp
M	lib/packagekit-qt/src/transactionprivate.h
D	lib/packagekit-qt/src/transactionproxy.cpp
D	lib/packagekit-qt/src/transactionproxy.h

commit e1cbebd375f659fd61b1da650ac83fef8e8b3423
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-08

    PackageKit-Qt: Port tests to current API

M	lib/packagekit-qt/test/daemontest.cpp
M	lib/packagekit-qt/test/main.cpp
M	lib/packagekit-qt/test/transactiontest.cpp

commit 61f2a41c220cdab7dcbbcde2b3a7bf5e9fad4e55
Author: snicore <snicore@fedoraproject.org>
Date:	2010-02-08

    Sending translation for Hungarian

M	po/hu.po

commit 9ff395dcfc4ffb16109db93990a75e8c5de033ca
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-08

    entropy: implement PackageKitEntropyBackend.install_files()

M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit 6d830250970dbcc17696b8c7d5e4d5e745bcc565
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-08

    entropy: add get_mime_types support in backend

M	backends/entropy/pk-backend-entropy.c

commit ac592ac66f0f6da2c4a86797af6012f381bd0188
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-08

    entropy: temp disable EULA agreement checks

M	backends/entropy/entropyBackend.py

commit b11b661a81df8b75b9712bb336e96eb08446f4f9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-08

    trivial: fix make distcheck

M	lib/packagekit-qt/src/Makefile.am

commit 849ba664683cf5942027a3937c18cab669ee9305
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-05

    pk-qt: Moved all enums to Enum::class, and updated some

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
D	lib/packagekit-qt/src/enum.cpp
M	lib/packagekit-qt/src/enum.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/util.cpp
M	lib/packagekit-qt/src/util.h

commit aee67a4ce44b2abcec0d73f082842d56317306c0
Merge: e88dd57 b7241eb
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-05

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit e88dd573eca3d341ce5034b355d17302a3394525
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-05

    pk-qt: Added more constness to the lib, cleaned some includes and
    updated API to 0.6.1

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/daemonproxy.h
M	lib/packagekit-qt/src/enum.cpp
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/transactionproxy.h

commit b7241eb689b4fc8883c224442c2da17ff22d23f6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-05

    yum: don't show an internal error if the database was changed by
    rpm when we are building a transaction

M	backends/yum/yumBackend.py

commit adee23f5a1468ab61c3e3fb4ae099db7edcf074e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-05

    trivial: Add another error enum: PACKAGE_DATABASE_CHANGED

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 90066e3b2ca20ad09a267194bd924bdf7b8d0a97
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-05

    qt: Add a Last[enum-type] entry to ensure we always can compile with
    -pedantic-errors and be able to insert an enum in  single line

M	lib/packagekit-qt/src/client.h

commit e794d925a8497dc2d962b169823b4f2146cf7443
Author: Slawomir Czarko <bugzilla.redhat.com@sklep.czarko.net>
Date:	2010-02-05

    Fix up a typo that prevents compiling programs that use packagekit-qt
    with -pedantic-errors

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	lib/packagekit-qt/src/client.h

commit e203b0b432e029a294da36b3546b7df160891a8f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-04

    pk-qt: moved the package enums to Enum class

M	lib/packagekit-qt/src/Makefile.am
A	lib/packagekit-qt/src/enum.cpp
A	lib/packagekit-qt/src/enum.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h

commit 2d1d04799b8c640b00b91681aaa779c5656ba8f7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-04

    Changed the planned-api-changes for pk 6.0

M	docs/planned-api-changes.txt

commit 1d24f4c9e3ba1c7de8333ee9d0a3478d5d302381
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    entropy: spawn error on missing accepted EULAs

M	backends/entropy/entropyBackend.py

commit 08a5bb9780cbc9bd3852d784c13af364e0116c06
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    entropy: add eula-required signal emission

M	backends/entropy/entropyBackend.py

commit 5438d9e815d15264cf4be93eb9571ef4a56bd0c5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-04

    Add a pk_backend_set_speed() helper function

M	src/pk-backend.c
M	src/pk-backend.h

commit 91cd7e7da809bf0300ba52a211f8750d37442116
Merge: cda3a3b 9641b42
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    Merge remote branch 'official/master'

commit 9641b42e38c5f642cc7d52645bdbc3d91302e0b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-04

    Add the eula-required python method helper

M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c

commit cda3a3ba59b90b3bccdaa6fd5fe18ab0a8eccee8
Merge: fd7fde7 cb622dc
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    Merge remote branch 'official/master'

commit fd7fde797dd85cca228134ce839e46ae42f5a8aa
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    entropy: trivial backend module cleanup

M	backends/entropy/entropyBackend.py

commit cb622dc7f88807d3be8fdd5c140e851dc7d7de33
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-04

    Update the list of free licences from the Fedora wiki

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 5b2a3aae94b48621f5b620ebedc3ccf2fa9b88eb
Merge: d57452f 7b4671c
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-02-03

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit d57452f25a00fc2fd55f3f6cb71ae097098554ff
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-02-03

    zypp: change policy to download first

M	backends/zypp/zypp-utils.cpp
M	configure.ac

commit 7b4671c1dc3679600fcb9d0c0ce12ad96104b8ef
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    entropy: disable debug logging by default

M	backends/entropy/entropyBackend.py

commit 3430d160a6a68a096d50a2618b933aeb74e03faa
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-03

    trivial: add a list of planned API changes in 0.6.x

A	docs/planned-api-changes.txt

commit 3c3a272d2d79bb9252d401eab446d8b8e4d560c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-03

    trivial: update some gitignore files

M	.gitignore
M	lib/packagekit-glib2/.gitignore

commit 27f4a3cefd02d45bc8d51c1e10b24b2855324dc1
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update TODO

M	backends/entropy/TODO

commit faa3aefe0588830504e5e63250deea0a3a5e9c63
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    entropy: add Entropy PackageKit backend

M	backends/Makefile.am
A	backends/entropy/Makefile.am
A	backends/entropy/TODO
A	backends/entropy/entropyBackend.py
A	backends/entropy/pk-backend-entropy.c
M	configure.ac

commit 5ecb7cbfb5c967c8d321a912d67712d5eb63bff4
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] disable EntropyPackageKitBackend.get_distro_upgrades for now

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py

commit 059fb32e4bbd6dcfe2c088b746f76a7f351d7de5
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update TODO

M	backends/entropy/TODO

commit d4cb2f8d51d8804460df6fffd67d214be96de04d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.update_system()

M	backends/entropy/entropyBackend.py

commit 41f4100be8035595bc2ab90800e3f0e2879e5f1c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] more backend bits ftw

M	backends/entropy/pk-backend-entropy.c

commit f30befc9f87c291583a93a70ea104deec686eb32
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update more backend bits ;)

M	backends/entropy/TODO
M	backends/entropy/pk-backend-entropy.c

commit 0e9389c2119be0b6090857da485de4712b8450b3
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update TODO

M	backends/entropy/TODO

commit db81823790cdd9b108b95f015fb8d796c340cf98
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [portage] port portage backend to PackageKit HEAD

M	backends/portage/pk-backend-portage.c

commit 86d84676e8c089e5f1dc1e12688cd7f27a8d769e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: scale lxnay to fit on the page...

M	docs/html/img/author-lxnay.png

commit 8e451286badc6de26c3c343106fa2e68dbcdd0a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Define a new error code for when the user declines the simulation

M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c

commit 8fe49c17329ec4bdfc54d1838e429b697e6ffe5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add a new library function: pk_package_sack_filter_by_info()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit c3c2b51492735165475fa75feb7e91b94abb01a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: re-instate pk_package_sack_get_size()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 6285f181eab2256b51227b5d1d6e1de6898418a8
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    add myself to developers' page

A	docs/html/img/author-lxnay.png
M	docs/html/pk-authors.html

commit c63790de60ff000af3dd19c48bcb5744fcbb1b78
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add the polkit backend library in LIBADD, not LDFLAGS. Fixes fd#26373

M	src/Makefile.am

commit 64e8c018d4d579ebb68e6ed3e75829b1c91b8e3b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    yum: add simulate-install-packages, simulate-update-packages and
    simulate-remove-packages

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 47375485bc5abb27f3c9c3f679927ac4fe362bf6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Do not run the transaction with only_trusted if the simulation
    inferred that any packages were unsigned

M	lib/packagekit-glib2/pk-task.c

commit 2e9e8484c750d2621a765dae5bc312c85fd1c49a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: show a warning when we fallback to get-depends or
    get-requires

M	src/pk-transaction.c

commit 4c7676549e1eee450c3289037929b7c0ce104bf8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Show messages in the pkmon output when the task has completed

M	client/pk-monitor.c

commit 2a9bdd7a5e9ad5946e7debe35acaef2ab9e1e187
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 8aa4c4c30537c9c66533b2de15f8fe8806fcb5d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Release version 0.6.1

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html

commit 499fcb7cfc9e826583682bbc93fc97a3902ce39a
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-29

    zypp: add more features to repo_set_data.
    patch from Ladislav Slezak

M	backends/zypp/pk-backend-zypp.cpp

commit e9ec74c453f9d800391d5eea872a02046bff71da
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.download_packages()
    support (+ module QA checks)

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py

commit 23baf9e6f0bb840b1da47de3f2366af89e2252f3
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.get_categories()
    (and prepare download_packages)

M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit c401361c3c04f92bcec9276112a4845af24e2694
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] add TODO

A	backends/entropy/TODO

commit bcefe8f76c7d961fa50c22b506db1ac9beb17984
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] subclass UrlFetcher to redirect output to PK, make possible
    to cancel pkg install/removal

M	backends/entropy/entropyBackend.py

commit 4cf6b74bd3d037c4b13f62f9a2311d890800cb51
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.remove_packages()

M	backends/entropy/entropyBackend.py

commit df998e868842e77c278f3a965edb12e5ee659976
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement EntropyPackageKitBackend.install_packages()
    and update_packages()

M	backends/entropy/entropyBackend.py

commit 9d55e7fae71b8c35c75939c2be921278ce83cdf1
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] fix backend_update_packages pk_backend_spawn_helper
    arguments

M	backends/entropy/pk-backend-entropy.c

commit 30658b7058ed5cba9299bfeb192e40740041b264
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    portage: fix backend_update_packages() spawn_helper argument was
    missing

M	backends/portage/pk-backend-portage.c

commit a94db726cd8586f1c2f6d30444c430f44f153b87
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    portage: fix backend_update_packages() spawn_helper argument was
    missing

M	backends/portage/pk-backend-portage.c

commit b5100a8e44efb21e6cd1440ac2f248d32e72d404
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement EntropyPackageKitBackend.get_requires()

M	backends/entropy/entropyBackend.py

commit 6501f03327776e3a4becdc6a011e7fde8c0358c3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: scale lxnay to fit on the page...

M	docs/html/img/author-lxnay.png

commit 0fa913c6b546f24f36ec0967006f7cd70de50a35
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Define a new error code for when the user declines the simulation

M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c

commit 754dae752962f2bd2000406b340342f499c17087
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add a new library function: pk_package_sack_filter_by_info()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 42bd6832a68864b3baac1f1d9d751f03da8a0a49
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: re-instate pk_package_sack_get_size()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 368b253e45a63976ccae7aeac9df86276dd6864d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement PackageKitEntropyBackend.get_update_detail()

M	backends/entropy/entropyBackend.py

commit 1f0f2ba0462b3a84607a7bf2e2db7c7018dd590b
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    add myself to developers' page

A	docs/html/img/author-lxnay.png
M	docs/html/pk-authors.html

commit 5b2749861754d84dfba250031bc500f4ac883993
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    fix PackageKitPortageBackend.get_update_detail()

    Signed-off-by: Fabio Erculiani <lxnay@sabayon.org>

M	backends/portage/portageBackend.py

commit f6ff602d814d188afae3bb91eb770c70ee4a1d93
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [portage] fix PackageKitPortageBackend.get_update_detail()

M	backends/portage/portageBackend.py

commit 6af40e600d9b78d5ed926d25d7f0f0efbd5eaa1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add the polkit backend library in LIBADD, not LDFLAGS. Fixes fd#26373

M	src/Makefile.am

commit 259e29781fc18f4d41d3c4d079ecb3837c8396d6
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement PackageKitEntropyBackend.get_details()

M	backends/entropy/entropyBackend.py

commit 9ced345300e193b150c95dcadca66c20d621d339
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] fix log message typo

M	backends/entropy/entropyBackend.py

commit 3c3b31d5dad0bb0ad7d9c4945b5ba831c291b221
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_packages()

M	backends/entropy/entropyBackend.py

commit 764c930b659d5ca2b6e81313b225813308a6a37b
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_files()

M	backends/entropy/entropyBackend.py

commit 12408e9348b15d1bb714aba69e4368d424e08c36
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_depends()

M	backends/entropy/entropyBackend.py

commit 9a9e8694e8d0ac616981392d3da1665637cbd6bf
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_repo_list()

M	backends/entropy/entropyBackend.py

commit 344b6409fa0c36489bfa5cb3bcaa161ebc7c8fcd
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.repo_enable()

M	backends/entropy/entropyBackend.py

commit a737f8b90bb70e4764406cbc3fabe53274c54954
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.resolve()

M	backends/entropy/entropyBackend.py

commit c8ddf8649ec18edc0b2c9e02a0da2dcf7f86eed9
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] complete PackageKitEntropyBackend.get_updates()

M	backends/entropy/entropyBackend.py

commit 425f1c43f172505b9decfeca319e5cf32c9b1edb
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] subclass entropy.client.interfaces.Client, get transparent
    progress update support

M	backends/entropy/entropyBackend.py

commit 559607f03b970d83d8ebb8e1a8ecbdbe5cdd4ead
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] basic functionality of
    PackageKitEntropyBackend.refresh_cache() implemented, split class
    functions

M	backends/entropy/entropyBackend.py

commit 84a54410cf60b4da76a4dbb08d4ef57bdd2efe42
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    complete PackageKitEntropyBackend.search_details()

M	backends/entropy/entropyBackend.py

commit a5b4c9f1ad4aacc65efd80bccdf887fe51eccc94
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] complete PackageKitEntropyBackend.search_file()

M	backends/entropy/entropyBackend.py

commit 5b90d74aca391931d4dea7375ae511e1ed38ea36
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    yum: add simulate-install-packages, simulate-update-packages and
    simulate-remove-packages

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 58a8f12d3f2d0643c63eedf7162a2ea02df1ecc3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Do not run the transaction with only_trusted if the simulation
    inferred that any packages were unsigned

M	lib/packagekit-glib2/pk-task.c

commit ac5e3fc4b4501713b52d83691fb621311a3a07a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: show a warning when we fallback to get-depends or
    get-requires

M	src/pk-transaction.c

commit 1407896df5aa05e9330490a98638aa7eff95f028
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Show messages in the pkmon output when the task has completed

M	client/pk-monitor.c

commit 0205e31b8c7a1ab166d30e051e1fcad43925426e
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] improve PackageKitEntropyBackend.search_group(), implement
    filters support

M	backends/entropy/entropyBackend.py

commit bf807d78c23bce26899b3230a81ea24efbbff8f9
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] complete PackageKitEntropyBackend.search_group()

M	backends/entropy/entropyBackend.py

commit 13dded04032c2e466977d31fcbfd6db53372ea15
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit b1785d40ec04ebde29d9fc0738773c9590ca658f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Release version 0.6.1

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html

commit 80e8444c52c42071663a93491ed2f347e7744199
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-01-31

    [entropy] complete PackageKitEntropyBackend.search_name()

M	backends/entropy/entropyBackend.py

commit 21799491268c94106a044ce5d2e42bc865fb5a06
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-01-31

    portage: fix compilation and port code to new API

M	backends/portage/pk-backend-portage.c

commit 568d23e682de8d8cc6c0d89f026c8476bee50204
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] fix variable in backend_update_system

M	backends/entropy/pk-backend-entropy.c

commit ec3fb2a5971b687b693874f41b8d947a19584adf
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [portage] fix variable in backend_update_system

M	backends/portage/pk-backend-portage.c

commit 7a5d0aa0d478592b11d2d4cf1a4920493e1ad77e
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] make Entropy backend back working, port to HEAD

M	backends/entropy/pk-backend-entropy.c

commit 3b67ae7abc22da1c7511f1851e4ebc37c05fdb05
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [portage] port portage backend to PackageKit HEAD

M	backends/portage/pk-backend-portage.c

commit e30680d68f6865dec55ed29037a88097f8cc79b1
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] make backend C part working with PackageKit HEAD

M	backends/entropy/pk-backend-entropy.c

commit aba7b6b775eaa3e8d80416c93725624602a6e0f6
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] initial commit, add build system support and basic
    (non-working) backend

M	backends/Makefile.am
A	backends/entropy/Makefile.am
A	backends/entropy/entropyBackend.py
A	backends/entropy/pk-backend-entropy.c
M	configure.ac

commit c032d12ab1a438fcc87ae1bc6cabfff734b04ea1
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-29

    zypp: add more features to repo_set_data.
    patch from Ladislav Slezak

M	backends/zypp/pk-backend-zypp.cpp

commit 898fdce65df77d6380eba5b17fa4c0f3a85dd573
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-29

    trivial: correct the email address in HACKING

M	HACKING

commit 4137be32d14188cf4fadea55a88fd575385fde63
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-28

    trivial: Remove the compatibility defines for pk_package_sack() --
    nothing outside of PackageKit uses them

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-task.c

commit 8ac67b10c33287814465a2a2ae67cc1d76061ca3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-28

    Remove the glib2 functions pk_package_sack_get_size() and
    pk_package_sack_get_index() as they are horribly inefficient for just
    getting items from the sack. Just use pk_package_sack_get_array()
    instead

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-task-wrapper.c

commit b9894bff5a271d87dc571d41a4c371054f298756
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-28

    Sort the packages by name in all pkcon results

M	client/pk-console.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 2138430b21c71bf4ddb538db3fdc5843725f64d8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-27

    Update the Free Software Foundation address

M	backends/alpm/pk-backend-alpm.c
M	backends/apt/pk-backend-apt.c
M	backends/apt/profiler.py
M	backends/apt/tests.py
M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/apt-utils.h
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/box/pk-backend-box.c
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/conaryFilter.py
M	backends/conary/conaryProgress.py
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pisiBackend.py
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py
M	backends/ports/pk-backend-ports.c
M	backends/ports/portsBackend.rb
M	backends/razor/pk-backend-razor.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/smart/smartBackend.py
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py
M	backends/yum/yumCompsTest.py
M	backends/yum/yumFilter.py
M	backends/yum/yumMediaManager.py
M	backends/yum/yumMediaManagerDeviceKit.py
M	backends/yum/yumMediaManagerGIO.py
M	backends/yum/yumMediaManagerHAL.py
M	backends/yum/yumMediaManagerOS.py
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	client/pk-self-test.c
M	contrib/browser-plugin/pk-main.c
M	contrib/browser-plugin/pk-main.h
M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/browser-plugin/pk-plugin-install.h
M	contrib/browser-plugin/pk-plugin.c
M	contrib/browser-plugin/pk-plugin.h
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/pk-debuginfo-install.c
M	contrib/device-rebind/pk-device-rebind.c
M	contrib/gstreamer-plugin/pk-gstreamer-install.c
M	contrib/gtk-module/pk-gtk-module.c
M	data/tests/pk-spawn-dispatcher.py
M	lib/packagekit-glib2/packagekit-private.h
M	lib/packagekit-glib2/packagekit.h
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-bitfield.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-catalog.h
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-common.h
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-console-shared.h
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-desktop.h
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-details.h
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-error.h
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-eula-required.h
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-files.h
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-media-change-required.h
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-id.h
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-ids.h
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack-sync.h
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress-bar.h
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-progress.h
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-detail.h
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-repo-signature-required.h
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-require-restart.h
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-results.h
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-service-pack.h
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-source.h
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-text.h
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task-wrapper.h
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-list.h
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-transaction-past.h
M	lib/packagekit-glib2/pk-update-detail.c
M	lib/packagekit-glib2/pk-update-detail.h
M	lib/packagekit-glib2/pk-version.h.in
M	lib/python/packagekit/backend.py
M	lib/python/packagekit/client.py
M	lib/python/packagekit/filter.py
M	lib/python/packagekit/frontend.py
M	lib/python/packagekit/misc.py
M	lib/python/packagekit/package.py
M	lib/python/packagekit/pkdbus.py
M	lib/python/packagekit/pkexceptions.py
M	lib/python/packagekit/progress.py
M	lib/python/pk-frontend-test.py
M	lib/python/wrapper-test.py
M	src/egg-dbus-monitor.c
M	src/egg-dbus-monitor.h
M	src/egg-debug.c
M	src/egg-debug.h
M	src/egg-string.c
M	src/egg-string.h
M	src/egg-test.c
M	src/egg-test.h
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-cache.c
M	src/pk-cache.h
M	src/pk-conf.c
M	src/pk-conf.h
M	src/pk-dbus.c
M	src/pk-dbus.h
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-file-monitor.c
M	src/pk-file-monitor.h
M	src/pk-inhibit.c
M	src/pk-inhibit.h
M	src/pk-lsof.c
M	src/pk-lsof.h
M	src/pk-main.c
M	src/pk-network.c
M	src/pk-network.h
M	src/pk-notify.c
M	src/pk-notify.h
M	src/pk-polkit-action-lookup.c
M	src/pk-proc.c
M	src/pk-proc.h
M	src/pk-self-test.c
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-spawn.c
M	src/pk-spawn.h
M	src/pk-store.c
M	src/pk-store.h
M	src/pk-sysdep.c
M	src/pk-sysdep.h
M	src/pk-syslog.c
M	src/pk-syslog.h
M	src/pk-time.c
M	src/pk-time.h
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h
M	tools/pk-refresh-licenses.c

commit 5b83b0e04fdcfc65457f92aa686659bd960b94b9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-26

    trivial: Modernize the configure.ac file

M	configure.ac

commit deb7b6d28284ccfc62760877699af2def50f01cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-26

    Fix some trivial whitespace issues

M	configure.ac
M	lib/packagekit-glib2/pk-client.h

commit 171bc15a9228b4bc90725e4b17ef6a57edc8cbb0
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-01-26

    * Add Kubuntu support for upgrade (using env var exported by
    KPackageKit)
    * Add KDialog support as alternative to zenity and xmessage for
    the "system not recognized" message (also using env var exported
    by KPackageKit)

    Patch by (Harald Sitter <sitter.harald@gmail.com>)

M	data/pk-upgrade-distro.sh

commit 36ebf6ba02f249a6d1642a2353d0275db211689e
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-25

    zypp: partial support of multiple values for search params

M	backends/zypp/pk-backend-zypp.cpp

commit 251ce613af9c6e862e7999c735798723cd8c88e2
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-01-25

    ports: convert search params to array values

M	backends/ports/pk-backend-ports.c

commit fbef1027178ee1f1e66b1e68a4309cbbb7f77bc4
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-23

    zypp: work with packagekit-glib2

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 05da249853df8afdf46c637bd367c0692380260c
Author: warrink <warrink@fedoraproject.org>
Date:	2010-01-21

    Sending translation for Dutch

M	po/nl.po

commit 93bcd506293fb62b749fc1fae28d3cc1118891b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-20

    yum: Ensure we look in all update notices for a security update. Fixes
    rh#526279

M	backends/yum/yumBackend.py

commit 0cdd5afa6f1d6c9982a3185313cee9d57131c967
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-20

    trivial: add brasero to the website example users

A	docs/html/img/users-brasero.png
M	docs/html/pk-users.html

commit 46d04d92f6dcccbf0c04dd2a14fddfb75016a8e5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-19

    yum: emit a warning when a developer tries to use autoremove

M	Makefile.am
M	backends/yum/yumBackend.py

commit af9ad19283e33704fa4ad1202e6e9055de0fc501
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-18

    trivial: add 'Since: foo' lines to public methods and properties
    in packagekit-glib2

M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-update-detail.c

commit 713c7c2536ec430d3b839c5ddf4b98a4c67ff50b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-15

    trivial: enable introspection in the Fedora spec file

M	contrib/PackageKit.spec.in

commit c6d655f0647f7a3e476ea8212d4adf0448c34e14
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-15

    feature: Enable initial introspection support in PackageKit-glib2

M	Makefile.am
M	configure.ac
M	lib/packagekit-glib2/Makefile.am

commit 39f1afae5bbd9ae790c0505ede4467f5eac6dfe7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-17

    trivial: use g_set_error() in more places

M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-service-pack.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit f509d262b464ca1fd069927af4478113ecea8199
Author: elsupergomez <elsupergomez@fedoraproject.org>
Date:	2010-01-15

    Sending translation for Spanish

M	po/es.po

commit 0975a1a8b31a1551b712f6358b12e3b5bfc266ef
Author: raven <raven@fedoraproject.org>
Date:	2010-01-14

    Sending translation for Polish

M	po/pl.po

commit 149252ee88454eb602a98ed43869a5f0fb70dafb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    trivial: add install-local to the bash autocompletion rules

M	contrib/pk-completion.bash

commit 4b71f550ec7dd3dd639ea14784697680e9ddbe94
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    If the user uses 'pkcon install dave.rpm' then give a useful error
    message

M	client/pk-console.c

commit 2bbc11bc42373310604992f961061ea6201b3ec9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    Ensure that pkgenpack generates filenames without ';' embedded in them

M	client/pk-generate-pack.c

commit bc6218abc7d52f4af04c4ad06a84cfa96a23786f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    Show the translated role and status when using pkgenpack

M	client/pk-generate-pack.c

commit 0f3b83cf400e1f7eaf33758088488297ccea6438
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-12

    trivial: rename foo_[to|from]_text to foo_[to|from}_string functions,
    to fit in more with coding standards

    Also add in compatibility defines for applications using
    packagekit-glib2.
    This looks like a large commit, but it's actually just a
    search-replace script.

M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/conary/pk-backend-conary.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/ports/pk-backend-ports.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/pk-debuginfo-install.c
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-bitfield.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-ids.h
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-sharp/packagekit-api.raw
M	lib/packagekit-sharp/packagekit-api.xml
M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-lsof.c
M	src/pk-network-stack-connman.c
M	src/pk-network-stack-nm.c
M	src/pk-network-stack-unix.c
M	src/pk-network.c
M	src/pk-polkit-action-lookup.c
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 5879cb55b16ae3f67b5908dd1a5558fcaf887b2e
Merge: df73a39 08d1917
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-01-11

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit df73a39e466d273fb95a5a428503e7f45dc97e5f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-01-11

    aptcc: impoved search file

M	backends/aptcc/apt.cpp

commit 08d19175bb9f809294325578593fe42e5e0bbb24
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-10

    Add sync versions of the PkPackageSack functions

M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/packagekit.h
A	lib/packagekit-glib2/pk-package-sack-sync.c
A	lib/packagekit-glib2/pk-package-sack-sync.h

commit 7316eee6cfe90959e55896564f2caaac74b26775
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-10

    trivial: rename a couple of functions to be more like the PkClient API

    Nothing yet use these new functions, so the API break is okay.

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit ee394e8c505a7cd56fdd7fa4749df2217b4c1a2c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-10

    trivial: add a self check to ensure that PK_INFO_ENUM_FINISHED
    packages cannot be added

M	lib/packagekit-glib2/pk-results.c

commit 45d66375e4328d68c6d3aabd643e21069495a2cb
Author: gml520 <gml520@fedoraproject.org>
Date:	2010-01-09

    Sending translation for Chinese (Simplified)

M	po/zh_CN.po

commit 48d4b071ec699afbb488635c2e906082d2b9dd20
Author: Tim Waugh <twaugh@redhat.com>
Date:	2010-01-08

    bugfix: fixed packagekit.client.install_packages() in Python bindings.

M	lib/python/packagekit/client.py

commit 20bb7039c02e0d6088676588671b6889fd5e3aa7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: reduce the verbosity of the debugging in PkProc

M	src/pk-proc.c

commit f0296a8a3503fc4322184a6e50be7a51fae5920b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    bugfix: when adopting a transaction ensure we set the role on the
    PkResults object

    This fixes the require-restart icon in gnome-packagekit as it filters
    on the role after adopting

M	lib/packagekit-glib2/pk-client.c

commit 0405e7bb50af874cd864d4c38c9865f4a2bc6a5c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: remove some superflurious debugging in PkTransactionExtra

M	src/pk-transaction-extra.c

commit ba70f9ca039fe9a1c0f9d8fb537002bdfe020e59
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: relax the make check parameters in PkDesktop so that it
    works on Fedora 13

M	lib/packagekit-glib2/pk-desktop.c

commit 7e02d09f397fbdfc6c9cda2840acfdd60f34c27b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: fix up make check as now the daemon can send a cancelled
    error message

M	lib/packagekit-glib2/pk-client.c

commit 99a53be9027eefbb0a8bc35294b2fdd04f330191
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    Ensure PkProgress sends ::notify signals when properties change

M	lib/packagekit-glib2/pk-progress.c

commit 22958d80ddf50573006eef06a3c5f1636df4cc7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: remove two warning statements left in by accident

M	lib/packagekit-glib2/pk-transaction-list.c

commit 663cb489e20132964301cdf3fb8c69e66074583d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: be more resilient to internal errors and simply warn instead

M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-task.c

commit c32a26c8997962ac21d1937b1b7bcf0357a7fc1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    bugfix: Ensure we set an error when the transaction is cancelled

    This fixes a bug where old versions of the glib2 library would
    assert when
    the transaction does not exit with success and an error is expected

M	src/pk-backend.c

commit cc995557f05520a97ea7b195b4c2765227780d00
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: added autoremove and HoldPkg functionality (thanks to
    PirateJonno); changed search functions to allow multiple search values

M	backends/alpm/pk-backend-alpm.c

commit 2761bc5470786fb175b7b58585b2b8ee42eaf223
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    Cache autoremove too in transaction_remove_packages

M	src/pk-transaction.c

commit f946bf10b000fba96101c7bf44be5810876c7aa5
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: understand more config options (thanks to PirateJonno)

M	backends/alpm/pk-backend-alpm.c

commit 27d423cb37ff1afee75480c76d5c8227979575f8
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: more formatting (thanks to PirateJonno)

M	backends/alpm/pk-backend-alpm.c

commit 27016056c90c85b9c9c2e432cbf562d4636e3d97
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: handle ILoveCandy config option (thanks to PirateJonno)

M	backends/alpm/pk-backend-alpm.c

commit 3669f7d8b529e91f063e90f9597cc6f0191dbebb
Author: Aurelien Lefebvre <alkh@mandriva.org>
Date:	2010-01-07

    urpmi: fix backend api

M	backends/urpmi/pk-backend-urpmi.c

commit 97803b3fbe46dfbef1bf2b83ad7dc9bff27ed89e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    trivial: install pk-source.h so that client tools can use it

M	lib/packagekit-glib2/Makefile.am

commit 189e754db6d71483026231d1fcdb4d6c9f433f87
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    glib2: Add a parent object to all the source objects to track the
    source role and transacton id

M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-details.h
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-error.h
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-eula-required.h
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-files.h
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-media-change-required.h
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-detail.h
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-repo-signature-required.h
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-require-restart.h
A	lib/packagekit-glib2/pk-source.c
C061	lib/packagekit-glib2/pk-files.h lib/packagekit-glib2/pk-source.h
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-transaction-past.h
M	lib/packagekit-glib2/pk-update-detail.c
M	lib/packagekit-glib2/pk-update-detail.h

commit 1b254465105d0e171ae693be80f0f73c18c43058
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    yum: use repo-for-developers-only when enabling rawhide

M	backends/yum/yumBackend.py

commit d36fbccad0242e6a7111cfeee4a1ebf002460473
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    Add a new message enum 'repo-for-developers-only' for repos that
    should not be used by users

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 487b0c63abaf471ba8b8ab4cc64ca77ba801c543
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    trivial: update a script not glib has been removed

M	tools/add-error-enum.sh

commit 84d6e16d274f55dc8cebb611c61689ae20102b2f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-06

    Add support for the 'interactive' hint in the daemon, and also sent
    it to the backend

M	lib/packagekit-glib2/pk-common.h
M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-transaction.c

commit 23db0214ffa5ea07e0e45b9c4f31cb879e57f827
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-06

    bugfix: Ensure we enter SETUP before we run the pre-transaction checks

    This fixes a warning from the daemon and the random 'Waiting in
    queue..' message from cnf.

M	src/pk-transaction.c

commit a063ce8a90f5585eefc7982c69396e57c21f1f56
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-05

    yum: include PackageKit in the list of essential packages

M	backends/yum/yumBackend.py

commit aa7a41e1e9bde3848885c07c9feb59325c229743
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-05

    yum: show a message to the user if the repo could not be
    reached. Fixes rh#531838

M	backends/yum/yumBackend.py

commit e589dee9c9dea85530f5c9c702b482a2c2efd67e
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2010-01-05

    Fix a trivial translation typo

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	po/de.po

commit d353f63653d4c1ccf91c55e30e5257cce321ea29
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit de041cb65ef8cd45d9387bec530d183a83c7eaf5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    Release version 0.6.0

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html

commit aabf47e3eec7b1cc9ba72514864843b11bb173d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    trivial: fix up some NULL/FALSE typos

M	contrib/browser-plugin/pk-plugin.c
M	src/pk-backend.c

commit 7b97a642e09bd070e6f815acfe98be0298cb2878
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    trivial: fix up some simple errors that prevent make check from
    completing

M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-transaction-list.c

commit f63d34d602db8cb551edc88308f73aebb05a49a9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-30

    trivial: fix up fedora spec file

M	contrib/PackageKit.spec.in

commit f2d95df7b7bdd674eefd7023e312db8410ad386e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-28

    packagekit-qt: Improved and fixed transaction handling so does not
    crash kded module anymore

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h

commit 3e265e65df0a9b88a7c646190e3959b23c4f28fd
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-28

    packagekit-qt: forgot the cpp files from last commit

M	lib/packagekit-qt/src/client.cpp

commit fa58f8d6f70836dacffde71e87070dd7d347ce73
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-28

    packagekit-qt: fixed the naming of the conviniece functions to match
    the same function

M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/transaction.h

commit aed83722e45cd71a45e5aa2f74117def338bbfaa
Author: vpv <vpv@fedoraproject.org>
Date:	2009-12-23

    Sending translation for Finnish

M	po/fi.po

commit 41d49c55f205f09c5d003f010fa15c3cd74e1d5c
Author: troubi51 <troubi51@fedoraproject.org>
Date:	2009-12-22

    Sending translation for French

M	po/fr.po

commit d24e91f9bf310c593e775e665d9d3251bcf51630
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-12-16

    bugfix: allow the inhibit call to go through even if cancel is
    not implemented

M	src/pk-backend.c

commit 8e1b478f84b955ff080152a266538bfeea848a6c
Author: perplex <perplex@fedoraproject.org>
Date:	2009-12-16

    Sending translation for Italian

M	po/it.po

commit cd729f54d00b473259d67cc50021c54fb3ba37d6
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-12-16

    smart: convert search params to array values

M	backends/smart/pk-backend-smart.c

commit 3cb32ad40af3a38456e09baf1b29b046d82c587e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-16

    Add functionality to check if certain running applications should
    prevent an update

M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c

commit f17608f3bf05cf844c4e48f710e6a96e7752e6ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-16

    trivial: add a file to the dummy backend for testing

M	backends/dummy/pk-backend-dummy.c

commit 66d3fc26054abd528ee18017d9c67edb6400f239
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    Add a new config file entry, NoUpdateProcessList that specifies
    processes that should not be updated when running

M	etc/PackageKit.conf.in

commit 22196a4af0ca470d518e51cf315da7472d892b6f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: Add a helper pk_conf_get_strv() for getting string arrays

M	src/pk-conf.c
M	src/pk-conf.h

commit 379532488a639774905f864d742bb3bb0f136dd0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: use the PkProc shared functionality rather than the hacked
    up version in PkTransactionExtra

M	src/pk-transaction-extra.c

commit 43f5ceb1a241534679d47843a534509391007997
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    Fix a crash where the extra library check file callbacks had the
    wrong signature

M	src/pk-transaction-extra.c

commit e36715c98cd6993a650c0bfcd9d5d1b459dea64c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: add functionality to PkProc to get the uid, and add two
    public functions

M	src/pk-proc.c
M	src/pk-proc.h

commit c866f2a80eee6757c0b093313b8b54f99c731088
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: use g_ptr_array_new_with_free_func() in PkTransactionExtra

M	src/pk-transaction-extra.c

commit 4f001b20e5ca2e4f46ad5e6425fc6ccf0a4222a5
Author: troubi51 <troubi51@fedoraproject.org>
Date:	2009-12-15

    Sending translation for French

M	po/fr.po

commit 8047a940a78d055d7360163d7d51b3fbff53a819
Author: leahliu <leahliu@fedoraproject.org>
Date:	2009-12-14

    Sending translation for Chinese (Simplified)

M	po/zh_CN.po

commit ddf8a1545a494671e99c36c3be13abdd282a06e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    Add a new error enum 'failed-due-to-running-process' for future code

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 43f80a9b26dad6b2db105e86925c39e640cdf5ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    Add PkProc, to monitor the running applications on the system for
    future functionality

M	src/Makefile.am
A	src/pk-proc.c
A	src/pk-proc.h
M	src/pk-self-test.c

commit 9f2645de4b58c37b11165a0f03d8f9f6acb25c0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    trivial: correct a warning message in PkTransactionExtra

M	src/pk-transaction-extra.c

commit 58e91563952e853ac64b2c555fa3a43376229677
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    trivial: use g_ptr_array_unref() in PkLsof

M	src/pk-lsof.c

commit de5b58b5bbe1b956892ad657c78131131ae8109a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-09

    trivial: fix a warning when building pk-device-rebind

M	contrib/device-rebind/pk-device-rebind.c

commit 4635f723ea9be747f6fcc23d64ba7f1d992cdae1
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-12-11

    Sending translation for Assamese

M	po/as.po

commit a798c28cb1c9e829e15ad1ed9d241baf6e99699c
Author: shanky <shanky@fedoraproject.org>
Date:	2009-12-10

    Sending translation for Kannada

M	po/kn.po

commit 58a2690bc2d4c66e3377cd1e394c85e4af5de145
Author: khasida <khasida@fedoraproject.org>
Date:	2009-12-10

    Sending translation for Japanese

M	po/ja.po

commit d94610850b7f6e370b10e38eef5b58aaf7e66252
Author: snowlet <snowlet@fedoraproject.org>
Date:	2009-12-10

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 991ff162ed8758c9fca86e4ac7141ff67ffaa42a
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Marathi

M	po/mr.po

commit 508e4d195c7310bce2202b7431d99f2c82593dcd
Author: ifelix <ifelix@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Tamil

M	po/ta.po

commit 1cbe1ea5b65c73d78a10a8645ae8dc100bf28af6
Author: anipeter <anipeter@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Malayalam

M	po/ml.po

commit 127d67cbdade00675bd0fed0af54de7522df31f8
Author: ypoyarko <ypoyarko@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Russian

M	po/ru.po

commit 25ea95d544fe4c2ec00dcce4b0a5e553e4fd64c6
Author: hedda <hedda@fedoraproject.org>
Date:	2009-12-09

    Sending translation for German

M	po/de.po

commit 9a528010e74b4b6e0bd2f5eb86ca5bae22947b51
Author: igor <igor@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit eb82b59219daecea0e0a9b94c5fbf6c21cc4945e
Merge: 83046c9 18e26ca
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-08

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 83046c937903e0af117c25d90122781ae3b20978
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-08

    cnf: ensure we send error messages to stderr, not stdout. Fxes
    rh#545220

M	contrib/command-not-found/pk-command-not-found.c

commit 18e26cacf5c5bb27ba8cc980a4de0864788d1b59
Author: kkrothap <kkrothap@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Telugu

M	po/te.po

commit 6bce2991ede7cbbcea20edeedae159c81c6e8485
Author: runab <runab@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Bengali (India)

M	po/bn_IN.po

commit a4529c66f5fac5a121333e1678b84e1e0ecdd73a
Author: jassy <jassy@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Punjabi

M	po/pa.po

commit 7ea1be283c8c9577eeb74c55a1ba06cb3708147e
Author: rajesh <rajesh@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Hindi

M	po/hi.po

commit b073ad764ad92ff8bb768df897b2c1c6dc105dfe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-07

    aptcc: Updated searchNames, files and groups.

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit e4f47b7c42f9ee5c3f6f0510d9b2b3f67d53094a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-07

    packagekit-qt: Added searchNames, searchFiles and searchGroups

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/transactionproxy.h

commit b9204f08e2df864bd2aaebbc6d0515c1db872e3f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-07

    packagekit-qt: removed deprecated methods

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/transactionproxy.h

commit 54a57ae752acd0cbf41d1bfe665414402136dbf4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    glib2: remove the deprecated pk_control_get_network_state_async()

M	lib/packagekit-glib2/pk-control.c

commit dd9da9d5f00f7a67cbee6fa928a9487fea93fafe
Author: warrink <warrink@fedoraproject.org>
Date:	2009-12-07

    Sending translation for Dutch

M	po/nl.po

commit 95a49ba1dcff1c2bf438d49c8a1c9e946eedfd5a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Break internal and external API to support OR queries

    SearchFile() -> SearchFiles()
    SearchGroup() -> SearchGroups()
    SearchName() -> SearchNames()

    Note: applications using PackageKit-glib2 just need recompiling,
    as this API has been already forward-converted

M	backends/dummy/pk-backend-dummy.c
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c
M	backends/yum/pk-backend-yum.c
M	lib/packagekit-glib2/pk-client.c
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-internal.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction-extra.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit d9485ff282d2edb1c557c8a9dcdc5be6549899b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Update the version number post-branch

M	configure.ac

commit d4c319ed2a6d635effffc956d6fd1cff16c8ff8e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Remove the deprecated DBus methods from the daemon

M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/org.freedesktop.PackageKit.xml
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 5f9397ca0db8e3d258b2804f7cfbe825fc9d461b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Remove the deprecated glib library

M	client/egg-string.c
M	client/egg-string.h
M	client/egg-test.c
M	client/egg-test.h
M	configure.ac
M	lib/Makefile.am
D	lib/packagekit-glib/.gitignore
D	lib/packagekit-glib/Makefile.am
D	lib/packagekit-glib/egg-debug.c
D	lib/packagekit-glib/egg-debug.h
D	lib/packagekit-glib/egg-string.c
D	lib/packagekit-glib/egg-string.h
D	lib/packagekit-glib/egg-test.c
D	lib/packagekit-glib/egg-test.h
D	lib/packagekit-glib/packagekit-glib.pc.in
D	lib/packagekit-glib/packagekit.h
D	lib/packagekit-glib/pk-bitfield.c
D	lib/packagekit-glib/pk-bitfield.h
D	lib/packagekit-glib/pk-catalog.c
D	lib/packagekit-glib/pk-catalog.h
D	lib/packagekit-glib/pk-category-obj.c
D	lib/packagekit-glib/pk-category-obj.h
D	lib/packagekit-glib/pk-client-pool.c
D	lib/packagekit-glib/pk-client-pool.h
D	lib/packagekit-glib/pk-client.c
D	lib/packagekit-glib/pk-client.h
D	lib/packagekit-glib/pk-common.c
D	lib/packagekit-glib/pk-common.h
D	lib/packagekit-glib/pk-connection.c
D	lib/packagekit-glib/pk-connection.h
D	lib/packagekit-glib/pk-control.c
D	lib/packagekit-glib/pk-control.h
D	lib/packagekit-glib/pk-desktop.c
D	lib/packagekit-glib/pk-desktop.h
D	lib/packagekit-glib/pk-details-obj.c
D	lib/packagekit-glib/pk-details-obj.h
D	lib/packagekit-glib/pk-distro-upgrade-obj.c
D	lib/packagekit-glib/pk-distro-upgrade-obj.h
D	lib/packagekit-glib/pk-enum.c
D	lib/packagekit-glib/pk-enum.h
D	lib/packagekit-glib/pk-marshal.list
D	lib/packagekit-glib/pk-obj-list.c
D	lib/packagekit-glib/pk-obj-list.h
D	lib/packagekit-glib/pk-package-id.c
D	lib/packagekit-glib/pk-package-id.h
D	lib/packagekit-glib/pk-package-ids.c
D	lib/packagekit-glib/pk-package-ids.h
D	lib/packagekit-glib/pk-package-list.c
D	lib/packagekit-glib/pk-package-list.h
D	lib/packagekit-glib/pk-package-obj.c
D	lib/packagekit-glib/pk-package-obj.h
D	lib/packagekit-glib/pk-require-restart-obj.c
D	lib/packagekit-glib/pk-require-restart-obj.h
D	lib/packagekit-glib/pk-self-test.c
D	lib/packagekit-glib/pk-service-pack.c
D	lib/packagekit-glib/pk-service-pack.h
D	lib/packagekit-glib/pk-task-list.c
D	lib/packagekit-glib/pk-task-list.h
D	lib/packagekit-glib/pk-transaction-obj.c
D	lib/packagekit-glib/pk-transaction-obj.h
D	lib/packagekit-glib/pk-update-detail-obj.c
D	lib/packagekit-glib/pk-update-detail-obj.h
D	lib/packagekit-glib/pk-version.h.in
M	lib/packagekit-glib2/pk-marshal.list
