commit d7af79b3a878658d119f3c2777c0ea4597855bc3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:   2009-08-21

    APT: Use actiongroup in the update calculation

M	backends/apt/aptBackend.py

commit d902f4c44c1bc2a26bda60b976725de5b264fa8c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-21

    APT: Make use of apt.package's Origin and Version class

M	backends/apt/aptBackend.py

commit f0b96f4fe7ad943103957fe5dd8440863ab9ec1e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-21

    APT: Replace action groups by install_protect call which uses an
    action group
    internally

M	backends/apt/aptBackend.py

commit 732b20430177ccbdfd9d77bfd0d315f1f5ab9321
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-21

    APT: Make use of the new apt.cache.Cache.(install|delete)_count

M	backends/apt/aptBackend.py

commit 929416dd0796a4660441ea64e5a87ec083cfb50e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-21

    APT: Make use of the new apt.package.Package.is_inst_broken

M	backends/apt/aptBackend.py

commit c659b9cb4c14d807fae5ab9a61b51c10dc6ad01b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-21

    APT: make use of the new apt.cache.ProblemResolver

M	backends/apt/aptBackend.py

commit cf0969d99b2dbd22ccfe255644f44ba1700d2a7f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Remove not required imports

M	backends/apt/aptBackend.py

commit ad73a3a26a1919d457c3402b8ab1cd81618898ad
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Fix wrong media type enum

M	backends/apt/aptBackend.py

commit 0c6fd63576846173fbe3b5990e0595f354005d83
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Trivial remove obsolete reference to the cancelled event

M	backends/apt/aptBackend.py

commit 74d27df953661458632e3b8a8b9e37512a0a77a9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Trivial remove never reached false Exit calls

M	backends/apt/aptBackend.py

commit f9fe4a325cf95bd41139f529a476b0e28bd54e87
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Fix distro upgrade call

M	backends/apt/aptBackend.py
M	lib/python/packagekit/pylint.sh

commit c07cb060b9bf1257860b8299101c5559bcebd502
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Unset LC_ALL to gain support for translated descriptions

M	backends/apt/aptBackend.py

commit ea89861d39c410552ca0a383c7f93964dd1666ab
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Trivial fix another unicode package key

M	backends/apt/aptBackend.py

commit befde2075c27568d6dc0285960c0a45e4cb613e2
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Workaround a regression in python-apt 0.7.12 which only allows
    strings as keys for packages in the cache dict.

M	backends/apt/aptBackend.py

commit 52386f790b2780b5bbcebb10975b79ecb2e4ac6c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Fix a silly previous merge which broke searching for names

M	backends/apt/aptBackend.py

commit 1f32604cbe0f7a97338c09e44a56851bbd5ad655
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Improve APT cache based search-details by using a more modern
    syntax, searching in the raw description and not matching packages
    without a candidate

M	backends/apt/aptBackend.py

commit 9b20b0c4b62a49bb24b5d78f7e09f48357a05c6f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Emit results in the details search as soon as
    possible. Furthermore use a more modern syntax in the xapian search.

M	backends/apt/aptBackend.py

commit 628f98122879b92103fa9e483a804284e0fb88dc
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Speed up searching for the package name by creating only the
    matching
    packages

M	backends/apt/aptBackend.py

commit a5082a46128d5a8a09e0e230dd61b5ebfe32db01
Merge: 2bcdf6c 14b7325
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    Merge branch 'PACKAGEKIT_0_4_X' of
    git+ssh://glatzor@git.packagekit.org/srv/git/PackageKit into
    PACKAGEKIT_0_4_X

commit 2bcdf6ca53bf97be53699fc3767e96dbecc7f0c0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Fix the not auto installed marking of upgrades

M	backends/apt/aptBackend.py

commit 532de2304e80e1f0d7cbbcc92f49e17e1fec8d5b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-20

    APT: Do not sort the apt.Cache, since it slows down the whole process
    a lot.

M	TODO
M	backends/apt/aptBackend.py

commit 14b732596be5f3f16468d4e4a1fe34a99d15a750
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-08-18

    Bump configure after last release

M	configure.ac

commit 54a37bbf771b0639c324d129d1bc06fa45177a90
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-08-05

    yum: Include the releasever in the updates link. Fixes rh#457358

M	backends/yum/yumBackend.py

commit 003829488e104749f1a7507d544a6276d6114a18
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-08-05

    Add some error checking when we try to parse package_ids, to avoid
    segfaulting on bad backends

M	src/pk-backend.c

commit 1286ab95ce6754bd7c4cec8ce43cb80aebc1e59a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-08-18

    Backport the browser plugin from master to fix issues on Firefox
    and WebKit

M	contrib/browser-plugin/Makefile.am
M	contrib/browser-plugin/README
A	contrib/browser-plugin/pk-main.c
A	contrib/browser-plugin/pk-main.h
A	contrib/browser-plugin/pk-plugin-install.c
A	contrib/browser-plugin/pk-plugin-install.h
A	contrib/browser-plugin/pk-plugin.c
A	contrib/browser-plugin/pk-plugin.h
D	contrib/browser-plugin/sdk-new/npplat.h
D	contrib/browser-plugin/sdk-new/pluginbase.h
D	contrib/browser-plugin/sdk/np_entry.cpp
D	contrib/browser-plugin/sdk/npn_gate.cpp
D	contrib/browser-plugin/sdk/npp_gate.cpp
D	contrib/browser-plugin/sdk/npplat.h
D	contrib/browser-plugin/sdk/pluginbase.h
D	contrib/browser-plugin/src/contents.cpp
D	contrib/browser-plugin/src/contents.h
D	contrib/browser-plugin/src/plugin.cpp
D	contrib/browser-plugin/src/plugin.h
M	po/POTFILES.in

commit b24b5351d11c31035d9463320d28a4cdf2752ea7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-15

    Allow a NULL object in the PkClientPool functions

M	lib/packagekit-glib/pk-client-pool.c

commit a488615fcb5deca05fd1c5ec3f05d0a58ffdebe9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-15

    glib: Add a PkClientPool object to better manage async clients

M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-glib/packagekit.h
A	lib/packagekit-glib/pk-client-pool.c
A	lib/packagekit-glib/pk-client-pool.h
M	lib/packagekit-glib/pk-self-test.c

commit 27181b5c40ed86f70c1e102452386354ce5dd5b9
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-08-07

    trivial: fixing a typo, use GIO_REQUIRED instead of DBUS_REQUIRED
    for gio-unix

M	configure.ac

commit 54d7edd4885b8a8b5dd4659a6f5e34bff6241a64
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-08-16

    search /usr/local on FreeBSD

M	lib/packagekit-glib/pk-desktop.h

commit ca868796d0be2a3f98c1f24222a6f8bc55f7f7b0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-14

    APT: Adapt to debfile API changes

M	backends/apt/aptBackend.py

commit 2cfbdcb144a22fe0216756801f1d7628502492dd
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-13

    APT: Fix resolver handling for removing packages. THey have to
    be protected.

M	backends/apt/aptBackend.py

commit f203cf807a3d4490196ddd9e40e348f202d011bc
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-13

    APT: Fix a small type in get-requires

M	backends/apt/aptBackend.py

commit 8ab2b858ad9db4ca7c221d05196bee2dd89b4ab5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-13

    APT: Use the resolver in get-requires and get-depends

M	backends/apt/aptBackend.py

commit a88525c56cdb4c54f63bfa35166e8710628d78f5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Only send dbus cache changed signal if system dbus is
    running. Thanks to Michael Biebl!

M	backends/apt/20packagekit

commit 1c4f6f3579afe7b258d962e195065d0df4b268c4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Fix an old reference of a method of the former D-Bus based
    frontend (RequireRestart)

M	backends/apt/aptBackend.py

commit c3280a21636a7453b3cf8e38aded2e6c5668d715
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: make use of dep resolving status message

M	backends/apt/aptBackend.py

commit 862d5e78b01a3a6b17e2b99f029c8aec3ff54149
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Fix a trivial typo

M	backends/apt/aptBackend.py

commit eaf2ef81aa4caa8972308acabecd2c0a76764311
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Optimize update calculation by using the problem resolver
    directly

M	backends/apt/aptBackend.py

commit 1494b44c651134fdb88e0652ce93a6ad474eb444
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Emit a warning message if an untrusted package gets installed

M	backends/apt/aptBackend.py

commit e56ad65fd9ddb5cd49f5d3edd212f38da7176dd8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Don't use the resolver to detect additional safe upgrades since
    they should not introduce any problems

M	backends/apt/aptBackend.py

commit 519856d62178b8fa501e327d556bc17648f0c6b6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Use the enhanced safe upgrade for update-system

M	backends/apt/aptBackend.py

commit 1453ad0c32f89f4c522a987c56641cec741d7457
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Enhance also the removal of packages by action group and resolver

M	backends/apt/aptBackend.py

commit c749a83bfed79dc850a6086c7d7d4bc1038768cb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    APT: Make use of the problem resolver to detect conflicting
    installs/updates

M	backends/apt/aptBackend.py

commit 8d4f3bc5539a271f6ccc85ecb7adfb9c42f84c99
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: Also use removal detection and action groups for InstallPackages

M	backends/apt/aptBackend.py

commit f6d0ad06908b09c7afbc1e5ab9571c66bb3f5296
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: Do not allow to update not installed packages

M	backends/apt/aptBackend.py

commit 58c566b7000425a9e48a0a6d3e8cccff09236ab3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: Use an ActionGroup in update_packages

M	backends/apt/aptBackend.py

commit bc76934a29487acd001169dff7e88f934a30cad0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: Don't allow to install updates in UpdatePackages which would
    remove already
    installed packages

M	backends/apt/aptBackend.py

commit 6b10b82e8fdb7fec5469b66296f73b66fa0a99e5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: Workaround a bug in python-apt which would mark upgraded packages
    as not automatic installed

M	backends/apt/aptBackend.py

commit c3b362af86801de039c2f78266602630caaab5fe
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: UpdatePackages should not fail on already up-to-date packages

M	backends/apt/aptBackend.py

commit ce8ec0462cabca525f6c41289f3fac3274eebe5b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-11

    APT: Do not calculate updates using the dist-upgrade method. Instead
    perform
    a safe upgrade and try if a kept back upgrade can be safely installed
    without
    removing an existing one or introducing any conflicts.

    As an effect e.g. the linux-generic meta package won't be reported
    as blocked
    anymore if it requires the installation of a new kernel image.

    This is required since PackageKit doesn't allow the removal of
    packages during
    updates.

M	backends/apt/aptBackend.py

commit c3c0ff13e57082b86acdc6c6b46b6a3523391b5e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-12

    Revert "APT: Also perform a dist-upgrade on update_system"

    This reverts commit f9cce6145157ad68f2bb933d661c0e11e67c08b0.

M	backends/apt/aptBackend.py

commit f9cce6145157ad68f2bb933d661c0e11e67c08b0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-07

    APT: Also perform a dist-upgrade on update_system

M	backends/apt/aptBackend.py

commit 4fb7a7cbff75352cc84e04abace72402e42d6e0c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-08-07

    APT: Use dist-upgrade to detect installable upgrades

M	backends/apt/aptBackend.py

commit 5e70d695393d83748a856450bb0a00204debcfdb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-08-03

    Release version 0.4.9

M	NEWS
M	RELEASE

commit 40e22beea04830d0fe04291e0e3399480c0d6329
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-23

    Package arch should be taken into account for newest filtering. Fixes
    rh#472876

M	backends/yum/yumFilter.py

commit 3180a440b0655c7ed9af20afb46ee3907111611c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-01

    Impliment newest filtering according to the spec, which removes
    duplicates from the GUI tools

M	backends/conary/conaryFilter.py
M	backends/yum/yumFilter.py
M	lib/python/packagekit/filter.py

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

    yum: remove custom hacking in Resolve(), and treat like precise search

M	backends/yum/yumBackend.py

commit 4d862165257d80270f9c61068f8681774a6f3816
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-29

    yum: don't do unconditional NEWEST filtering on resolve

M	backends/yum/yumBackend.py

commit 42646cba0923af254c24ecd4d82f13917006e823
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-26

    trivial: transferring percentage optimization from yum backend to
    PackageKitBaseBackend

M	backends/yum/yumBackend.py
M	lib/python/packagekit/backend.py

commit 769ebe61c41109c7f632cf4b93e62f19e49910a9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-10

    yum: trivially fix up a file permission

M	backends/yum/yumComps.py

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

    Add some more comps group mapping entries

M	backends/yum/yum-comps-groups.conf

commit 37c8d0da0fc95ff59be362d8617ad735d246fc07
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-15

    yum: remove the preupgrade code, as we now depend on this package

M	backends/yum/yumBackend.py

commit 8a4d2321e9e37ac6ade03f37bf8e6811a9db4e7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-15

    yum: Ignore another error in checkForNewer. Fixes rh#510874

M	backends/yum/yumBackend.py

commit 6efd1274d8ff7e9093bbbdf59434e7c27d66cda6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-23

    yum: When we're waiting for a crashed instance of ourselves, kill
    the process with SIGQUIT

M	backends/yum/yumBackend.py

commit 75d11b8ff36f27139be11c792d006a643dfc7d7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-23

    When we fail to get the lock, print the process information in the
    error details. Fixes rh#513376

M	backends/yum/yumBackend.py

commit 6d51acb0d2e64da4e02f9fea3502a1dcb6205fc2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-23

    yum: Ensure selectGroup() returns a list of packages by forcing
    deselectGroup()

M	backends/yum/yumBackend.py

commit 449656dad5268924dab371450cd7ba58edc480b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-23

    yum: use a better error enum when all packages are already installed

M	backends/yum/yumBackend.py

commit 9a0b16c84a78128c194bc1799ca6f0b7ab7851ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-23

    yum: unselect groups we previously selected when we get package deps

M	backends/yum/yumBackend.py

commit a557ebe116f49dd5d613215cf82e540485d1d607
Author: Muayyad Alsadi <alsadi@ojuba.org>
Date:	2009-07-29

    Ignore physical media when refreshing

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

M	backends/yum/yumBackend.py

commit 766037ba94dd06e4c050ef53b50a193b564549a9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-30

    yum: Ignore another exception from yum about having no groups. Fixes
    rh#514708

M	backends/yum/yumBackend.py

commit 507c64b1395c06dfe63f30f8f7122aeb6dbaa1be
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-07-28

    bugfix: Fix a small memory leak in PkNetworkStackUnix

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

commit 287ee9fed253c5d6b0f9089fb6f73580891a2ebf
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-07-07

    APT: A backwards running progress (mostly the case during cache
    updates) is reported as not available progress information.

M	backends/apt/aptBackend.py

commit 0444e62e0941b2da17950c7883202dbe042d91d9
Author: James Westby <jw+debian@jameswestby.net>
Date:	2009-07-04

    Ignore obsolete but not purged packages.

    Packages that are in the "conffiles" state (removed but not purged)
    show up in the cache, but have no installed or candidate version,
    so we filter them.

M	backends/apt/aptBackend.py

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

    yum: do newest filtering when the list isn't ordered

M	backends/yum/yumFilter.py

commit 4a09eed902952040d08335a6fba9e8f21d9289cf
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-28

    throw an error if SearchGroup search term contains spaces

M	src/pk-transaction.c

commit a8b8d81426b45a0816fb688101448da4bb346465
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-28

    trivial: add licenses as a "possible" search field for SearchDetails

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

commit fdc6c1b81df6b06564e6cc3c81acea4869358a49
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-25

    Make the PackageKit plugin available to firefox

M	contrib/browser-plugin/src/plugin.cpp

commit 4ce3510bce1d19dad4a390d159d7c89d6f2daf9f
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-24

    pk-transaction checks if the given path in search-file is valid

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

commit 3e9bc1bbc106855edf64a62080263a3f2c4ecb00
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-22

    lib: Make some verbose debugging more useful

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

commit a5fd8ab0411f918970d9abdf03ca83635ad58518
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-22

    yum: Provide restart-required data for all the packages, not just
    the first update in the list

M	backends/yum/yumBackend.py

commit 205eba3727d1cad96baa42a4d38122bb997e520f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-22

    yum: Don't check ts_state when getting the restart-required signal

M	backends/yum/yumBackend.py

commit 4df8ba66373fc1e4456dc0172a41f7c325172258
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-19

    Add a new status enum, waiting-for-auth

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

commit d8089794c91c8c8429ca3e794465a322eea136d6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-18

    yum: use a float for present_version as rawhide is 11.90. Fixes
    rh#506649

M	backends/yum/yumBackend.py

commit 1e9b6f95c4c0be8ef183d4c82829f302ddb7b328
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-17

    Add two more error enums for the new only_trusted code

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

commit 8db5e3b81f8fb1878b106afd7ca4036fbb4e2d51
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-17

    Add the SLES logo to the repo, we've been approved to use it

A	docs/html/img/users-sles.png

commit 3a5fc54d98f9c92bea6dd17318355163143a1d65
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-17

    pkcon: Quit the synchronous loop if we get destroyed, to avoid
    hanging forever

M	client/pk-console.c

commit 41228a1357752a7de0d13a83181cf4c95810a8ae
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-17

    glib: Quit the synchronous loop if we get destroyed, to avoid
    hanging forever

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

commit 37c9e62ed549b6eb42df03aa1170961ed2d15523
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-16

    To fix make snapshot and giant paths, use ustar-type tarballs

M	configure.ac

commit 64997e86e36e1c6964289eec657d1595c92cd534
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-15

    yum: don't hardcode network access to install or update
    packages. Fixes rh#506110

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

commit efdc05d278f2eb7a06940f966e3d1c84e12e1361
Author: aloriel <aloriel@fedoraproject.org>
Date:	2009-06-15

    Sending translation for Spanish

M	po/es.po

commit fdfbd193e8c5e21bc381b805c5e06ee40000a495
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-12

    Add subclasses to our registered mime-types. Fixes rh#504137

M	data/packagekit-catalog.xml.in
M	data/packagekit-package-list.xml.in
M	data/packagekit-servicepack.xml.in

commit 5891b702a9cd50abd8f52195ed148b6e5e33a296
Merge: 1b90ec8 2f36a48
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-14

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

commit 1b90ec870a51130599046625cebbaff7b8164084
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-14

    portage: add refresh_cache function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit a4c2de56e9dbc5a61063be6107aee8b36af6e9af
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-13

    portage: get-details do not prompt size when pacakge is installed

M	backends/portage/portageBackend.py

commit 51297db607e8edfdc749112bf152344f0fdcd435
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-13

    portage: add group in get-details, add installed info in packageid
    and keywords info

M	backends/portage/portageBackend.py

commit 12bc89e66fb3678ce9534344ff6bdbdffab0ab34
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-12

    portage: update install-packages, cleaning and world list
    compatibility

M	backends/portage/portageBackend.py

commit e64887bd12dec27fda9ea394f4a4459ea0000034
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-12

    portage: removing download-packages and fixing bugs in get-depends,
    get-requires and remove-packages

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 9e6f3552140679d368c92a1db5a2a10ae65e2be4
Author: kristho <kristho@fedoraproject.org>
Date:	2009-06-11

    Sending translation for Danish

M	po/da.po

commit bff5b331301a05bc0fb396f2375778df73bdaf74
Merge: 4b1205a 9d8a58f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-11

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

commit 9d8a58ffd29bf7b80f482547b372eb5ccbe206da
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-11

    portage: add search-details, minor changes (comments, ...)

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 4b1205ac1e5e5b5455fb56ca7cf6766cbf117920
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-10

    New stable version

M	docs/html/pk-download.html

commit fc5ef77fa00810fba167645d0992fb4e17717024
Author: ifelix <ifelix@fedoraproject.org>
Date:	2009-06-10

    Sending translation for Tamil

M	po/ta.po

commit 42ebe1049dc262aab00d3f7625438fc271394491
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-10

    yum: convert the present distro version to int to avoid always
    returning with no results from GetDistroUpgrades()

M	backends/yum/yumBackend.py

commit 9635a2b299b739c2049975e8be4edcd649f04396
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-10

    portage: add get-requires function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 0c0758d36581efb68ef7841ea50dd9e0a8559458
Merge: 9188411 f52310a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-06-09

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

commit 2f36a487a8af2279694f711a53c38c1a48185d90
Merge: 46e2778 51297db
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-06-09

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

commit 46e2778eb36ba62bba7b2806fd0fa414c767cfb4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-06-09

    APT: Show the installed size for installed packages instead of the
    package size

M	backends/apt/aptBackend.py

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

    yum: use the new update-not-found error enum for missing updates

M	backends/yum/yumBackend.py

commit 5589747edfcb5a63fbd0ff6c43a5d4712a6ff568
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-09

    Add another error enum, update-not-found

M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	tools/add-error-enum.sh

commit 6134b944fca890549afba2816fc437bf5b0ffbbc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-09

    yum: Correct an error enum for a missing group

M	backends/yum/yumBackend.py

commit 1c6e27ef1dc459eae84d45c9b5969a3fa98853f5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-09

    yum: Format the package_id before showing it in the error detail

M	backends/yum/yumBackend.py

commit 5abe4aab5273ec1378f29696b37e63d6cf34d433
Author: volkmar <volkmar@Altdorf.OldWorld>
Date:	2009-06-09

    portage: better remove-package function

M	backends/portage/portageBackend.py

commit 5e7504a3d917975e37979a638e44c33cb3397998
Author: ruigo <ruigo@fedoraproject.org>
Date:	2009-06-07

    Sending translation for Portuguese

M	po/pt.po

commit 480f0cd6bbd5c882bf86e082772cfc6c63c80099
Merge: da96ceb 79f587e
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-07

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

commit da96ceba9d52ce83d6535af563ec6f848aa29b43
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-07

    portage: working but version of remove-package

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 79f587ec3780e06f6aed7d8f8caaf2d00be6769f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-06

    Add another vendor to the users page

M	docs/html/pk-users.html

commit 7f8064b2912b51ec15f2d2f1f1fdde0e6bdfba3d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-06

    Enable the warning GSEAL_ENABLE and fix up build failures

M	configure.ac
M	contrib/browser-plugin/src/contents.cpp

commit e7d7308b28d70aeb1af43cc9a7403c208eaa1778
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-06

    Convert non-ASCII text to unicode for spawned backends. Fixes
    rh#504377

M	lib/python/packagekit/backend.py

commit f6b9719df8f9749bee960d330db65da9b595ab4b
Author: Daniel Elstner <danielk@openismus.com>
Date:	2009-06-05

    Fix reading freed-memory as author when GetBackendDetail is called
    with a NULL name parameter

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

M	lib/packagekit-glib/pk-control.c

commit 49624336df2cc2efc8f27240c2bfd67031b09114
Author: Jared D. McNeill <jmcneill@netbsd.org>
Date:	2009-06-05

    Don't use BASHisms on FreeBSD

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

M	contrib/cron/packagekit-background.cron

commit 477a93f67705c738d918ef653a88d9a682e2a0fa
Author: Jared D. McNeill <jmcneill@netbsd.org>
Date:	2009-06-05

    Add missing header to fix compile on FreeBSD

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

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

commit 5aa7b8118161eedd8d26d1fcfcfb0003726b65e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-05

    Use the nautilus logo rather than a screenshot

M	docs/html/img/users-nautlius.png

commit c3ef7b4956cd14d8ba5c0bb1820880b096f58500
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-05

    Add two links to the FAQ

M	docs/html/pk-faq.html

commit 099d2bbc690dad47e799c64c67db1f2cf667dab3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-05

    Add some new users of PackageKit to the website page

A	docs/html/img/users-assassin.png
A	docs/html/img/users-gnome-packagekit.png
A	docs/html/img/users-kpackagekit.png
A	docs/html/img/users-listaller.png
A	docs/html/img/users-nautlius.png
A	docs/html/img/users-system-config-printer.png
M	docs/html/pk-users.html

commit 08757415d5962bd1428a8b0641635d3a41254620
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    yum: be more descriptive why we didn't have a package cache

M	backends/yum/yumBackend.py

commit d0245e1fcabdabf3d875fb3445771253d04a2333
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Fix up the session example to not use depricated (and now removed) API

M	docs/html/files/session.c
M	docs/html/pk-faq.html

commit 3243fb85063b8fca79a0bc677f3fc81f1f467c26
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Add openSUSE to the PackageKit users page

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

commit d99449b16210ad0d602005296894ce1d8d460c0b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Add a page to the website to show who is using PackageKit

M	docs/html/img/Makefile.am
A	docs/html/img/large-application-certificate.png
A	docs/html/img/users-fedora.png
A	docs/html/img/users-foresight.png
A	docs/html/img/users-kubuntu.png
A	docs/html/img/users-moblin.png
M	docs/html/index.html
A	docs/html/pk-users.html

commit 32c2738b38de700ff5fa19806943a259263be265
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Trivial table fix for the FAQ html page

M	docs/html/pk-faq.html

commit 3c6dc7bf76c466adb15862db10e153aeaa696310
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Update my copyrightfor 2009 on the webpages

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-using.html

commit 6ed527ee31fa0d92e44c50db567ca30e62012abf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Reject files passed to InstallFiles() that are not supported by
    the backend

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

commit 4c947b068f26e14a189bd3227db0d255f1c13bea
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Make GIO a hard build dependency and remove the conditional code

M	configure.ac
M	src/Makefile.am
D	src/pk-file-monitor-dummy.c
R100	src/pk-file-monitor-gio.c	src/pk-file-monitor.c
M	src/pk-post-trans.c

commit 677c70a2b6bfd3cb5b401cd35e700f0ba5ba0f48
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-04

    Enable nice build output on automake1.11

M	configure.ac

commit d5e6fcf5983719bcb750c1337d73b9793262871c
Author: swkothar <swkothar@fedoraproject.org>
Date:	2009-06-04

    Sending translation for Gujarati

M	po/gu.po

commit 48960dfb740b72779ef2fafcde7398902c7fdbe8
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-03

    portage: add search-group function with a beginning table conversion
    from gentoo's category to packagekit's groups

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 03d3dba2d0a8f2be864cc076cb1e8f6a6f9fe328
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-03

    portage: working install-packages function

M	backends/portage/portageBackend.py

commit 893dd789e8dad584116e7e70f63491c15c873f9f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-03

    Never return FALSE from StateHasChanged(). Fixes rh#483164

M	src/pk-engine.c

commit 5057e64ebedf57f9cbf33d039fe664b62cba7e1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-03

    yum: Download the ChangeLog data when we get the update list. Fixes
    rh#499590

M	backends/yum/yumBackend.py

commit 19d72c90750187f7ba035fac3e03e52f533679b5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-02

    yum: We support application/x-servicepack, so advertise it

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

commit 42fae258b9c4641fbddaac0a69625b5f558af230
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-03

    portage: not yet working install-packages function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 0fcd7529e8e1d60f050e7840ed08c7013c7720db
Merge: 2a0ac60 b7e69bf
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-03

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

commit b7e69bf510c1874b069bd1faa37ac603bb3eddd5
Author: kkrothap <kkrothap@fedoraproject.org>
Date:	2009-06-02

    Sending translation for Telugu

M	po/te.po

commit 32fb4b2d0eb97d82d2b143a8cf5567eace45fec3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    Rewrite the networking stack GObjects to derive from a common
    PkNetworkStack object

M	src/Makefile.am
D	src/pk-network-connman-dummy.c
D	src/pk-network-connman.c
D	src/pk-network-connman.h
D	src/pk-network-nm-dummy.c
D	src/pk-network-nm.h
A	src/pk-network-stack-connman.c
A	src/pk-network-stack-connman.h
R051	src/pk-network-nm.c	src/pk-network-stack-nm.c
A	src/pk-network-stack-nm.h
R050	src/pk-network-unix.c	src/pk-network-stack-unix.c
A	src/pk-network-stack-unix.h
A	src/pk-network-stack.c
A	src/pk-network-stack.h
D	src/pk-network-unix.h
M	src/pk-network.c

commit 2a0ac60bc04660166fd2e1f310f537876cf0d3c4
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-01

    portage: update groups/filters list

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

commit 7bf303b104c07767a2927b3743e153f5b4c8b615
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-06-01

    Sending translation for Marathi

M	po/mr.po

commit 4ddc4fad20991b0f97b432380524794772896744
Merge: 5032b7f 3416e05
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    Merge branch 'connman'

commit 5032b7fd37b5107c0c9d27a4ebd77aab7f68abaf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 64f1ad84797d88b1cbc4cad42c3aafaee9dfdc0e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    Release version 0.4.8

M	NEWS
M	RELEASE
M	configure.ac
M	contrib/PackageKit.spec.in
M	docs/html/pk-download.html

commit e6cef02784ac9c47451d2613bec2f1074cb43c33
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    Revert a hunk of a patch that wasn't meant to be committed yet

M	client/pk-console.c

commit 3416e0531f5512d8827d2b62d54016fc18eecf40
Author: Peter J Zhu <peter.j.zhu@intel.com>
Date:	2009-06-01

    Add ConnMan networking stack support

M	configure.ac
M	etc/PackageKit.conf.in
M	src/Makefile.am
M	src/pk-marshal.list
A	src/pk-network-connman-dummy.c
A	src/pk-network-connman.c
A	src/pk-network-connman.h
M	src/pk-network.c

commit 857446e4e746699bb9cb8d113b4769ceaefc75f4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    Protect a few function in pk-package-ids.c from NULL input

M	lib/packagekit-glib/pk-package-ids.c

commit 1ab5b08c577da27704072302cd0b6ad4c183a7ae
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-06-01

    Create a shared pk_backend_bool_to_text() helper to reduce copy&paste

M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt/pk-backend-apt.c
M	backends/conary/pk-backend-conary.c
M	backends/pisi/pk-backend-pisi.c
M	backends/portage/pk-backend-portage.c
M	backends/smart/pk-backend-smart.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	client/pk-console.c
M	src/pk-backend.c
M	src/pk-backend.h

commit b470c22446389920775db56f04269d582f437f50
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-06-01

    portage: update Makefile.am (and fix installation)

M	backends/portage/Makefile.am

commit e881481947b108486eb56059fa72f3b3abb3d827
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-31

    trivial: fix compile with no libarchive

M	lib/packagekit-glib/pk-service-pack.c

commit f46e4bd0f7cc0b6d41efe7358a89ad8943af15a8
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-31

    portage: remove get_mime_types function

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

commit 9064f2a4afdab13294d478ba076127abdc99b374
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-31

    portage: add get_packages function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 034bad4211b7b4559ee0f3cfefdaafb2543d9a9f
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-31

    portage: add get_depends function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit d0b09eab8767110fb1cff3ef6c061898f1ff0272
Author: aalam <aalam@fedoraproject.org>
Date:	2009-05-31

    Sending translation for Punjabi

M	po/pa.po

commit 91884118db2ce2ddf5ed64af4467225ce3682f14
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-05-30

    APTCC: Fix missing include

M	backends/aptcc/matcher.cpp

commit c21e68f885cce43bb01074ab227453daa8af93d4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-05-23

    APT: downloading the package changelog was merged into python-apt

M	backends/apt/aptBackend.py

commit 57f9213c021bf220bcaf892e249cfeb5047768f8
Author: vpv <vpv@fedoraproject.org>
Date:	2009-05-30

    Sending translation for Finnish

M	po/fi.po

commit 9316f47585c7d274c9c63b439e6cc3ca80b5bda9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-29

    Update a couple of screenshots

M	docs/html/img/gpk-updates-overview.png
M	docs/html/img/gpk-updates.png
M	docs/html/img/thumbnails/gpk-updates-overview.png
M	docs/html/img/thumbnails/gpk-updates.png
M	docs/html/pk-screenshots.html

commit fc05e9a6b51cae33a8a1494724870e34feff72b5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-29

    Add FOSDEM 2008 presentation and video information to the website
    intro

M	docs/html/index.html
M	docs/html/pk-help.html
M	docs/html/pk-intro.html
M	docs/html/style.css

commit d6c69afb5c9aa66bc924c9751ad0b08e36227fc1
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-05-29

    Sending translation for Marathi

M	po/mr.po

commit c7cd3ada4a6cea478037146672343829452e5255
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-29

    portage: beginning of resolve function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 20b7781f7bd21c62f8f4dd8ab3edc1800debaad5
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-28

    portage: add search-file function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 216b9df3f54bea6a908a0e3f16f090bdf1135520
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-28

    portage: add get-files function

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit f90a45f97b123da3cfafe9d1ea286d7d0c7048c5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Remove unused scripts from git

D	tools/backend-change.sh
D	tools/upload-packages.sh
D	tools/yum-get-groups.sh
D	tools/yum-remove-gpgkeys.sh

commit ec1c152d16a8ed405cfb58c353083ee7bb95b632
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Remove mugshot data script

D	tools/mugshot.sh

commit 0e0b909aeb771925b0f179e40c7ee7010dbcf523
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Remove support for the unused gcov and gprof testing tools

M	HACKING
M	Makefile.am
M	backends/dummy/.gitignore
M	backends/test/.gitignore
M	backends/urpmi/.gitignore
M	backends/yum/.gitignore
M	client/.gitignore
M	configure.ac
M	lib/packagekit-glib/.gitignore
M	src/.gitignore
D	tools/create-coverage-report.sh

commit e8a68d6f8766251d49b66cb8c2773222f0c565d6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Don't use --enable-developer, instead use DeveloperMode set in the
    config file

M	configure.ac
M	etc/PackageKit.conf.in
M	src/pk-backend.c
M	src/pk-transaction.c

commit 1ddf20dff4cd774fbce4a9c2041600c3cf10db0a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Don't opt out of tests in make dstcheck in some modules anymore

M	src/pk-backend-spawn.c
M	src/pk-engine.c
M	src/pk-transaction-db.c

commit 5ed5a6d82cb2e84ced36c314596c0fd2ebe53b00
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Don't run unit tests on make distcheck, there's too much that can
    go wrong

M	Makefile.am

commit 87d57126bd647232acf5b3753394695b6a955210
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-28

    Remove the configure --with-backend-user as nothing now uses it

M	configure.ac

commit 19d7878da71bd0ed74a13cdff0e579346c8cc9ea
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Don't crash the daemon if we are connecting to an old packagekitd
    (no properties) with a new client

M	lib/packagekit-glib/pk-control.c

commit a86b5b8477c41199aeac0c2e9ea56b3b43412e49
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Trivial whitespace fix

M	lib/packagekit-glib/pk-bitfield.h

commit 7fd7882113812222e74bf9081c28c0e194d21e98
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Add a prototype backend interface definition, but don't expose it
    on the bus yet

M	src/Makefile.am
A	src/org.freedesktop.PackageKit.Backend.xml

commit 9e96960505c72248a7f48df4b938d012fa5a0bae
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Trivial comment fix

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

commit 30cee8045ca9d3bcd46280681ec46a96e502eab3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Disable the desktop self tests for now

M	lib/packagekit-glib/pk-self-test.c

commit 471a7ee8fbaf828dd649ea1f16a810b9bdcbf4ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Export version-* properties in PkControl

M	lib/packagekit-glib/pk-control.c

commit 1460296d532a7030ac7d95c5d21b69eb0a01d4a0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Remove some markup from a translated string

M	po/as.po
M	po/bn_IN.po
M	po/ca.po
M	po/cs.po
M	po/da.po
M	po/de.po
M	po/el.po
M	po/en_GB.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/gu.po
M	po/he.po
M	po/hi.po
M	po/hu.po
M	po/it.po
M	po/kn.po
M	po/ml.po
M	po/mr.po
M	po/ms.po
M	po/nb.po
M	po/nl.po
M	po/or.po
M	po/pa.po
M	po/pl.po
M	po/pt.po
M	po/pt_BR.po
M	po/ro.po
M	po/ru.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/sv.po
M	po/ta.po
M	po/te.po
M	po/th.po
M	po/tr.po
M	po/zh_CN.po
M	po/zh_TW.po
M	src/pk-main.c

commit c194b3401f17e9acfce3f9a3943bc4ea1ac4f93d
Author: Alexander Shopov <ash@contact.bg>
Date:	2009-05-27

    Add Bulgarian translation

M	po/LINGUAS
A	po/bg.po

commit e3eda56d05fa9d156c33f40d3d066daceea814f0
Author: mgiri <mgiri@fedoraproject.org>
Date:	2009-05-27

    Sending translation for Oriya

M	po/or.po

commit cbd4ceb5622362317131e8f1ce140ea4b6a0163e
Author: rajesh <rajesh@fedoraproject.org>
Date:	2009-05-27

    Sending translation for po/hi.po

A	po/hi.po

commit 5ad07501de1ab98e683f06505d5bd5db868e1414
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    When we search for the file list after an install or upgrade, use the
    local package not the remote package else we might start downloading
    remote package lists

M	src/pk-transaction.c

commit 17df8b837d1466c58b90b94c7867b97666c7df90
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-27

    Fix a small memory leak when we check for session restarts

M	src/pk-post-trans.c

commit 6e6afe02b50312b3f0f58417c1464f230f6369a2
Author: runab <runab@fedoraproject.org>
Date:	2009-05-27

    Sending translation for Bengali (India)

M	po/bn_IN.po

commit 53a8e1318ccca3976188e8a4001f610a56992fc8
Merge: 6137a34 37eaaa0
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-27

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

commit 6137a34634a61343de3832642319250e745fcee8
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-27

    portage: working search-name, get-details and something for
    download-packages

A	backends/portage/packagekit
M	backends/portage/pk-backend-portage.c
A	backends/portage/portageBackend.py

commit 37eaaa0ad91a09ca380f411b926897eb0419e8f3
Author: raven <raven@fedoraproject.org>
Date:	2009-05-26

    Sending translation for Polish

M	po/pl.po

commit 5a8d9127b40c62659b9cdf7c01179cae8f824aab
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-26

    Be more paranoid when parsing dates to avoid a critical error when
    a backend sends an invalid date such as 12/0/2009

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

commit 1111789eaa638adcae2af47266977b509f39aefe
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-26

    Check earlier if we don't have libarchive when creating a service pack

M	client/pk-generate-pack.c

commit 7e3d3a33ad6bdefdf7de1adcf9188a998ca7ba14
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-26

    Fix up two error messages in pk-service-pack

M	lib/packagekit-glib/pk-service-pack.c

commit 4c23d1f07828fde483d7f5bce035a38cfef2671c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-26

    Only return the newest available package for the command-not-found
    tool

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

commit f3834b8d932aa52468e9b606472ca9d19f010145
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-26

    yum: Blacklist remove-with-leaves as well. Fixes rh#502399

M	backends/yum/yumBackend.py

commit 33ee46765c6df263a461326d1edfeff9da65192c
Author: runab <runab@fedoraproject.org>
Date:	2009-05-26

    Sending translation for Bengali (India)

M	po/bn_IN.po

commit 160640326ff6405055599f304588e2656fb4852b
Merge: a4065df 1487b5d
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-19

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

commit 1487b5dcf0ffc7eb8b010569a042da76cb01bcf0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-16

    Don't try to clear the cancel timeout if it fires again on PkClient
    finalise

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

commit 9a10630a1c27a7c260ebc49a1842532b7a29a6fb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-16

    Don't even ref the update cache if it's not being used

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

commit 3db4c116f80e3fff43c91c71748101687f338b13
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-16

    Don't cache the update detail, returning half results from the cache
    and half from backend causes odd bugs

M	src/Makefile.am
M	src/pk-engine.c
M	src/pk-transaction.c
D	src/pk-update-detail-list.c
D	src/pk-update-detail-list.h

commit 9cdb276dc28c0446cea2f1bd52876969cfb162b1
Merge: d8fa28c 254b365
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-15

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

commit d8fa28c92669a8fb3c832c353896f3c08c29cb16
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-15

    yum: Disable the rpm-warm-cache yum plugin, it's so broken, and
    nobody is going to fix it

M	backends/yum/yumBackend.py

commit a4065dfa2d38320f2f0d28add2fd0f2e117f070c
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-14

    portage backend: add pk_backend_finished when needed, enhancing
    initialize, destroy and cancel functions and removing some search
    functions

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

commit 254b365f79d2830ef9e52a3042b5f4ff52470a39
Merge: da3c9e9 06ab35f
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-14

    Merge branch 'portage-backend'

commit 06ab35fa6b7e512dd9ab90e1c6d96ad75466d4c1
Author: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
Date:	2009-05-14

    portage backend: configure + dummy backend

M	AUTHORS
M	backends/Makefile.am
A	backends/portage/.gitignore
A	backends/portage/Makefile.am
A	backends/portage/pk-backend-portage.c
M	configure.ac

commit da3c9e9e5ca200a7517bc7356fbbc6e968a018bf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Add three properties on the main interface with the runtime daemon
    versions

M	lib/packagekit-glib/pk-version.h.in
M	src/org.freedesktop.PackageKit.xml
M	src/pk-engine.c

commit 22c9b907106c1d43e82e1fcaf577ccfd858f5718
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Add a PK_CHECK_VERSION macro

M	configure.ac
M	lib/packagekit-glib/.gitignore
M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-glib/packagekit.h
A	lib/packagekit-glib/pk-version.h.in

commit 76903972eefba8c8df28c93522f7201d88b205d5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Add some self tests to PkEngine to ensure that the signals are being
    sent correctly

M	src/pk-engine.c

commit 95bae5d929c07d6350028a63fc532d9fc1f16d68
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Fix the logic of ::RestartSchedule and don't make changing the config
    file prompt the session to reload

M	src/pk-engine.c

commit 1cac7e5546d47e75553ad2209ef042313e473a2d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Be more forgiving in the self test when checking the time to create
    a TID

M	src/pk-transaction-db.c

commit 53e18773b5a41213d1a7dead6d8e9303000109fb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Don't proxy RestartSchedule to PkNotify, only the daemon uses it

M	src/pk-engine.c
M	src/pk-notify.c
M	src/pk-notify.h

commit 77b855c1a2ffd1bc4406c0e0cff6c757a496a795
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    When we do SuggestDaemonQuit with no transactions, exit the daemon
    using the mainloop rather than just doing exit()

M	src/pk-engine.c
M	src/pk-main.c

commit 310a9afa3f4676027e009ab79139f206e76eb595
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Clarify the gtk-doc markup for PkControl::restart-schedule

M	lib/packagekit-glib/pk-control.c

commit 3f077261c4f63b288ee308c15639b74dc27d0096
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Add a trivial script to update the LINGUAS for me

A	po/update-linguas.sh

commit 5d8c5c135ff206216ab9cf1a7a3a6421f9a0c62e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-14

    Update LINGUAS with the new translations

M	po/LINGUAS

commit 58e89258a133455c5134624f8b2911cf79a33a1f
Author: willwill <willwill@fedoraproject.org>
Date:	2009-05-14

    Sending translation for po/th.po

A	po/th.po

commit ff9e082add6e1db3ab62661c8a1acdf4cfe458a3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-13

    Emit ::Destroy() in the dispose phase, as doing it in finalize is
    not proxied to the bus

M	src/pk-transaction.c

commit f1695b90acad041cfa6f51aad6b054daccf98a33
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-13

    Ensure we disconnect ::Finished() when we unref a transaction in
    the PkTransactionList

M	src/pk-transaction-list.c

commit 373da0cb7800dde9254ff3ed78dd2c553e06dc1e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-13

    Add another error enum for the new PolicyKit code

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

commit 05de550522b4f46d1ba3966235de589564e4e097
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-13

    Remove -Wmissing-noreturn from configure, it makes debugging difficult

M	configure.ac

commit 74896b5157ea4870a8e4bddd75dfe8dd22f350c2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-13

    Trivially ignore ChangeLog files

M	.gitignore

commit 29d1aa872fc553f5ba2e2ca9246c93123b3c029b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-13

    yum: Protect when the presto plugin doesn't send a name for the
    rebuild callback. Mitigates rh#500428

M	backends/yum/yumBackend.py

commit adaefba873258b4a12e3465620a9565bac7acc0c
Author: charnik <charnik@fedoraproject.org>
Date:	2009-05-12

    Sending translation for Greek

M	po/el.po

commit 65d5b832adc39a16aafecfc66bf05a2c23eb1638
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-10

    python: don't force re-bind stdout to utf8 to avoid encoding
    strings twice

M	lib/python/packagekit/backend.py

commit 29296d842ec567bdcb4fc6e8323634fc09af84e9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-10

    Ensure we send ::Finished() even when the dispatcher closed normally,
    to fix a problem with a hung daemon I got yesterday

M	src/pk-backend-spawn.c

commit 369ebe03b9df17798ee5b80e265028b7c907111f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-10

    Don't use gboolean when we mean PkNetworkEnum

M	src/pk-network-nm.c

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

    Make PkNetworkUnix watch /proc/net/route and check for network state
    changes if this is modified

M	src/pk-network-unix.c

commit 2bddd2ae773806ce29a694d57698ef0e0b52c4ed
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-10

    trivial variable rename

M	src/pk-engine.c

commit 87b851d03a386b290b4b53217ea0623c2dee15dc
Author: aalam <aalam@fedoraproject.org>
Date:	2009-05-10

    Sending translation for Punjabi

M	po/pa.po

commit 0af5f4598025e6eda97e243653e0ab6c6b2a98b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-07

    yum: Setup the locale using yum.misc. Fixes rh#487614

M	backends/yum/yumBackend.py

commit bc755677e07da32180aa7c0476c17f0592cc07a3
Author: anipeter <anipeter@fedoraproject.org>
Date:	2009-05-07

    Sending translation for Malayalam

M	po/ml.po

commit 9056db34e31bb90142406e2fc9064a519cf769fc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-06

    yum: clear previous transaction data so results of a test transaction
    do not break the new transaction

M	backends/yum/yumBackend.py

commit 49c0efeddcc2705acaf4ed12f4643df056e23fb9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-06

    dummy: make the depends return both types of packages

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

commit 3aeaa7edb3e34ac3103670f948996b20f54ed114
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-06

    yum: add some more error handing when updating packages

M	backends/yum/yumBackend.py

commit ed4237bda74c735c922ad61079100e487e69bb11
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-06

    trivial: rename a few varibles in the spawned backend helper

M	lib/python/packagekit/backend.py

commit ab76c400554c70f0ee9fd66fa95ee5fca51f5b0e
Author: anipeter <anipeter@fedoraproject.org>
Date:	2009-05-06

    Sending translation for Malayalam

M	po/ml.po

commit 2110267838ac48ba6ff99225da2404716fffbe4a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-05

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 56c696a782ea06de14a83f818d0e496735790c2c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-05

    Release version 0.4.7

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

commit 3a02ecb53344f970113980d1ecc93c44a2076a68
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-05-05

    Fix up the PackageKit-Qt self tests for the release

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

M	lib/packagekit-qt/test/daemontest.cpp
M	lib/packagekit-qt/test/transactiontest.cpp

commit 1ae5039a025b2d3e7c6517014194499a9c1a6a8b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-05-05

    Add support for /etc/lsb-release to pk_get_distro_id() to fix fd#21550

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

commit 584be0a61f67567300f1185a2d77e02ef74358bb
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-05-04

    conary: fix status on get-repo-list

M	backends/conary/conaryBackend.py

commit ab11a49307ba53a981f3073e79f25f13e330222e
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-05-04

    conary: add get-repo-list

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit 7426091889240dcb7db81439a215416ebbd2927a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-05-04

    conary:make remove packages more faster

M	backends/conary/conaryBackend.py

commit 64dcc09d8a76ded902de2424e125e96e8510cd57
Author: kmilos <kmilos@fedoraproject.org>
Date:	2009-05-03

    Sending translation for po/sr@latin.po

M	po/sr@latin.po

commit 6ab0bc816cc1c736880a62e1f302e23c49f0b44f
Author: kmilos <kmilos@fedoraproject.org>
Date:	2009-05-03

    Sending translation for Serbian

M	po/sr.po

commit c730015b32453db0624afab22979de0934e808a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    A few more trivial FreeBSD compile fixes

M	client/Makefile.am
M	configure.ac
M	contrib/command-not-found/Makefile.am

commit 8acbe369419bc2dbc1411b8f50d7ed3ce7cf4501
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    trivial: one more FreeBSD fix for gmsgfmt compatibility

M	configure.ac

commit 8dab886aa395f533f258aa91ff21e46e83dde4ea
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-05-03

    smart: don't require rpm-python

M	backends/smart/smartBackend.py

commit 717478ace67c0d4dc7165e59650df219d213e96b
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-05-01

    conary: disable packageBrowsing

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

commit dcfaed30654651077e6ca6718a73640c7cb1b6d8
Merge: 9aa22e6 25ea46e
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-05-01

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

commit 9aa22e66fbac148fbb6617c2170f30b3cb1851e7
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-05-01

    conary: add exception for bad xml generation

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 25ea46e0643a0bd9ce1a6a628c658ac4fbb5b4c3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-27

    Pk-qt: removed a useless resolv method

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

commit ab735f3d7090676579d97b6cccba706610473e5e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-27

    Packagekit-qt: switch some QSets to QFlags, not groups cause
    keyToValue() returns int not qint64

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
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/util.cpp
M	lib/packagekit-qt/src/util.h

commit eccc90e993f8b76b3b0c04df3f944bbd771f36da
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-26

    conary: new fetch xml cache for unsupported repos

M	backends/conary/Makefile.am
M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py
M	backends/conary/generateXML.py

commit 8f553030063cab8ae8d89fa67a35d6d4d888527a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-26

    conary: add generateXML with it no need get XML from web
    conary: add more validations of network

A	backends/conary/generateXML.py

commit 4e62708d12f741943b591bf4a6077d52692640ca
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-25

    conary: add search file
    conary: fix typo on resolve

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c

commit 4c073ba4dc574ee20ca74acc2572026b4afb13b9
Merge: 69e62e9 ed15735
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-25

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

commit ed15735b6fb9118ece9968f50a4d87f1e4a09dd4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    Bugfix: Fix compile on FreeBSD

M	configure.ac
M	lib/packagekit-glib/egg-debug.c
M	src/pk-main.c

commit f5ebcbadfe620eac6217773eac2acd71681036f2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    trivial: Remove an unused header include

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

commit 8d1af4623765fdb396f3f9ed6db74c3103ea59fc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    bugfix: correct a typo which causes a compile error on FreeBSD

M	src/pk-backend.c

commit 331a0d98f58e07b16b2388ad8812f97c995961eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    bugfix: allow the dummy security model to authorise actions

    NULL is used for 'not-known' which causes the methods to exit with
    a permissions error

M	src/pk-security-dummy.c

commit 7af1423a989cac5af9cada6fbc5972f2b769c56b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    bugfix: To fix spawned backends, http_proxy has to be a URI not a
    bare proxy. Fixes RH#491859

M	src/pk-backend-spawn.c

commit 59a74691d36decdd183a763882ec0a86b2884402
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    trivial: Remove some docs about the removed DBus interfaces

D	docs/api/spec/pk-backend-dbus.xml
M	docs/api/spec/pk-introduction.xml
M	docs/api/spec/pk-structure.svg

commit a3d455e876a348d76d32389e86168d440e988986
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    trivial: remove one last file releated to the DBus backends

M	lib/python/packagekit/Makefile.am
D	lib/python/packagekit/daemonBackend.py

commit b576ba19fbd987a30e57ec511e8c4a10277ad2b5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    Finish the removal of the CMake build scripts (and fix make dist)

M	lib/packagekit-qt/Makefile.am
M	lib/packagekit-qt/modules/Makefile.am
M	lib/packagekit-qt/src/Makefile.am
D	lib/packagekit-qt/src/config.h.cmake
M	lib/packagekit-qt/test/Makefile.am

commit 5c3396990ea6e973b239a168828c4ad64c58e91b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-24

    yum: disable the refresh-packagekit plugin when running under
    PackageKit

M	backends/yum/yumBackend.py

commit 4d32bf2c68142c3899e0a9fd993be6a3ba4c5642
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-04-24

    smart: better download status for slack/arch

M	backends/smart/smartBackend.py

commit 2e68f52c1df128bf046f1d3e1bb9d9bdbb87d5ca
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-04-24

    smart: add arch package versioning support

M	backends/smart/smartBackend.py

commit ee0618496c7397f1c0ffe8ba78a10e04a61db1c7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-23

    Packagekit-qt: changed License to QString in package

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

commit b1a2d42253c40d9453d36ee577c1b411edfe1f5c
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-04-23

    PackageKit-Qt : Really drop support for CMake :-s

D	lib/packagekit-qt/modules/CMakeLists.txt
D	lib/packagekit-qt/src/CMakeLists.txt
D	lib/packagekit-qt/test/CMakeLists.txt

commit 97bcf99fd0cfde3ef2bfb4603d0439f07ac7673c
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-04-23

    PackageKit-Qt : Drop support for building with CMake. CMake module
    for the lib is still included.

D	lib/packagekit-qt/CMakeLists.txt

commit f3619d6c53873b6e98d6286defbd05bfa735a8ee
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-04-23

    PackageKit-Qt : Add support for cancel-foreign policykit action

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

commit b53bfb832ea1a499c66acae6e109d1bd50660b05
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-23

    yum: Split a string 2(+1) times, to cope better at locating
    sub-packages

M	backends/yum/yumBackend.py

commit 4f911f417eca68e1cd79b99f2f9cab8c1719cfe3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-23

    Correct a status enum on-the-wire string value. Not ideal, but bugs
    need to be fixed

M	lib/packagekit-glib/pk-enum.c

commit 120b7ede09ad894763fe4acc6a0705c6f89f95e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-23

    Add some self tests for the new pk_spawn_set_allow_sigkill()
    functionality

M	src/pk-spawn.c

commit a782056c337562594155a9405adcd9d5e65be32d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-23

    yum: opt out of SIGKILL as this can lead to RPM database corruption
    in some situations

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

commit 61295f578f4fcafce512f3f4c29ee28de622a05f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-23

    Allow a spawned backend to opt-out of the SIGKILL cancel process,
    and add a default in PackageKit.conf

M	etc/PackageKit.conf.in
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h

commit d0200f3f2aad881f8aad626c84ed73fe0f840834
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-23

    Add a method to disable SIGKILL in PkSpawn

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

commit 33894239b42dcb6069ab3a99e3cb47667448d499
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-04-23

    Sending translation for Assamese

M	po/as.po

commit 89cab45a2ade89d4baa51f71190918d60b174674
Author: akostyuk <akostyuk@fedoraproject.org>
Date:	2009-04-22

    Sending translation for Russian

M	po/ru.po

commit 504f488b2838d02bf4f60528d50b393115a5fc31
Author: akostyuk <akostyuk@fedoraproject.org>
Date:	2009-04-22

    Sending translation for Russian

M	po/ru.po

commit c630d2c691b46b70ea6f40e4b4e793ddbecb9713
Author: akostyuk <akostyuk@fedoraproject.org>
Date:	2009-04-22

    Sending translation for Russian

M	po/ru.po

commit 42860e535b29dd4241184469044093dfc7392fe2
Author: akostyuk <akostyuk@fedoraproject.org>
Date:	2009-04-22

    Sending translation for Russian

M	po/ru.po

commit a8f85ada4aa416700d5517eaeb3c9562e7a8d487
Author: akostyuk <akostyuk@fedoraproject.org>
Date:	2009-04-22

    Sending translation for Russian

M	po/ru.po

commit 6ed10da156d9130f5443c1348405434cdc0cdfce
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-22

    yum: send INFO_FINISHED when we've finished downloading a file rather
    than relying for the daemon to clean up for us. Fixes rh#496787

M	backends/yum/yumBackend.py

commit d7e0173fdaf7cf536b8a1e8d7c16eda35cadbc8c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-22

    yum: handle repo-set-data with an invalid repo in a better way

M	backends/yum/yumBackend.py

commit 3c1e38fee13eab7997187b7768b31808d546f6de
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-21

    yum: fix up a pylint warning in the new status code

M	backends/yum/yumBackend.py

commit 316d0674c967748ca506602b3f499ec2ce13f163
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-21

    yum: Do the download name parsing code a better way so that we work
    for multiple packages with Presto

M	backends/yum/yumBackend.py

commit 560e6cd113699781a170ccfbd8cc2b6c1815fc9d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-21

    Add a trivial cast to fix compilation on FreeBSD

M	lib/packagekit-glib/pk-service-pack.c

commit 57129dcbddc2f784a0158457abf83f006dfe6d4e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-20

    yum: emit a backend message when the transaction status isn't known

M	backends/yum/yumBackend.py

commit 00a9f1a04986480da4026fefc1797a4c2953e33f
Merge: eaff280 979d49f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-20

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

commit eaff280965b4b1dbbaefd465e95fd7ea440f5e32
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-20

    Pk-qt: Renamed various enums to have a prefix to avoid conflicts,
    removed some useless code too

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/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

commit 979d49f985c246ea4b23b26fbd8609980df749bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-20

    yum: Check for the package_id and error out if invalid. We can't
    imply resolve now we're not searching all repos

M	backends/yum/yumBackend.py

commit f49a82602319845e172bb1d93e45a20bed4d156b
Merge: dd136f6 97ae622
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-20

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

commit 97ae622634af1af42e54f6201a0eb93b2dd5e1bc
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-19

    Pk-qt: Fix, adds registration to MessageType

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

commit 020b3fd5b64ae9b9076a1df277efaebb3423a325
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-19

    Revert "Revert "Pk-qt: Fix MessageType registration""

    This reverts commit ab1753c04ba57f7c27681f7f9f1fbe943d848662.

M	backends/aptcc/pk-backend-aptcc.cpp
M	lib/packagekit-qt/src/client.h

commit ab1753c04ba57f7c27681f7f9f1fbe943d848662
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-19

    Revert "Pk-qt: Fix MessageType registration"

    This reverts commit bd4248d80784d6e9a39332876a80d7213fefc124.

M	backends/aptcc/pk-backend-aptcc.cpp
M	lib/packagekit-qt/src/client.h

commit 73989981863e52322e1707bf9a94003156aaa01d
Merge: 96db556 e963945
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-19

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

commit 96db556d036db5901e3adfedfe0c62a706e0abc0
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-19

    Pk-qt: Fixed Message enum the same way as Filter and Action

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

commit e9639450181ae802f7a362bc19f0e09c7f5d20bc
Author: marionline <marionline@fedoraproject.org>
Date:	2009-04-19

    Sending translation for Italian

M	po/it.po

commit dd136f6760d375ba55ec98ab02291028c03d8b46
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-19

    yum: Deal with Presto downloading updates in a better way

M	backends/yum/yumBackend.py

commit c243bb0c514cc23194979ecafd6babd8620e8981
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-19

    trivial: whitespace issue

M	backends/yum/yumBackend.py

commit d4ff8483e8a6479f40f94a6eb36600d228ef206a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-18

    trivial: generate a ChangeLog file from the git history

D	ChangeLog
M	Makefile.am

commit d002892cc56c91fa3f161404c0530633a6d0f648
Author: mrtom <mrtom@fedoraproject.org>
Date:	2009-04-18

    Sending translation for French

M	po/fr.po

commit ce719503f43498ab4dac1114d1e6f466c5762d54
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-17

    trivial: switch to the new gnome.org servers for gnome-packagekit

M	docs/html/pk-download.html

commit 201884376271c399ffc5d08335931bc5f6ed18a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-17

    feature: add DOAP file

A	PackageKit.doap

commit a4ea5047f9dc9fda793036e35ae21d005e78dc38
Merge: 2735cfd 125906a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-17

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

commit 125906a87cc445b1a3ccfc3ce744ccd389af059c
Author: fab <fab@fedoraproject.org>
Date:	2009-04-16

    Sending translation for German

M	po/de.po

commit 96823118e98515dd41748e8c7bdb9cf7b1d4a95f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    yum: don't search all repos when we resolve a package_id to a
    pkg. This saves 55ms per lookup, and makes multiple package matches
    an order of magnitude quicker

M	backends/yum/yumBackend.py

commit d21294d46ca3379cd3f3148543a9bce6a283d5bb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    yum: trivially return the correct return values in an error condition

M	backends/yum/yumBackend.py

commit 96a525fdd99b879317bc29982e195124e66e8631
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    yum: only search the rpmdb when the package_id data is installed

M	backends/yum/yumBackend.py

commit 48fcafe9c586db539a6dabc5a4b48f67c69ac7ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    yum: trivially rename a variable to be more descriptive

M	backends/yum/yumBackend.py

commit 6f938dd7405d694df44b42dd59190082377b9f16
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    trivial: make one update bugfix in the dummy backend

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

commit 1186bd2309879ff83cb57a1cbbf4f65949826d1e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    bugfix: don't filter out 'Presto' unconditionally from the stdout
    to fix rh#496091

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

commit 7b314ac79dda1a7abe5709d34886d1553ce28269
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-16

    trivial: add some notes to the developer docs about when to emit
    Package()

M	docs/api/spec/pk-concepts.xml

commit 93507cfcb88f2c32ea5edf81a1ed6464c7165682
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-15

    Forgot media change in enum_exit...

M	lib/packagekit-glib/pk-enum.c

commit baeb8318e01416d8af1c938ddabe6ce6cbdba7b8
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-15

    PackageKit-qt Forgot to register MediaType enum

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

commit e4bf77016e19162e6ff7046b6fbf8889304f2644
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-15

    Fixed bug in media change

M	lib/packagekit-glib/pk-enum.c

commit 7d755a2deb42f30785875016ad948836c8e2b3b1
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-15

    Packagekit-qt fix for new media change

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

commit fc3afeceecad643f18efba981ec3fda14d3eb021
Author: raven <raven@fedoraproject.org>
Date:	2009-04-15

    Sending translation for Assamese

M	po/as.po

commit 2735cfd02f6e118b2ecc4e1f75fae641074c20ca
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-15

    APT: Remove method _get_package_description since it is included
    in python-apt

M	backends/apt/aptBackend.py

commit 8883089d5f33bfd91491d1e60e87eb7534e703b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-15

    yum: consider the installed state when we do newest filtering. Fixes
    rh#472876

M	backends/yum/yumFilter.py

commit cdbf8f20d28849fa802da87f4749585a69a33429
Author: kristho <kristho@fedoraproject.org>
Date:	2009-04-15

    Sending translation for Danish

M	po/da.po

commit 79e8736197b552a5ce206a712cd3b6c80cf2e86d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-15

    APT: Add media change request support. But in an ugly state.

M	backends/apt/aptBackend.py

commit 1b35fb49527d2b869ba57e7f65602cd851d1d11f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-15

    Add media change request support to the spawned backend

M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c

commit f15864bd71a282b18ae5840618185f6a1ee0f0be
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-15

    yum: only filter newest by name and not name+arch. Fixes rh#493936

M	backends/yum/yumFilter.py

commit e73ec122013173bc2760300bc0d23c972416bc61
Merge: 2a57ede db36026
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-15

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

commit db36026fde44877186d8c295f42913cd92e078a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-15

    trivial: split the main function from yumComps to avoid having two
    main functions and pylint warning us about this

M	backends/yum/yumComps.py
A	backends/yum/yumCompsTest.py

commit f27e7974bfe9bf45c093d8bfe10c83f635192816
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-15

    bugfix: check the subtransaction and transaction totals are not zero
    before using them. Fixes a crash on ppc in rh#495849

M	backends/yum/yumBackend.py

commit 8965df597066e6bfb3d0bfe89e66c890ec596ecc
Merge: e4a59b3 68db12f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-15

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

commit 68db12f4498e4f29323677eb2ac8203fcdadd120
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-15

    Updated packagekit-qt to the right media change enum

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

commit cf0e74e326db07a13fdeda946cff4874d41f8aee
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-15

    Aptcc: changed media change usage a bit

M	backends/aptcc/acqprogress.cpp

commit e4a59b3e2a8916ca26ea56c6ad5e085e15d1e201
Merge: 17e968a a690985
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

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

commit a690985ffb503a412f2eab0e1e3154148fb4569c
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-15

    opkg: trivial make opkg_check_tag type consist

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

commit 801a60e3f78886e7a01104cd04ec93061acf18d5
Merge: c7503e0 a44e48f
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-14

    Merge branch 'master' into distro-om
    update opkg backend to current packagekit
    Also, thanks a lot for Koen's patches.

commit 17e968ad6ebc6969dfd179bdd6c2d5f91be5fa89
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: move the media change enum value to not break internal ABI

M	lib/packagekit-glib/pk-enum.h

commit b55842c2243c41850b839f900fe333ff3dbef2ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    bugfix: still use command not found for commands one character long

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

commit 426e6a8ba3be3408347af1d8f200956818e230cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    bugfix: use the new session interface for installing Fontconfig
    resources, not the obsolete one

M	contrib/gtk-module/README
M	contrib/gtk-module/pk-gtk-module.c

commit 90e09e63f83cfb447a4f2ab3d6b33d522f57155d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: adjust the interaction mode of the gstreamer plugin installer

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

commit a44e48f95bc1089828a0a855e9812d527a23d541
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    bugfix: use the new session interface for installing GStreamerCodecs,
    not the obsolete one

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

commit 31b85c79d516d0b97b87c2b205e9fea00c9190ed
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: correct the media type debugging string

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

commit 97bfd1adf8f343afc9c0303915b72bc908e4bccf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: logic faux-pas

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

commit 277d49a4e5cd5bb47e282c73c00a3b848f340613
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    dummy: add media-change-required support into the dummy backend

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

commit e45d2fa17ce7e86cb9de084b4d0eae657dc94a13
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: fix the signal type of MediaChangeRequired to be sss (on
    wire) not uss (internal)

M	src/pk-transaction.c

commit ed3d2ea0819d73a1c2b84dc41181111eb5918939
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: fix the wire format of PK_MEDIA_TYPE_ENUM_DISC

M	lib/packagekit-glib/pk-enum.c

commit 5f33fde67828b508be8062f99aa0d280b8b7f024
Merge: 91752bd a9d64d5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

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

commit a9d64d547b2d94a6cd267e542abf9628a129ce69
Merge: bc2b217 8707bdd
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-14

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

commit 91752bddabacb3ab2d260ffef392daddf611798c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: rename PK_MEDIA_TYPE_ENUM_CD_OR_DVD to
    PK_MEDIA_TYPE_ENUM_DISC

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

commit b562543e8c7d1fad2e0f21e278aff49dd430f031
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    trivial: fix up some whitespace

M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	lib/packagekit-glib/pk-service-pack.c

commit 8707bddb24b53000d239252d43cc9b7434c8903f
Author: kkrothap <kkrothap@fedoraproject.org>
Date:	2009-04-14

    Sending translation for Telugu

M	po/te.po

commit d202aa1dd94ec35824be4f8b86d2b431562c3d10
Author: shanky <shanky@fedoraproject.org>
Date:	2009-04-14

    Sending translation for po/kn.po

A	po/kn.po

commit 185d4a53b5e26a5e2097c1be1a4aa3dbbf33ff80
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    bugfix: disconnect the handlers properly in PkTaskList to stop the
    critical warning in the test suite

M	lib/packagekit-glib/pk-task-list.c

commit 0108802948c89a7302b4a04f27894f6e6eef1803
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-14

    bugfix: remove the NameOwnerChanged handler when we unref PkConnection
    to prevent a bug in client applications

M	lib/packagekit-glib/pk-connection.c

commit c104cacb39a98b55e585d7cb1afceaa73852499e
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-04-14

    Sending translation for Marathi

M	po/mr.po

commit 44b4ae984373c773733907b3a43604b2b6eb4692
Author: mgiri <mgiri@fedoraproject.org>
Date:	2009-04-14

    Sending translation for Oriya

M	po/or.po

commit c7045c86398d67b115aaa7ba24713d1e5e62a3bf
Author: swkothar <swkothar@fedoraproject.org>
Date:	2009-04-14

    Sending translation for Gujarati

M	po/gu.po

commit 668c9e7892fbb7608b8730360bb25f395e43ea3f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-13

    Aptcc: Added media change support.

M	backends/aptcc/acqprogress.cpp

commit f48f471be0ddc8095ff4349e3b6d52992f5aa6d2
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-13

    Added media change support to -qt lib

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 a3412d08c19191cb37b56f4f41afdbc6009f690f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-13

    Squashed commit of the following:

    commit a164eb3fb2e8444e15f238c9a63c208099028412
    Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
    Date:   Mon Apr 13 20:36:40 2009 -0300

	New signal, media-change-required finished (Pk and -glib).

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/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

commit 34e2c6e65c399b0005fff0d443edc102b39ed7ae
Author: nippur <nippur@fedoraproject.org>
Date:	2009-04-12

    Sending translation for Dutch

M	po/nl.po

commit 44e04b767b47f75d31ca2afdbfcd7f860d1ccd7d
Merge: 18554be bb7f7c3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-12

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

commit 18554be93f1c244c5fa0e963ec2b825637a5f3e6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-12

    APT: Trivial ship the README and TODO

M	backends/apt/HACKING.apt
M	backends/apt/Makefile.am

commit bb7f7c328159f37cc518e298891664d68d483cab
Author: ifelix <ifelix@fedoraproject.org>
Date:	2009-04-11

    Sending translation for Tamil

M	po/ta.po

commit ec73154bd654317e8b7a763ad13cef6a0b5c1744
Merge: ae90f7f 4f6992f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-11

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

commit 2a57ede33bbd0450bc55969c626f097905c3153e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-11

    APT: Emit a Package signal for the currently processed package while
    applying changes

M	backends/apt/aptBackend.py

commit 69e62e95b7bb8e666f9fe4f1690cc9976b468f71
Merge: ea60647 4f6992f
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-11

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

commit 4f6992f0e3284371daf01eaabfefe8cc7ad81b01
Author: igor <igor@fedoraproject.org>
Date:	2009-04-10

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit bc2b21781f44e11eae2c176f7f5b67de4c1b934f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: use the new get_package_id method

M	backends/apt/aptBackend.py

commit 45dc8e15ba557f0ac972440a3fa0ecbfc050449c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    Python: Add two further helpers get_package_id and split_package_id

M	lib/python/packagekit/backend.py

commit e309ed089fbd3260b227a0e48c9b5764372a7e23
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Use text_to_bool and format_string from the backend module

M	backends/apt/aptBackend.py

commit ec76cae626fe8acb245c4ec1b30552842e40ce80
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    Python: Add two helpers format_string and text_to_bool to the backend
    module. The first one handles unicode and multinlines the other one
    allows to convert a string to a boolean.

M	lib/python/packagekit/backend.py

commit 6764f1ba8468835cae7b65d310126da6d88a76d1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Trivial replace ''' by """

M	backends/apt/aptBackend.py

commit af148f20e21cad297405a7914f61308a3c709015
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Make the unlock cache decorator even unlock the cache in the
    case of an
    exception

M	backends/apt/aptBackend.py

commit ae90f7fbc8ef6bbf274200ca2ffb1601345957a5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Trivial update README

M	backends/apt/README.apt

commit b9c15dce1c43167ed209ac969263cbc8ef0dbdfa
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Trivial rename of text files

R100	backends/apt/HACKING	backends/apt/HACKING.apt
R100	backends/apt/README	backends/apt/README.apt
R100	backends/apt/TODO	backends/apt/TODO.apt

commit f7dc42fa4ceabdf5b498776a690001bc1e471a19
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Trivial follow an api change of python-apt

M	backends/apt/aptBackend.py

commit 6e9992491a277213a938fb8e5cd7d8f8d3a685a5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: trivial fix install-data-hook

M	backends/apt/Makefile.am

commit 0446c76e817a078eda6d30abd75234eeca7c11ef
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Fix a small lower/upper case issue

M	backends/apt/Makefile.am

commit 91d929528548133c07b20e1f277414dad97fd805
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Trivial. Fix a tab/spaces issue in the Makefile

M	backends/apt/Makefile.am

commit 6c6439a975130e6827c0c9cda61e992cce559110
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-10

    APT: Follow the layout of other spawned backends regarding file
    locations and names

M	backends/apt/Makefile.am
R100	backends/apt/aptbackend.py	backends/apt/aptBackend.py
M	backends/apt/pk-backend-apt.c
D	backends/apt/pk-backend-apt.py

commit 2c88f22467840bc86956e19ccbca4c56f24b815a
Author: elsupergomez <elsupergomez@fedoraproject.org>
Date:	2009-04-09

    Sending translation for Spanish

M	po/es.po

commit 16c6a5857578a2dd4d1a8db79de673b924b17672
Author: raven <raven@fedoraproject.org>
Date:	2009-04-09

    Sending translation for Polish

M	po/pl.po

commit 073923a28d12a19e4b3d432b4e0d215cfd07394f
Author: ruigo <ruigo@fedoraproject.org>
Date:	2009-04-09

    Sending translation for Portuguese

M	po/pt.po

commit 5716d5b7f01dca6afd11ea5e012eadb9960f585d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: add some more details to an error failure

M	src/pk-transaction.c

commit 28151ea72bcdd826a2d3a3f9109a073e90962169
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    bugfix: correct the logic for pk_client_set_synchronous so we can
    set this false without returning in the duplicate check

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

commit 2b61bce967b0e0f70ef478e8d13b6bd57a376704
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: fix fedora build script

M	contrib/PackageKit.spec.in

commit 8662aa16bcd0d21e56c582dae62ab8c4a5bdaeb4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: fix the doc build

M	docs/api/PackageKit-docs.sgml
M	tools/add-method.sh

commit f2d613ee7c1befe0cc54a7813c41858cf44b0e90
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: add .gitignore to aptcc

A	backends/aptcc/.gitignore

commit 1eb76fc7b0b165d5180eb86ffd0d25deb1b47cdb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: remove obsolete option

M	configure.ac

commit de3adda7c3a63563ee02f9118d79ccca606eb1c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: move the pm-utils functionality out to an optional contrib
    directory

M	configure.ac
M	contrib/Makefile.am
R100	data/95packagekit	contrib/pm-utils/95packagekit
A	contrib/pm-utils/Makefile.am
M	data/Makefile.am

commit aa70f40f1b75c1d917662b52a33cd285ad9089d0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: move the cron scripts out to an optional cron contrib
    directory

M	configure.ac
M	contrib/Makefile.am
A	contrib/cron/.gitignore
A	contrib/cron/Makefile.am
R100	data/packagekit-background	contrib/cron/packagekit-background
R100	data/packagekit-background.cron
contrib/cron/packagekit-background.cron
M	data/.gitignore
M	data/Makefile.am

commit c7503e064093114b2e6948b15bdcf6ae8328dc59
Merge: 083b54d a2f7766
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-09

    Merge branch 'master' into distro-om

commit bc56f279904e06a7d055c26aa252a5c185cf9a69
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: move the apt-specific 20packagekit to the apt backend
    directory

R100	data/20packagekit	backends/apt/20packagekit
M	backends/apt/Makefile.am
M	data/Makefile.am

commit fa9c0463d10e14ee059bc5f68eee1e1b6b409f7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    trivial: move the pkgconfig files to thier respective library
    locations

M	configure.ac
M	data/Makefile.am
M	lib/packagekit-glib/Makefile.am
R100	data/packagekit-glib.pc.in
lib/packagekit-glib/packagekit-glib.pc.in
M	lib/packagekit-qt/Makefile.am
R100	data/packagekit-qt.pc.in
lib/packagekit-qt/packagekit-qt.pc.in

commit 1664c0d17dec17b88a6e75c0f08b184859a05e58
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    feature: remove job_count.dat, it's not used anymore since switching
    to the sqlite db

M	data/Makefile.am
D	data/job_count.dat

commit b939d88bce372aa5ef451dd22188134a100e7273
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

    feature: remove the DBus backend. The only user (apt) has switched
    to spawned, and the unit tests have been broken for months

M	backends/test/Makefile.am
M	backends/test/helpers/Makefile.am
D	backends/test/helpers/PackageKitDbusTest.py
D	backends/test/pk-backend-test-dbus.c
M	configure.ac
M	data/Makefile.am
D	data/org.freedesktop.PackageKitAptBackend.conf.in
D	data/org.freedesktop.PackageKitAptBackend.service.in
D	data/org.freedesktop.PackageKitTestBackend.conf.in
D	data/org.freedesktop.PackageKitTestBackend.service.in
M	src/Makefile.am
D	src/pk-backend-dbus.c
D	src/pk-backend-dbus.h
M	src/pk-self-test.c

commit cf3700d81c953cc92ccc894508fd35eb918c5dca
Merge: bece89f a2f7766
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-09

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

commit a2f7766e0039ee2c548c673343344e9336f02906
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: Trivial. Add the update-packagekit-app-data to the extra dist

M	backends/apt/Makefile.am

commit 275a50ec454af6bdace717dce217df656a620d99
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: Trivial. update-packagekit-app-data is a script and not a binary

M	backends/apt/Makefile.am

commit 468fe579ff391316eacb500c6b6d34957bf624de
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: Revert changes to extract application information from desktop
    files

M	backends/apt/update-packagekit-app-data

commit 4f9b3a39e700d018d05365840c5b459e42db6561
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: install the script to create the mime and codec map

M	backends/apt/Makefile.am

commit 39198d1e0df29b0618eeb42e3a745176a9ae3754
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: Set the path to the codec and mime type handler map correctly

M	backends/apt/aptbackend.py

commit 807e2e8c6143cfbd3ad6da1f2a50e454e99266d9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: Install the helper correctly

M	backends/apt/Makefile.am

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

    dummy: allow setting the use-gpg and use-eula variables in runtime

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

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

    bugfix: display Message()'s in pkcon rather than just ignoring them

M	client/pk-console.c

commit bf931d3137fdd82f7c9f1c157ee327ed8b894668
Merge: 1389fd8 f119d88
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    Merge branch 'master' into apt-dispatcher

commit 1389fd8cadf4401559a9e405bd26799b8390d76e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-08

    APT: Use the new fetch_binary method to download packages

M	backends/apt/aptbackend.py

commit f119d88ded54c4f3a83c16b57102d6116f1a3cb9
Author: ifelix <ifelix@fedoraproject.org>
Date:	2009-04-08

    Sending translation for po/ta.po

A	po/ta.po

commit c5f5e1c3bd0a2afb60283f5ed730a7f9f99a19a1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-07

    yum: when yum fails to load the rpmdb, it helpfully emits
    TypeError. Catch this and parse as FailedInitialisation

M	backends/yum/yumBackend.py

commit 95ab8a5a714e3b569c5e7ccfd9256debbe17fec8
Merge: d66d710 3912824
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-07

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

commit 39128245f43d3c786e3d181a7da4c1cab24feeba
Author: runab <runab@fedoraproject.org>
Date:	2009-04-07

    Sending translation for Bengali (India)

M	po/bn_IN.po

commit 8984733e4dd1d743bad292f204789ad5be85e677
Author: kkrothap <kkrothap@fedoraproject.org>
Date:	2009-04-06

    Sending translation for po/te.po

A	po/te.po

commit d66d7108fe911d10da99d1d10f62d93e320dfe74
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-06

    yum: catch RepoError when we try to get the ChangeLog

M	backends/yum/yumBackend.py

commit 79ace3ef67c14b435b2c0d8330aaa7a8774b482c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-06

    bugfix: pk_package_ids_check is not valid when the packageids array
    is zero length

M	lib/packagekit-glib/pk-package-ids.c

commit 0763cffa7bfe3213d6019cb826f10c1fad547f7f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-06

    yum: trivial patch to print the list when we send no data to
    RemovePackages

M	backends/yum/yumBackend.py

commit 58e6b9d18fb535378cb41805dcb5e76408c10aec
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-06

    trivial: whitespace fixes

M	lib/packagekit-glib/pk-client.h

commit 9a9516ad3d527e4d95c77898af5b165c836b7b5c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-06

    yum: catch yum.Errors.RepoError rather than printing a
    backtrace. Fixes rh#494227

M	backends/yum/yumBackend.py

commit 083b54dea29507588902a28c72c5cf27e7d797a5
Author: tchuang <tchuang@fedoraproject.org>
Date:	2009-04-06

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 0f5560d33175347009e8b033689d54be28b87fc4
Merge: 479be7d 8e29920
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-06

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

commit 8e299200096d44c50e3bba608d2ef8ecb1248494
Author: tchuang <tchuang@fedoraproject.org>
Date:	2009-04-06

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 7f0934ace41aaa6720fb77833010a53026ac8ac2
Author: tchuang <tchuang@fedoraproject.org>
Date:	2009-04-06

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 61893decd7f89cb93cd183e3701b2fb991260826
Author: tchuang <tchuang@fedoraproject.org>
Date:	2009-04-06

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 389f5aa0862212249f57a0115fa515c94ac04859
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-06

    opkg: update the filters  using pk_bitfield_contain

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

commit ad966f75e201bc3f4cfb50232c388789b72f3021
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-05

    APT: Add a helper function to get the version instace matching a
    package id. Thanks to JAK for the interface.

M	backends/apt/aptbackend.py

commit 48dfcd80b0fa4e8b68446695bf0f841ba3be21f3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-05

    APT: Ifdef the distro upgrade correctly

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

commit 113e7e7760b5f7d1b8d30382ddf9d2c2aa6d88a5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-05

    APT: Add a command line option to only operate a single command

M	backends/apt/aptbackend.py

commit f5e8708c91a5d663c3f40e7b1b59bbf87d0c51ea
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-04-05

    APT: Trun the dbus backend into a spawned one

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

commit 98b132b44950b563253fb3519d95ee0dbe7054bd
Merge: 7d45425 f7fe349
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-05

    Merge branch 'master' into distro-om

    Conflicts:

	backends/opkg/pk-backend-opkg.c
	po/as.po
	po/nl.po

commit f7fe3490137cd85d8bc9e189adc20510cbe5ae0d
Author: nippur <nippur@fedoraproject.org>
Date:	2009-04-04

    Sending translation for Dutch

M	po/nl.po

commit 7d45425331475537f57640c46d253c9f0ffa4cf9
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-04

    trivial: rebase to the head, and deal with some merge error

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

commit 7a6e03be600b55649f0fa748616a1f080e67e818
Author: Tick Chen <ticktock35@gmail.com>
Date:	2009-04-04

    opkg: let opkg backend compilable again.

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

commit 923ce3b6735f0255a469503d0a4da778cccaf7ec
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-04-02

    Sending translation for Marathi

M	po/mr.po

commit 1b8005cf8ea139071075419f9d4d730050946623
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-04-02

    Sending translation for Assamese

M	po/as.po

commit 7d43a1d6120bf4c8d5b91624d780a8dd75f9f92c
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-04-02

    Sending translation for po/as.po

A	po/as.po

commit 527e9ec35dcee5e29ff204a54abc76a106e157b3
Author: swkothar <swkothar@fedoraproject.org>
Date:	2009-04-02

    Sending translation for Gujarati

M	po/gu.po

commit 6437d16101f5a3e27d72c9dda616639c2b3b156a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-01

    Added support to recognize Debian version

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

commit 0d5144586d89856212dbf5a4bd9363852978c623
Author: mgiri <mgiri@fedoraproject.org>
Date:	2009-04-01

    Sending translation for po/or.po

A	po/or.po

commit 743fac8d405e05378860e1904ee72096e7c5f9e9
Author: leahliu <leahliu@fedoraproject.org>
Date:	2009-04-01

    Sending translation for Chinese (Simplified)

M	po/zh_CN.po

commit 0e748784993b9984b137cb16cdffa3e682e09887
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

    bugfix: correct the allow-cancel duplicate logic so we don't remember
    the state of the previous transaction

M	src/pk-backend.c

commit c9ea138325b349808076d64ae3d76cc37d8a217b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

    trivial: sync spec file with Fedora upstream

M	contrib/PackageKit.spec.in

commit ef2c036c9f7d2ea8490cf6786976b639a117389c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

    dummy: set allow-cancel TRUE at the start of UpdatePackages

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

commit 70f6e2b2bf1dd9a8964f5c5a3b7a2c77d48af368
Author: James Westby <jw+debian@jameswestby.net>
Date:	2009-01-10

    bugfix: pkgenpack man page still pointed to pk-generate-package-list

    pk-generate-package-list is replaced by pkcon create-list so point
    to that in pkgenpack's manpage instead.

M	man/pkgenpack.xml

commit 747cfee50fffc286dfc38673038e358c7f5235f9
Author: aalam <aalam@fedoraproject.org>
Date:	2009-03-31

    Sending translation for Punjabi

M	po/pa.po

commit 0480b173caa7a37b69e1f3a4b587ed84067aab76
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 476eebe51307efe52a16bdac6ef5d3c7bbbab5da
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    Release version 0.4.6

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

commit 819c3e08b2a4e136a36a962e05148d52604f2e1a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    trivial: make the ChangeLog decoding more robust to broken
    ChangeLogs. Fixes rh#492739

M	backends/yum/yumBackend.py

commit bd5af659bfca52732614470eea73f2410b0963c8
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-30

    conary: Fix the get-updates broke
    conary: add licenses metadata

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 11ba0c9d07155b365e3608bbe99330b895b19e8e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    bugfix: check for QtXml in configure and use the correct deps in
    the packagekit-qt pc file

M	configure.ac
M	data/packagekit-qt.pc.in

commit d47bbc32c18923ff70092a3f0f37d99387b8e0e4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-29

    Updated almost all the enums, but we have some conflics to fix

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

commit 651606590958a496d905fc66a4d84c931652cbd7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-29

    Some changes to add system update

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

commit 8476acc98877832706be58656ff617a15fc996dd
Author: tombo <tombo@fedoraproject.org>
Date:	2009-03-28

    Sending translation for Italian

M	po/it.po

commit 0b7b95af404748e542522cb8627add286e20c937
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-28

    implement get-packages

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
M	backends/conary/pk-backend-conary.c
M	configure.ac

commit 11878fdd7e50ec21891124c28c94e70ca1f91dbc
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-28

    conary: fix repository output on get-details

M	backends/conary/conaryBackend.py

commit ce8b6e640166ef0e8c99da2c34b25758498f8125
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-28

    conary: bugfix high memory usage

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py

commit b3cd4289d1cbfc6488f0e76b3c9389552442f295
Author: xconde <xconde@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Catalan

M	po/ca.po

commit 993f209af1571193f06344bde9ff1216d77cd281
Author: kelemeng <kelemeng@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Hungarian

M	po/hu.po

commit 99204e7ec374f53472cf73e0a613421d5e57f14e
Author: kmilos <kmilos@fedoraproject.org>
Date:	2009-03-27

    Sending translation for po/sr@latin.po

M	po/sr@latin.po

commit ac076ea89e40885052425d77f1f5b4c4b0ad0842
Author: kmilos <kmilos@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Serbian

M	po/sr.po

commit d0e85438eead8a03a1d7da53bbc2a712113466d1
Author: soko <soko@fedoraproject.org>
Date:	2009-03-27

    Sending translation for po/sr@latin.po

M	po/sr@latin.po

commit 13c47569b2f5e2b18074ed52463aa1f5f276b490
Author: soko <soko@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Serbian

M	po/sr.po

commit 342d1db7e2fe50826c42c1455f0080bbe7448ac8
Author: soko <soko@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Serbian

M	po/sr.po

commit c5b239fa2666e35797a1740cf90a3c940130a65e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    bugfix: when we get the update detail in pkcon, resolve not-installed
    packages, rather than installed ones. Fixes rh#492004

M	client/pk-console.c

commit 7c560fa1dcde07d3fa0ccc47272917019c555497
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-27

    renamed the cache object

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

commit a6d6b529b8ee9df731f473c9ed6c88a803f701c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    trivial: make the PkDesktop self checks pass even if we used the
    dummy backend to create the database

M	lib/packagekit-glib/pk-desktop.c

commit cacc11fe08e9678ed054d106055a45610eee1b71
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    bugfix: don't hardcode /var/lib/PackageKit for the desktop database,
    use the localstatedir variable so we preserve the prefix

M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-glib/pk-desktop.h

commit ce96418a193d72a2e1b1cd18ad9e6256993aaa09
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    trivial: make Danish translation UTF8 to prevent a warning

M	po/da.po

commit 3371b78586c67b02b32e732a5aa51662aa10e072
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-27

    conary: replace element xml.minidom with cElementTree
    conary: fix the high memory usage on search

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 4d24a92415f22a9d8f6aff53766f2cbb48ffc271
Author: igor <igor@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit e543dffc6809695ea7bce04abd728631640d3cb7
Author: kad <kad@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Spanish

M	po/es.po

commit fe8ebe69663fe560964187025c6188b6fa76eab2
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: more rapid search

M	backends/conary/conaryBackend.py

commit 8bbc6760ae08ce802fc1434d25fe048d0f65200c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    added backend finished before all returns

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

commit b789c6fa60c8f20bfe08fef4293379fb4be662d8
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: add xmlfile for conary.rpath.com repo what its missed

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit c3126ef7daf6ef74d2a9af7be31993ca69d5e124
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Fixed repo_enable, progress on fetcher, emit package on fetcher and
    some code clean up

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

commit 6bf2dccfa7d1dd0e17018e421becccee2bb59120
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: add DepFailure exception and catch the Packages

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 9290335cba883c4f8dec957feb4657b48effe0d6
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: remove many conary instances

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/pk-backend-conary.c

commit 7d4ddfc9c4a61bb99af3596e76fcc3c6155e1f21
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Hopefully removed all whitespace

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h
M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/apt.cpp
M	backends/aptcc/aptcc_show_error.h
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/aptcc/pkg_acqfile.cpp
M	backends/aptcc/pkg_acqfile.h
M	backends/aptcc/rsources.cpp
M	backends/aptcc/rsources.h

commit d8e0d061c5b80f769fe63b354e7a67d4fbed26bb
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Removed the _(...)

M	backends/aptcc/apt.h
M	backends/aptcc/aptcc_show_broken.cpp
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/aptcc/rsources.cpp

commit 057dc815da37386cef2c0be0370ca5f3dea4bb67
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    A few fixes and added the missing files

A	backends/aptcc/acqprogress.cpp
A	backends/aptcc/acqprogress.h
M	backends/aptcc/aptcc_show_error.cpp
M	backends/aptcc/aptcc_show_error.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 6a61ec8e12e1357e7748e965489318027c53c63f
Author: kristho <kristho@fedoraproject.org>
Date:	2009-03-26

    Sending translation for Danish

M	po/da.po

commit d325e2ed8802f72dc75d6033302cf05e61f61350
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-26

    trivial: add da to LINGUAS

M	po/LINGUAS

commit 3cd102431ba5465e21b218bdacfd393c2149b44b
Author: kristho <kristho@fedoraproject.org>
Date:	2009-03-26

    Sending translation for po/da.po

A	po/da.po

commit 99c17c2aa3acd1b0199e94ba58a308c461ccf436
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Code clean up before merging

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

commit f80fc7141e3b2c8fa97925757a32e6e1ea38fdda
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Added repo_list and repo_enable support

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

commit 6741949eb3761c785b3318731c886c208be97866
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-25

    conary: trivial: add more debug remove unnecesary check

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 776e2b386b647d95d542b7f69f935ea48096a057
Author: vpv <vpv@fedoraproject.org>
Date:	2009-03-25

    Sending translation for Finnish

M	po/fi.po

commit 1d7fd29f161b8b44d9ae61b83fd397b0caebd840
Author: tomspur <tomspur@fedoraproject.org>
Date:	2009-03-25

    Sending translation for German

M	po/de.po

commit 8dc85f1a3596398aef3a12ae0d408fd1faf70c4a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Added package_download support

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

commit cb1039eb76c69046a131ab9c5f52d5616df14059
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    trivial: reorder LINGUAS

M	po/LINGUAS

commit fc295d23293bd3a8e5c05d0096bced2da94b030c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: don't expode when we can't find the package when we try to get
    the update detail

M	backends/yum/yumBackend.py

commit 30ffc9be4751c1e48f3d848e6272a3ef2818c2d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: don't explode when faced with an invalid ChangeLog header,
    just report a message

M	backends/yum/yumBackend.py

commit abeb792d091cb7fbda0ca887a2b1d9a26b68685c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: remove the tabs in the package description else the daemon
    ignores the invalid command

M	backends/yum/yumBackend.py

commit 625e2a5c7edae2a960309d54be9d6ae252d18575
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: make _getEVR() return 0,0,0 if the string is invalid, rather
    than a traceback

M	backends/yum/yumBackend.py

commit 041285954cb444bec2002c6c964b16b877edb016
Author: ruigo <ruigo@fedoraproject.org>
Date:	2009-03-25

    Sending translation for Portuguese

M	po/pt.po

commit 8c48e268e1f3497a603a70be396a73d4db752d39
Author: ccielogs <ccielogs@fedoraproject.org>
Date:	2009-03-25

    Sending translation for Italian

M	po/it.po

commit 161dee6b3bc70e6d5453bffd133015a62a2db927
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    Added refresh cache support, it downloads the translation files

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

commit b957d79bcef6d60edf31d09062886fce47735aaf
Author: palos <palos@fedoraproject.org>
Date:	2009-03-24

    Sending translation for Slovak

M	po/sk.po

commit 8708e1111401776072cd0e3731da9eaed33b0eec
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    forgot the show broken file

A	backends/aptcc/aptcc_show_broken.cpp
A	backends/aptcc/aptcc_show_broken.h

commit 646aa4b9294ba8b75129c91a03d0917d276f00bb
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    Added get_updates and get_update_detail support although there still
    some stuff to improve

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/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 4839daa623417a2d1679ea6376cd860ad9369175
Author: Daniele Catanesi <translate@ccielogs.com>
Date:	2009-03-24

    Updated Italian translation of the package

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

M	po/it.po

commit 5231198eb159804965c54a31569f9ca748b99c54
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-24

    trivial: remove gnome-packagekit from the release notes

M	RELEASE

commit 0b43f3cc67f6a4a07a48e1d90ec841369a27350a
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2009-03-24

    make the GTK+ module resident

    Without doing this, killing gnome-settings-daemon brings down
    every single
    application in the session, since the module doesn't clean up when
    being unloaded.

M	contrib/gtk-module/pk-gtk-module.c

commit a49f291c789f2571bdab336af636b1a3c1d2f5fd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-23

    yum: only show update-detail ChangeLog entries newer than the package
    we have installed

M	backends/yum/yumBackend.py

commit 228b7a14a8b4577a737c84c877bdfa4be6b27c7e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-23

    trivial: new rpm location

M	tools/upload-packages.sh

commit 8d15075992726b38e23124270f1c7c636a77ee7b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-23

    bugfix: use the bash 4.0 command_not_found function name to fix this
    functionality with new versions of bash

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

commit 582665b3e499afc1cf294234761020db9bad4976
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-21

    dummy: trivial fix to make sure gtkhtml gets installed

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

commit 83d29658ce1cb14ff3651891d5341248e5a044ca
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-21

    yum: don't explode parsing the ChangeLog data when the name is not
    unicode formatted

M	backends/yum/yumBackend.py

commit b752d51237f6cd3eb7e44fa05e439dff96ca6f13
Author: aalam <aalam@fedoraproject.org>
Date:	2009-03-20

    Sending translation for Punjabi

M	po/pa.po

commit ca2f5852305fbb53a0efe48d9e4522803532248e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-19

    added backend_resolve

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

commit efd391645710cf3a424bece364530a279a1f5cf8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-19

    trivial: format the ChangeLog data a little nicer

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

commit 07bd3600d4b38d3adea4bdbad33db2d15e759d80
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-19

    dummy: do the restart required when we update packages too

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

commit 24808dfe7a8057b7942a05b6b915dc0e94452c6a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    trivial: use bold for the dates, not italic

M	backends/yum/yumBackend.py

commit 7f3c4121100aaf2f52fd8efb37cc96fbacead2c5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    yum: return the ChangeLog data for yum updates if it is available

M	backends/yum/yumBackend.py

commit 1e86858b8bca18f8ffbbfa9da126b4ba9243b602
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    trivial: make the dummy backend return files for all the packages

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

commit 5639b2a807b9785810472a8005a5df5a3de8f7ee
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    trivial: add ro to LINGUAS to it gets included in the stats

M	po/LINGUAS

commit bc6dc1f260a8c1224482bed3240ed51fa5641d63
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    bugfix: escape the ';' in the UpdateDetail:ChangeLog signal so we
    can send more than one line

M	src/pk-backend-spawn.c

commit 6c8c1f151de6c6c20c97bb645d1f89413e25d205
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-18

    removed a comment

M	backends/aptcc/apt.cpp

commit 4baa9419d043eb9d5ffab05ca4f6e839288cbc8b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-18

    Added recursive mode to get_requires and get_depends, still need
    some improvements like OR deps

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

commit 294abc3450da655188b20b2d84ad29d7b84cf7f8
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-18

    conary: remove error signal when not found

M	backends/conary/conaryBackend.py

commit 84175a9154d7a85005dd0a76c069feee6e0d1fc7
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-18

    Portuguese translation done! But stats still not updating... shows 0%

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

M	po/pt.po

commit 24767f23013202670f7b3b9eb569f4549b58a069
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-17

    conary: trivial add Metadata Url

M	backends/conary/conaryBackend.py

commit 79c41f8e7056e7832c648a0c25acb7f6767fc7b2
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-17

    conary: fix updateSystem

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit ed0dc2e6b08fe77561d1b1bc747905a69de8fe99
Author: Alexandru Szasz <alexxed@gmail.com>
Date:	2009-03-17

    Started translation

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

A	po/ro.po

commit 7d4a9dd44dd4d46d1838ee1c852db47ef176dc1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: add a few more its4 ignore lines

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

commit 8b01c49e6db4803f9c599fc9c10452b5ef59c917
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: dummy update description fix

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

commit da0b846172912520edbffad4a4076fe70a3df950
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    bugfix: don't allow pk_backend_error_timeout_delay_cb() to be called
    more than once (should never happen)

M	src/pk-backend.c

commit b6af9ec443d68490352938af788e3502285eddfd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    feature: warn if there are any pending sources at the end of each
    self test section - trivial git add

M	lib/packagekit-glib/egg-test.c

commit 7b3ce8e9dd868b6fcde8fdaee1cc2828700ee7c9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    feature: warn if there are any pending sources at the end of each
    self test section

M	src/pk-transaction-db.c

commit ba7a4d10bf64df35d1cd5ed9ef5ccbee068bff5a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: formatting nit

M	lib/packagekit-glib/pk-control.c
M	src/pk-transaction-db.c

commit f19f8db1d2639d29d7c79b1e7e90ae75a4182bab
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    bugfix: don't store out job-id in a seporate file, as this adds 37ms
    to each generate_tid() method when using new versions of GLib. Instead
    use a deferred sync write to the database which reduces the hotpath
    to 2ms

M	src/Makefile.am
M	src/pk-engine.c
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-list.c

commit cc7d1b89181bd41df3f185a125ef3f065aad7def
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: decrease the speed of the SIGKILL spawn test as sometimes
    it can finish before the cancel timesout

M	data/tests/pk-spawn-test.sh
M	src/pk-spawn.c
D	src/pk-transaction-id.c
D	src/pk-transaction-id.h

commit db188e17af16a0f9bd2fc09c0b776d654a3cfcea
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: don't print the thread data in egg-debug by default,
    this adds 4ms to each debug call when running in verbose mode on
    the console

M	lib/packagekit-glib/egg-debug.c

commit 0f14b94518ebe08f533f8656cdcfa7a5c5cf6c64
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    bugfix: don't force SQLite to do fsync in PkTransactionDb, we can
    reduce our cold cache start by 700ms and warm cache start by 50ms

M	src/pk-transaction-db.c

commit 3699175d7e162cce3cf7f2a09764ad68826c094f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    bugfix: only check the transaction database once at startup, which
    shaves off 25ms off the cold start time

M	src/pk-transaction-db.c

commit 002d5545248c1c8f18f80546e36be262ec13fafa
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    dummy: make the distro upgrade data configurable

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

commit 30a5f517587a3139f07f035f782d67f0db936768
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    trivial: spelling nit

M	etc/PackageKit.conf.in

commit f876a76737e504fca161f075bd0d1b8ba386cb75
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    feature: add a UseUpdateCache config variable to be able to turn
    off the updates cache for debugging

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

commit 890bed4f99fe7a524ea6f7544ac2a125a1775ac9
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-03-15

    poldek: emit file list we downloaded in DownloadPackages

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

commit 4198a6e1d9d281ae5ff42c6bea39c04f2697e423
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-14

    Portuguese translation update

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

M	po/pt.po

commit b3916fbdaa2a288f0f0cb86cd377fd2667aa523a
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-14

    Add Portuguese to LINGUAS file

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

M	po/LINGUAS

commit 36abf7413180bf85e15a3a9ea113fab09a894b08
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-14

    Portuguese translation update

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

M	po/pt.po

commit 8593acef216a52642f2a9e5e1bf8b951aef90b25
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-13

    conary: add More info to callbacks

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit d848d4143260dae1ad1401d678de908c09efe836
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-12

    included emit_details in aptcc class

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

commit 6f4e3c5a23d9cf023d0136a6d1b878893099e2db
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Added get_requires and get_depends support

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

commit b8efd16432a19285f0e0db56b2d45bb197732832
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-12

    Starting Portuguese translation

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

A	po/pt.po

commit d9aae0032e001b884d3364c383a858543cceaefe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Added cancel support

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

commit 59ed04c25972f9e8f57807744ee4cb5391c9a0a6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Made Transaction::cancel() a slot

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/transaction.h

commit 21c0ed58af8f5a9bcd94c739d4b792de816b9981
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    initial cancel support

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

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

    yum: replace the hardcoded comps->groups map with a config file

M	backends/yum/Makefile.am
A	backends/yum/yum-comps-groups.conf
M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit da39fe9c68d5ea5297a5ed9668d4fb2d9775f593
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Forgot to delete matcher

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

commit d4f843faa372bde478b85881aabecb04ca0b9dba
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Fixed a small bug in search_name and removed a unused function

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

commit 977b8391635ccbf26d4044cdc23c5c8c3d279be5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-10

    Some code identation fix, improved search files by creating a
    stecial matcher

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

commit 175f4048774df5d6e7f9b103e505f09dc155a358
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-10

    Huge commit it implements:
    matcher class
    search_name improved by the matcher class
    search_details added

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/apt.h
A	backends/aptcc/matcher.cpp
A	backends/aptcc/matcher.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 71a50aa86e7fde4f101365ca2677f627f19d135e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-09

    Added get_files and search_file support

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

commit b66fa86013ea5d19eb936504ca971189c4945103
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    yum: don't output duplicated updates. Fixes rh#488509

M	backends/yum/yumBackend.py

commit 33203afc70496f24354c9051933b4700bd797ab2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    trivial: RELEASE updates

M	RELEASE

commit ab2532b09110364c16b424dd3f3fbeec9d82496f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    trivial: post release version bump

M	configure.ac

commit 1f9254615c9f62ee0537bd4bc1a55baee50b4708
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    Release version 0.4.5

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

commit 5946dbe36c1d415ae1b16fbd6c5fc2970eb8767d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    trivial: fix build

M	po/POTFILES.in

commit ba101939393756736e2a0d1126f4b2ec129ee402
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2009-03-08

    updated Spanish translation

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

M	po/es.po

commit 90dc973af4de2ec6cf483bc0f7212cdbafcd5a17
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2009-03-08

    Updated catalan po

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

M	po/ca.po

commit 1e70196b4393d6d3da8fb9bf1a9a5325e7f1fd72
Author: Jorge A Gallegos <kad@blegh.net>
Date:	2009-03-07

    ES translation

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

M	po/es.po

commit be3f6500813c755dab3c4974363c422f5b2cd99f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-06

    Removed the sql warning message, (imo the private class was being
    deleted before
    the Client class). Feel free to revert if you don't like it.

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

commit 33fcda3bad812fa26311a9e7dafb9cffbbb8ab58
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-06

    Made package methods const and added an operator== to package

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

commit ac952b171a709e3c95567e00779a25155c1e9919
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-06

    trivial: change the info of package

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit bb48a32c98801e481b15147076bc09f0eced126c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-06

    feature: remove the app-install feature, it's now it's own project

M	configure.ac
M	contrib/Makefile.am
D	contrib/app-install/.gitignore
D	contrib/app-install/Makefile.am
D	contrib/app-install/README
D	contrib/app-install/egg-debug.c
D	contrib/app-install/egg-debug.h
D	contrib/app-install/pk-app-install-add.c
D	contrib/app-install/pk-app-install-common.h
D	contrib/app-install/pk-app-install-create.c
D	contrib/app-install/pk-app-install-generate.c
D	contrib/app-install/pk-app-install-remove.c

commit 12aae4a0342ce1e42f8558b572377955056944c7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-06

    trivial: fix up the app-install stuff

M	contrib/app-install/Makefile.am
M	contrib/app-install/README
M	contrib/app-install/pk-app-install-common.h
M	contrib/app-install/pk-app-install-generate.c

commit c439fbb27c240a117e3aba2a5102a6a4c9c02b84
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-05

    trivial: more app-install hacking, now everything half-works

M	contrib/app-install/.gitignore
M	contrib/app-install/Makefile.am
A	contrib/app-install/README
M	contrib/app-install/pk-app-install-add.c
M	contrib/app-install/pk-app-install-common.h
M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-generate.c
M	contrib/app-install/pk-app-install-remove.c

commit cd19b64e18993d8426d735e0f764b5f2ef75fa1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: spend some more time on the app-install code, nothing that
    really works yet

M	contrib/app-install/Makefile.am
M	contrib/app-install/pk-app-install-add.c
M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-generate.c
M	contrib/app-install/pk-app-install-remove.c
M	docs/app-install-v1.draft

commit 09a983cbcbfaf6e4bdea5a2e50cbcef7e7c500d7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-04

    Updating QPackageKit version to 0.4.1

M	lib/packagekit-qt/src/CMakeLists.txt

commit 8c0fbf3464c3eab406313f1c6aad019bec4b0071
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: relax a check in the unit tests to deal with floating
    point imprecision

M	src/pk-time.c

commit 73a9362317cfa0a8f6460e89a309badbc8d4a3a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    yum: output a Details::size value of zero if the file is in cache

M	backends/yum/yumBackend.py

commit 144bf60b1a4ae1503925b6d07b1537c09aef56e1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    feature: clarify in the spec that a Details::size value of zero of
    a non-installed file indicates it's in cache and doesn't need to
    be downloaded

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

commit 969c450baebeca29fe5e03d419209742223d98d0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: print the error name, not code in the debugging output

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

commit 1134bc28201c44ab75c42b478eb14bba4c7520d6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    bugfix: fix the self test by using actual provides in the catalog file

M	data/tests/test.catalog

commit c23b355065df74527740605d4874e5e30876c6e0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    yum: support the 'any' provide search

M	backends/yum/yumBackend.py

commit 6bbfe74af0ceef651d5fc650bebb19366e60b7b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: add a self check ensuring client does not set cancel role

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

commit 31d5732a528fdb40b12d6c0d9bc605dcd2df2b56
Author: A S Alam <aalam@redhat.com>
Date:	2009-03-04

    updating file for Punjabi

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

M	po/pa.po

commit 3a5312f66608c7d07d4a0f66e1ee3dea069456e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-03

    bugfix: glib: when we cancel a transaction, don't overwrite the
    role as 'Cancel' as we want to match on the originating role in the
    finished callback

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

commit 494713c2ec7b340b428160e70c68b40015d27eea
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-03

    dummy: make the gpg and eula prompts configurable

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

commit aa56bdc6574435b50915025c9631ac25869e629d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-03

    trivial: add a few of the new languages to LINGUAS

M	po/LINGUAS

commit fc135b5b4e2507c8c59fb1a71478c4e3e4aea58d
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:	2009-03-03

    Updating Marathi Translations (190 strings).

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

A	po/mr.po

commit 09e96a478f559155301ab1ac8050fb9a6569a244
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-02

    conary trivial: remove chars what break the backend

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit c407a7b5b51cde9f0c12f3e861105db1f1ef0291
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-03-02

    conary:
	trivial: fix the unicode decode

M	backends/conary/XMLCache.py

commit c9e034fcb941980d010b25cbfebfbcd6a8c07d77
Author: Jens-Uwe Peter <jens.uwe@gmx.net>
Date:	2009-02-26

    Added me to last translator

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

M	po/de.po

commit c20a698d515e1788e8e17559db93bb7109bce085
Author: Jens-Uwe Peter <jens.uwe@gmx.net>
Date:	2009-02-26

    Updated German translation (no untranslated remaining)

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

M	po/de.po

commit ca9856841b5a30855e187e6b5a6a615ea980be8a
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-25

    conary:
    trivial: fix some typos for search methods

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 6d889cda7b1b24927e837203d0f3676f77a551a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    trivial: disable noarch subpackages as rpm chokes on it at the moment

M	contrib/PackageKit.spec.in

commit 1857a18df4c6d5ca95e3a1cd77ab071f9335a268
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    trivial: update copyright in developer docs

M	docs/api/PackageKit-docs.sgml

commit 8a33a52aff9075b05064e2cb923e9d15e07755f1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    bugfix: ensure we set PK_STATUS_ENUM_FINISHED when we return updates
    from the internal cache

M	src/pk-transaction.c

commit f48ce3834ff5bc9da00ba4bdd8790053b3ff8755
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    feature: Enable ptrace() on libpackagekit, it was always a bandaid

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

commit 3a86834a96f73deb730442a8f29629f71605f96d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    trivial: make some more subpackages noarch

M	contrib/PackageKit.spec.in

commit c601e19ad3881be5cd652cabecdfffbc768295c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: dummy: make the blocked updates conditional

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

commit 0089fec7765c75264fbb41741408ef6be028ffe8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: don't already return TRUE in
    pk_backend_package_emulate_finished() if we didn't match

M	src/pk-backend.c

commit b21b3ad63bffd06b2b11d82c0d43b5e5a10e5077
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: don't add finished packages to the internal package cache

M	src/pk-transaction.c

commit 6fecb4ac4056ecf087efa506785d3dcd209e0d1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: remove some autogenerated files from git, they should never
    have been checked in

A	lib/packagekit-sharp/generated/.gitignore
D	lib/packagekit-sharp/generated/AllowCancelHandler.cs
D	lib/packagekit-sharp/generated/Bitfield.cs
D	lib/packagekit-sharp/generated/CallerActiveChangedHandler.cs
D	lib/packagekit-sharp/generated/Catalog.cs
D	lib/packagekit-sharp/generated/CatalogProgress.cs
D	lib/packagekit-sharp/generated/CategoryHandler.cs
D	lib/packagekit-sharp/generated/CategoryObj.cs
D	lib/packagekit-sharp/generated/Client.cs
D	lib/packagekit-sharp/generated/ClientError.cs
D	lib/packagekit-sharp/generated/Connection.cs
D	lib/packagekit-sharp/generated/ConnectionChangedHandler.cs
D	lib/packagekit-sharp/generated/Control.cs
D	lib/packagekit-sharp/generated/ControlError.cs
D	lib/packagekit-sharp/generated/Desktop.cs
D	lib/packagekit-sharp/generated/DestroyHandler.cs
D	lib/packagekit-sharp/generated/DetailsHandler.cs
D	lib/packagekit-sharp/generated/DetailsObj.cs
D	lib/packagekit-sharp/generated/Distro.cs
D	lib/packagekit-sharp/generated/DistroUpgradeEnum.cs
D	lib/packagekit-sharp/generated/DistroUpgradeHandler.cs
D	lib/packagekit-sharp/generated/DistroUpgradeObj.cs
D	lib/packagekit-sharp/generated/Enum.cs
D	lib/packagekit-sharp/generated/EnumMatch.cs
D	lib/packagekit-sharp/generated/Error.cs
D	lib/packagekit-sharp/generated/ErrorCodeEnum.cs
D	lib/packagekit-sharp/generated/ErrorCodeHandler.cs
D	lib/packagekit-sharp/generated/EulaRequiredHandler.cs
D	lib/packagekit-sharp/generated/Exit.cs
D	lib/packagekit-sharp/generated/ExitEnum.cs
D	lib/packagekit-sharp/generated/FilesHandler.cs
D	lib/packagekit-sharp/generated/Filter.cs
D	lib/packagekit-sharp/generated/FilterEnum.cs
D	lib/packagekit-sharp/generated/FinishedHandler.cs
D	lib/packagekit-sharp/generated/Global.cs
D	lib/packagekit-sharp/generated/Group.cs
D	lib/packagekit-sharp/generated/GroupEnum.cs
D	lib/packagekit-sharp/generated/Info.cs
D	lib/packagekit-sharp/generated/InfoEnum.cs
D	lib/packagekit-sharp/generated/License.cs
D	lib/packagekit-sharp/generated/LicenseEnum.cs
D	lib/packagekit-sharp/generated/LockedHandler.cs
D	lib/packagekit-sharp/generated/Message.cs
D	lib/packagekit-sharp/generated/MessageEnum.cs
D	lib/packagekit-sharp/generated/MessageHandler.cs
D	lib/packagekit-sharp/generated/Network.cs
D	lib/packagekit-sharp/generated/NetworkEnum.cs
D	lib/packagekit-sharp/generated/ObjList.cs
D	lib/packagekit-sharp/generated/ObjListCompareFunc.cs
D	lib/packagekit-sharp/generated/ObjListCopyFunc.cs
D	lib/packagekit-sharp/generated/ObjListEqualFunc.cs
D	lib/packagekit-sharp/generated/ObjListFreeFunc.cs
D	lib/packagekit-sharp/generated/ObjListFromStringFunc.cs
D	lib/packagekit-sharp/generated/ObjListNewFunc.cs
D	lib/packagekit-sharp/generated/ObjListToStringFunc.cs
D	lib/packagekit-sharp/generated/ObjectManager.cs
D	lib/packagekit-sharp/generated/Package.cs
D	lib/packagekit-sharp/generated/PackageHandler.cs
D	lib/packagekit-sharp/generated/PackageId.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCompareFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCopyFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListEqualFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFreeFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFromStringFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListNewFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListToStringFuncNative.cs
D	lib/packagekit-sharp/generated/PackageList.cs
D	lib/packagekit-sharp/generated/PackageObj.cs
D	lib/packagekit-sharp/generated/PercentageHandler.cs
D	lib/packagekit-sharp/generated/ProgressChangedHandler.cs
D	lib/packagekit-sharp/generated/ProgressHandler.cs
D	lib/packagekit-sharp/generated/Provides.cs
D	lib/packagekit-sharp/generated/ProvidesEnum.cs
D	lib/packagekit-sharp/generated/RepoDetailHandler.cs
D	lib/packagekit-sharp/generated/RepoSignatureRequiredHandler.cs
D	lib/packagekit-sharp/generated/RequireRestartHandler.cs
D	lib/packagekit-sharp/generated/Restart.cs
D	lib/packagekit-sharp/generated/RestartEnum.cs
D	lib/packagekit-sharp/generated/Role.cs
D	lib/packagekit-sharp/generated/RoleEnum.cs
D	lib/packagekit-sharp/generated/ServicePack.cs
D	lib/packagekit-sharp/generated/ServicePackError.cs
D	lib/packagekit-sharp/generated/ServicePackStatus.cs
D	lib/packagekit-sharp/generated/Sig.cs
D	lib/packagekit-sharp/generated/SigTypeEnum.cs
D	lib/packagekit-sharp/generated/Status.cs
D	lib/packagekit-sharp/generated/StatusChangedHandler.cs
D	lib/packagekit-sharp/generated/StatusEnum.cs
D	lib/packagekit-sharp/generated/StatusHandler.cs
D	lib/packagekit-sharp/generated/TaskList.cs
D	lib/packagekit-sharp/generated/TaskListItem.cs
D	lib/packagekit-sharp/generated/TransactionHandler.cs
D	lib/packagekit-sharp/generated/TransactionObj.cs
D	lib/packagekit-sharp/generated/Update.cs
D	lib/packagekit-sharp/generated/UpdateDetailHandler.cs
D	lib/packagekit-sharp/generated/UpdateDetailObj.cs
D	lib/packagekit-sharp/generated/UpdateStateEnum.cs

commit 581c3413ac4ed48635a324b324cac7bd402e4835
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: reduce the verboseness of PkTime

M	src/pk-time.c

commit 8e11271ab500c0ff1a311fe6be8ca281467af172
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    yum: do proper error handling to avoid exiting the script on
    correctable errors. This speeds up untrusted file installs by over
    a second.

M	backends/yum/yumBackend.py

commit e799dcd0539c062659c2dcdfbbc98336eec79aa2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    feature: python: add a PkError exception class to better handle
    nested errors. No users yet

M	lib/python/packagekit/backend.py

commit 0889deee0be42d801a89970785e1e682f7136024
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    allow backends to enable simultaneous mode to do actions in parallel

    This changes the on-wire format slightly, although it should be
    forward
    and backwards compatible. See the mailing list for discussion.

M	client/pk-console.c
M	docs/api/spec/pk-concepts.xml
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	src/pk-backend.c
M	src/pk-backend.h

commit 01089b9fa77ea4d00b1715e3efaf89b6cf168135
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-02-23

    Updated Polish translation

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

M	po/pl.po

commit fd33bcbfffec4a28431ef4346fecf197d1ab4653
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2009-02-23

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 51ede5e4e30236473aba25e598bbca4e8fe1998e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    dummy: add other package details for updates

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

commit c550a9399eca95f46a9a9885591c6c05f39336e1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    bugfix: when we reset a PkClient, get a new reference to a
    PkPackageList, rather than clearing one that clients may have reffed
    for personal use

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

commit 2fab9f7e09c49502060b6780b90631b36def7c0c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit f53efb2888b186528c59128cb1828f51d9c84573
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    AppInst/Apt: Update the postinst script to store desktop file
    information in the desktop.db

M	backends/apt/update-packagekit-app-data

commit 921c3563f43b23cdee035af7321f18e9d870e235
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    Release version 0.4.4

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

commit bdb23a36b13ad3b8340a9b35c75530c120a18700
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    AppInst: Rename repo_name to repo_id since it makes sense to follow
    the PackageKit naming

M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-remove.c

commit 6d4e929b03c70390135cc880c81a79a47f765ae8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    AppInst: Update draft to adapt name changes

M	docs/app-install-v1.draft

commit 5d58160be9f03a9635e4ff40f5112a6e7d303636
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    App-Inst: Rename table general to applications and localised to
    translations

M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-remove.c

commit ccda2006a99496b48229bbe14f8cdc2d8fc971a0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    trivial: build new files

M	contrib/app-install/Makefile.am

commit 9a18db5aeb66d5edd6830d3a39c386f70017a74c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    trivial: fix build

M	po/POTFILES.in

commit 10a4ac65565c087d8a6e1735e0c13d1f26601d0e
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-22

    conary: add more classify groups

M	backends/conary/conaryEnums.py

commit 18fac2ea47dca2e9c2bff2ebe5651eeb93230b8f
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-22

    conary: fix the search ~installed filter

M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
M	backends/conary/conarypk.py

commit f766d40e19902a0a58647c98611be121534acf57
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-22

    Trivial: The application id in the localised table should not
    be unique

M	contrib/app-install/pk-app-install-create.c

commit cdff961c549b9415031f59ca10e01e0a4f8bd529
Author: zhourongrong <zhourenren@gmail.com>
Date:	2009-02-22

    updated

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

M	po/zh_CN.po

commit c67acb56c28f24e48f205e2924a5a34ca37f851b
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-21

    remove warning

M	backends/conary/conaryCallback.py

commit 752d1b48913a1efc0afe411de87bf55eefc8ba80
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-21

    conary: updatesystem do a stepdown percent

M	backends/conary/conaryCallback.py

commit b769274a720d3ab13e9e9c19bc5422e8be5d6bc8
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-21

    conary: add a exception for run get-updates first
	and then update

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit a0c5eddf06792353e05410780a27eccb594616f4
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2009-02-21

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 66397a2107dd12e878c65422967c77006ba7f462
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-02-20

    Updated Polish translation

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

M	po/pl.po

commit 1a865f5e8b0fc600ddc00781f9e47a6f09a3c6b5
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2009-02-20

    updated Spanish translation

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

M	po/es.po

commit 9894b38238a8fb954fb8fc60d4e700a5eb2cf3cc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    trivial: fix a build issue with the documentation

M	docs/api/spec/pk-introduction.xml

commit c4031b13106ef11850a2c8f3b1da716dd72fa5a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    bugfix: don't use an local error in pkcon list-install else we'll
    fail to free it, and it's non-fatal

M	client/pk-console.c

commit 75105a560c1f9f5ac2662e64deb7cd4ad40c3138
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    bugfix: don't dereference a NULL pointer in pk_console_resolve()
    which can be done using pkcon list-install

M	client/pk-tools-common.c

commit 607d8e25a2ac22f0eb70987779899f3204637536
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    trivial: more app-install playing

M	contrib/app-install/.gitignore
M	contrib/app-install/Makefile.am
C073	contrib/app-install/pk-app-install.c
contrib/app-install/pk-app-install-add.c
A	contrib/app-install/pk-app-install-common.h
A	contrib/app-install/pk-app-install-create.c
C073	contrib/app-install/pk-app-install.c
contrib/app-install/pk-app-install-generate.c
R052	contrib/app-install/pk-app-install.c
contrib/app-install/pk-app-install-remove.c
M	docs/app-install-v1.draft

commit cba1744c7779d014d4aa32dcc3b7f7e324d2964d
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-20

    conary:
	add Own progress module
	add percent to update/remove/get-updates/update-system

M	backends/conary/Makefile.am
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
A	backends/conary/conaryProgress.py

commit 8b860d5ee677ee0fc6d276bdda393eed49a509ab
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-20

    alpm: fixed a typo, that caused search failures

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

commit 0d6c9d69bb194c3234b0577dc92ac86d01f5e91a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-19

    APT: Add script to extract information from app-install desktop files

A	backends/apt/update-packagekit-app-data

commit 01b4d52207e71d1c43f87c3e24b04abb839a6e79
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-02-18

    zypp - fix up virtual callback methods

M	backends/zypp/zypp-events.h

commit e508423dcbb2a73c730ff83ed0cb90ca4aa6e64d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    feature: add a pk-app-install binary for manipulating the sqlite cache

M	configure.ac
M	contrib/Makefile.am
A	contrib/app-install/.gitignore
A	contrib/app-install/Makefile.am
A	contrib/app-install/egg-debug.c
A	contrib/app-install/egg-debug.h
A	contrib/app-install/pk-app-install.c
M	docs/app-install-v1.draft

commit 4e500e7b96c3db090282f5760d992680efbcab50
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    dummy: add a simple rollback action

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

commit e3dc45987f76d59816d8f07413774190a6f274b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    bugfix: fix up resolve in pkcon and from libpackagekit-glib

M	client/pk-console.c
M	lib/packagekit-glib/pk-client.c

commit 8209ef14e091db1d4a5f8a5b5eef845f011a0fca
Author: Seth Vidal <skvidal@fedoraproject.org>
Date:	2009-02-18

    yum: adds an auto_close attribute to the rpmdb object

    This patch to PK should enable it to use the feature (if yum is
    patched.
    If yum is not patched then this attribute set should do nothing
    at all)

M	backends/yum/yumBackend.py

commit cc7d47bf310993221630a9824dcff0b7e5c34bf0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    bugfix: the QT lib now depends on QtSql, so add this to the configure

M	configure.ac
M	lib/packagekit-qt/src/Makefile.am

commit d62e2561d9b6cc99004bc9d3dfe669bb55db8efd
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-18

    conary: fix step feeling for percent download

M	backends/conary/conaryCallback.py

commit 29f6bec3f15ce026709f0e8e4f9ed821b3b82601
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-18

    conary: add callback fix for remove/update
	    replace status signals invalid

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 1bb79ba631b5031d1712aaadf5e1111af1f68637
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-18

    add getUpdate Callback.. work the percent

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 30ba077acb1d4f08aab6b903be82ed422256590c
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2009-02-18

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 9030283ffa4623f3c4d7aa961a46154a1b5752a6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-17

    Packagekit-qt fix to make what provides work

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

commit 51e4a752b413cc5c5dacc0b3ba85a19c5bb89e46
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-18

    PackageKit-Qt : Add a searchFromDesktopFile method which can be used
    to search in the desktop-files.db SQLite database.

M	lib/packagekit-qt/src/CMakeLists.txt
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.h
M	lib/packagekit-qt/test/transactiontest.cpp
M	lib/packagekit-qt/test/transactiontest.h

commit ff2b8c9e5d23beaca6134e039de34a86eb71d18f
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-18

    PackageKit-Qt : add support for application filter

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

commit 6e4a77624535ff77d62d2220e18f97946f5935e2
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-17

    alpm: changed strcmp to egg_strequal where possible; added
    experimental support for progress indication

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

commit 6b31bb61a78c00f9621a636e22d93eb4691e2d47
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

    trivial: we need the repo name for pk-app-install-merge-cache

M	docs/app-install-v1.draft

commit d0b8e1d42a653e82df6ad9a995b7bc8f4ae9b4c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

    trivial: provide the application filter enum

M	docs/api/spec/pk-concepts.xml
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit 35bc03cbd33fe332e6295aa0cce0e831dcc91850
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

    feature: add the basics of a draft standard for application install
    metadata handling

A	docs/app-install-v1.draft

commit 37a0eee0bab54be67cd75ae79186ab9a4b2c1c69
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Real code for b75d9205cb12037b6a1448933f7fe5f55258437d
    (sync API)

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

commit d4cbe150334aae6e5e2e571f187a1531edb8d599
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    Revert "PackageKit-Qt : Sync with API (RequireRestart emits a
    package)" since it adds a dependency on qt4.5rc1

    This reverts commit c8f44479261d9715678d3d827d7f52d4303da26c.

    Conflicts:

	lib/packagekit-qt/src/client.h

M	lib/packagekit-qt/src/daemonproxy.h
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 be325ddb5a207eb06197a3431b367921544a0ea6
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Sync API (RequireRestart)

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

commit 5e331c7ce1a3a0745725ca9ed82a7dac589fe8f9
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Add missing implementation for uid and cmdline

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

commit ff32f66814ca409d5c4c69030941eff00203fbbb
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : cosmetic fixes (indentation + doc)

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

commit 57c9a8d1e87e3b555e8a6e44395dcbce70f49f64
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Sync with API (RequireRestart emits a package)
    PackageKit-Qt : Switch the proxies to qdbusxml2cpp 0.7

M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/daemonproxy.h
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 b78bcce21f5eb8498ad573f1c60865b893e6211b
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : add a getLastError method to get the last daemon
    error.

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/test/transactiontest.cpp

commit 63c06c96abc318403870e413e92e88d3ce4e4c37
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Handle daemon errors more gracefully. An unreachable
    daemon previously resulted in a segfault.

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/test/main.cpp
M	lib/packagekit-qt/test/transactiontest.cpp
M	lib/packagekit-qt/test/transactiontest.h

commit 146e6ffb7a2ef230642d0ce831dca9d71415b906
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-17

    conary: tunning the percent update

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit d64236c3891cafa5be4cec0cd9aef078ab28fc3a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    yum: don't backtrace with an internal error when the filename is
    not unicode. Fixes rh#480440

M	backends/yum/yumBackend.py

commit 42feaf8c80c66d19b8e698876fa61fd06175c764
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: add a FAQ entry

M	docs/html/pk-faq.html

commit 016c7d113d746e7bf7ced04cd5d24f14e66639f3
Author: Balaji <balaji@localhost.localdomain>
Date:	2009-02-16

    Updated with UseSyslog parameter

M	docs/api/spec/pk-introduction.xml

commit 07f92ea1a49de2ebbfff3fa7e383b3d71759fba7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: prefix different event types

M	src/pk-transaction-list.c

commit c221422477ba3cfeee231411e3bcdbb3a1e7023d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    feature: Print the daeon state when using pkmon in verbose mode

M	client/pk-monitor.c
M	lib/packagekit-glib/pk-control.c
M	lib/packagekit-glib/pk-control.h

commit 462e06f55d94cd8b262c09e594b7b1664f26fab8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    feature: Add a new method GetDaemonState to the main interface to
    help debugging on live systems

M	src/org.freedesktop.PackageKit.xml
M	src/pk-engine.c
M	src/pk-engine.h

commit 4463cf5558bc2c3924f1193e4d0724bf60b1f03f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: add pk_transaction_list_get_state() to get the engine state

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

commit 8aae60292bda8ef88e77a361533b07afc2df6348
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: actually print in pk_task_list_print(), not add to debug log

M	lib/packagekit-glib/pk-task-list.c

commit 0c23007373497c68355dde9875b2bf596e8bbefc
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: add subpercent for minitasks

M	backends/conary/conaryCallback.py

commit 8d3e7b7a94c70ddc4dc5d734c6886f1d4657b48d
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: remove the subpercent signal only percente signal

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit baab12375dc6f0e2d166032f92cc212a1b73f312
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: add a percent progress on install packages

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit b9cb330818b64e19d7d624b4585a2f72efe79c56
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: change the error signal for groups not found

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 628184e7f4c858af57873a496157644521bb986f
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-15

    fix the group search

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 2dfd5dcc4d98d4507580bf796a791c9811df1cdb
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-15

    Fix get-updates command.
    add resolve from packages not own of repos from  installLabelPath
    Add Validation to update-system  ( update )

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py
M	backends/conary/pkConaryLog.py

commit 04d5b88564f4b78a8490897cdf955b047b6b51dc
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-14

    site: updated alpm backend status in status matrix

M	docs/html/pk-matrix.html

commit 79b102f5f8a706a68a35251b06a65834e4fe2bff
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    trivial: fix up conary makefile

M	backends/conary/Makefile.am

commit cbbd1b4fd9270b062937c4c871375a33609b1d0f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    Revert "Revert "Merge branch 'master' of
    git+ssh://sde@git.packagekit.org/srv/git/PackageKit""

    This reverts commit 21598c5a748373ff148141670f4069bcecfa3b71.

    I don't know why sde reverted this, it's fine.

D	backends/conary/Cache.py
M	backends/conary/Makefile.am
A	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
A	backends/conary/conaryEnums.py
M	backends/conary/conaryFilter.py
A	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	docs/html/img/Makefile.am
A	docs/html/img/author-zodman.png
M	docs/html/pk-authors.html
M	lib/packagekit-qt/src/transactionprivate.cpp

commit 03c7c7bd8abda4ef065b1b934c4b40e0daa771cc
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-02-13

    Revert "Merge branch 'master' of
    git+ssh://sde@git.packagekit.org/srv/git/PackageKit"

    This reverts commit 3d3dde2c284873a33307d38fee0ebad25e95d54f.

A	backends/conary/Cache.py
M	backends/conary/Makefile.am
D	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
D	backends/conary/conaryEnums.py
M	backends/conary/conaryFilter.py
D	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	docs/html/img/Makefile.am
D	docs/html/img/author-zodman.png
M	docs/html/pk-authors.html
M	lib/packagekit-qt/src/transactionprivate.cpp

commit 753207b0faf8d146888c189eb3b67cfa5e5db905
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-02-13

    fix a typo

M	configure.ac

commit 7f60f83e87b50593122400b4e3c23726e2744635
Author: Andres Vargas ( zodman <zodman@foresightlinux.org>
Date:	2009-02-13

    fix some Unnecesary commit :S
	Sorry its my fault.

M	backends/conary/XMLCache.py
M	configure.ac

commit 6563b9c89a60d4d13622bd32ed3b94c584df2246
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    dummy: add update detail for the blocked package, and raise an error
    if we can't find a match

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

commit e63696a61b079f1180a48842e4f00df42ec049f6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-13

    Fix for the updates and obsoletes delimiter

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

commit b1d93f05accaa37defe20b2f0c1a8c49a73d9111
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    dummy: use the correct delimiter for the obsoletes in the kernel
    package

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

commit 0a72fb20f08835f1d274564cd3ce23e87995a78f
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-13

    fix get-files from many troves

M	backends/conary/conaryBackend.py

commit 77102dbf823602dcff77169d6ad2cbb97298e1c7
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-13

    add more log info to callbacks
    fix get-files

    add a new Author :) yeah!!!
	zodman - Andres Vargas

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	docs/html/img/Makefile.am
A	docs/html/img/author-zodman.png
M	docs/html/pk-authors.html

commit 5c698975758481b5115d288e915d47479ff0ef12
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    add ignore categorie for add More classify critteria

M	backends/conary/conaryEnums.py

commit d0dd5748249625d753b17ff6c5ff9142ef4d1ff6
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    implement the conaryEnums for classify category in groups
    fix the backend for search groups

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryEnums.py

commit 7b9d2bc4868c06d107dc31f898da1c73c22660d1
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

     fix a filname error

M	backends/conary/Makefile.am

commit 0d1b9d4df59bdc7d2802c13f2825368ff34e65fd
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    fix the / on makefile.ac

M	backends/conary/Makefile.am

commit 82c6fcf4bd0bf8d7f3a5fd5bb91384522ad73d51
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    Remove the old Cache and Add entry for new files
    on configure.ac

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

commit 957ff8a9ed54348fdf5d8e7b4e3f6781a10a39ac
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    New updates:
	* Add search name|details|group .
	* Replace the resolve packages for _resolve_list
	  this make the search more faster.
	* Add conaryEnums for maps GROUP_*. what generate by XMLCache.py
	* Add validations when conary cache not fetch.

D	backends/conary/Cache.py
M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
A	backends/conary/conaryEnums.py
M	backends/conary/conaryFilter.py
M	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c

commit 7e5889e1c0e53082e957c543acf1fa9223b27651
Author: Daniel Nylander <po@danielnylander.se>
Date:	2009-02-11

    Updated Swedish translation

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

M	po/sv.po

commit 70be0b1290d36a63c2f68b1c7ff8dd191a3314dc
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-10

    Update the conary Backend

       * Add New XMLCache. the cache implement a new XML files.
       * Add search name lookup on shortDesc, longDesc, Name and
       Categories.
       * Edit the string from package_id for add Metadata.
       * Add conarypk.py its a New Helper of Conary API.
       * The command get-details obtains the Group

M	backends/conary/Cache.py
A	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
A	backends/conary/conarypk.py

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

    trivial: add heuristic when we use font() with any provide

M	backends/yum/yumBackend.py

commit 25ee575963f4cf9fa76b68dc0c5347e47f00954c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-09

    trivial: add Wno-strict-aliasing to fix the compile thanks to GCC 4.4

M	configure.ac

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

    trivial: add thumbnails to git, and remove from gitignore

M	docs/html/img/thumbnails/.gitignore
A	docs/html/img/thumbnails/assassin.png
A	docs/html/img/thumbnails/gpk-added-deps.png
A	docs/html/img/thumbnails/gpk-application-groups.png
A	docs/html/img/thumbnails/gpk-application-search.png
A	docs/html/img/thumbnails/gpk-auto-update.png
A	docs/html/img/thumbnails/gpk-backend-status.png
A	docs/html/img/thumbnails/gpk-battery-1.png
A	docs/html/img/thumbnails/gpk-battery.png
A	docs/html/img/thumbnails/gpk-client-codecs.png
A	docs/html/img/thumbnails/gpk-client-firmware.png
A	docs/html/img/thumbnails/gpk-client-font.png
A	docs/html/img/thumbnails/gpk-client-mime-type.png
A	docs/html/img/thumbnails/gpk-distro-upgrade-notify.png
A	docs/html/img/thumbnails/gpk-eula.png
A	docs/html/img/thumbnails/gpk-inhibit.png
A	docs/html/img/thumbnails/gpk-log.png
A	docs/html/img/thumbnails/gpk-markdown.png
A	docs/html/img/thumbnails/gpk-network.png
A	docs/html/img/thumbnails/gpk-prefs.png
A	docs/html/img/thumbnails/gpk-progress.png
A	docs/html/img/thumbnails/gpk-remove-confirm.png
A	docs/html/img/thumbnails/gpk-repo-auth.png
A	docs/html/img/thumbnails/gpk-repo-more.png
A	docs/html/img/thumbnails/gpk-repo.png
A	docs/html/img/thumbnails/gpk-require-restart.png
A	docs/html/img/thumbnails/gpk-run-application.png
A	docs/html/img/thumbnails/gpk-service-pack.png
A	docs/html/img/thumbnails/gpk-signature.png
A	docs/html/img/thumbnails/gpk-updates-overview.png
A	docs/html/img/thumbnails/gpk-updates-warning.png
A	docs/html/img/thumbnails/gpk-updates.png
A	docs/html/img/thumbnails/gpk-waiting.png
A	docs/html/img/thumbnails/kpk-confirm.png
A	docs/html/img/thumbnails/kpk-information.png
A	docs/html/img/thumbnails/kpk-notify.png
A	docs/html/img/thumbnails/kpk-progress.png
A	docs/html/img/thumbnails/kpk-search.png
A	docs/html/img/thumbnails/kpk-settings.png
A	docs/html/img/thumbnails/kpk-update.png
A	docs/html/img/thumbnails/pk-command-not-found.png
A	docs/html/img/thumbnails/pk-markdown.png
A	docs/html/img/thumbnails/pk-opensuse-updater.png
A	docs/html/img/thumbnails/pk-self-check.png
A	docs/html/img/thumbnails/pk-update-bugfix.png
A	docs/html/img/thumbnails/pk-update-enhancement.png
A	docs/html/img/thumbnails/pk-update-high.png
A	docs/html/img/thumbnails/pk-update-low.png
A	docs/html/img/thumbnails/pk-update-normal.png
A	docs/html/img/thumbnails/pk-update-security.png
A	docs/html/img/thumbnails/pk-web-plugin.png

commit 5171e0513f8a286fd8f972bce186250052b09230
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Remove code which is now merged with python-apt

M	backends/apt/aptbackend.py

commit 9b9d382740b76763df3c551a09ea8878529b469f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Install the main Python module into the packagekit package and
    use a command wrapper to improve the start time (*.pyc)

M	backends/apt/Makefile.am
R100	backends/apt/aptDBUSBackend.py	backends/apt/aptbackend.py
A	backends/apt/pk-backend-apt.py
M	data/org.freedesktop.PackageKitAptBackend.service.in

commit 681e687f2581cde1f1dc89b706f844a7b3d2c933
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Fix an API change in debfile

M	backends/apt/aptDBUSBackend.py

commit 3e22e0055cd87385fcef24ed650758dc1cd55e90
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Use the merged debfile module of python-apt

M	backends/apt/aptDBUSBackend.py
D	backends/apt/debfile.py

commit c41b161cbfb221a8f2faa6dafec2b2f95531e8b6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-06

    Fix a typo in policy configuration

M	data/org.freedesktop.PackageKit.conf.in

commit 7db26c9f4a94315656883abe46006ced62eb1c92
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-06

    Make the dbus policy more fine grained

M	data/org.freedesktop.PackageKit.conf.in

commit 196180865f22192216f9adbe6db5ed389e44bdfd
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-06

    Fixed description "." (dot) problem

M	backends/aptcc/apt-utils.cpp

commit 5e90f90890a9845b9aeae4d4858e0faf6f8a5e44
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-05

    bugfix: if we fail to exit from the dispatcher, make sure we cleanup
    the poll as the child check isn't going to be run

M	src/pk-spawn.c

commit 2c895b86732f9bef2e27538de5097c59fc1dc609
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-05

    trivial: copy the session api to the website

M	docs/html/upload.sh

commit 21215c484c8b62514c2ecc038dc60a81d99467b5
Author: Fabian Affolter <fabian@bernewireless.net>
Date:	2009-02-05

    Updated German translation

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

M	po/de.po

commit c5deb742a8cd40e2ce09150db0e7609ee4c5c79b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-04

    yum: add support for the new font and mimehandler provides

M	backends/yum/yumBackend.py

commit 6a3f0a7f28cd7b282ee6792a166e14abf3d2421a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-04

    APT: allow the properties and introspection interface of the backend
    to everyone

M	data/org.freedesktop.PackageKitAptBackend.conf.in

commit 63cdab02440ab86179cfc337aa50f098ff2b8a93
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-04

    bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2

M	lib/packagekit-glib/pk-catalog.h
M	lib/packagekit-glib/pk-client.h
M	lib/packagekit-glib/pk-connection.h
M	lib/packagekit-glib/pk-control.h
M	lib/packagekit-glib/pk-desktop.h
M	lib/packagekit-glib/pk-obj-list.h
M	lib/packagekit-glib/pk-package-list.h
M	lib/packagekit-glib/pk-service-pack.h
M	lib/packagekit-glib/pk-task-list.h
M	src/egg-dbus-monitor.h
M	src/pk-backend-dbus.h
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.h
M	src/pk-cache.h
M	src/pk-conf.h
M	src/pk-engine.h
M	src/pk-file-monitor.h
M	src/pk-inhibit.h
M	src/pk-network-nm.h
M	src/pk-network-unix.h
M	src/pk-network.h
M	src/pk-notify.h
M	src/pk-post-trans.h
M	src/pk-security.h
M	src/pk-spawn.h
M	src/pk-store.h
M	src/pk-syslog.h
M	src/pk-time.h
M	src/pk-transaction-db.h
M	src/pk-transaction-list.h
M	src/pk-transaction.h
M	src/pk-update-detail-list.h

commit 53f8e4d3a978b7a02e06f75dbb7526e37dd5b040
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-02-03

    poldek: for NOT_INSTALLED filter return only available packages that
    are NOT installed

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

commit 20fa0dd8b743a4f3af4fe375582e895f404e8a1a
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-02-03

    poldek: build fix by Patryk Zawadzki

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

commit 712061600729253b43741b2eccb4134290c3350b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 3a2ebe1f106bafe3ab126ca8a8ee18911a0123d8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    Release version 0.4.3

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

commit 39aed3099d0dd85c92255ac4e41f0d6cab2da619
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    trivial: fix up self check now we've got a longer sigquit timeout

M	src/pk-spawn.c

commit e59f425fe5175af37ca0e2ddd12ce87ae0474256
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    bugfix: add an option to configure so we can specify a different
    browser plugin directory. Fixes fd#19884

M	configure.ac
M	contrib/browser-plugin/Makefile.am

commit 8e41d9776e6d9ebc5d8a4ad984cc73035c643160
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-31

    trivial: add another truckload of translator comments

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	contrib/browser-plugin/src/contents.cpp
M	src/pk-main.c

commit a7c71d375c5faa9df4bb6fab314ed13de1fbc69e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-31

    trivial: make a few translations better, and add a truckload of
    translator comments

M	client/pk-console.c

commit 84180ebc19fdfe1cd395982bfc2758d46b7e286b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-31

    bugfix: fix up a translation in pkcon when we fail to get the time
    since action

M	client/pk-console.c

commit 2a84bac7a9a2994ee9cc32bb33d968b7a1eff46b
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-01-30

    alpm: change source code to be more standards compliant

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

commit b092afd0497c59ef9d78fe977df657c0f1a35c70
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-01-29

    removed -Wswitch-enum from compiler switches to prevent nasty warnings
    for now

M	configure.ac

commit 363e850e257efb3927deb5936d68a3d31439da85
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: pk_package_obj_get_id() and pk_package_obj_get_summary()
    don't return copies, so return them const

M	lib/packagekit-glib/pk-package-obj.c
M	lib/packagekit-glib/pk-package-obj.h

commit 027cfc31319f1a3583b958cc120082f0bafd1b5f
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:	2009-01-29

    bugfix: Repair pkcon resolve

    Fix regression introduced in 23f348972c05ba1b8f2837c61110facc2ebefd9e,
    which caused 'pkcon resolve ...' to always try and resolve
    argv[0]. Fixes fd#19810

M	client/pk-console.c

commit b1ccb7291d73ebf5ee339467983931761b96f597
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-29

    _get_info, get_id and _get_summary for PkPackageObj

M	lib/packagekit-glib/pk-package-obj.c
M	lib/packagekit-glib/pk-package-obj.h

commit e914e3be9a89b3b45c15c6f7232ed0a86f62be35
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: users get freaked when the package manager 'kills' something,
    so lets give the backend more of a sporting chance of quiting nicely

M	src/pk-spawn.c

commit effa76d80e4613b32b4a9a159dda3268afefbbaf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    feature: allow the user to specify a complete output file name with
    pkgenpack. Refactored version of a patch by Utsav Handa, many thanks

M	client/pk-generate-pack.c

commit 7a1ecfc5a7b1cfd1a12c58d6ebad05854062d3f3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: check for DownloadPackages in pkgenpack as well as GetDepends

M	client/pk-generate-pack.c

commit bd81fe6a07902877061f6c9425d3545c79882132
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: check the user specified a non-zero length --output parameter

M	client/pk-generate-pack.c

commit 5667e9d54464c36d8f0dcf52cecb31d39ea72b4d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: exit with the correct return code in pkgenpack

M	client/pk-generate-pack.c

commit 94f7d61d71edd07cf581c2411831f3a1a2299214
Author: Utsav Handa <utsavhanda@hotmail.com>
Date:	2009-01-29

    trivial: export the service pack filename in the service pack header

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

commit c6d87c4fd2409fdcdeadd4b52a2c685cf2f68943
Author: Utsav Handa <utsavhanda@hotmail.com>
Date:	2009-01-29

    bugfix: don't print an internal error if we don't pass an argument
    to --package

M	client/pk-generate-pack.c

commit e2e5f5db8dbffa4cb4cc1327cb6dea9e77f4ba31
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    yum: try harder to get some useful text when yum passes us a structure
    in a message. Hopefully works around fd#19781

M	backends/yum/yumBackend.py

commit e3c848ff4cd84ee96574908fde93a573eac4c710
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    trivial: fix up some more gtk-doc comments

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

commit 5fa970754c4d5acfc2a941cdd5cb6e384091d982
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    bugfix: dist the website in the tarball correctly, and install in
    the -docs subpackage

M	configure.ac
M	contrib/PackageKit.spec.in
M	docs/html/Makefile.am
M	docs/html/img/Makefile.am
C063	docs/html/img/Makefile.am
docs/html/img/thumbnails/Makefile.am

commit 7ecdb7f362d7241aefda10ba5ec0f6d64e9fecf3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    trivial: add another screenshot of the firmware dialog

M	docs/html/img/Makefile.am
A	docs/html/img/gpk-client-firmware.png
M	docs/html/pk-screenshots.html

commit e92f06dc3412309c4c8c316a95e8b5b36f914df6
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-01-28

    don't filter *-testing channels as development

M	backends/smart/smartBackend.py

commit 63f620f40092c5b2f8a8b79491b3ac05cb5cb5f0
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-01-27

    remove bare send_interface lines
    from the debian bug tracker - "you MUST include send_destination on
    ALL allow or deny tags. Omitting it is a serious bug"

M	data/org.freedesktop.PackageKit.conf.in

commit 916378ee9c0a14b4873e287b2bc63b71d3c98536
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-27

    trivial: unused fedora spec BR's for the new -sharp library

M	contrib/PackageKit.spec.in

commit 8f784960538655cabd10b96b0729edcad3763fd7
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    adding samples to DIST_SUBDIRS

M	lib/packagekit-sharp/Makefile.am

commit 077ed04cc02bff935d62866a6b76a4c95fcff489
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    update the targes list so it doesn't remove intermediate files

M	lib/packagekit-sharp/samples/Makefile.am

commit e18eca4f2b9ba130d879f341d3d659bd23fc5ea6
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    .gitignore generated files

A	lib/packagekit-sharp/.gitignore
A	lib/packagekit-sharp/samples/.gitignore

commit af581b150bf02748f65585b94bdc314ffee8e81d
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    generalize the rules

M	lib/packagekit-sharp/samples/Makefile.am

commit 90abd98f4030011e8d8c74fb0a43df15359945b0
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    Revert "add the .dll to ignore list"

    This reverts commit 111c2ad9c2a5ee91ce9617a95d639dcccdc01f46.

M	.gitignore

commit deff0a24b596b97ce592042b1663bdb6f98bbec0
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    new UpdateSystem sample

M	lib/packagekit-sharp/samples/Makefile.am
A	lib/packagekit-sharp/samples/UpdateSystem.cs

commit 6eab5fd441e8fd6650ecdb4e8b5a5a84cd88ec05
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    change ToStrv to ToStringArray

M	lib/packagekit-sharp/PackageKit.metadata
M	lib/packagekit-sharp/generated/PackageList.cs
M	lib/packagekit-sharp/packagekit-api.xml

commit 1d3c5add5a3e2497d1a2cd46c105443e94575286
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    this[] accessor for PackageList

M	lib/packagekit-sharp/Makefile.am
M	lib/packagekit-sharp/PackageKit.metadata
A	lib/packagekit-sharp/PackageList.custom
M	lib/packagekit-sharp/generated/PackageList.cs
M	lib/packagekit-sharp/packagekit-api.xml

commit 0a4538abd5faf9639a7d13723f2bc3fc64d429b3
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    a listupdates sample, with Makefile

M	configure.ac
A	lib/packagekit-sharp/samples/ListUpdates.cs
A	lib/packagekit-sharp/samples/Makefile.am
A	lib/packagekit-sharp/samples/launcher.in

commit acd8efcf0677737dad3369f30b2169ef801946e6
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    pushing newly generated files

M	lib/packagekit-sharp/generated/CategoryHandler.cs
M	lib/packagekit-sharp/generated/Client.cs
M	lib/packagekit-sharp/generated/ClientError.cs
M	lib/packagekit-sharp/generated/DestroyHandler.cs
A	lib/packagekit-sharp/generated/DetailsHandler.cs
M	lib/packagekit-sharp/generated/DistroUpgradeHandler.cs
A	lib/packagekit-sharp/generated/FilesHandler.cs
M	lib/packagekit-sharp/generated/RepoSignatureRequiredHandler.cs
M	lib/packagekit-sharp/generated/RequireRestartHandler.cs
A	lib/packagekit-sharp/generated/TransactionHandler.cs
M	lib/packagekit-sharp/generated/UpdateDetailHandler.cs
M	lib/packagekit-sharp/packagekit-api.xml

commit 1b10a0f39371c7b5df85b53c16b2deac83cbc76f
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    reparsing the glib api, manually working around the parser issue

M	lib/packagekit-sharp/PackageKit.metadata
M	lib/packagekit-sharp/packagekit-api.raw

commit ba00f3f1462fdde0a259ffb4bb3e848c533d2616
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    add the .dll to ignore list

M	.gitignore

commit 2a471a269e6387459f6e4ed3dfad434dce065bc2
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    adding a README with instructions on how to regenerate the bindings

A	lib/packagekit-sharp/README

commit fb3fdbcb0f7eae4db3f658eaa69b75947aa724c7
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    check for build dependencies, and use them in Makefile

M	configure.ac
M	lib/packagekit-sharp/Makefile.am

commit f7d6c04b774cb18efd93863badc4ae19af2fef91
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    generating .cs and .xml files

A	lib/packagekit-sharp/generated/AllowCancelHandler.cs
A	lib/packagekit-sharp/generated/Bitfield.cs
A	lib/packagekit-sharp/generated/CallerActiveChangedHandler.cs
A	lib/packagekit-sharp/generated/Catalog.cs
A	lib/packagekit-sharp/generated/CatalogProgress.cs
A	lib/packagekit-sharp/generated/CategoryHandler.cs
A	lib/packagekit-sharp/generated/CategoryObj.cs
A	lib/packagekit-sharp/generated/Client.cs
A	lib/packagekit-sharp/generated/ClientError.cs
A	lib/packagekit-sharp/generated/Connection.cs
A	lib/packagekit-sharp/generated/ConnectionChangedHandler.cs
A	lib/packagekit-sharp/generated/Control.cs
A	lib/packagekit-sharp/generated/ControlError.cs
A	lib/packagekit-sharp/generated/Desktop.cs
A	lib/packagekit-sharp/generated/DestroyHandler.cs
A	lib/packagekit-sharp/generated/DetailsObj.cs
A	lib/packagekit-sharp/generated/Distro.cs
A	lib/packagekit-sharp/generated/DistroUpgradeEnum.cs
A	lib/packagekit-sharp/generated/DistroUpgradeHandler.cs
A	lib/packagekit-sharp/generated/DistroUpgradeObj.cs
A	lib/packagekit-sharp/generated/Enum.cs
A	lib/packagekit-sharp/generated/EnumMatch.cs
A	lib/packagekit-sharp/generated/Error.cs
A	lib/packagekit-sharp/generated/ErrorCodeEnum.cs
A	lib/packagekit-sharp/generated/ErrorCodeHandler.cs
A	lib/packagekit-sharp/generated/EulaRequiredHandler.cs
A	lib/packagekit-sharp/generated/Exit.cs
A	lib/packagekit-sharp/generated/ExitEnum.cs
A	lib/packagekit-sharp/generated/Filter.cs
A	lib/packagekit-sharp/generated/FilterEnum.cs
A	lib/packagekit-sharp/generated/FinishedHandler.cs
A	lib/packagekit-sharp/generated/Global.cs
A	lib/packagekit-sharp/generated/Group.cs
A	lib/packagekit-sharp/generated/GroupEnum.cs
A	lib/packagekit-sharp/generated/Info.cs
A	lib/packagekit-sharp/generated/InfoEnum.cs
A	lib/packagekit-sharp/generated/License.cs
A	lib/packagekit-sharp/generated/LicenseEnum.cs
A	lib/packagekit-sharp/generated/LockedHandler.cs
A	lib/packagekit-sharp/generated/Message.cs
A	lib/packagekit-sharp/generated/MessageEnum.cs
A	lib/packagekit-sharp/generated/MessageHandler.cs
A	lib/packagekit-sharp/generated/Network.cs
A	lib/packagekit-sharp/generated/NetworkEnum.cs
A	lib/packagekit-sharp/generated/ObjList.cs
A	lib/packagekit-sharp/generated/ObjListCompareFunc.cs
A	lib/packagekit-sharp/generated/ObjListCopyFunc.cs
A	lib/packagekit-sharp/generated/ObjListEqualFunc.cs
A	lib/packagekit-sharp/generated/ObjListFreeFunc.cs
A	lib/packagekit-sharp/generated/ObjListFromStringFunc.cs
A	lib/packagekit-sharp/generated/ObjListNewFunc.cs
A	lib/packagekit-sharp/generated/ObjListToStringFunc.cs
A	lib/packagekit-sharp/generated/ObjectManager.cs
A	lib/packagekit-sharp/generated/Package.cs
A	lib/packagekit-sharp/generated/PackageHandler.cs
A	lib/packagekit-sharp/generated/PackageId.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCompareFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCopyFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListEqualFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFreeFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFromStringFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListNewFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListToStringFuncNative.cs
A	lib/packagekit-sharp/generated/PackageList.cs
A	lib/packagekit-sharp/generated/PackageObj.cs
A	lib/packagekit-sharp/generated/PercentageHandler.cs
A	lib/packagekit-sharp/generated/ProgressChangedHandler.cs
A	lib/packagekit-sharp/generated/ProgressHandler.cs
A	lib/packagekit-sharp/generated/Provides.cs
A	lib/packagekit-sharp/generated/ProvidesEnum.cs
A	lib/packagekit-sharp/generated/RepoDetailHandler.cs
A	lib/packagekit-sharp/generated/RepoSignatureRequiredHandler.cs
A	lib/packagekit-sharp/generated/RequireRestartHandler.cs
A	lib/packagekit-sharp/generated/Restart.cs
A	lib/packagekit-sharp/generated/RestartEnum.cs
A	lib/packagekit-sharp/generated/Role.cs
A	lib/packagekit-sharp/generated/RoleEnum.cs
A	lib/packagekit-sharp/generated/ServicePack.cs
A	lib/packagekit-sharp/generated/ServicePackError.cs
A	lib/packagekit-sharp/generated/ServicePackStatus.cs
A	lib/packagekit-sharp/generated/Sig.cs
A	lib/packagekit-sharp/generated/SigTypeEnum.cs
A	lib/packagekit-sharp/generated/Status.cs
A	lib/packagekit-sharp/generated/StatusChangedHandler.cs
A	lib/packagekit-sharp/generated/StatusEnum.cs
A	lib/packagekit-sharp/generated/StatusHandler.cs
A	lib/packagekit-sharp/generated/TaskList.cs
A	lib/packagekit-sharp/generated/TaskListItem.cs
A	lib/packagekit-sharp/generated/TransactionObj.cs
A	lib/packagekit-sharp/generated/Update.cs
A	lib/packagekit-sharp/generated/UpdateDetailHandler.cs
A	lib/packagekit-sharp/generated/UpdateDetailObj.cs
A	lib/packagekit-sharp/generated/UpdateStateEnum.cs
A	lib/packagekit-sharp/packagekit-api.xml

commit 9fef330bba430c2b7a6d37814f4ddcb514fb77df
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    A working sample

A	lib/packagekit-sharp/test/Test.cs

commit fa353359aa504eca43680a1ff8105faae749343c
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    TODO files containing notes to self

A	lib/packagekit-sharp/TOOO

commit e4ad9e3d212a89511b10bbed50133e9fb07a7832
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    Manually mapping the signals for Client. gapi-parser need a fix

M	lib/packagekit-sharp/PackageKit.metadata

commit 740ff0d5fa7314684d902e6481ac0dd69316678e
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    Fixing parts of the PkClient API

A	lib/packagekit-sharp/Client.custom
M	lib/packagekit-sharp/Makefile.am
M	lib/packagekit-sharp/PackageKit.metadata

commit 4ad382c45067060e084db6e3b149e4a1f3f0013f
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    First attempt to parse the API

M	lib/packagekit-sharp/Makefile.am
A	lib/packagekit-sharp/PackageKit.metadata
A	lib/packagekit-sharp/packagekit-api.raw
M	lib/packagekit-sharp/packagekit-sharp-sources.xml

commit 87f3ab0e9b3cd7a230249abc3681a2855a160452
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    new packagekit-sharp binding, hook it into the build.

M	configure.ac
M	lib/Makefile.am
A	lib/packagekit-sharp/Makefile.am
A	lib/packagekit-sharp/packagekit-sharp-sources.xml

commit e9368af9b4d16ba6c8a4e1ede273ae891299627d
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2009-01-24

    Updated catalan po

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

M	po/ca.po

commit 69e42fba5d60a71ac91fddb9c4f3d54f04030925
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-01-23

    remove GROUP_ENUM_UNKNOWN as engine returns empty if included in list

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

commit 0da1065a1749f4a78de21e9409a975edb1377c16
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: add link to KPackageKit

M	docs/html/pk-download.html

commit d68fd31363bb2d08322f568a1674a2c6d1287938
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: update the build instructions

M	docs/html/pk-download.html

commit 1abd34d72a40e9f9f04102d9584ed4eac78bd5db
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    bugfix: remove dep on python-sqlite2 and use internal python
    sqlite. Fixes rh#481270

M	backends/yum/yumComps.py
M	contrib/PackageKit.spec.in
M	docs/html/upload.sh

commit b37b53e40e135194d0ed3a6be6a205b324b81e4b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: add some more deps to the fedora catalog

M	contrib/PackageKit.catalog

commit 3fbf5225c565ea92af3d7bb30f547f99d0b1724f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: correct a couple of Gtk-Doc comments pointed out by Stephane
    Delcroix, many thanks.

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

commit 995def4bab9b421033b0b290e36672cf1c249400
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2009-01-21

    Updated Finnish translation

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

M	po/fi.po

commit 7eafd98d4192b4329a5abd9b26fd1ffa53b43419
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: update RELEASE

M	RELEASE

commit edd364d7a7894dd197e2dba11d7d56048550888a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: post release version bump

M	configure.ac

commit 4b7d6f8cc44c5438b5e89b4c8baf4fc4d912e677
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    Release version 0.4.2

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

commit 7b3ec79c5bf90d7864044a1cf53bc62c51e14f5c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    dummy: output a load of messages we can play with in GUI tools

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

commit de09951f70ac2545ba4add47124521b0912c81f5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: tiny fix to fix the PkDesktop self test when using the
    dummy backend

M	lib/packagekit-glib/pk-desktop.c

commit 79031ad937b6ec154e0a478ae5dae52c87316e58
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: fix to last patch fixing compile on old xulrunner versions

M	contrib/browser-plugin/Makefile.am

commit d848bc8d5979c5eca7074aafe5f54a9152fe2438
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

    bugfix: fix compile of the browser plugin with newer versions of
    xulrunner

M	contrib/browser-plugin/Makefile.am
A	contrib/browser-plugin/sdk-new/npplat.h
A	contrib/browser-plugin/sdk-new/pluginbase.h

commit 62f43ea5ea05c3880184ee8f07622c3c847357e5
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

    trivial: add detection for newer xulrunners as this will need new
    sdk includes

M	configure.ac

commit e4305fcf78376f5120390b6d2e8d21afc22a6040
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: fix building the mozilla plugin on f11 now uint16 is not
    typedef'd

M	contrib/browser-plugin/src/plugin.cpp
M	contrib/browser-plugin/src/plugin.h

commit 2a0e0feb8253a8b7b3ebe230c52e20f2b1a50da3
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

    trivial: remove unused third parameter from AM_CONDITIONAL

M	configure.ac

commit 7683f8b02f889cf5f38451104284d7a67ce1b2ed
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    bugfix: clear the backend store in pk_backend_reset() rather than
    pk_backend_finished_delay() as we couldn't ensure the ordering for
    cancelled jobs

M	src/pk-backend.c

commit 3e63d6bc383d88bd2f621518a28d63519481d276
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: fix up the self tests now that RequireRestart requires a
    package id

M	src/pk-backend-spawn.c

commit 70c8946cadf188c6ac5ef4a8351a864f38f67988
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    bugfix: only try to exit the spawned backend if it is running,
    which removes an error warning if it is already closed

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

commit c5f7a9afbdbdaa846e0c5d464629e7e3a32789eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: add some more debugging when setting store in PkTransaction

M	src/pk-transaction.c

commit 8923cbbe5d4b6490589530a30d8c086a8a2d49ce
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: improve a debugging string to be more clear

M	src/pk-transaction-list.c

commit b6466ebe9d7c8c5879d369f6cf089f1cc1672345
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: convert the error enum to text when we display the debugging
    output

M	src/pk-spawn.c

commit 799c8270dc2bfdf5766efe07b9b7f67fd274ec60
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: add some debugging when the exit fails

M	src/pk-spawn.c

commit 9c5635da8bc2d769c0992a99b0e1b9dfdbb68945
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: only exit TRUE when pk_spawn_exit() does not timeout

M	src/pk-spawn.c

commit 2b8ee58f9f56092cbb087cac44a43c720381a32e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: add some debugging when writing fails

M	src/pk-spawn.c

commit 7d66b6dd113ebc3c797a1edd25900c83e4dfeb14
Author: Pavol Šimo <palo.simo@gmail.com>
Date:	2009-01-17

    Updated Slovak translation

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

M	po/sk.po

commit d5a33033ce44c9e37dd8c7723be386b98c0c4861
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-01-16

    Updated Polish translation

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

M	po/pl.po

commit a320cbc0129a3f83f39e1ce64c13a9de26e85a78
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-16

    bugfix: remove the obsolete specific vendor_url for each metho and
    rely on the packagekit homepage. Fixes novell#450349

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

commit 6f531fed49bfb29e972984af525651c4a0237140
Author: Tim Waugh <twaugh@redhat.com>
Date:	2009-01-16

    Added British translation.

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

A	po/en_GB.po

commit 6122683bc4b33037582f900c79bb2814ebd9cd54
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    trivial: update translations

M	po/bn_IN.po
M	po/ca.po
M	po/cs.po
M	po/de.po
M	po/el.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/gu.po
M	po/he.po
M	po/hu.po
M	po/it.po
M	po/ml.po
M	po/ms.po
M	po/nb.po
M	po/nl.po
M	po/pl.po
M	po/pt_BR.po
M	po/ru.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/sv.po
M	po/tr.po
M	po/zh_CN.po
M	po/zh_TW.po

commit 23064f0001c1a38e6dbbe45b48c8e2ce452f6361
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    feature: use the detail field as a package_id so we can propogate
    useful information to clients

M	backends/dummy/pk-backend-dummy.c
M	backends/yum/yumBackend.py
M	client/pk-console.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-dbus.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-post-trans.c
M	src/pk-transaction.c

commit 4a6fb08849cd7c5f25232adc60c0c0b38e46331a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    trivial: fix up some warnings from static analysis

M	lib/packagekit-glib/pk-control.h
M	lib/packagekit-glib/pk-service-pack.c
M	src/egg-dbus-monitor.c
M	src/pk-security-polkit.c
M	src/pk-store.c
M	src/pk-sysdep.c

commit bd660f4db8e51fb2a7f9ac19c336e2cc66f63d62
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    bugfix: a -testing repo is not a development repo, so should not be
    filtered by default. Fixes rh#480135

M	backends/yum/yumBackend.py

commit 63ece70a50c2296f26be1ce3b07f06c4dd7c5a20
Author: Simos Xenitellis <simos.bugzilla@gmail.com>
Date:	2009-01-14

    Updated Greek translation by Jennie Petoumenou.

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

M	po/el.po

commit a1c6fe1530e9f1e19efa7934a63b8bf8e4045787
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-14

    trivial: add the tid to the transaction list debugging ouput to try
    to chase a bug

M	src/pk-transaction-list.c

commit db6e1fc12b20760e29cd565929cdb213a4d8301e
Author: Trever Fischer <wm161@wm161.net>
Date:	2009-01-13

    yum: Fixed a bug that prevents installing a local file that isn't
    in the repos

M	backends/yum/yumBackend.py

commit 9835b208e32af74c62fd3f618eb2cbc38e3a58ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    feature: remove the udev helper from PackageKit now the core
    functionality is in udev itself

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
D	contrib/udev/.gitignore
D	contrib/udev/51-packagekit-firmware.rules
D	contrib/udev/Makefile.am
D	contrib/udev/README
D	contrib/udev/packagekit-firmware.sh

commit 47298914ab7e0b76024136286cfd427087429f4a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    feature: add an entry to the config file to turn on time estimation,
    and enable it by default

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

commit 242acbdb3e64308e8a1faa6ac5ab74c9474d0ae2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: update the docs with waiting-for-lock

M	docs/api/spec/pk-concepts.xml

commit ad3edfb33cac28c251d57198791a98770227efca
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: add a waiting-for-lock status enum and use it in the
    yum backend

M	backends/yum/yumBackend.py
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit 01acf6f5ccb44648376d94f717b962695184889b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: don't emit allow-cancel over and over if it is the same
    state as before

M	src/pk-backend.c

commit 63486c47d5bd25e6f337e580ecf94c7e6554745b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    yum: set the allow cancel flags when we are waiting for yum to
    release its lock

M	backends/yum/yumBackend.py

commit f13e367550340c3721f57cc2ff590bd31bde8bb5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    yum: get the yum lock before we start setting up comps and doing
    other access that could block

M	backends/yum/yumBackend.py

commit bf4854871613c348ff9ca00df56e5ba1d89594b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: set the setup signal after we've connected the backend to
    the transaction so it is emitted for clients

M	src/pk-transaction.c

commit fe063219b84100060ff6602655fb54645ae9d75d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: don't leak directory on commit-failed error path

M	src/pk-transaction.c

commit e3a738538fdefa298bc57008c63b1c0e3ea356cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: whitespace fixes

M	src/pk-transaction.c

commit 4183365bcd6314f12cb162aa98e1741c79644c87
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: don't re-timeout if we are in the process of quitting

M	src/pk-main.c

commit c041ecb1d07a919a2f2b35f17099db1522262234
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: ensure we send the correct network state with the new
    changed codepath

M	src/pk-network.c

commit b09103eb230d121ad3b26a9d9e789b0e3b3fd997
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: ensure we call the backend finalise method when the daemon
    times out

M	src/pk-main.c

commit 32b2f7a02c44a68ed9da6634de8283370f99d40e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-11

    Fixed the development filter

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

commit 372d16e878ecc897117a0b26dbc3f4e3d5e2f498
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-09

    Forgot the make file

A	backends/aptcc/Makefile.am

commit 88c801be9b2167e169ed1617c2a6a49f3a53ac51
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-09

    Code clean up

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

commit 790ff4de61dc2c070f4e05d9e7d7c88d384bdafe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-09

    Fixed versions bug now using pin's file

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

commit 12b8db83d4e0b3f371fad76134da1f912fd83f76
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit b7b050aa23b8dc546d8b2c4ba7a82500828293bc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    Release version 0.4.1

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

commit d1b12a2fbe5966d73a7480e02039dfb209ef1e16
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    bugfix: fix the python client library for SearchDetails and
    SearchFile. Fixes fd#19426

M	lib/python/packagekit/client.py

commit d5d7555db6bb5ceb103f5f12b79fed44370138e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    trivial: add a 'no-space-on-device' error enum and use it in the
    yum backend

M	backends/yum/yumBackend.py
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit 0929cf345b749bdf0cea8ce0c7eea724156dfe5e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    yum: catch IOError and handle out of disk space. Fixes RH#478377

M	backends/yum/yumBackend.py

commit fc1ada8bfa19894afd43c655a825a22d574683d3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    yum: issue a warning when the user enables a rawhide repo

M	backends/yum/yumBackend.py

commit d49a4f974af98f6cbe6e2acd15f2468559f362fc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    trivial: add another self check to excercise the backend duplicate
    package codepath

M	src/pk-backend.c

commit 66c2aa5458d858c7eb80e650277ed94e5e8c2280
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    bugfix: don't attempt to free the package object twice if we skip
    it due to duplicate filtering

M	src/pk-backend.c

commit 407d207934e00f11c8df00bbd1b89909d6348469
Author: Thomas Goettlicher <tgoettlicher@d1.suse.de>
Date:	2009-01-07

    adapted pk-upgrade-distro.sh for suse

M	data/pk-upgrade-distro.sh

commit fe120f45e659db1c83ccfe8b0b6f6f8d365ee1fb
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-05

    searching like aptitude without leaks

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

commit db5db8571324dbaeeeb8a6f0fc847558d37c5a88
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-04

    search from apt-cache working

A	backends/aptcc/apt-utils.cpp
A	backends/aptcc/apt-utils.h
A	backends/aptcc/apt.cpp
A	backends/aptcc/apt.h
A	backends/aptcc/pk-backend-aptcc.cpp
M	configure.ac

commit d5230dbed0d2c2ddb4b6d8726b7f93ecc6924754
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-01-02

    poldek: move GetPackages to its own function

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

commit f5a436509685d2a8aaac49cd0b8450c9225752c9
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-01-02

    Trivial: update transactionproxy.h header

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

commit 3525dcde30d66784d769fd9f536a1b48bcfaad99
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-01-02

    poldek: improved SearchFile (query rpmdb for local files)

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

commit 0fe6b492454aa200db0d92b233b44025de3b9148
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-02

    bugfix: allow pkcon to resolve all the command line arguments,
    not just the first one

M	client/pk-console.c

commit a322c970b637455e224891e7ed838237085d1500
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2009-01-01

    ruck: fix package install command

M	contrib/ruck/src/rucktransactcmds.py

commit 6d2d581dcf127a20fe0793cc3a66e37929cade93
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-31

    Added search file method and search details convinience method
    to packagekit-qt

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

commit 5da03a463361a594c6717579d58790e1fd55584d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-30

    trivial: fix compiler warning

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

commit b66c5041268c2b934c23bc1ddb01e2942e6d1d2c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-30

    trivial: egg updates

M	lib/packagekit-glib/egg-test.c
M	lib/packagekit-glib/egg-test.h

commit 03b57c2f80bc59befff96a8b318e4ec82c7390d0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-30

    trivial: fix compile with no libarchive

M	lib/packagekit-glib/pk-service-pack.c

commit 24a0f416c7253321f5c552ba476b7b4be8901e18
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-12-29

    poldek: added support for InstallGStreamerCodecs

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

commit 06df736663dddac5fa0413f72c612e86c97d5d01
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-12-29

    poldek: documentation packages have its own group

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

commit a789aa150c6102946decfb2e2358ba38e59fe50d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-26

    some change

M	configure.ac

commit 916d0f9908352516cc6038bc20741c3e001c973a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-26

    trivial: fix up issues with the last commit

M	backends/yum/yumBackend.py

commit 7cc3b899782f51b7cb9ee19638b439e8a8a9eeae
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-26

    trivial: print the command size in PkBackendSpawn for use when
    debugging

M	src/pk-backend-spawn.c

commit 7f377f4aade72b9023aa90642dc7f999838e740b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-26

    yum: remove all tab characters in update descriptions

M	backends/yum/yumBackend.py

commit 91f0179864a2e2f28b4f07e2a3f23b581b5b22b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    feature: upload some updated screenshots and some videos

M	configure.ac
M	docs/html/Makefile.am
M	docs/html/img/Makefile.am
A	docs/html/img/gpk-markdown.png
A	docs/html/img/pk-command-not-found.png
M	docs/html/pk-faq.html
M	docs/html/pk-screenshots.html
M	docs/html/upload.sh
A	docs/html/videos/Makefile.am
A	docs/html/videos/pk-application-not-found.ogv
A	docs/html/videos/pk-command-not-found.ogv
A	docs/html/videos/pk-font-no-found.ogv

commit d16a3f9d7807cf8c3c1195c5a96273759bb8fd8f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: edit m4 gitignore

M	m4/.gitignore

commit ea9405df65f71c7d0795ff75a8c20da78c8472e6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    bugfix: enable more compiler warnings on GCC, and stop abusing global
    CFLAGS in configure

M	backends/alpm/Makefile.am
M	backends/apt.deprecated/Makefile.am
M	backends/apt/Makefile.am
M	backends/box/Makefile.am
M	backends/conary/Makefile.am
M	backends/dummy/Makefile.am
M	backends/opkg/Makefile.am
M	backends/pisi/Makefile.am
M	backends/poldek/Makefile.am
M	backends/razor/Makefile.am
M	backends/smart/Makefile.am
M	backends/test/Makefile.am
M	backends/urpmi/Makefile.am
M	backends/yum/Makefile.am
M	backends/zypp/Makefile.am
M	client/Makefile.am
M	configure.ac
M	contrib/browser-plugin/Makefile.am
M	contrib/command-not-found/Makefile.am
M	contrib/gstreamer-plugin/Makefile.am
M	contrib/gtk-module/Makefile.am
M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-qt/src/Makefile.am
M	src/Makefile.am

commit ff7ee07b74576113b3669c38fb505334d3f5a14a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    bugfix: fix a signed vs. unsigned problem when checking a PkBitfield

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

commit 57c108ed957235ad914e2675471def0a0709a185
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: __init can be marked static

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

commit 4aa1a13e199c67874145dd0a596a680088d81d3f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: remove a compiler warning of declare before use in the
    backends

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

commit 1b61daf53bbedcd14717d3846007e020fc7fb151
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: remove a compiler warning of declare before use and signed

M	client/pk-console.c

commit 786321764bb04ba79df08bd24e973e436b3e87d4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    bugfix: fix a signed vs. unsigned problem when checking the error
    of a spawned backend that is killed

M	src/pk-spawn.c

commit acd0cda070159c3a3d4de79f29352fafbda5d2e6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: remove a signed vs. unsigned warning on gcc

M	client/pk-tools-common.c

commit 6d4590c0fe03bb9568c2c265ff8e5128420c8d69
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-24

    APT: Provide details for a failed download

M	backends/apt/aptDBUSBackend.py

commit 4aaf5f54de81f29f45056b59d01e29d1e13931b8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: fix the automake build due to polkitthread being removed

M	lib/packagekit-qt/Makefile.am
M	lib/packagekit-qt/src/Makefile.am

commit 3cb00987b8666bcae4e9250a57b191522c73f969
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: rename all shadowed variables to fix compile using funky
    compilers when using -WError

M	client/pk-console.c
M	client/pk-generate-pack.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-common.c
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-obj-list.c
M	lib/packagekit-glib/pk-task-list.c
M	src/pk-backend-dbus.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-post-trans.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 7c795c4f296cad7a94962b4fb9e971ec024a3a9d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: update a screenshot

M	docs/html/img/gpk-client-mime-type.png

commit 940379646e9ddb45361573ab5381dd4dbd2523b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: remove all the duplicate init forward-definitions

M	lib/packagekit-glib/pk-catalog.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-control.c
M	lib/packagekit-glib/pk-desktop.c
M	lib/packagekit-glib/pk-package-list.c
M	lib/packagekit-glib/pk-task-list.c
M	src/egg-dbus-monitor.c
M	src/pk-engine.c
M	src/pk-file-monitor-gio.c
M	src/pk-network-nm.c
M	src/pk-network-unix.c
M	src/pk-network.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 2a4d24e8e6d8cc3733a5666a075ab2accf58288a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: mark some local functions as static

M	backends/test/pk-backend-test-succeed.c
M	lib/packagekit-glib/pk-client.c
M	src/pk-backend-dbus.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit fb5414899ea06510fbd946dea3a5a475a947abb0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: don't do pointer arithmatic on pointers to fix compile on ARM

M	src/pk-store.c

commit fd3460db330ea4b7e7d5dadd8d8d5ce07915223b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: include our own header

M	src/pk-shared.c

commit 4c42b22a850d3db9aab99e0cad1a833fac13903a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: remove duplicate definition

M	lib/packagekit-glib/pk-client.h

commit 811096d118b46f4220f00889bf4329b0ee976126
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    feature: Resolve() is now case sensitive

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

commit 7cfb51bdac9d0b1c31c47856ed3458078dcc7ad6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: update screenshot

M	docs/html/img/gpk-log.png

commit 8526149f5fb4b5885f6cdf0bc6b67a02270dc8ef
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: compile time optimisation

M	lib/packagekit-glib/egg-debug.h

commit f198f76ee74be827a3f16ba0cdd8b4e14e395e24
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: remove unused include path

M	docs/api/Makefile.am

commit 5ec5af6353b8463d02ce0c7db8d8bb4c2eeb136c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: fix build in ruck client

M	contrib/ruck/src/Makefile.am

commit ae5bb340e4ba54ad3ad0992686bf4b98e979d920
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-21

    QPackageKit : Revert the threaded polkit as it breaks everything

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/polkitclient.cpp
M	lib/packagekit-qt/src/polkitclient.h
D	lib/packagekit-qt/src/polkitthread.cpp
D	lib/packagekit-qt/src/polkitthread.h

commit be11ea6cb892cc03347b191abfc8e37bc1a7549b
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-21

    Remove old README

D	lib/packagekit-qt/README

commit d8bedf185c3952e2608455c8bfce743803a81d7a
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-20

    ruck: remove locks, since they're out of scope for PackageKit. Fix
    search.

D	contrib/ruck/src/rucklocks.py
M	contrib/ruck/src/ruckpackagecmds.py

commit f611cbe39913b6d3b136823d2e15183b183fd6aa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: remove pk_strv_to_text, it's nothing we can't do without
    g_strjoinv

M	backends/pisi/pk-backend-pisi.c
M	backends/smart/pk-backend-smart.c
M	backends/yum/pk-backend-yum.c
M	lib/packagekit-glib/pk-common.c
M	lib/packagekit-glib/pk-common.h
M	lib/packagekit-glib/pk-package-ids.c

commit 05813c1cdb4f1b2b15d8335edc0a4f9f0899f587
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: remove the test-db in the test suite

M	src/pk-transaction-db.c

commit 7e3d33c68f635168c291c9f0c881239abd28cffa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: fix make check now we've replaced double quotes

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

commit 2481e7e778e81ca13ccd7d9eb30bb21cb2e0aaff
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: remove double quote from the list of 'unsafe' characters
    to fix some summary texts

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

commit 8e1b1bade055b4fbcd8d5c2422e54fee41b02b5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-18

    yum: don't show an error when we try to get the details of a package
    that does not have a description field. Fixes RH#477018

M	backends/yum/yumBackend.py

commit cdef22e677dd25388b8098390c05133756de409c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-18

    yum: treat new packages dragged in as update deps as enhancements,
    rather than unknown

M	backends/yum/yumBackend.py

commit 8214dfa83fdd8db84e130de06c632cf7fe454f06
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    trivial: add help text about markdown

M	docs/html/pk-faq.html

commit 1d187216f9588370476ccc359fc4d627087ccc7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    bugfix: clarify that free form text in Details and UpdateDetail is
    formatted to markdown syntax

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

commit 45ae5915cd6c8b877d2cf7f3f47d479b0b4194d4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    trivial: make pk-sysdep more GLib friendly, and use other PK
    nomenclature

M	src/pk-spawn.c
M	src/pk-sysdep.c
M	src/pk-sysdep.h

commit fc4fe56bc585f4f0912506af4848255bc50ed395
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    dummy: add some markdown text for demos

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

commit 8d33a269d7e71cbdd9b81007b07af535f6c26bf2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    trivial: fix yum backend to output markdown text

M	backends/yum/yumBackend.py

commit 0d8f84d03bff7c7b4c09513df17e14860857b04f
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:	2008-12-17

    pk-sysdep: fix build

M	src/Makefile.am
M	src/pk-sysdep.c
M	src/pk-sysdep.h

commit 4be70ea39c78c96fd6256674b50dadc6c1a7f847
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:	2008-12-17

    Don't let spawned backends hog the disk by default

M	etc/PackageKit.conf.in
M	src/pk-spawn.c
A	src/pk-sysdep.c
A	src/pk-sysdep.h

commit c12b92b6ec7df0ca0c5b02e43eb354d619589c79
Author: Ken VanDine <ken@vandine.org>
Date:	2008-12-17

    Forget arch for foresight, let the backend handle that at install
    time.

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

commit 8aa0ab9de3bdbb5fecd31a2dea42f6a23afdf778
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-12-16

    Updated Polish translation

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

M	po/pl.po

commit 4c91ec63a044a3f70e9244b46d05fc7449d921d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-16

    yum: print the full exception in the internal error case, else it's
    useful to no-one...

M	backends/yum/yumBackend.py

commit 5b101848840b97885374974f4c491a20dbd44dd1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-16

    yum: emit more percentage signals so that the progress bar is smoother
    and the time estimation is more accurate

M	backends/yum/yumBackend.py

commit c920f26ca99df1a5d46a19c33e1158c3a34c3944
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-16

    yum: import yum for file, rather than just in main to fix exception
    handling. Fixes rh#476381

M	backends/yum/yumComps.py

commit 6207d686e6c096af0b3e2efafcd2c14d785aa3ba
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-15

    Add ruck client

M	AUTHORS

commit 7de56aa12a0f326bc4b3ca8a81a44544cae6099f
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-15

    ruck: Make update use update_packages instead of update_system
	  Always pass in PackageKitPackage to package_to_row

M	contrib/ruck/src/ruckpackagecmds.py
M	contrib/ruck/src/rucktransactcmds.py

commit 9576d05cdcd3293ae73d6b0d2a1d2cdc3280dbe2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    glib: add a client side timeout monitor so we can set a limit on
    queries or executions

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h

commit af2bdd0b496ca1330407778f1bead883f3f2583c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    trivial: fix make check by including all the path depths

M	lib/packagekit-glib/egg-test.c

commit 4de89d0cfbf052a327dc8311cc746c97cb26e883
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    bugfix: get the caller (and uid) for all transactions from the GetTid
    method as we cannot get the UID from the non-async methods

M	src/pk-transaction.c

commit f89ca5f50ed141a5e6a61a0ca2a2fee890fb0d2e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    bugfix: remove the concept of slow and fast interfaces, since we
    don't actualy know the speed

M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	src/org.freedesktop.PackageKit.xml
M	src/pk-backend.c
M	src/pk-network-nm.c

commit b7e67ec99b9b1dccef5915a68acc6ad8cf76d114
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    trivial: update a dangling link in the test directory

M	backends/test/helpers/packagekit

commit e8627b3b8924aeac2926da414fb91abc60908111
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    ruck: convert to use native buildsystem and fix a few typos

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
D	contrib/ruck/ChangeLog
D	contrib/ruck/HACKING
M	contrib/ruck/Makefile.am
D	contrib/ruck/NEWS
D	contrib/ruck/autogen.sh
D	contrib/ruck/configure.in
A	contrib/ruck/src/.gitignore
M	contrib/ruck/src/Makefile.am
M	contrib/ruck/src/ruck.in
M	contrib/ruck/src/ruckyum.py

commit cb6d1da802b8400c558f8cfd5f6edb33c9535e8e
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-15

    Import ruck, a port of rum, which is a port of rug. This version
    speaks to packagekit.

A	contrib/ruck/AUTHORS
A	contrib/ruck/ChangeLog
A	contrib/ruck/HACKING
A	contrib/ruck/Makefile.am
A	contrib/ruck/NEWS
A	contrib/ruck/README
A	contrib/ruck/autogen.sh
A	contrib/ruck/configure.in
A	contrib/ruck/src/Makefile.am
A	contrib/ruck/src/i18n.py
A	contrib/ruck/src/ruck.in
A	contrib/ruck/src/ruckcachecmds.py
A	contrib/ruck/src/ruckcommand.py
A	contrib/ruck/src/ruckformat.py
A	contrib/ruck/src/rucklocks.py
A	contrib/ruck/src/ruckmain.py
A	contrib/ruck/src/ruckpackagecmds.py
A	contrib/ruck/src/rucktalk.py
A	contrib/ruck/src/rucktransactcmds.py
A	contrib/ruck/src/ruckyum.py

commit 0d627a1dcf7292440117ff1e2cece6001d0d0baa
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-14

    Make get_packages call GetPackages, not GetUpdates. That's what
    get_updates is for.

M	lib/python/packagekit/client.py

commit 657dcb451e24667ff9a6894785b036e5bf8594ed
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-14

    APT: Allow to speicify additional nosetests parameters for the
    test script

M	backends/apt/test.sh

commit b369dc597ae7bcd5946a143f2ab622efd2323231
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-14

    APT: Adapt changed test data paths

M	backends/apt/tests.py

commit 67660911fa112a02483be9c0ac6cd6725721ddfd
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-14

    APT: Move test data files to a separate folder

R100	backends/apt/Packages.test	backends/apt/data/Packages
R100	backends/apt/status.test	backends/apt/data/status
R100	backends/apt/xterm.list.test	backends/apt/data/xterm.list

commit f3a335d3d068064e1bd54fc7eef1d9fd82f8757c
Author: A S Alam <aalam@redhat.com>
Date:	2008-12-13

    translation for Punjabi Language by A S Alam! Very bad method to
    submit:-(

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

A	po/pa.po

commit 1e9ce1544efd89c0544fbf1313d19fab9054c869
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: update gpk-prefs screenshot

M	docs/html/img/gpk-prefs.png

commit 9b2f8f07a11e8664b4d45230be64afb988c3202f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    yum: clear the package sack before we get the updates list to ensure
    it's correct

M	backends/yum/yumBackend.py

commit 90dd94d3340913c229f96ecb170af118fdc7ea9c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    feature: use NetworkManager to get the device type so we can return
    SLOW (GSM or CDMA) or FAST (ethernet) for session policy decisions

M	src/pk-network-nm.c

commit 41162ddc628919e71a2141d01333e9656d7542df
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: add preupgrade to the fedora spec file

M	contrib/PackageKit.spec.in

commit 584e3d633619f9685cc77425a330f3483c650cac
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2008-12-12

    updated Spanish translation

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

M	po/es.po

commit 7a4e046cc85ece7f407477dc015ac763d6845db3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: formatting fix

M	client/pk-console.c

commit 6c7d624c617c52eb0a2540b543cc684cf3db2b6a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: don't print an empty list if nothing was done in pkcon
    get-transactions

M	client/pk-console.c

commit b0a75e35af140a253713a610c340004560e0d7e2
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-12-11

    alpm: code modified to use PkPackageId accessors; alpm:
    download_packages stuff moved to its own thread

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

commit 4fc658f294bb4fda6c84802f504a5cf01cbc114f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-11

    trivial: filter out Presto stdout from the yum spawned backend

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

commit 5067492d6a48296dc4a53b8678209be513abd8e0
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-12-11

    glib: Added accessors for PkPackageId

M	lib/packagekit-glib/pk-package-id.c
M	lib/packagekit-glib/pk-package-id.h

commit 37da27ba40536e33566abf61bfcafd200bfb9768
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-11

    trivial: add another option to the config file so we can play with
    testing updates

M	etc/PackageKit.conf.in

commit 160516e80f55425f29df73f2948f29b6d598324c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-10

    yum: catch another exception from yum when doing
    self.yumbase.comps.return_group, possibly triggered by deselecting
    all sources

M	backends/yum/yumBackend.py

commit 41dfa6829513099e57dd76a434f798119bc605f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-10

    trivial: post release version bump

M	configure.ac

commit 904086e75cc86c3b88a9c696c89e553649bd5878
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add check for updates, add numbers to the test name to make
    them sortable, use variables where possible for internal strings

M	backends/apt/tests.py

commit ebf4d577eb6bb3ea46ae93f7c2d02ebb14c28e50
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Register callbacks centrally for the test

M	backends/apt/tests.py

commit 2cffd02125492010cba1e644b371c3cddb832ee7
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Fix refresh: After calling refresh the cache has to be reopened

M	backends/apt/aptDBUSBackend.py

commit 0a0f7c2bf9a104361a50861dfc4076985f404672
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add a test repository Packages file

A	backends/apt/Packages.test

commit c6e50596186585da4fa98acef93c45fd13607f9e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Fix status test file by removing all dependencies of xterm

M	backends/apt/status.test

commit 886c8ac5965344e2a23a678f4bd9ac527e153792
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add test for doInit and doRefresh

M	backends/apt/tests.py

commit b7f146f25e4fa5e6fdf5bfb2379f49e57ae5c759
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Shorten wait for join of test threads

M	backends/apt/tests.py

commit 89c8f654efba75bbcd15f907169c2c287080bf6e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Do not register the test backend on the dbus

M	backends/apt/tests.py

commit 1582d020ff3ca68ce3457bffb388f2cd0bdbc7d2
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add a test for file search

M	backends/apt/tests.py
A	backends/apt/xterm.list.test

commit 8345efe1f13aa1d2942a4d0555bb28de7e4713de
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Iterate over all pending events in the main loop during tests
    to allow the dbus object to unregister

M	backends/apt/tests.py

commit 7dafd34cc29f97b5125912af75c2e6651e4204ff
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Do not report a package twice if the file search string matches
    more than once

M	backends/apt/aptDBUSBackend.py

commit 1fa52911e6271d1d07c4fab7943e66b5e9c4366e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Use the root of apt to search for files

M	backends/apt/aptDBUSBackend.py

commit fe58cdcbfd2c254fa61609b25f0f64ba30574a63
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Start a new testing framework using mox and nose - Google's
    toilettes are really a source of inspiration

A	backends/apt/status.test
D	backends/apt/test.py
A	backends/apt/test.sh
A	backends/apt/tests.py

commit 9d949f72e47d9655cce5e3df122ff7c8749f773c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Fix order of locking and threading

M	backends/apt/aptDBUSBackend.py

commit cd56057e4a944f7e39d714145bea027d45de6433
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    Daemon backend: Separate object creation and running

M	backends/apt/aptDBUSBackend.py
M	lib/python/packagekit/daemonBackend.py

commit ddaadb45aba4a4d93866f9e1f0de595b747aa39a
Author: Fabian Affolter <fabian@bernewireless.net>
Date:	2008-12-09

    Updated German translation

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

M	po/de.po

commit 5267ef7015fddee26154d40975add3609f3dfc20
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    bugfix: if a script is still running and PkSpawn is asked to unload,
    be more careful about disconnecting timers.

    I think this only affects the test suite, as the daemon shouldn't
    create, unref, create, unref PkSpawn objects.

M	src/pk-spawn.c

commit 6bcefb7359d253a7a442f5144e6e1ec296085039
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    trivial: search in more locations for the test files (fix make check
    on x64)

M	lib/packagekit-glib/egg-test.c

commit 0a70bfedcc511917c3939f1180cc2abd3155fca8
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    yum: don't show DeprecationWarnings from yum

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

commit eb0b8e629cf47e8cfefd691af45a83341758cc06
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    trivial: add the empty m4 directory into git

A	m4/.gitignore

commit 4c99b8e2876bf79969222ac1916c30b7cf436c91
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    bugfix: define a macro directory so we work with newer versions
    of libtool

M	configure.ac

commit 62141932b44af6e888d1284dc9b6697072f2c179
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-09

    Release version 0.4.0

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

commit 57e905eeff1e62fffe5b8d6426e4c7dc00f1c085
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-08

    bugfix: allow all clients to send to all interfaces of the
    server. Fixes DBus introspection.

M	data/org.freedesktop.PackageKit.conf.in

commit 60afa0069ada85094ec599bdccb00033986a20d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-08

    trivial: fix make check

M	po/POTFILES.in

commit dc80e0b284784d57a83ff4517bece164103a497e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-08

    trivial: rename packagekit-plugin to browser-plugin in the source
    tree. no code changes

M	configure.ac
M	contrib/Makefile.am
R100	contrib/packagekit-plugin/.gitignore
contrib/browser-plugin/.gitignore
R100	contrib/packagekit-plugin/Makefile.am
contrib/browser-plugin/Makefile.am
R100	contrib/packagekit-plugin/README
contrib/browser-plugin/README
R100	contrib/packagekit-plugin/sdk/np_entry.cpp
contrib/browser-plugin/sdk/np_entry.cpp
R100	contrib/packagekit-plugin/sdk/npn_gate.cpp
contrib/browser-plugin/sdk/npn_gate.cpp
R100	contrib/packagekit-plugin/sdk/npp_gate.cpp
contrib/browser-plugin/sdk/npp_gate.cpp
R100	contrib/packagekit-plugin/sdk/npplat.h
contrib/browser-plugin/sdk/npplat.h
R100	contrib/packagekit-plugin/sdk/pluginbase.h
contrib/browser-plugin/sdk/pluginbase.h
R100	contrib/packagekit-plugin/src/contents.cpp
contrib/browser-plugin/src/contents.cpp
R100	contrib/packagekit-plugin/src/contents.h
contrib/browser-plugin/src/contents.h
R100	contrib/packagekit-plugin/src/plugin.cpp
contrib/browser-plugin/src/plugin.cpp
R100	contrib/packagekit-plugin/src/plugin.h
contrib/browser-plugin/src/plugin.h
R100	contrib/packagekit-plugin/tests/test.html
contrib/browser-plugin/tests/test.html

commit 591bb2d01489b33fceef0dd73a13b6091e4d5863
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-07

    bugfix: add the org.freedesktop.PackageKit.Transaction interface
    now that the default send interface is now deny

M	data/org.freedesktop.PackageKit.conf.in

commit 25d0718659dd7cf91912fe1f5c91a716ba2f5e2c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-06

    Fix apt configuration

M	data/20packagekit

commit eb4a59baaf64b086625ee4b6bf23735519ee65e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: all upper and lowe case

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

commit 8c30288cc4d8933253eed20e19b1f2c37978be6c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: some upper case commands too

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

commit 7dcb138bc16df8bfbe0f48f23849bd20d72dd84d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: German k,c difference

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

commit b5ae87ec1ebd3686cd1ea573f75c41fff5eda8d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: Unbritishize words

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

commit d9ccbdb7df8ddf68e6bf31f7e49bf5a76615301a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    bugfix: add a case mode to command not found

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

commit 67f9ae9dd3f4984c57033f6e74aef1f56b7d3e82
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-05

    PackageKit-qt : Fix the old transactions, and upgrade to new API
    (uid & cmdline)

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

commit 6988a56e6ea0e9627252ee65fb7b0ada9bb2a3bd
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-05

    Add GetMimeTypes to Qt bindings

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

commit 2dc021945ffe1183699fd42ea309b302c0f68147
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: fix copy paste typo

M	contrib/command-not-found/CommandNotFound.conf

commit 6831fd1c33534fae6452fb0de12454f5cc3f383c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: fix make check po

M	po/POTFILES.in
A	po/POTFILES.skip

commit 33b0b251b557f8d5ee44c7d1d5d773db3b826269
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial whitespace fixes

M	client/pk-tools-common.c

commit fcbc9d3c836e803e1c178440b86b9260e2fa325d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    feature: use a config file to control the actions we take on
    command-not-found

A	contrib/command-not-found/CommandNotFound.conf
M	contrib/command-not-found/Makefile.am
A	contrib/command-not-found/egg-string.c
A	contrib/command-not-found/egg-string.h
M	contrib/command-not-found/pk-command-not-found.c
A	contrib/command-not-found/pk-tools-common.c
A	contrib/command-not-found/pk-tools-common.h

commit 21910f8c2677426b430b4b297ef9e6a17aa8f135
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    feature: add initial code to add command-not-found functonality
    to PackageKit

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
A	contrib/command-not-found/.gitignore
A	contrib/command-not-found/Makefile.am
A	contrib/command-not-found/PackageKit.sh
A	contrib/command-not-found/egg-debug.c
A	contrib/command-not-found/egg-debug.h
A	contrib/command-not-found/pk-command-not-found.c

commit c165a6f9cb565a98d78392b9f5d7dc5f1d274b63
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    yum: check if a package has the correct architecture, and if not
    exit with an error. Fixes rh#474740

M	backends/yum/yumBackend.py

commit 9db650d8c5b3d5eb427aa8bbc9a1d9e6fd7e3e73
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: add another error enum for incompatible architectures

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

commit 909f8ecf89e9a4361e832771f856ccf0d61a6b48
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: fix up the library path in the error helper

M	tools/add-error-enum.sh

commit e469552cf10b2bbe2c1f7aba78b9333c303ca3aa
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-12-04

    poldek: implement backend_get_mime_types

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

commit 9b11f5ca21f9416495c2b9722537181c7b4d5d6d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    bugfix: make a lot of new string translatable in pkcon

M	client/pk-console.c

commit d06486731696b758b9576354fc0e807917feeff5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    trivial: remove planned features section, it's obsolete

M	docs/html/pk-help.html

commit f8bd9aa9ed4c9bc49cb97ce17b2d37038e20943a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    yum: as we can't treat yum like a usual python module, hand-hold it
    by wrapping all calls in 'except Exception' and throwing an internal
    error. This sucks.

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit 0ca656a1592b6246229e6dfc7f84143c8037e7a3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    trivial: add another ignore type to pylint

M	lib/python/packagekit/pylint.sh

commit bfccdea9c809992904abb7876fe71031d3cfcc0c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    yum: make sure we call doObsoletes explicitly when we get the
    ObsoletesTuples

M	backends/yum/yumBackend.py

commit fd55add5d225de2a940d2d07d418788640c66f54
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: correct the test file loading now the packagekit glib lib
    is up one directory

M	lib/packagekit-glib/egg-test.c

commit 9576a12dce4c6ea648cbae6987eb760fbc613a6d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: don't critically warn when we fail to load a file in the
    test suite

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

commit 425fe83bf0b8f94fa88e6157f532a1e231381dd7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: cleanup a file created in the self text code

M	src/Makefile.am

commit a41892790425d3a2a56c41cd69c566c261f74e6d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    yum: don't error out with an internal error if the non-installed
    dep check fails. fixes rh#474138

M	backends/yum/yumBackend.py

commit dedd1356cbec0d06ffdbaa1797604098df4d4d91
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: set LANG and NETWORK in the test suite for PkSpawn

M	src/pk-spawn.c

commit 5a31ebcb14b0d28d3ec4aa3df095cb119b91b3c0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: egg updates

M	lib/packagekit-glib/egg-string.c
M	lib/packagekit-glib/egg-test.c

commit 90000a0b950def635fa0f5faaedc43905a1dc4b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    yum: catch all exceptions from self.yumbase.doConfigSetup() as yum
    doesn't seem capable of catching it's own exceptions internally. Fixes
    fd#18834

M	backends/yum/yumBackend.py

commit f450c772fedd4e59d4e0d0096e41886854572ca9
Author: Daniel Nylander <po@danielnylander.se>
Date:	2008-12-01

    Updated Swedish translation

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

M	po/sv.po

commit 7adc74f4caf009713fa415f0fbfaee6709dd2f19
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: remove some debugging in the gtk-module

M	contrib/gtk-module/pk-gtk-module.c

commit 668844bae28f1da29b9e3c5348d597a1dacf22a1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: fix up the Fedora spec file

M	contrib/PackageKit.spec.in

commit c44c6de6b9d97574b5c7652fd0d5f3b930fcd625
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: one more point to the gtk-module README

M	contrib/gtk-module/README

commit 1620f6508226452977363bf8f0c4e456b6838e58
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	2008-11-28

    gtk-module: Fix typos and improve README

M	contrib/gtk-module/README

commit 49701a88e85e69e5e60676589e9cf1653011f223
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	2008-11-27

    gtk-module: Clean up

M	contrib/gtk-module/pk-gtk-module.c

commit f16c4851384b600dbae0e75a17c2c8e2b0754a0c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: pk-gtk-module has to be libpk-gtk-module for
    gnome-settings-daemon

M	contrib/gtk-module/Makefile.am

commit befa4d03be71016be5b326cc782eb70135e3394a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-11-28

    pk-generate-package-list is not used anymore

M	man/pkgenpack.xml

commit 1e93083a1adfacb59fc9c6cf0e36539d1186fab9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    yum: don't wait more than 15 seconds waiting for a socket to avoid
    hanging the daemon when the repo is down. Fixes rh#473379

M	backends/yum/yumBackend.py

commit 49477bae820692003f19accbbad8b705aba47ba5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: fix exception in new backend code

M	lib/python/packagekit/backend.py

commit 7e327cfe61bdab4ad57f45e9bd256b4db0e5dcaa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: try harder to work from a cache when offline

M	backends/yum/yumBackend.py

commit 83a9f9fd97261f22b081a447d92794850378495d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: remove two developer debugging statements left in by accident

M	backends/yum/yumBackend.py

commit 12dc87bdb01064d31c97fcd74b8310d910d97e84
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: remove extra debugging

M	contrib/gtk-module/pk-gtk-module.c

commit 7e07371ca63bc0ea4c9f0500bec70aedd9607987
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: use the window XID in the gtk-module

M	contrib/gtk-module/pk-gtk-module.c

commit 7639a533867bfe177be3e162c0a155670b5b81b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: use the NETWORK environment variable to change the way we access
    the repos

M	backends/yum/yumBackend.py

commit 597dfdb7cc6d61d1b11aa2be28911c174dd40765
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    feature: get the lang and network state in the generic spawned backend

M	lib/python/packagekit/backend.py

commit d4e409cb9987d8bfdd3a26ee45dc2afe04e288e7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: add a few more entries into the comps groups mapping

M	backends/yum/yumComps.py

commit bc80310cadcde63d1fd2130ca7de3bc2e2cec10f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    feature: set the environment variable NETWORK for the spawned backends

M	src/pk-backend-spawn.c

commit 432d0072517af8b805e57ee09c5a563ffb73b043
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: add some more gtk-modules to the tarball and update fedora
    spec file

M	contrib/PackageKit.spec.in
M	contrib/gstreamer-plugin/Makefile.am
M	contrib/gtk-module/Makefile.am
M	contrib/gtk-module/README

commit 02366a7e462cc90135d64db4ded496e94574e102
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: remove the unused schema file, this belongs in
    gnome-packagekit

D	contrib/gtk-module/PackageKitGtkModule.schemas.in

commit df741c1189c4e7cf3271e062616a1e60b39a29b6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: catch yum.Errors.RepoError when we get the yum comps
    groups. Fixes fd#18722

M	backends/yum/yumComps.py

commit cc7e8a1c84d940a92cdf64291ef14681852248d1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: rename pango-module to gtk-module on request of behdad

M	configure.ac
M	contrib/Makefile.am
R100	contrib/pango-module/.gitignore contrib/gtk-module/.gitignore
R100	contrib/pango-module/GLASS.txt	contrib/gtk-module/GLASS.txt
A	contrib/gtk-module/Makefile.am
R091	contrib/pango-module/PackageKitPangoModule.schemas.in
contrib/gtk-module/PackageKitGtkModule.schemas.in
R100	contrib/pango-module/README	contrib/gtk-module/README
R099	contrib/pango-module/pk-pango-module.c
contrib/gtk-module/pk-gtk-module.c
D	contrib/pango-module/Makefile.am

commit b5c0e14b7df2ffb607321a126e6cb2d6f4ce05ae
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-26

    feature: add a Pango module that can be used to automatically install
    missing fonts

M	configure.ac
M	contrib/Makefile.am
A	contrib/pango-module/.gitignore
A	contrib/pango-module/GLASS.txt
A	contrib/pango-module/Makefile.am
A	contrib/pango-module/PackageKitPangoModule.schemas.in
A	contrib/pango-module/README
A	contrib/pango-module/pk-pango-module.c

commit d63b15a3beecfab099ee4d482408542952a2b39d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-26

    bugfix: don't emit a critical warning if
    g_desktop_app_info_new_from_filename() returns an error

M	src/pk-post-trans.c

commit b1dd2f1a4d164bfe7099ccb4ecfd0b21ca488f3f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-26

    trivial: update RELEASE files with new cgi URLs

M	RELEASE

commit faa6b5dab5ef424a3c70386ecd48e98e613a76d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    bugfix: fix a small memory leak in pk_backend_package()

M	src/pk-backend.c

commit 422376413fce35c8b6a4bd96f3f562a742f9b875
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    bugfix: fix a small memory leak in pk_transaction_action_is_allowed()

M	src/pk-transaction.c

commit d344861ad5d98e52d190cdf9c85a0ecdf2dce0ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: free a tiny memory leak in the transaction code

M	src/pk-transaction.c

commit 8475ec5c03c7fe83989bb7d8fa67699abb0e8a30
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: do the check for the context NULL in one place only

M	src/pk-transaction.c

commit 791ddc93aae357f93435cef99c4267e4f8bc6123
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: remove a self check that's no longer valid

M	src/pk-engine.c

commit 2a7904eb7c5668fd63c322a44933c0b01b207437
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: update spec file to match new fedora standards

M	contrib/PackageKit.spec.in

commit 4c659dc5105f8331e8957752c5b1474cd44e02c3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-11-24

    Updated Polish translation

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

M	po/pl.po

commit bc65a3fd9d976c134442f3c03ac9b612cc9d3fe0
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-11-24

    ifdef the Polkit relevant parts for make distcheck

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

commit 7c6f6564dd0c2c64ee0b4602f8972b1587f467de
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-11-24

    trivial: fix qt make check

M	lib/packagekit-qt/src/Makefile.am

commit 0d68177c0d3daf4dd302f81c8c8a6aaa44ecab37
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-11-24

    Fix make check for QPackageKit with the threaded Polkit client

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

commit 7b4c685feeb0c193ba5778055c9ed21d3be84df4
Author: Thomas Goettlicher <tgoettlicher@suse.de>
Date:	2008-11-24

    fixed freezed ui while waiting for blocking polkit_auth_obtain() call

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/polkitclient.cpp
M	lib/packagekit-qt/src/polkitclient.h
A	lib/packagekit-qt/src/polkitthread.cpp
A	lib/packagekit-qt/src/polkitthread.h

commit 904c9e813657a90e6a3ce458e1b5818eb4ca4d7e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    bugfix: Check the sender for SetLocale and the UID for Cancel

    For a long time other users were able to cancel each others jobs.
    On a multiuser workstation this is not a good idea and is now
    controlled using PolicyKit.

    Another issue was that a different connection could set the locale
    from the connection that asked for the TID. We should always verify
    that the sender is the same, as this prevents a local DOS on a
    multiuser system.

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-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 90050ab5665c92e19a857c29858085c902dad451
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: the role list is no longer a bitfield

M	src/pk-security.h

commit 1777a116a1ac3b2fadbc1a67c9ad1b3c9186357e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: provide a mapping from the Cancel enum andthe new policy
    action

M	src/pk-security-polkit.c

commit 621c6a986b474e6bd84883d9a62282edb251faf4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    feature: add a PolicyKit rule so other users can cancel tasks from
    other users

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

commit 7e89931969af95c31706439a3b4a42c6bc8d5b73
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: some distros strip out some client tools, make the check
    less strict

M	lib/packagekit-glib/pk-desktop.c

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

    trivial: Cancel() will soo be able to refuse an action, retry if
    the error is polkit auth

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

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

    trivial: set allow_cancel correctly for RefreshCache inthe dummy
    backend

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

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

    trivial: post release version bump

M	RELEASE
M	configure.ac

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

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 4fb3e88b85384c578d4c1f4e3e671053e70721e5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    Release version 0.3.11

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

commit 1f104d079a666dbfbab506194e326f181e28e57f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: allow the enum converter to run where srcdir is not the
    same as builddir

M	lib/python/enum-convertor.py
M	lib/python/packagekit/Makefile.am

commit 55518e04dfe34c57b70a901ac7d51795423392e4
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-11-24

    nop out GTK_ICON_LOOKUP_FORCE_SIZE for older gtk+ versions

M	contrib/packagekit-plugin/src/contents.cpp

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

    Revert "fixed freezed ui while waiting for blocking
    polkit_auth_obtain() call"

    This reverts commit a7b3834127f098b9a83138ab3e5971c246f56ac0.

    The thread functionality breaks make check and make distcheck.
    This fix is too invasive for the day of release.

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/polkitclient.cpp
M	lib/packagekit-qt/src/polkitclient.h
D	lib/packagekit-qt/src/polkitthread.cpp
D	lib/packagekit-qt/src/polkitthread.h

commit 8dea16ecc8cf124937b9da1cfb6bb66ad44d69ce
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    Revert "trivial: fix qt make check"

    This reverts commit 982ffe7592b72678ff7ccc028a08fe0e9229485f.

    The thread functionality breaks make check and make distcheck.

    This fix is too invasive for the day of release.

M	lib/packagekit-qt/src/Makefile.am

commit 0ec827a7a0c1ed340d5c7a002c1cc74ff7fa24a6
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-11-24

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit f425c18dd79e48b7d0b532484250cf0fd2165c05
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-11-24

    trivial: fix qt make check

M	lib/packagekit-qt/src/Makefile.am

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

    trivial: don't log to syslog by default, unless the admin enables
    the option in PackageKit.conf

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

commit f4c2d86f2b3bd6f635a5999d77119a1026837050
Author: Ani Peter <apeter@redhat.com>
Date:	2008-11-24

    Updated Malayalam Translation (23F, 5 UT)

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

M	po/ml.po

commit 3bbf31fcf2ac33fff22a7acefbb951944ccbb78e
Author: Thomas Goettlicher <tgoettlicher@suse.de>
Date:	2008-11-24

    fixed freezed ui while waiting for blocking polkit_auth_obtain() call

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/polkitclient.cpp
M	lib/packagekit-qt/src/polkitclient.h
A	lib/packagekit-qt/src/polkitthread.cpp
A	lib/packagekit-qt/src/polkitthread.h

commit 79f9f6457f6f0cfd8058796a342befb961983643
Author: Trever Fischer <wm161@wm161.net>
Date:	2008-11-24

    bugfix: Allow building the glib library outside the source tree

M	lib/packagekit-glib/Makefile.am

commit 3d4bcc15a608ced28c98a2614f52d28951086ede
Author: Trever Fischer <wm161@wm161.net>
Date:	2008-11-24

    bugfix: correct the location of the QT library in the cmake file

    In KPackageKit, we simply include <QPackageKit>, but the cmake module
    sets our
    QPK include path to '/usr/include/packagekit-qt'. Before the move into
    /usr/include/PackageKit/packagekit-qt, things worked and now they
    don't.

M	lib/packagekit-qt/modules/FindQPackageKit.cmake

commit 17077b2e62b4c083c4dabe7deb3bc557b2fa3174
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: fix up a gitignore file

M	lib/packagekit-qt/modules/.gitignore

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

    trivial: print CPPFLAGS in the configure output

M	configure.ac

commit 4e992a85e74d142508d6ccc1a3ff12c01ff09e7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-23

    bugfix: enable translations in the client tools. Fixes fd#18674

M	client/Makefile.am
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	src/Makefile.am
M	src/pk-main.c

commit 7fdab65d66b7e692df9b9d722dd1c3650f773e0e
Author: sainrysec <sainrysec@gmail.com>
Date:	2008-11-23

    finish zh_CN.po

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

M	po/zh_CN.po

commit fb8cb19e97c9436e0c5938cc6b8af270935adbc2
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2008-11-23

    Updated Finnish translation

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

M	po/fi.po

commit 00f0493cbd26ec0a871e95be0d9aaa877dfb77ee
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-11-22

    Changes made to aptcc compile

M	backends/Makefile.am
M	configure.ac

commit 67dd3ad0ab38480d587b51ee90c9b106c5d29489
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-22

    trivial: don't warn if we can't get the caller, it shouldn't be
    of interest

M	src/pk-security-polkit.c

commit 42c86d20faf7ca330e0c86d355df6a39fecc0673
Author: root <root@hughsie-laptop.(none)>
Date:	2008-11-21

    trivial: fix a critical warning in the self test code as the caller
    is no longer allowed to be NULL

M	src/pk-security-polkit.c

commit 06fe7219cf7f9c0505408ffdc2b187c582823352
Author: root <root@hughsie-laptop.(none)>
Date:	2008-11-21

    trivial: fix make check by using the correct instance variable

M	src/pk-syslog.c

commit 4b86ce4886af45c6e726e0a40a8d50124eaf81cb
Author: root <root@hughsie-laptop.(none)>
Date:	2008-11-21

    trivial: fix a small memory leak in the PkDesktop self check code

M	lib/packagekit-glib/pk-desktop.c

commit f6e813b936e417f73605a5d9b698476696b1a76c
Author: root <root@hughsie-laptop.(none)>
Date:	2008-11-21

    trivial: egg whitepspace fix

M	lib/packagekit-glib/egg-test.c

commit c3ac176decbe701a645c419ee954cd2e833ead73
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-21

    bugfix: tidy up the error handling in PkClient so we always fix up
    remote errors

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h

commit 5b9dea03feb3b0494058787a928d2dc645a8fd43
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-21

    bugfix: make the transaction uncommit cleanup longer as clients
    running under valgrind can take more than 5 seconds to authenticate

M	src/pk-transaction-list.c

commit a23ef3642d29cd52251b6778889ee44d3c4d339a
Author: root <root@hughsie-laptop.(none)>
Date:	2008-11-21

    trivial: remove the 'quoting' around some user visible strings

M	client/pk-console.c

commit 7d7b231dc0dabc0d6be287844e5bba149c6eb497
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-21

    feature: remove the 'desktopnames' parameter from the
    x-packagekit-plugin code and add the desktop icon if installed

    Specifying a desktop file would allow the user to launch a different
    application to the one they specified
    as the package. This would be bad. We can use the
    pk_desktop_get_shown_for_package() api call to get the
    best desktop file, and so we can use the icon in this case.

M	contrib/packagekit-plugin/src/contents.cpp
M	contrib/packagekit-plugin/src/contents.h
M	contrib/packagekit-plugin/src/plugin.cpp
M	contrib/packagekit-plugin/src/plugin.h
M	contrib/packagekit-plugin/tests/test.html

commit 30eb4fd2c334d570c8cfef5c95f4cf9c0ebf29ce
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-21

    trivial: update the modelines in the plugin code

M	contrib/packagekit-plugin/src/contents.cpp
M	contrib/packagekit-plugin/src/contents.h
M	contrib/packagekit-plugin/src/plugin.cpp
M	contrib/packagekit-plugin/src/plugin.h

commit 3ef58e3f056f7e94237453357b6ed0e59f743a33
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-21

    feature: provide a method pk_desktop_get_shown_for_package() to only
    return desktop files that will be shown in menus

M	configure.ac
M	lib/packagekit-glib/pk-desktop.c
M	lib/packagekit-glib/pk-desktop.h
M	src/pk-post-trans.c

commit b2fb8fe695bb4dfb9c49d5cb125c9a051a45db44
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-11-20

    zypp: dont leak the filters

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

commit 8e80ccf9fff730f66ef52d9ce11e4b8009eb715d
Author: Pavol Šimo <palo.simo@gmail.com>
Date:	2008-11-20

    Updated Slovak translation

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

M	po/sk.po

commit b454dd6e4015b79d76e765413604d3bda901f871
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-20

    zypp: handle filters in WhatProvides and Resolve

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

commit aea723123c24bc77ecd778293db4ee3dc69a2941
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-11-20

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit aadcd3c48a17a0945cbb5493a0daf52e59e2b027
Author: Fabian Affolter <fabian@bernewireless.net>
Date:	2008-11-20

    Updated German translation

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

M	po/de.po

commit d6ec17ddd5483db2b19e62dd431158841c2eac70
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-20

    yum: don't setup the repo list in GetRepoList, this method needs to
    be fast and doesn't change anything

M	backends/yum/yumBackend.py

commit d81089cb30bf75412ec4249d3c46ba26d80ade0f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: log to syslog in the PkTransaction object also

M	src/pk-transaction.c

commit 1fef2a6707c627a1f11fa7e592afd82317edacb7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    bugfix: when logging to LOG_AUTHPRIV also log to LOG_DAEMON

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

commit e53e33a92ae1a60ab06ad7a29d5fc6872a3707b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: define PK_SECURITY_UID_INVALID when the uid is invalid
    or unknown

M	src/pk-security-polkit.c
M	src/pk-security.h

commit d70ea8d4fa58f4ec7610047a673adda975230268
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: when we ctr-c out of the daemon, just exit the loop and
    unref everything properly

M	src/pk-main.c

commit dd0bb6e1a669c45dcbae8e8677d6b8240a0364d8
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-11-19

    fix crash when pk-control is referenced after it's finalized

M	lib/packagekit-glib/pk-control.c

commit 9da05a3ee9bd842f42fc8b2b8d33df682a8e288a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    feature: add syslog logging so that we keep a record of obtained
    authorisations

M	src/Makefile.am
M	src/pk-main.c
M	src/pk-security-polkit.c
A	src/pk-syslog.c
A	src/pk-syslog.h
M	src/pk-transaction.c

commit 1040fdf0cece1679e6f31b98b78aea039bc68fc4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: add some helper scrips I use in my checkout

A	data/tests/zero-byte.rpm
A	src/gdb.sh
A	tools/upload-packages.sh
A	tools/yum-remove-gpgkeys.sh

commit 7bc90c7100d1dc4a058c6cff2e0b4e61cc585908
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: refresh translations

M	po/bn_IN.po
M	po/ca.po
M	po/cs.po
M	po/de.po
M	po/el.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/gu.po
M	po/he.po
M	po/hu.po
M	po/it.po
M	po/ml.po
M	po/ms.po
M	po/nb.po
M	po/nl.po
M	po/pl.po
M	po/pt_BR.po
M	po/ru.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/sv.po
M	po/tr.po
M	po/zh_CN.po
M	po/zh_TW.po

commit c4b1e636462b63f37caddc2fbc68c66600196c44
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: add another sef check

M	lib/packagekit-glib/pk-desktop.c

commit 754da042f5397b75d5845bf64ed2eed77fec73c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: rename the config file variables to reflect that they are
    not just done in RefreshCache

M	NEWS
M	etc/PackageKit.conf.in
M	src/pk-transaction.c

commit 7dc4f1a4b0b91a9cb32690107a12afbf4ba545ef
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    feature: when a package is installed, automatically skan and add
    the desktop file if RefreshCacheScanDesktopFiles is set

M	src/pk-transaction.c

commit 4e64e6402a1452b8adf47167df603287b764bb40
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    feature: don't maintain the cache of PkExtra in the server, instead
    use the new PkDesktop database

M	src/pk-post-trans.c
M	src/pk-post-trans.h

commit d96df5592bba88357b4902ed98f73458e1b76d1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: add an error detail to the new pk_desktop_* methods

M	lib/packagekit-glib/pk-desktop.c
M	lib/packagekit-glib/pk-desktop.h

commit dcde38a5ba0b0023a3bfcd9fe7901552bed9a2a3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    trivial: add a warning when i'm being an idiot, rather than just
    failing silently

M	src/pk-backend.c

commit 36dff773c54f16275f89d6affcccba4532578eb6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-19

    feature: remove PkExtra and use a new class PkDesktop to manage the
    desktop file cache in a more abstract way

M	docs/api/PackageKit-docs.sgml
M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-glib/packagekit.h
A	lib/packagekit-glib/pk-desktop.c
A	lib/packagekit-glib/pk-desktop.h
D	lib/packagekit-glib/pk-extra.c
D	lib/packagekit-glib/pk-extra.h
M	lib/packagekit-glib/pk-self-test.c

commit 647d0e83a1636d4d494643797079ae1af3fcc04c
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-19

    zypp: do not show empty messages or messages twice

M	backends/zypp/zypp-utils.cpp

commit cf205490909de54b66bbf5497559c12677ea9263
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-19

    zypp: do not abort when a repo is unavailable

M	backends/zypp/zypp-utils.cpp

commit d8601265a4c0ca24f8e2e228140314c78fd67d77
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-11-18

    Updated Polish translation

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

M	po/pl.po

commit b1f1cdc65633728a0044e3d3b89c8c43d09f971e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    trivial: fix make check

M	src/pk-security-polkit.c

commit 8c1138bbfb25d4531eb045ce9b23bf1137cc189e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    bugfix: set the transaction role in GetOldTransactions() else it
    shows as unknown in the task list

M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	src/pk-transaction.c

commit 953723abcd2214a2675c76206d3f8f8554ec2986
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    feature: add two elements to the Transaction signal so we can get
    the user and cmdline in client tools

M	client/pk-console.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-transaction-obj.c
M	lib/packagekit-glib/pk-transaction-obj.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	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-marshal.list
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction.c

commit 53f666b6edfaa3c759de0a0616d4e049606ccc6c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    trivial: we don't emit ::Transaction() from pkBackendDbus, so don't
    register it as a type

M	src/pk-backend-dbus.c

commit fdd0afde5869cd829f3c5a48ed0aef35682de91f
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-11-18

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit f403d0615e9250e30f30fca20d4d3fa13bdb4a1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    feature: getting the PolkitCaller is expensive. Pass around the
    caller rather than the dbus sender to allow us to do repeat queries

M	src/pk-engine.c
M	src/pk-security-dummy.c
M	src/pk-security-polkit.c
M	src/pk-security.h
M	src/pk-transaction.c

commit 11c2c592a46a0115bf47c82ee4ed36120bfe67b5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    trivial: return the uid and cmdline data in the sqlite callback

M	src/pk-transaction-db.c

commit 4bde10b3f4c0728504ddb96d8a9a0de066d2f62e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    trivial: add pk_transaction_db_set_uid() and
    pk_transaction_db_set_cmdline() so we can save the uid and cmdline
    to the sqlite log

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

commit 37f4cd9876e834f3ab7ca5d8190a75425d3ddde0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    yum: don't explode if the preupgrade ackage cannot be found, and
    give a meaningful error

M	backends/yum/yumBackend.py
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit db3c5f9c7e6bf5685744440c5625d26e7e6a9c6d
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-11-18

    feature: added arch linux recognition code to pk_get_distro_id

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

commit 3d841ce020bb66ba9d2e043b49ac77b7d85826b9
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-11-18

    alpm: added download_packages stuff

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

commit 5eab408b94b65d22953bfd96a77e64b0422f44f2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-18

    trivial: pylint and whitespaces fixes in the conary backend

M	backends/conary/Cache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/conaryFilter.py
M	backends/conary/conaryInit.py
M	backends/conary/pk-backend-conary.c

commit b5c7ecb3fd878752f0c608a94f1ad87e241d2895
Author: Ken VanDine <ken@vandine.org>
Date:	2008-11-17

    Updated the update-detail call

M	backends/conary/conaryBackend.py

commit f194862ae1c64267673c0ff62b6a5ccd0329983a
Author: Ken VanDine <ken@vandine.org>
Date:	2008-11-17

    merged in more fixes from Andres

M	backends/conary/conaryBackend.py

commit 31f3fbb686733c3ba18369fb40dc83500600fa15
Author: Ken VanDine <ken@vandine.org>
Date:	2008-11-17

    Merged in work from Andres Vargas

A	backends/conary/Cache.py
M	backends/conary/Makefile.am
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/conaryFilter.py
A	backends/conary/conaryInit.py
M	backends/conary/pk-backend-conary.c
A	backends/conary/pkConaryLog.py

commit 5c07e3f91050774531637fd933b112cf64a88269
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-17

    trivial: whitespace changes

M	client/pk-monitor.c

commit 0e93a7dfb82f6447d4d4bc02c6a02863d1474751
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-17

    bugfix: if we call pk_control_transaction_list_get() after
    pk_control_new() we have not run the idle callback and return NULL

    Ensure we have valid data before returning the data array. Fixes pkmon

M	lib/packagekit-glib/pk-control.c

commit 807baa2a4883f56433caf7705f578633eb75305e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-17

    trivial: you can't handle the truth

M	docs/html/pk-profiles.html

commit 9e3105a373ae7a895c2196de661dbfeb9edc3b96
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-11-17

    QPackageKit : Behave better if PolKit is not present

M	lib/packagekit-qt/CMakeLists.txt

commit ca39f2ba0f07704a791003a0a302d0a0228cee2c
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-16

    Python client: make filter optional - this introduces a difference
    to the DBus methods, but makes the api more clear.

M	lib/python/packagekit/client.py

commit d318995ee65f0389d9329453fc2eef46b13f5be0
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-16

    Python client: collect messages

M	lib/python/packagekit/client.py
M	lib/python/packagekit/misc.py

commit 94f98db4fc1d64f019ba6109bd8f479385429b95
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-16

    Python client: Trivial fix of the previous commit

M	lib/python/packagekit/client.py

commit 1b30f4973dbbf9d292aeda065db047d280c71b12
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-16

    Python client: use error naming of the ErrorCode signal

M	lib/python/packagekit/client.py

commit cb2c24297f81ac0d6668284f3f40ebde359b36ee
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-11-15

    Updated Polish translation

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

M	po/pl.po

commit 12a0a2b2c8e1364197c49435fe525f72f407110a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-15

    feature: add three commands to pkcon: list-create, list-diff and
    list-install

M	client/pk-console.c
M	contrib/pk-completion.bash

commit be613ca6f400d20f0ee6e5ab84f6a7cd2ff7cfba
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-15

    bugfix: fix a segfault in the error path when files could not be
    installed with pkcon

M	client/pk-console.c

commit 938196a06b0bf85dce7f66849f5ff65a780c138e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-15

    trivial: whitespace fix

M	lib/packagekit-glib/pk-client.h

commit e59a8a93b7740f0fee0994ed6c8b3f3ec4bcc25c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-15

    bugfix: make pk_xxxx_bitfield_from_text functions return zero if any
    of the elements are unknown. This allows an error code in pkcon for
    an invalid filter

M	client/pk-console.c
M	lib/packagekit-glib/pk-bitfield.c

commit b1bc721185ff6542fdabe36cd9de8cd27edda31f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    trivial: don't prefix stderr with 'library warning:' as it might
    not be from a library

M	src/pk-backend-spawn.c

commit ee2769d5f34086670e72262c840c7258b32899ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    trivial: same fix for RepoSetData

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

commit a0736fa098caf3e44c8473a07ca2ac7d34e46578
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    bugfix: don't check TID empty state in an action callback. Fixes
    removing packages using packagekit-glib

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

commit 5b9274bedb65eeb7b0b325e5fb9752e936017742
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    bugfix: create the log file directory if we are running the daemon
    in a prefix

M	src/Makefile.am

commit 37a6d37c56d947a8c1e0280e3af07852cb9e017a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    yum: further fixes to repository signing

M	backends/yum/yumBackend.py

commit 9f9262728a3fce1b1ca46933a2694f8db8b9f1bd
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-14

    zypp: fixed restart-flag handling

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

commit 83e82e87b2c2dcc81835558be2a7d1e02a07735a
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-14

    zypp: zypp >= 5.20.0 is needed now

M	configure.ac

commit a4e4b24bd9859dd0b51b83665253706c81a001b8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    trivial: make the error messages more clear when we fail a transaction

M	src/pk-transaction.c

commit db9150d72cc828cf1a853a90c42d8ab6a5c6a915
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    bugfix: add GetDistroUpgrades to pk_client_requeue as this may be
    required with a repo signature

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

commit 8df826433704dc0abfcb0f205abf624c235b5d3f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    bugfix: when we do pkcon update, don't attempt to do what-provides
    if it's not implemented

M	client/pk-tools-common.c

commit 3256f412ac2b428458fa6c664bf4dcea1f7c4443
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-14

    trivial: fix the ordering in conaryBackend option struct

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

commit 7e28c3d46db2b673a27c50f660ec32c9438a57f2
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-14

    Python client: don't use CamelStyle for methods

M	lib/python/packagekit/client.py

commit f4e0b7abdb12b395a24aa7d5ef4b01feea1c9d10
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-11-13

    Add a config.h to allow disabling polkit

M	lib/packagekit-qt/src/CMakeLists.txt
A	lib/packagekit-qt/src/config.h.cmake

commit 94780c004db02fa6b138ad4fb6a08f85cd072d91
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-13

    bugfix: make sure the repos are setup before we run any command else
    yum does odd things when the repo is not setup

M	backends/yum/yumBackend.py

commit d2f5779a03c04f35e9a1fadaf3f53e43399aa456
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-13

    bugfix: allow single charicter package names

M	src/pk-transaction.c

commit f55bb9fd11e4cfbf98293774771f38092f2d92c9
Author: Francesco Tombolini <tombo@adamantio.net>
Date:	2008-11-13

    Updated italian translation

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

M	po/it.po

commit 16b53a7c4aece42830e68ba86c78800a131351e9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-12

    trivial: add something else to the stderr blacklist for the yum plugin

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

commit 58b3bdf561d5d8aabe0ea12ea61ff9b834ccc6df
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-12

    trivial: fix the installSignature method to understand repo keys

M	lib/packagekit-glib/pk-client.c
M	src/pk-transaction.c

commit 2d01040df206064d57152b50bd5d87fdd113d5bb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-12

    trivial: various pylint fixes

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit 610c4b579ff870a6f23410c10d44da01affac549
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-11-12

    yum: add support for signed repository metadata

M	backends/yum/yumBackend.py

commit d34fabf3a045361fd44cfae864b76339a54b8698
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-12

    zypp: minor bugfix

M	backends/zypp/zypp-events.h

commit 9c16b3f297414f9bdec91d020741e387ee3e1359
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-12

    Python client: Add PackageKitTransaction.get_error method which
    returns
    the PackageKitError exception of a failed transaction.

M	lib/python/packagekit/client.py

commit 44cc9b248dcba4698521b726aea9ce665718469f
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-12

    Raise api version number of the python client

M	lib/python/packagekit/client.py

commit 11fe3ed02d7099dc3bb3e814a375b750af3a58d7
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-12

    Python client: Instead of only package ids allow to use
    PackageKitPackage instances as parameter.

M	lib/python/packagekit/client.py

commit 82eeb910cf94e9962da741b1b1612614d27bc050
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-10

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit e2302b48df2b02e57874e3dd84faba4cddc7341e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-10

    Release version 0.3.10

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

commit 75607460cf822808c5fd0ae92ab5cf17ca017836
Author: Ken VanDine <ken@vandine.org>
Date:	2008-11-07

    Fixed data.split, I think that space was a typo

M	backends/conary/conaryBackend.py

commit dece111b0aa98892aa9f47e10f8bcf21714474e1
Author: James Antill <james@and.org>
Date:	2008-11-07

    Sort by group and not groupid

M	backends/yum/yumBackend.py

commit 5d22fe4f45ae3fc4992d9b1055cc6abc3cd86509
Author: James Antill <james@and.org>
Date:	2008-11-07

    Sort the groups in each category, can't see how to sort the categories

M	backends/yum/yumBackend.py

commit f7fa5ecb9399eb1902df5fed9457fee9f0988e84
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-11-07

    yum: add support for non categorized groups in yumComps

M	backends/yum/yumComps.py

commit d3d6e54fd1da10cd7071f8f6cbc6737df4abebb5
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-11-07

    yum: add support for non categorized groups

M	backends/yum/yumComps.py

commit 311af2859c9e3973a4b3edbc6da90ff799e376e2
Author: Fabian Affolter <fabian@bernewireless.net>
Date:	2008-11-07

    Updated German translation

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

M	po/de.po

commit b8022c345fd861817609fca1e038ef3b429ff52b
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-07

    zypp: set status when installing a signature

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

commit 749744306dba61fe74eb8f2bfe8009c57080dc7e
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-06

    Python client: Replace the async parameter by an exit_handler

M	lib/python/packagekit/client.py

commit 7864717a47cf606e3237c7565b87091ab8f3aad9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-06

    trivial: when a called function is not implemented there's no need
    to exit the process

M	lib/python/packagekit/backend.py

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

    bugfix: when we call Error() from a python spawned backend with
    exit=False, don't do Finished() else we'll do this twice and get
    warned by the daemon

M	lib/python/packagekit/backend.py

commit 4b20d4d76cd5b4bcd6e5c4b92fce187a7b9a83d1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-06

    trivial: fix up a markup comment

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

commit 5919e47e7d65d1151de3c79e0e841dc3c28b3656
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-06

    zypp: adapted signature callbacks

M	backends/zypp/zypp-events.h

commit 471aa2b634d011d07a476e8c73fdb8fbd349fc50
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-06

    trivially rename the interface files to be the same format as other
    projects

M	docs/api/Makefile.am
M	docs/api/PackageKit-docs.sgml
M	docs/api/dbus/Makefile.am
M	docs/html/pk-faq.html
M	docs/html/pk-using.html
M	lib/packagekit-glib/egg-debug.c
M	lib/packagekit-qt/src/daemonproxy.h
M	lib/packagekit-qt/src/transactionproxy.h
M	src/.gitignore
M	src/Makefile.am
R100	src/pk-interface-transaction.xml
src/org.freedesktop.PackageKit.Transaction.xml
R100	src/pk-interface.xml	src/org.freedesktop.PackageKit.xml
M	src/pk-main.c
M	src/pk-transaction-list.c
M	tools/add-method.sh

commit ea071b3bb9855a587bccbea45f12ebcbd787dc85
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-06

    Python client: instead of getattr use get_dbus_method

M	lib/python/packagekit/client.py

commit 5ad112107c789ecef0b26781a80019a4dfe4b247
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-11-05

    Redesign python packagekit client to support async operations.

M	lib/python/packagekit/client.py

commit e3802c74c091206deaced48e8165d35485c3aaf1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-05

    trivial: add in a small self check in the glib library so we are
    not trying to reuse the instance before it's been reset

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

commit b55363a2c69d2fe9eb98cf1c715871181249a9ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-05

    bugfix: store job_count.dat in /var/lib as it's persistent, and some
    distros mount /var/run as tmpfs

M	contrib/PackageKit.spec.in
M	contrib/udev/Makefile.am
M	data/Makefile.am
M	src/pk-transaction-id.c

commit f4df3d0736600f0548de8bed42f445b17fbd1922
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-05

    trivial: don't kill the transaction when we get output from stderr,
    just issue a warning. There are too many false positives.

M	src/pk-backend-spawn.c

commit 2b9155caf0097d2413515ea1dd5c02692932dd16
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-05

    bugfix: fix protocol violation in the server and client

    PackageKit does not adhere to it's own specification where a new
    TID is required
    when an error is emitted on the original TID. For a couple of
    releases now
    we cleanup unused TID's after 5 seconds, to avoid denial of service
    attacks.
    As we re-use the original TID after showing the signature dialog,
    we wait on
    the client, and then resumbit after PolicyKit returns from the
    authentication
    request.
    If the user takes longer than 5 seconds to authenticate, then the
    TID is timed
    out, and the helpful error is presented to the user:

    Method 'Update System' with signature '' on interface
    'org.freedesktop.PackageKit.Transaction' doesn't exist.

    Of course, the correct fix is to release the TID on error to prevent
    it being
    reused, and also to re-request a TID after authentication has been
    obtained.

M	lib/packagekit-glib/pk-client.c
M	src/pk-transaction.c

commit 1df8ce59e90bd806fb968d79565759ef4c7f0930
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-04

    yum: filter out stderr KEY requests before the data is processed

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

commit d16a36000aaf48e30da11b37e7426eb252d5a9aa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-04

    feature: add the functions pk_backend_spawn_set_filter_x() to allow
    the spawned backends to filter the output if required

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

commit dd30fa2a35bd8a833243f4a6f53505193bcd7c4b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-04

    feature: if the library used in a PkSpawn executable emits standard
    error, kill the script and emit an error code as this is not allowed

M	src/pk-backend-spawn.c

commit 3808d26ff769892c7864c50090bdf68b5776c287
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-04

    feature: monitor scripts in PkSpawn for standard error too, as
    critical errors often get put there by libraries and this will
    be useful

M	src/pk-spawn.c

commit b56e9d0344eda16320a2c842d0136b3011d685f3
Author: Ankitkumar Patel <ankit@redhat.com>
Date:	2008-11-03

    Minor updates...

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

M	po/gu.po

commit 9dde60e1ecaa3795c2de527c5dc98568525824e4
Author: Stefan Haas <shaas@suse.de>
Date:	2008-11-03

    zypp: changed get_distro_upgrades function

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

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

    yum: fix a recently introduced regression where installing a zero
    byte file would not return the correct error code

M	backends/yum/yumBackend.py

commit 2b822576d5e4c20189abd000dd1478a189389732
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2008-11-02

    Updated catalan po

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

M	po/ca.po

commit 739d044452ba45d84e6642e0cf6105a33cf58248
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2008-11-01

    Updated Finnish translation

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

M	po/fi.po

commit e93a4e403921204ac3cd8e0e36b7037a7e76d356
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-31

    bugfix: move the groups sqlite cache into a PackageKit directory,
    rather than a yum owned directory. Fixes rh#469324

M	backends/yum/yumComps.py
M	contrib/PackageKit.spec.in

commit 738322e54c71cc8c164b2f91d99738f871c152f9
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-10-31

    alpm: add initial version of what_provides to the backend

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

commit 6478184edafee6cb315744248e0c6e6610384878
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-30

    bugfix: yum: fix getting distibution upgrade information when we
    have multiple repos providing preupgrade. Fixes rh#469172

M	backends/yum/yumBackend.py

commit cfc7cdf7d47f31858197d06a8bc45a357d1656ba
Author: 甘露(Gan Lu <rhythm.gan@gmail.com>
Date:	2008-10-30

    Update zh_CN.po.

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

M	po/zh_CN.po

commit 72e00f58e54e108eee271e58c65c0117fabdc9a7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-30

    trivial: dummy: add a blocked package to test the UI's of KPK and GPK

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

commit d351c2c1ec3309ca5b5c0213576ffead172df4d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-30

    trivial: fedora spec file update

M	contrib/PackageKit.spec.in

commit 3b85542fcb7d7837f6212a0a2e2b90e69a8827fb
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-10-30

    alpm: change get_depends to handle filters properly

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

commit 955bf4b24a8fc01761408bb4943fd01a045e10b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-28

    plugin: trivial: convert 4-spaces to tab -- I can't stand it any
    longer...

M	contrib/packagekit-plugin/src/contents.cpp
M	contrib/packagekit-plugin/src/contents.h
M	contrib/packagekit-plugin/src/plugin.cpp
M	contrib/packagekit-plugin/src/plugin.h

commit 7784b41480b240e8e654eb1db2b9e3060622e304
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-28

    trivial: be more careful when checking for the toplevel window

M	contrib/packagekit-plugin/src/contents.cpp

commit a5a3e88d2cd80f3560aa3534227989712a2f594d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-28

    plugin: send the XID of the browser window so focus stealing and
    modality is set correctly -- many thanks for the pointers Owen...

M	contrib/packagekit-plugin/src/contents.cpp

commit e5115a08cdb60a7babbda356eb00c98745b00411
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-28

    bugfix: use the correct session interface in the browser plugin

M	contrib/packagekit-plugin/src/contents.cpp

commit 4ac0e2ae5e2e38116db93f663448cf36501f7659
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-28

    yum: replace the regular expression with four simple comparisons

M	backends/yum/yumFilter.py

commit 448f8ffc8fd21bfb69d490ce1f22e8cd1f1c2e77
Author: Francesco Valente <fvalen@redhat.com>
Date:	2008-10-28

    Italian version updated and revised

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

M	po/it.po

commit 1ab73d60087f7a96834fb9309ad83ea81fbf420b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-27

    bugfix: install FindQPackageKit.cmake as KPackageKit needs it to build

M	lib/packagekit-qt/modules/Makefile.am

commit 5c9c984f16ce3e8f3ce34b67da492d32ce8ac6ac
Author: S.Çağlar Onur <caglar@pardus.org.tr>
Date:	2008-10-27

    Turkish translations of PackageKit (not complete)

M	po/LINGUAS
A	po/tr.po

commit 94f7d07072314c54d1d82fb9c8fb567fefe9ca3b
Author: S.Çağlar Onur <caglar@pardus.org.tr>
Date:	2008-10-27

    add missing include

M	client/pk-generate-pack.c

commit 7a3cc968717829463ab4baf4db4aa3fcb51eb128
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-10-27

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 01cc5d56a54d64c6f857ba1811ff9ad234fea5cc
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2008-10-27

    updated Spanish translation

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

M	po/es.po

commit 0d389e97576959ac1e0bda6e13f0f2092044525a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-27

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 5205bc2d97642f745f4ae9752e3cb099e7c5bb89
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-27

    Release version 0.3.9

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

commit 0f6849de53437e79e4a1486d68b9c3175a29c524
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-27

    trivial: relax the timings a little in the PkTransactionList checks
    in case we end up waiting for finished

M	src/pk-transaction-list.c

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

    yum: fix the newest filter to properly output installed and available
    status

M	backends/yum/yumBackend.py

commit 3e41c1a12e0ed901cea1170bf049db8276c3b95e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-27

    trivial: add mising languages to LINGUAS

M	po/LINGUAS

commit 0a00672b222344d34febfaf7b1fef3809ec66bbb
Author: Ani Peter <apeter@redhat.com>
Date:	2008-10-27

    Updated Malayalam (ml) Translations

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

M	po/ml.po

commit 33f7c080a80a27f1938276382881efe36e08db27
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-10-26

    Updated Polish translation

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

M	po/pl.po

commit 319db66ef5cbdd4486ce45892d14ae497af25d99
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-26

    yum: remove trivial copy of _to_unicode, and fix up another rpmlint
    warning

M	backends/yum/yumBackend.py

commit 8ababb85c11b7032aeec9812d6a939e03df2214a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-26

    yum: handle utf8 error values to fix non English locales. Fixes
    rh#468602

M	backends/yum/yumBackend.py

commit 24ba2dcbaa7125583fbd43a23ca07345f0de65d6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-26

    yum: do some testing when yum has _no_ metadata and the user is
    offline, and make sure we don't send internal error in these cases

M	backends/yum/yumBackend.py

commit 380af24c36c927239c91a7cfe5a7b4dcde145e38
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-26

    yum: emit a proper error message when we fail to depsolve and then
    have nothing to do. Fixes rh#466006

M	backends/yum/yumBackend.py

commit 7b6dd08752417175a40a384fe9de533c93cdd24a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-26

    bugfix: catch exceptions from sys.stdin.readline to fix rh#468486

M	lib/python/packagekit/backend.py

commit 9d0ca97ab36ca4ff4f912099d74f9978b904b6ca
Author: Daniel Nylander <po@danielnylander.se>
Date:	2008-10-25

    Updated Swedish translation

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

M	po/sv.po

commit 186dff8ea9d0b900af1b6487e1c512dc33247cd8
Author: James Antill <james@and.org>
Date:	2008-10-24

    Fix typo

M	backends/yum/yumBackend.py

commit b4f84a83c5babe25dc3e3a075628d0929c2a4be9
Author: James Antill <james@and.org>
Date:	2008-10-24

    Use the external yum API to change the config. object and not the
    internal one

M	backends/yum/yumBackend.py

commit fb48192c0ffcd1368a2ff6d6ac764ce23255a6c2
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-10-24

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 902679608c37d213fcae4d8623eca55a68a44f90
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-24

    yum: be cleverer when installing service packs of different types

M	backends/yum/yumBackend.py

commit 2b94b7f28a10076d6132b84394bf12d595e4f01d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-24

    feature: print service pack creation status in pkgenpack and cancel
    it if we ctrl-c to cancel

M	client/pk-generate-pack.c

commit f63e0f69fb857eac994d0b9b5b0fdc56785a144b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-24

    feature: provide more feedback to what is going on when we create
    a service pack, and allow it to be cancelled

M	lib/packagekit-glib/pk-service-pack.c
M	lib/packagekit-glib/pk-service-pack.h

commit d4a0667c5ae75f0b53ca18d79ba8548935cbe152
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-10-23

    Updated Polish translation

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

M	po/pl.po

commit fa7caefdc5d6423eaf388da29ad7a05846576734
Author: Stefan Posdzich <cheekyboinc@foresightlinux.org>
Date:	2008-10-23

    Updated German translation

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

M	po/de.po

commit 97f295bf71e3f8ba7cc264ef973f61b988de65d8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-23

    bugfix: fix excluding a list of packages in pkgenpack by adding and
    using a proper equality function

M	lib/packagekit-glib/pk-obj-list.c
M	lib/packagekit-glib/pk-obj-list.h
M	lib/packagekit-glib/pk-package-list.c

commit 0138187004088d2795203c4692964a228f1403a7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-23

    bugfix: add a type= key to metadata.conf so we can tell if the
    service pack is an update or install pack. Also return the error if
    the service pack is invalid.

M	lib/packagekit-glib/pk-service-pack.c

commit 35256b6c39f8815d23321c65145fc4b5a07be95f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-23

    trivial: fix up the session and system examples for the new api and
    library names

M	docs/html/files/session.c
M	docs/html/files/system.c
M	docs/html/pk-faq.html
M	lib/packagekit-glib/egg-test.c

commit a91aa260b8bf3c99cfa77fb7e88b79caae83e75e
Author: PabloMartin-Gomez <pablo.martin-gomez@laposte.net>
Date:	2008-10-23

    Correcting two fuzzy in French translation

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

M	po/fr.po

commit 5d841f155c39945f8d99e6a732d9f7f95ced2f01
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-23

    bugfix: don't reuse a variable to check for installed, else we fail
    the resolve in pkcon

M	client/pk-console.c

commit ca519947a7120ece0f603422a510e14f869a6cff
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-10-22

    update includes to match the new header layout

M	backends/zypp/zypp-utils.cpp

commit 3cc0ea8f50c99471148c3d4857fda947bdec1b2e
Author: Igor Miletic <grejigl-gnomeprevod@yahoo.ca>
Date:	2008-10-22

    Spelling corrections for sr@latin

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

M	po/sr@latin.po

commit a93fcbb60b318a7bf3099c656a14bdee46ecc583
Author: Igor Miletic <grejigl-gnomeprevod@yahoo.ca>
Date:	2008-10-22

    Spelling correction for sr.po

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

M	po/sr.po

commit 9763801d505159618d4c017dfaac4da41c688841
Author: Daniel Nylander <po@danielnylander.se>
Date:	2008-10-22

    Updated Swedish translation

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

M	po/sv.po

commit 67e15ea540ea01b605547be14ed00a7339ae9e39
Author: Ankitkumar Patel <ankit@redhat.com>
Date:	2008-10-22

    Added Gujarati Translations!

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

A	po/gu.po

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

    trivial: refresh translations

M	po/bn_IN.po
M	po/ca.po
M	po/cs.po
M	po/de.po
M	po/el.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/he.po
M	po/hu.po
M	po/it.po
M	po/ms.po
M	po/nb.po
M	po/nl.po
M	po/pl.po
M	po/pt_BR.po
M	po/ru.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/sv.po
M	po/zh_CN.po
M	po/zh_TW.po

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

    trivial: sync fedora spec file with upstream

M	contrib/PackageKit.spec.in

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

    trivial: spelling fix

M	client/pk-console.c

commit 7a3eaf6fa29f10ff8805f736178cd8ac67063b8f
Author: Ani Peter <apeter@redhat.com>
Date:	2008-10-22

    Added and updated Malayalam translations.

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

A	po/ml.po

commit 8f12ec25c2821c1e7594f2dc059e622da8e7e61e
Author: Igor Miletic <grejigl-gnomeprevod@yahoo.ca>
Date:	2008-10-22

    Corrected sr@latin with newer pot file

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

M	po/sr@latin.po

commit 3bc3fad20943ec48543c0d361f1f005b11d339de
Author: Igor Miletic <grejigl-gnomeprevod@yahoo.ca>
Date:	2008-10-22

    Corrected sr.po

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

M	po/sr.po

commit 36a6bcf0aee9ada8c7639a6bae52da0865230374
Author: Igor Miletic <grejigl-gnomeprevod@yahoo.ca>
Date:	2008-10-22

    Updated sr@latin

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

M	po/sr@latin.po

commit 54f557bcb88b3a6aed95b8407b748c90aa169be2
Author: Igor Miletic <grejigl-gnomeprevod@yahoo.ca>
Date:	2008-10-22

    Updated sr.po

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

M	po/sr.po

commit 2f1226df592c7e9dfa386f642538a20bf937e56c
Author: PabloMartin-Gomez <pablo.martin-gomez@laposte.net>
Date:	2008-10-21

    Updated French translation

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

M	po/fr.po

commit 390ba723e0e40b9c058ccea052d7bfad5d2973c7
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2008-10-21

    Updated Finnish translation

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

M	po/fi.po

commit 5244ae15fd32142ad8bf8d52052b4322c6457533
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-21

    bugfix: allow GetOldTransactions to be run sync

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

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

    glib: send a more precise error code when we fail a transaction

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h

commit d8e28e1f0f27db4322499f108176ae022a520de7
Author: Adam Pribyl <covex@lowlevel.cz>
Date:	2008-10-21

    czech translation update

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

M	po/cs.po

commit 5ddaf674b7f1211b07e0e13a6fc615fb6a89be78
Author: 甘露(Lu Gan <rhythm.gan@gmail.com>
Date:	2008-10-21

    Update zh_CN.po

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

M	po/zh_CN.po

commit 69d53cfedbead253ff85bff30fb0e44c57859b44
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-21

    bugfix: always overwrite the logging value as we don't want to
    overwrite this on the command line if we specified it in the
    config file

M	lib/packagekit-glib/egg-debug.c

commit f7f89f9d98efc83613cc5cb8df7a2476fbb78775
Author: Daniel Nylander <po@danielnylander.se>
Date:	2008-10-21

    Updated Swedish translation.

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

M	po/sv.po

commit 4dd1a33d1601954457bedcd1b10c99ecc40af7ea
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2008-10-21

    one more string in spanish

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

M	po/es.po

commit f1078ca3fa24a08500a510a877146b6868b0eb67
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	2008-10-21

    Updated Bengali India Translation

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

M	po/bn_IN.po

commit 50035398704e624017a0fd8b36c2675efd1273cd
Author: Terry Chuang <tchuang@redhat.com>
Date:	2008-10-21

    Translation updated.

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

M	po/zh_TW.po

commit 0b9a7a417ced1795f955ae170091d344be4b0fbf
Author: Wei Liu <lliu@redhat.com>
Date:	2008-10-21

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

M	po/zh_CN.po

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

    trivial: post release version bump, update release notes

M	RELEASE

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

    trivial: post release version bump

M	configure.ac

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

    Release version 0.3.8

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

commit b0dbd9fae3760f4d321469d5590b9d491ed258c6
Author: Oron Peled <oron@actcom.co.il>
Date:	2008-10-20

    Updated Hebrew translation

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

M	po/he.po

commit 58bc0f3e7859e5e832cdbdca105590c2a213835d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: make PackageKit-Qt a build config option

M	configure.ac
M	lib/Makefile.am

commit 19469adf62a0cd992ee9a223f11d42adde651c1d
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-10-20

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

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

    trivial: add a couple of missing languages to LINGUAS

M	po/LINGUAS

commit 706d4ddda53adc5c06f2cad973f34d5abf8c344c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: add a .gitignore file

A	lib/packagekit-qt/test/.gitignore

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

    trivial: clean up trailing whitespace

M	backends/zypp/pk-backend-zypp.cpp
M	lib/packagekit-qt/src/client.h

commit 8f9c5263765f49f370cc7bb723a04c185974567e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: fedora spec update, thanks rpmlint

M	contrib/PackageKit.spec.in

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

    trivial: don't abort make check if we are not using the dummy backend
    in packagekit-qt

M	lib/packagekit-qt/test/main.cpp

commit 8576c2d71ef2754b936c0cf275c9b59d583aea79
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: include config.h if we are using USE_SECURITY_POLKIT else
    we never use PolicyKit in packagekit-qt

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

commit 1e0accc5dbee069662350522cf19e169e45c9fa2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    feature: print a message to the user when we try to install a package
    that is already installed

M	client/pk-console.c

commit 0b4f30aec308964ebda2a9a19478cb3b71c0b2cb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: use a local PkClient in pk_console_resolve, passing in a
    private version to a generic function isn't a good idea

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-tools-common.c
M	client/pk-tools-common.h

commit 488a2224b0651a7496ba8c6b14af61749302c049
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    bugfix: fix a segfault cause by a double unref in the new
    pk-tools-common code. my bad.

M	client/pk-tools-common.c
M	client/pk-tools-common.h
M	lib/packagekit-glib/pk-client.c

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

    trivial: add a couple of unit tests to try and debug a crash

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-obj-list.c
M	lib/packagekit-glib/pk-package-list.c

commit 7cfe91f6b86b5dd389aea634ed26850b700c6574
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: rename a static variable to avoid debugging confusion

M	client/pk-console.c

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

    trivial: fix the self check print statement

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

commit 012515cc7ef7df73201b3fe3160a66fa139ee7c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: properly clear the PkObjList

M	lib/packagekit-glib/pk-obj-list.c

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

    feature: hook up the packagekit-qt self checks to make check

M	configure.ac
M	contrib/PackageKit.spec.in
M	lib/packagekit-qt/test/Makefile.am

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

    trivial: don't include the packagekit-qt build files in extra dist

M	lib/packagekit-qt/src/Makefile.am

commit 1bc9a6d0bb4a91606cb6ce13571f6fc0991eee57
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-20

    trivial: don't include Makefile.am in extra_dist

M	lib/packagekit-qt/Makefile.am

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

    trivial: rename the local glib include name

M	client/Makefile.am
M	docs/api/Makefile.am
M	src/Makefile.am

commit f4bc1921f9e1d42f8ab39f3b66a8cde1b48f5ced
Author: Runa Bhattacharjee <runab@redhat.com>
Date:	2008-10-20

    Added Bengali India Translation

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

A	po/bn_IN.po

commit 02da96e062d3dedf28d7a33486654e9c54181b9f
Author: 甘露(Lu Gan <rhythm.gan@gmail.com>
Date:	2008-10-20

    Update zh_CN.po

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

M	po/zh_CN.po

commit a572572654b6ef8792236455f80c60f76de2e508
Author: Terry Chuang <tchuang@redhat.com>
Date:	2008-10-20

    Translation completed.

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

A	po/zh_TW.po

commit b01a747c3c64dbe9c1742ea572ac5c939b711fca
Author: Wei Liu <lliu@redhat.com>
Date:	2008-10-20

    updated zh-CN translation

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

M	po/zh_CN.po

commit 162293ce353266955347bb2cd2d5b7085fe07769
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2008-10-20

    updated spanish translation

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

M	po/es.po

commit cebc5bb5b9ef91d4ab840e0aa5ec1deb0be535ef
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-19

    Fix the idle timer in the daemonBackend: do not exit on running
    threads
    or pending gobject calls

    Conflicts:

	lib/python/packagekit/daemonBackend.py

M	lib/python/packagekit/daemonBackend.py

commit 1a33073d014382866f1a2abb04140ab56170301b
Author: sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-19

    DaemonBackend: Do not include use a separate inactivity timeout
    from the
    packagekitd

M	lib/python/packagekit/daemonBackend.py

commit 5867163e4f77c725a159cc513fd43af1d84c4e86
Author: Pavol Šimo <palo.simo@gmail.com>
Date:	2008-10-19

    Updated Slovak translation

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

M	po/sk.po

commit 36eec44b4f81051b950072679142bbbbbc040aa4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: update spec file to meet Fedora standards

M	contrib/PackageKit.spec.in

commit ca58d4925dbac69dc23ee9ddcd996324a3a50f84
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-10-18

    Apply patch from Laurent Montel <montel@kde.org> to fix the
    installation path on 64 bit Linux

M	lib/packagekit-qt/CMakeLists.txt
M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/test/CMakeLists.txt

commit 0fe59b6f79d5b8bb3bd94bb7477e626dc0b58af0
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2008-10-18

    Updated catalan po

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

M	po/ca.po

commit 77748ca31e5c1a0e0c7864f8e967ac22c3cbf9ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: update the fedora spec file now we install both glib and
    qt libs

M	contrib/PackageKit.spec.in

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

    trivial: fix install directory

M	lib/packagekit-qt/src/Makefile.am

commit 96aa13bf76dde15b4860455b32ff18f925cca87f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: fix up the Fedora spec file

M	contrib/PackageKit.spec.in

commit 1ea3e534a6891aa27d97b01019b8db0e581528ed
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: fix make check

M	client/Makefile.am
M	contrib/packagekit-plugin/Makefile.am
M	docs/api/Makefile.am
M	src/Makefile.am

commit fe8bc0f2ad4164c0eb7a8dd63c81652decd6fbfe
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    feature: use a seporate .pc file for packagekit-qt

M	configure.ac
M	data/Makefile.am
A	data/packagekit-qt.pc.in

commit 3ca9813145b5bc5bbfb8bad959ed364af6693572
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: add missing build helper

A	moc.mk

commit c3f0ecebeca7e28e1fc858e0244fc94959059293
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    feature: rename the packagekit library to packagekit-glib

M	configure.ac
M	data/Makefile.am
R082	data/packagekit.pc.in	data/packagekit-glib.pc.in
M	lib/packagekit-glib/Makefile.am

commit e227509ceaec9b33fe9dae95d617272174ec64b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    feature: convert the CMake buildsystem into native automake for
    packagekit-qt

M	Makefile.am
M	configure.ac
M	lib/packagekit-qt/src/Makefile.am

commit 6119bea6731acd37cd51385dd735e50bf05014ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: add some files to gitignore

M	lib/packagekit-qt/src/.gitignore

commit 3218e44bd7314f7220a41f320eb85e8087e39e65
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    bugfix: allow to build packagekit-qt without PolicyKit installed

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

commit 39eecc14ee143d3144fae8dd5015e094c5950c11
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-18

    trivial: dist the packagekit-qt files so that they are in the
    release tarball

M	configure.ac
M	lib/Makefile.am
A	lib/packagekit-qt/.gitignore
A	lib/packagekit-qt/Makefile.am
A	lib/packagekit-qt/modules/.gitignore
A	lib/packagekit-qt/modules/Makefile.am
A	lib/packagekit-qt/src/.gitignore
A	lib/packagekit-qt/src/Makefile.am
A	lib/packagekit-qt/test/Makefile.am

commit bb959e3e0289aee42cc2aaba21ddb553812dd60a
Author: 甘露(Lu Gan <rhythm.gan@gmail.com>
Date:	2008-10-18

    Update zh_CN.po

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

M	po/zh_CN.po

commit 17854b869ffd11095cf28a8979b9dd7cfb4e22f7
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-10-17

    Add categories to PackageKit-Qt

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

commit 7c14de5896f78217cc5dc063fb3861eee7a2ba11
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-10-17

    Fixed LINGUAS

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

M	po/LINGUAS

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

    trivial: I was wrong to rip out the PkPostTrans logic as we don't
    want a million status reports from the daemon when iterating the
    list. Revert the patch that removed it.

M	src/pk-post-trans.c
M	src/pk-transaction.c

commit 89198af3a23c2349bb34c7b5bb0fc47589e6b6ae
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    trivial: reduce warning level when the script exits

M	src/pk-spawn.c

commit 7812b6478dd7bcbc6616e7bd3fe6e042e0b8fbc3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    bugfix: if the transaction failed then don't try to get the file lists

M	src/pk-transaction.c

commit 6ed9f0a80faf3e82c71bd9a22ba89d15ae4deb41
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    bugfix: if no packages were updated then don't try to get the
    file lists

M	src/pk-transaction.c

commit 7ef2148c862b9f1788dd67ec556bea8d561dd84c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    trivial: according to the shared-mime-info-spec, generic icon is
    not valid

M	data/packagekit-catalog.xml.in
M	data/packagekit-package-list.xml.in
M	data/packagekit-servicepack.xml.in

commit 8ef06243dff4226dc78826496f176eabe419af66
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    trivial: fix make check

M	docs/html/img/gpk-service-pack.png
M	po/LINGUAS

commit ee8fbb1062aac0aebc19797344efc35fbc992eb2
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-17

    yum: use the filters that make sense in the newest group code

M	backends/yum/yumBackend.py

commit 45a6d906c19009f0bf490f83ce65599f57328a88
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-17

    bugfix: maintain a dictionary of the summary text so we can use it
    when rpm is giving up package names without summaries

M	backends/yum/yumBackend.py

commit 09bacb375f733a3c71a63fb72f1a8b5053c42418
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-10-17

    Updated LINGUAS

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

M	po/LINGUAS

commit afe0488c7df1fb9bd46e1a59085894d8923205b0
Author: Pavol Šimo <palo.simo@gmail.com>
Date:	2008-10-17

    Updated Slovak translation

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

M	po/sk.po

commit f328cb69e741deb71761d733ccfe215e9690a307
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-17

    trivial: fix up the links to the python helper library

M	backends/apt.deprecated/packagekit
M	backends/apt/packagekit
M	backends/conary/packagekit
M	backends/pisi/packagekit
M	backends/smart/packagekit
M	backends/test/helpers/packagekit
M	data/tests/packagekit

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

    trivial: fix make check

M	lib/packagekit-glib/pk-package-list.c

commit 9a1f65b417e195a9b6537cde6e77686827176549
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    trivial: don't enforce a comparison function in pk_obj_list_find_obj()

M	lib/packagekit-glib/pk-obj-list.c

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

    trivial: add transactions to the data list

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

commit 4dc4249eb60869fc4ff1e6f3a0529f203f915837
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2008-10-17

    Updated Finnish translation

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

M	po/fi.po

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

    trivial: fix pk_obj_list_find_obj, remove optimisation, it's invalid

M	lib/packagekit-glib/pk-obj-list.c

commit 74a9104ae038a675c35e4d10a4f7cef8e3191851
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-17

    yum: Tim made the yum group support newest

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

commit 8266dcc3fec0a2521694b4d2538d90d5cb86878b
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-10-17

    yum: add GROUP_NEWEST support to search-group

M	backends/yum/yumBackend.py

commit 2ee6bd6e34cfb00bd224c334156e278064166681
Author: Aurelien Lefebvre <alk@imj.fr>
Date:	2008-10-16

    trivial: update of packagekit install instructions for Mandriva

M	docs/html/pk-download.html

commit 552eaf8db84fc05cd4549cf461cdbe4a813e83ff
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-10-16

    Complete migration of the headers

M	lib/packagekit-qt/modules/FindQPackageKit.cmake

commit 2cb0306efbe89473abfc4e74b191fbe60c95f5f6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    glib: make ::transaction return a pointer to a struct for simplicity
    in lists

M	client/pk-console.c
M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-glib/packagekit.h
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h
A	lib/packagekit-glib/pk-transaction-obj.c
C050	lib/packagekit-glib/packagekit.h
lib/packagekit-glib/pk-transaction-obj.h

commit 3456a27eed5c21bbacde167cfe2a460923492f1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    trivial: return a PkObjList not a raw array from
    pk_client_get_cached_objects

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h

commit a26a23c8a2d229853de2fce7efa813c3619917e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    trivial: don't just proxy functions in PkPackageList, use the ones
    from PkObjList directly

M	client/pk-console.c
M	client/pk-generate-pack.c
M	lib/packagekit-glib/pk-catalog.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-package-list.c
M	lib/packagekit-glib/pk-package-list.h
M	lib/packagekit-glib/pk-service-pack.c
M	src/pk-post-trans.c
M	src/pk-transaction.c

commit 1f8f0add216879ce2b08192c3662bf09d99279d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    trivial: make PkPackageList a superclass of PkObjList

M	lib/packagekit-glib/pk-obj-list.c
M	lib/packagekit-glib/pk-obj-list.h
M	lib/packagekit-glib/pk-package-list.c
M	lib/packagekit-glib/pk-package-list.h

commit 43707fe859b0190429c6f1e60f0d4a64e70c707c
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-10-16

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 7c6612450e6acfbb945a7f60885b1da796681e3e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    bugfix: Don't use EggObjList as a parent GObject makes up some of
    the library API, so this should be PkObjList

M	docs/api/Makefile.am
M	lib/packagekit-glib/Makefile.am
D	lib/packagekit-glib/egg-obj-list.h
M	lib/packagekit-glib/packagekit.h
M	lib/packagekit-glib/pk-client.c
R062	lib/packagekit-glib/egg-obj-list.c
lib/packagekit-glib/pk-obj-list.c
A	lib/packagekit-glib/pk-obj-list.h
M	lib/packagekit-glib/pk-self-test.c
M	src/Makefile.am
D	src/egg-obj-list.c
D	src/egg-obj-list.h
D	src/egg-string-list.c
D	src/egg-string-list.h
M	src/pk-post-trans.c
M	src/pk-self-test.c

commit 749dc9bf17aab7677e88aff14452f2395f0ce52c
Author: 甘露(Lu Gan <rhythm.gan@gmail.com>
Date:	2008-10-16

    Update zh_CN.po

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

M	po/zh_CN.po

commit 2259e5778956ae8debd85531005b756f6893e4bc
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-10-16

    Updated Polish translation

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

M	po/pl.po

commit 35e2bfdc35b3e9d44c6c5f6b6b31c852015cec40
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    bugfix: use the yum dependancy filter when there is not installed in
    the filter string, not just if it's installed. We ship with newest
    by default, which exposes this bug

M	backends/yum/packagekit
M	backends/yum/yumBackend.py

commit c2ec9d6e2295609fff66beb260ddedbce2ea5786
Author: Nils Philippsen <nils@redhat.com>
Date:	2008-10-16

    trivial: some more localisation fixes

M	client/pk-console.c
M	client/pk-generate-pack.c
M	contrib/packagekit-plugin/src/contents.cpp
M	src/pk-main.c

commit dc93845548a1a23f718200e56df726231c2f31cb
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-10-16

    Unify headers path

M	lib/packagekit-qt/src/CMakeLists.txt

commit 8c73eaf1c0aacc22ee89415ac43bf3ce76a393d3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-16

    qt: add some of the missing enumerated values

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

commit 15357ecbdfc3b561d690a7184c86aa3bf52e1d07
Author: David Andersson <david@xn--kremla-iuad.se>
Date:	2008-10-16

    Rename se.po to sv.po and update

M	po/LINGUAS
R074	po/se.po	po/sv.po

commit 37111c88f77afde99bb506bbdc14caa8cfc5bb42
Author: Daniela Kugelmann <dkugelma@redhat.com>
Date:	2008-10-16

    Updated German translation.

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

M	po/de.po

commit 159a5b8edaec5d4ea5a4e5136d4b97385a4442b7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: fix disabling the plugins

M	configure.ac

commit f5815473b6055d98e704afa4510c23674a81983a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    feature: merge in the QPackageKit QT library from
    git://maison.mymadcat.com/QPackageKit2 so we can syncronise releases
    and keep the code in sync

A	lib/packagekit-qt/CMakeLists.txt
A	lib/packagekit-qt/Doxyfile
A	lib/packagekit-qt/README
A	lib/packagekit-qt/modules/CMakeLists.txt
A	lib/packagekit-qt/modules/FindQPackageKit.cmake
A	lib/packagekit-qt/src/CMakeLists.txt
A	lib/packagekit-qt/src/QPackageKit
A	lib/packagekit-qt/src/client.cpp
A	lib/packagekit-qt/src/client.h
A	lib/packagekit-qt/src/clientprivate.cpp
A	lib/packagekit-qt/src/clientprivate.h
A	lib/packagekit-qt/src/common.h
A	lib/packagekit-qt/src/daemonproxy.cpp
A	lib/packagekit-qt/src/daemonproxy.h
A	lib/packagekit-qt/src/package.cpp
A	lib/packagekit-qt/src/package.h
A	lib/packagekit-qt/src/polkitclient.cpp
A	lib/packagekit-qt/src/polkitclient.h
A	lib/packagekit-qt/src/transaction.cpp
A	lib/packagekit-qt/src/transaction.h
A	lib/packagekit-qt/src/transactionprivate.cpp
A	lib/packagekit-qt/src/transactionprivate.h
A	lib/packagekit-qt/src/transactionproxy.cpp
A	lib/packagekit-qt/src/transactionproxy.h
A	lib/packagekit-qt/src/util.cpp
A	lib/packagekit-qt/src/util.h
A	lib/packagekit-qt/test/CMakeLists.txt
A	lib/packagekit-qt/test/daemontest.cpp
A	lib/packagekit-qt/test/daemontest.h
A	lib/packagekit-qt/test/main.cpp
A	lib/packagekit-qt/test/transactiontest.cpp
A	lib/packagekit-qt/test/transactiontest.h

commit 4c1ebddba0a9677495ae0fabe8e5413ff60f8688
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: refresh translations

M	po/ca.po
M	po/cs.po
M	po/de.po
M	po/el.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/he.po
M	po/hu.po
M	po/it.po
M	po/nb.po
M	po/nl.po
M	po/pl.po
M	po/pt_BR.po
M	po/ru.po
M	po/se.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/zh_CN.po

commit 54d5f1c98b3e2dddbff740555c2ef0e9e8cdbc83
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: remove the markup from the translations in the web plugin

M	client/pk-console.c
M	contrib/packagekit-plugin/src/contents.cpp

commit 0f49cf5fef6dccbb024877e7fd1f5ad9a523e190
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: abstract out pk_console_resolve() and
    pk_console_resolve_package_id() so we can use it in pkcon and
    pkgenpack

M	client/pk-generate-pack.c
M	client/pk-tools-common.c
M	client/pk-tools-common.h

commit 8696c5b6039b583aaae9871211c5707f13fe647f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: move the python library into source lib (no other changes)

M	Makefile.am
M	backends/apt.deprecated/packagekit
M	backends/apt/packagekit
M	backends/conary/packagekit
M	backends/pisi/packagekit
M	backends/smart/packagekit
M	backends/test/helpers/packagekit
M	backends/yum/packagekit
M	configure.ac
M	lib/Makefile.am
R100	python/.gitignore	lib/python/.gitignore
R100	python/Makefile.am	lib/python/Makefile.am
R092	python/enum-convertor.py	lib/python/enum-convertor.py
R100	python/packagekit/.gitignore	lib/python/packagekit/.gitignore
R086	python/packagekit/Makefile.am	lib/python/packagekit/Makefile.am
R100	python/packagekit/__init__.py	lib/python/packagekit/__init__.py
R100	python/packagekit/backend.py	lib/python/packagekit/backend.py
R100	python/packagekit/client.py	lib/python/packagekit/client.py
R100	python/packagekit/daemonBackend.py
lib/python/packagekit/daemonBackend.py
R100	python/packagekit/filter.py	lib/python/packagekit/filter.py
R100	python/packagekit/frontend.py	lib/python/packagekit/frontend.py
R100	python/packagekit/misc.py	lib/python/packagekit/misc.py
R100	python/packagekit/package.py	lib/python/packagekit/package.py
R100	python/packagekit/pkdbus.py	lib/python/packagekit/pkdbus.py
R100	python/packagekit/pkexceptions.py
lib/python/packagekit/pkexceptions.py
R100	python/packagekit/progress.py	lib/python/packagekit/progress.py
R100	python/packagekit/pylint.sh	lib/python/packagekit/pylint.sh
R100	python/pk-frontend-test.py	lib/python/pk-frontend-test.py
R100	python/wrapper-test.py	lib/python/wrapper-test.py

commit 5fd2375a5c7b69f218c3dad9943f187a6ee26ad0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: another couple of fixes to the library rename

M	lib/packagekit-glib/packagekit.h
M	src/Makefile.am

commit 9da8d235f5dca1f5e240a421734af9fd7a2f58e5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    feature: move the library into /usr/include/PackageKit/packagekit-glib
    as we now have a few libraries that talk to PackageKit

M	Makefile.am
M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	client/Makefile.am
M	client/egg-string.c
M	client/egg-string.h
M	client/egg-test.c
M	client/egg-test.h
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	client/pk-tools-common.c
M	configure.ac
M	contrib/PackageKit.spec.in
M	contrib/packagekit-plugin/Makefile.am
M	contrib/packagekit-plugin/src/contents.cpp
M	contrib/packagekit-plugin/src/contents.h
M	data/packagekit.pc.in
M	docs/api/Makefile.am
A	lib/.gitignore
A	lib/Makefile.am
R100	libpackagekit/.gitignore	lib/packagekit-glib/.gitignore
R091	libpackagekit/Makefile.am	lib/packagekit-glib/Makefile.am
R100	libpackagekit/egg-debug.c	lib/packagekit-glib/egg-debug.c
R100	libpackagekit/egg-debug.h	lib/packagekit-glib/egg-debug.h
R100	libpackagekit/egg-obj-list.c	lib/packagekit-glib/egg-obj-list.c
R100	libpackagekit/egg-obj-list.h	lib/packagekit-glib/egg-obj-list.h
R100	libpackagekit/egg-string.c	lib/packagekit-glib/egg-string.c
R100	libpackagekit/egg-string.h	lib/packagekit-glib/egg-string.h
R100	libpackagekit/egg-test.c	lib/packagekit-glib/egg-test.c
R100	libpackagekit/egg-test.h	lib/packagekit-glib/egg-test.h
A	lib/packagekit-glib/packagekit.h
R099	libpackagekit/pk-bitfield.c	lib/packagekit-glib/pk-bitfield.c
R092	libpackagekit/pk-bitfield.h	lib/packagekit-glib/pk-bitfield.h
R097	libpackagekit/pk-catalog.c	lib/packagekit-glib/pk-catalog.c
R092	libpackagekit/pk-catalog.h	lib/packagekit-glib/pk-catalog.h
R097	libpackagekit/pk-category-obj.c
lib/packagekit-glib/pk-category-obj.c
R092	libpackagekit/pk-category-obj.h
lib/packagekit-glib/pk-category-obj.h
R099	libpackagekit/pk-client.c	lib/packagekit-glib/pk-client.c
R097	libpackagekit/pk-client.h	lib/packagekit-glib/pk-client.h
R099	libpackagekit/pk-common.c	lib/packagekit-glib/pk-common.c
R095	libpackagekit/pk-common.h	lib/packagekit-glib/pk-common.h
R098	libpackagekit/pk-connection.c
lib/packagekit-glib/pk-connection.c
R094	libpackagekit/pk-connection.h
lib/packagekit-glib/pk-connection.h
R099	libpackagekit/pk-control.c	lib/packagekit-glib/pk-control.c
R095	libpackagekit/pk-control.h	lib/packagekit-glib/pk-control.h
R096	libpackagekit/pk-details-obj.c
lib/packagekit-glib/pk-details-obj.c
R088	libpackagekit/pk-details-obj.h
lib/packagekit-glib/pk-details-obj.h
R096	libpackagekit/pk-distro-upgrade-obj.c
lib/packagekit-glib/pk-distro-upgrade-obj.c
R090	libpackagekit/pk-distro-upgrade-obj.h
lib/packagekit-glib/pk-distro-upgrade-obj.h
R099	libpackagekit/pk-enum.c lib/packagekit-glib/pk-enum.c
R099	libpackagekit/pk-enum.h lib/packagekit-glib/pk-enum.h
R099	libpackagekit/pk-extra.c	lib/packagekit-glib/pk-extra.c
R093	libpackagekit/pk-extra.h	lib/packagekit-glib/pk-extra.h
A	lib/packagekit-glib/pk-marshal.list
R099	libpackagekit/pk-package-id.c
lib/packagekit-glib/pk-package-id.c
R094	libpackagekit/pk-package-id.h
lib/packagekit-glib/pk-package-id.h
R098	libpackagekit/pk-package-ids.c
lib/packagekit-glib/pk-package-ids.c
R093	libpackagekit/pk-package-ids.h
lib/packagekit-glib/pk-package-ids.h
R099	libpackagekit/pk-package-list.c
lib/packagekit-glib/pk-package-list.c
R094	libpackagekit/pk-package-list.h
lib/packagekit-glib/pk-package-list.h
R098	libpackagekit/pk-package-obj.c
lib/packagekit-glib/pk-package-obj.c
R089	libpackagekit/pk-package-obj.h
lib/packagekit-glib/pk-package-obj.h
R100	libpackagekit/pk-self-test.c	lib/packagekit-glib/pk-self-test.c
R099	libpackagekit/pk-service-pack.c
lib/packagekit-glib/pk-service-pack.c
R095	libpackagekit/pk-service-pack.h
lib/packagekit-glib/pk-service-pack.h
R098	libpackagekit/pk-task-list.c	lib/packagekit-glib/pk-task-list.c
R093	libpackagekit/pk-task-list.h	lib/packagekit-glib/pk-task-list.h
R097	libpackagekit/pk-update-detail-obj.c
lib/packagekit-glib/pk-update-detail-obj.c
R090	libpackagekit/pk-update-detail-obj.h
lib/packagekit-glib/pk-update-detail-obj.h
D	libpackagekit/pk-marshal.list
M	python/enum-convertor.py
M	python/packagekit/Makefile.am
M	src/Makefile.am
M	src/egg-debug.c
M	src/egg-debug.h
M	src/egg-obj-list.c
M	src/egg-obj-list.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-dbus.c
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-cache.c
M	src/pk-cache.h
M	src/pk-conf.c
M	src/pk-engine.c
M	src/pk-file-monitor-dummy.c
M	src/pk-file-monitor-gio.c
M	src/pk-network-nm.h
M	src/pk-network-unix.c
M	src/pk-network-unix.h
M	src/pk-network.h
M	src/pk-post-trans.c
M	src/pk-security-dummy.c
M	src/pk-security-polkit.c
M	src/pk-security.h
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h
M	src/pk-update-detail-list.c
M	src/pk-update-detail-list.h

commit 0164f86562da586598da296ac15c9be149600cfc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    trivial: remove pk-import-specspo now we are doing translations in
    the backend

M	client/Makefile.am
D	client/pk-import-common.c
D	client/pk-import-common.h
D	client/pk-import-specspo.c
M	po/POTFILES.in

commit 79f1a99334667b5cef9a46be1866afead3b0749f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-15

    feature: add functionality to check for files being used that have
    been updated, and send a session restart required signal

M	etc/PackageKit.conf.in
M	src/pk-post-trans.c
M	src/pk-post-trans.h
M	src/pk-transaction.c

commit 720dd7aa20c57355803fa8677cd7ea071d42f474
Author: 甘露(Lu Gan <rhythm.gan@gmail.com>
Date:	2008-10-14

    Update Chinese Simplified translation

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

M	po/zh_CN.po

commit 217182d1e1fccef2f6137cbba1c72d46f07087f4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial fix to the dummy backend

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

commit 0941e9daa0a76701142c0b4062dc4b36d3a610d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: don't warn when we finish twice, just return failure

M	src/pk-backend.c

commit 62f9dbed232b2c97eeea285e2267c5e9173460c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: don't proxy status-changed and progress-changed in
    PkPostTransaction, use the backend directly

M	src/pk-post-trans.c
M	src/pk-transaction.c

commit 38a99c70a12e3cb4e0b11bc7da7d1d324a243d73
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: make PkPostTrans an object in PkTransaction

M	src/pk-transaction.c

commit 09e5604347e2dc613334acad87f42d9024b0735c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: rename PkRefresh to PkPostTrans as we're doing other
    actions too

M	src/Makefile.am
R060	src/pk-refresh.c	src/pk-post-trans.c
R050	src/pk-refresh.h	src/pk-post-trans.h
M	src/pk-transaction.c

commit 7a559d374f5b926d6402c7b61e15792cf645a4e6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: fix up some debugging to use words, not numbers

M	src/pk-backend.c

commit 2362dddc0c0ab6c96b693f9b590e8ca5b9e01b7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: add an internal function, egg_obj_list_exists()

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 9a83b69a7eb1055480d46939360ece843b855c62
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    dummy: make the backend a little cleverer for testing

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

commit 331315a0e44584091e965edc2e07d25890bc2f99
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-14

    python client: status, progress and allow_cancel are interesting for
    every transaction

M	python/packagekit/client.py

commit 9aa6f9489dee1fb51075b913b063844165d987dc
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-14

    python client: SetLocale does not report a status

M	python/packagekit/client.py

commit 3d426627f936c57db188432fbd05ae36bfea39c0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-14

    Python client: UpdateSystem should be handeled as a long taking action

M	python/packagekit/client.py

commit 64f70848763600b36f7c0b0c5a8e288f70f07c51
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    bugfix: allow distros to disable the browser and gstreamer plugins
    in the configure script

M	configure.ac

commit 81dc60b308b024aec3f375837f2868a0f588c02a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-14

    trivial: add a new group enum

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 8b268f952e100a7ef618ca1cee46d8abec7db477
Author: David Andersson <david@xn--kremla-iuad.se>
Date:	2008-10-14

    trivial: add Swedish translation

M	po/LINGUAS
A	po/se.po

commit 79ad31886ad4c25f7f68f9c8e9692b7307ffdf8a
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-10-13

    return repo error instead of a interal error

M	backends/zypp/zypp-utils.cpp

commit 6a10a808433696823a10b95251da6246dd46ba94
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-10-13

    Updated Polish translation

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

M	po/pl.po

commit 6cfdbfccff67e75a1b0a35c5599ee75b809d4b75
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-13

    Add the description to the PackageKitError exception in client

M	python/packagekit/client.py

commit 21318ef3db46659eee6cc1e285993529e3870cb1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: refresh translations

M	po/ca.po
M	po/cs.po
M	po/de.po
M	po/el.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/he.po
M	po/hu.po
M	po/it.po
M	po/nb.po
M	po/nl.po
M	po/pl.po
M	po/pt_BR.po
A	po/refresh.sh
M	po/ru.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/zh_CN.po

commit 896bdbc8bf05ce9a3010214542719737394a651f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: fix make check

M	po/POTFILES.in

commit 314c7522a2abfa43cb455c191cf7058ed91c1a74
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: fix markup

M	docs/html/pk-screenshots.html

commit 4580b7dedac2770a9f01270bbb557b2c7aab28ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: don't force the thumbnail aspect

M	docs/html/pk-screenshots.html
M	docs/html/thumbnail.sh
M	docs/html/upload.sh

commit 20ffb91d573d546f9e7d4671b71c49b27f298b8b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: make the screeshots page less huge to fix fd#17936

M	docs/html/img/gpk-log.png
M	docs/html/img/gpk-waiting.png
A	docs/html/img/thumbnails/.gitignore
M	docs/html/pk-screenshots.html
A	docs/html/thumbnail.sh
M	docs/html/upload.sh

commit 87c64817f8b9bf637ccb90723b34a863e454753c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit fe3b46994cfa9e7edc20e3ce330bb0d8b030cadd
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    Release version 0.3.7

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

commit 4e89a798a2357feb7191f70974be7a7b2e9b5fab
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    bugfix: the mime type of a service pack is x-servicepack, not x-pack

M	data/Makefile.am
R085	data/packagekit-pack.xml.in	data/packagekit-servicepack.xml.in

commit 1b43814274491905a702236b7e1d224ce58d446f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    trivial: gitignore update

M	docs/html/files/.gitignore

commit 6f3257a390ba1e5dd4da5e12f48b6cf415ef0d4b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-13

    bugfix: register the mime-type x-package-list as we are using it
    for service packs

M	data/Makefile.am
A	data/packagekit-package-list.xml.in

commit d7c6b1215e159be11db4f5ccea1ecb4a8401eb4d
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-10-12

    urpmi: fix in backend with new package ids delimiter (&)

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit c4461edb88906a829c90c2f3460aff0d0cb1ebc1
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-10-10

    alpm: always hide available package if it have the same version
    as installed

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

commit c79751258c7c6e768f2b037857a5b55b81ad277a
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-10-10

    alpm: don't list available packages with the same version as installed

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

commit c375d80ece1d2e0ce1f20c38efd9829d106875f4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-10

    trivial: screenshot update

M	docs/html/img/gpk-log.png

commit 2d09337dee66a51d735508a9fb849161463a3fb1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-10

    trivial: update screenshots

M	docs/html/img/gpk-log.png
M	docs/html/img/gpk-service-pack.png

commit 2a62d212864158d797a4ea3f06854b12fd22d5df
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-10

    bugfix: change the documentation to be correct, that the duration
    of the transaction is measured in milliseconds

M	libpackagekit/pk-client.c
M	src/pk-interface-transaction.xml

commit cf26b178f934ff79b0fa5a9b5fdeeca7a79ef724
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-10-10

    alpm: added get_mime_types

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

commit 6f6e9b975b905792458e57522b1aed0fb75055cc
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-10-09

    fix daemon to set store values for threaded backends

M	src/pk-refresh.c

commit 82ee608d8a22dedd9799d2074c466e43da8f52f9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-09

    bugfix: don't crash the client tools if PkControl launches the daemon

    If the daemon is launched with PkControl, rather than PkClient,
    then we attempt to refresh the transaction
    list when the PkControl object is not finished initialising, and we
    send a critical warning.
    The fix is to only do the refresh in an idle handler, making sure
    we kill it if nothing ever runs on
    the object

M	libpackagekit/pk-control.c

commit 8aa435e9923d22588b89bf27b94f6988c1ff8199
Author: Stefan Haas <shaas@suse.de>
Date:	2008-10-09

    zypp: fixed BNC#402372

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

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

    feature: lots of updates to the pkgenpack manpage

M	man/pkgenpack.xml

commit b74ee7f2547730a7deda16492c647f6432746813
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-10-09

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 401454f0462fe150825e6b88a669c5cf76e08886
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-09

    trivial: add another screenshot

M	docs/html/img/Makefile.am
A	docs/html/img/gpk-service-pack.png
M	docs/html/pk-screenshots.html
M	docs/html/upload.sh

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

    trivial: add a percentage signal to PkServicePack

M	client/pk-generate-pack.c
M	libpackagekit/pk-service-pack.c
M	libpackagekit/pk-service-pack.h

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

    trivial: change the filename of the system package lists

M	client/pk-generate-pack.c
M	libpackagekit/pk-common.h
M	man/pkgenpack.xml
M	src/pk-refresh.c

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

    feature: more PkServicePack into libpackagekit so that client GUI
    tools can be built on top

M	client/Makefile.am
M	client/pk-generate-pack.c
D	client/pk-service-pack.c
D	client/pk-service-pack.h
M	libpackagekit/Makefile.am
M	libpackagekit/pk-self-test.c
R099	src/pk-service-pack.c	libpackagekit/pk-service-pack.c
R100	src/pk-service-pack.h	libpackagekit/pk-service-pack.h
M	src/Makefile.am

commit 0f3dd765c2ac385f82b4db3d21e344e2cd9c1583
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-09

    trivial: use a known blank temp directory when decompressing the
    service pack

M	src/pk-service-pack.c

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

    trivial: upload the man files as pdf's too

M	docs/html/upload.sh

commit 91667918906217290f56322e15c9a0df0d7d7191
Author: Pavol Šimo <palo.simo@gmail.com>
Date:	2008-10-09

    Updated Slovak translation

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

M	po/sk.po

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

    bugfix: add some functionality to compare PackageID's with a fuzzy
    arch, i.e. so that i386 == i686

    This stops us downloading extra deps when using pkgenpack

M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-id.h
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-list.h
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-package-obj.h
M	src/pk-service-pack.c

commit 772d3ad13806e8c3be4a6553b0a0d45ab6501e3c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    feature: show progress as the packages are downloaded in pkgenpack

M	client/pk-generate-pack.c
M	src/pk-service-pack.c
M	src/pk-service-pack.h

commit 64a8e1df8c179101b44c6deb3c00a3074d9edd50
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    feature: remove the ServicePack transaction method as it's only half
    implemented and won't be ever used

M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt/pk-backend-apt.c
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.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	docs/html/pk-matrix.html
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h
M	python/packagekit/backend.py
M	python/packagekit/daemonBackend.py
M	src/pk-backend-dbus.c
M	src/pk-backend-dbus.h
M	src/pk-backend.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 1639b51d3d33a2b2792f71f91207360c50692eca
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: add proper GError error codes to PkServicePack

M	src/pk-service-pack.c
M	src/pk-service-pack.h

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

    trivial: don't attempt to make the service pack with updates if
    there are no updates to add

M	client/pk-generate-pack.c

commit 0b02e4fe34cc7e2908ebbb11aab3a08cc53e98b2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: make the dir when we check the servicepack file

M	src/pk-service-pack.c

commit 543c9aa8127a8762a5c76b92b653171524c8d7c5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: fix a potential crash in the daemon if we can't chdir

M	src/pk-service-pack.c

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

    trivial: don't use PkClient by default unless we are being called
    by a client

M	src/pk-service-pack.c

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

    trivial: don't use EggDbusMonitor in libpackagekit, we can just copy
    the trivial bits into the only user PkConnection

M	libpackagekit/Makefile.am
D	libpackagekit/egg-dbus-monitor.c
D	libpackagekit/egg-dbus-monitor.h
M	libpackagekit/pk-connection.c
T	src/egg-dbus-monitor.c
T	src/egg-dbus-monitor.h

commit 833fbcbf2f22c191461e36298d0aa70a7eba660c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: fix up the pkgenpack man page

M	client/pk-generate-pack.c
M	man/pkgenpack.xml

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

    feature: add a -u option to pkgenpack so we can generate a package
    of update plus deps

M	src/pk-service-pack.c

commit 9d9233f2be714374d1352785b11829e2a4f6cbd5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: factor out pk_service_pack_create_for_package_ids

M	src/pk-service-pack.c
M	src/pk-service-pack.h

commit 0eaf00000c6b0463d7dbac136df25e815a5c9df2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: rename base filename and re-instate copyright

M	client/Makefile.am
R100	client/pk-generate-pack-main.c	client/pk-generate-pack.c
M	client/pk-self-test.c
M	po/POTFILES.in
M	src/pk-service-pack.c

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

    trivial: remove onsolete file

M	client/Makefile.am
M	client/pk-generate-pack-main.c
D	client/pk-generate-pack.c
D	client/pk-generate-pack.h
M	po/POTFILES.in

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

    trivial: remove a lot of the unstructured code in pk-generate-pack
    and more it into pk-service-pack.c

M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	src/pk-service-pack.c

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

    trivial: rename some service pack functions and variables, no
    functional changes - 2

M	client/pk-generate-pack.c

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

    trivial: rename some service pack functions and variables, no
    functional changes

M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	client/pk-generate-pack.h

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

    trivial: static'ify some internal functions

M	client/pk-generate-pack.c

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

    trivial: send a PkPackageList to pk_generate_pack_main, not a filename

M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	client/pk-generate-pack.h

commit 570fed5c3d6ed8e2c1926beb83669e0bfa7a0a00
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-08

    APT: Do not require to be online to make a refresh

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

commit 0bd00af1acf3e3516e7755203cbdd7142344012d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: remove unused function

M	client/pk-generate-pack.c

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

    trivial: more the resolving from pk-gererate-pack.c to
    pk-generate-pack-main.c, and pass a package_id instead

M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	client/pk-generate-pack.h
M	src/pk-service-pack.c
M	src/pk-service-pack.h

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

    trivial: setup PkServicePack state in pkgenpack

M	client/pk-generate-pack-main.c

commit 5ae0201e49094f3a04889f9c2e9656d5fdcdd3eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: symlink pk-package-list to client

M	client/Makefile.am
A	client/pk-service-pack.c
A	client/pk-service-pack.h

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

    trivial: add some more stubs in PkServicePack

M	src/pk-service-pack.c
M	src/pk-service-pack.h
M	src/pk-transaction.c

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

    trivial: move the service pack checking out of PkTransaction and
    into PkServicePack, no functional code changes

M	src/pk-service-pack.c
M	src/pk-transaction.c

commit 5d6923f66f1a2416d20b3cbd2a9fac00c3505bd4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    trivial: add the skeleton shell of a PkServicePack GObject to make
    some of the code a little more managable

M	src/Makefile.am
A	src/pk-service-pack.c
A	src/pk-service-pack.h

commit 9cbf6b11ba66546cfdf0951a4c1bdc11d39046e4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-08

    feature: make the command line parsing on pkgenpack more sane

M	client/pk-generate-pack-main.c

commit 3df91ebddfe97ee5860eb18a19573effc0bc3080
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: fix up the yum backend execption handlng printing

M	backends/yum/yumBackend.py

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

    trivial: do the yum category icon fallback correctly

M	backends/yum/yumBackend.py

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

    trivial: update fedora spec file with icons link

M	contrib/PackageKit.spec.in

commit 19b18511e1de1f49fcf25d479a607da431610b49
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    yum: don't emit full paths for icons, just emit the icon name

M	backends/yum/yumBackend.py

commit 62ac617a4469c5eac1ded900c9ab990f90bb7693
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: dont print the summary or parent ID if not valid in pkcon

M	client/pk-console.c

commit 329723bdacbe760df06a357ec49770c7d3f097f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: be more strict and require an icon in the category

M	src/pk-backend-spawn.c
M	src/pk-interface-transaction.xml

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

    trivial: remove unused struct member

M	libpackagekit/pk-category-obj.c
M	libpackagekit/pk-category-obj.h

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

    trivial: egg updates

M	libpackagekit/egg-obj-list.c

commit 14c146c9092d6b7e8382e4d95d686506eabddc1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: add the convenience function egg_obj_list_add_array()

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 2cdb1831426cfa51e0310d78248153588e200c40
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    feature: speed up filtering by nearly an order of magnitude of large
    lists using a dictionary. This speeds up GetPackages by 12 seconds

M	python/packagekit/filter.py

commit 4aa84e5cf786a35b6948c6d414b25c0f4cd30922
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: add a new PkClient API call to get the cached
    objects. Nothing uses this yet

M	libpackagekit/pk-client.c
M	libpackagekit/pk-client.h

commit 3590c4b6ae4467cdfbca4be09185663e59e4078f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: add a way to get the array data from a EggObjList

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

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

    trivial: add a check for parent_id == cat_id

M	src/pk-backend-spawn.c

commit 9137a2673def511f0a063d36900cdf9d5714b280
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    feature: add support for getting the category list in PkClient
    and pkcon

M	client/pk-console.c
M	libpackagekit/Makefile.am
A	libpackagekit/pk-category-obj.c
A	libpackagekit/pk-category-obj.h
M	libpackagekit/pk-client.c
M	libpackagekit/pk-client.h

commit 19785ca1524f5f2988e607c06ce0b35563837308
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-07

    trivial: fix the size of the category command in PkBackendSpawn

M	src/pk-backend-spawn.c

commit afdb3e7ef965af0add1aa7f52456409be6bb0f7e
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-10-07

    python: use stdin.readline instead of raw_inout as it behave better
    process termination

M	python/packagekit/backend.py

commit 58fdd94342b8d192c4deb6b9edba60d722d8204f
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-10-07

    python api: fixed cut & paste error

M	python/packagekit/client.py

commit 05a7f189a2611df996178873ab8d83bf93258c05
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-10-07

    yum: add support for categories

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

commit 2ebfe3ac67954bd7795559a0088291d6db907f43
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-10-07

    alpm: remove obsolete comments :)

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

commit 3a2bf6b35e23ecfea429c9f270a490575720ea0e
Author: Thomas Spura <spurath@students.uni-mainz.de>
Date:	2008-10-06

    Updated German Translation

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

M	po/de.po

commit f57959b24e5387a6cb70ffcb8d55c54cfc703847
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-06

    APT: fix the gstreamer whatprovides regular expression

M	backends/apt/aptDBUSBackend.py

commit 1aeed0ba0eba446e6fa32b3ab2e30c3d65a5f27d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    trivial: add some text for the GStreamer README

M	contrib/gstreamer-plugin/README

commit 42948c1950e51a819888d4e5e0f9b777c5b06b71
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    trivial: add a README file for the GStreamer plugin

A	contrib/gstreamer-plugin/README

commit f2d9800e31bcecf93511970d1c2fc68e552053e8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    feature, API addition: add a GetCategories method and Category signal
    so we can build a dynamic group list

M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt/pk-backend-apt.c
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.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/yum/yumBackend.py
M	backends/zypp/pk-backend-zypp.cpp
M	contrib/pk-completion.bash
M	libpackagekit/pk-client.c
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h
M	python/packagekit/backend.py
M	python/packagekit/client.py
M	python/packagekit/misc.py
M	python/wrapper-test.py
M	src/pk-backend-dbus.c
M	src/pk-backend-dbus.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-interface-transaction.xml
M	src/pk-transaction.c
M	src/pk-transaction.h

commit b9f6fd390aedf271d11ff832cb5417f0f07fbde6
Author: Nikos Charonitakis <nikosx@gmail.com>
Date:	2008-10-06

    Updated Greek translation

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

M	po/el.po

commit 8181b47beb15831021c1519e1b2f8d492e3a90b8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    trivial: update RELEASE

M	RELEASE

commit 01c5531b062502908827ed5271aa2209e3fcac93
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    trivial: post release version bump

M	configure.ac

commit e5ec4fd5b8e08edce34031b45d240d456a406f11
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    Release version 0.3.6

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

commit a8d764a5cf837c892fb84398523a8ba531044524
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    trivial: update a screenshot

M	docs/html/img/gpk-application-groups.png

commit 932a9883b37c521a86c1483c8a04f01dc6fb9bfc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-06

    yum: don't backtrace when we have no groups and we try to search
    group on collections. Also sort the percentage charge logic while
    we are here. Fixes rh#465722

M	backends/yum/yumBackend.py

commit b9956e40bd51a5e0157205c7a2b64ba55ce625f4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-06

    APT: There is no need to mark the required changes of local package
    files twice, since this is already done by debfile

M	backends/apt/aptDBUSBackend.py

commit 105f79531cd99be5c1142bc154d882e056506ed7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-05

    bugfix: catch all errors in a yum transaction to even catch attribute
    and syntax errors in yum. Fixes fd#17920

M	backends/yum/yumBackend.py

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

    bugfix: use the correct command names in packagekit-background.cron
    to fix fd#17875

M	data/packagekit-background.cron

commit 7cd62709f5281aa831c5507ee08a8ae93fb3b194
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-05

    APT: Dpkg calls should use the same system root as the apt cache

M	backends/apt/aptDBUSBackend.py

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

    trivial: update screenshot

M	docs/html/img/gpk-prefs.png

commit 39f1db358b887b32c45e37380325b4db57227c91
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-04

    API addition: add a Destroy signal when we destroy the interface, else
    a client has no idea if it's safe to call into the interface. Nothing
    uses this yet.

M	libpackagekit/pk-client.c
M	src/pk-interface-transaction.xml
M	src/pk-transaction.c

commit 4fb434e5290ca2c89b1175bf07e77b4f42c6d1a5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-04

    bugfix: we are allowed to cancel queued (and not running)
    transactions, and make sure the frontend shows the right thing when
    we do

M	src/pk-transaction.c

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

    bugfix: when we query the progress of a transaction, use the cached
    transaction values rather than querying the backend, as it might not
    be the transaction actually running at the moment. Also tidy up the
    signal emission while we are here

M	src/pk-transaction.c

commit 5c3145d036004d9fec531dff22d167f52fe7321d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-04

    Trivial fix in Python daemon backend: Use a string array instead of a
    string in Resolve call

M	python/packagekit/daemonBackend.py

commit f86de98de9d919137f8a96e61848ec31a17725f3
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    trivial: save and restore the new debugging state as the daemon
    does clearenv

M	src/pk-main.c

commit 86887700cef2d9017c961156bd8e6568e16d2dc1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-03

    bugfix: use environent variables rather than static instance
    variables to hold the debugging state, so that we can get access to
    libpackagekit debugging when compiling with external programs

M	client/Makefile.am
M	libpackagekit/Makefile.am
M	libpackagekit/egg-debug.c
M	libpackagekit/egg-debug.h
M	src/Makefile.am

commit 6a1622814dbda9ad5f233c4a5575e5071be2c2a8
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    bugfix: what a caller does GetTid and then crashes, the daemon does
    not timeout the transaction

M	src/pk-transaction-list.c

commit 488d4384f4f05e009c7637c9394099c8e2ee1b3d
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    bugfix: if the refresh cache fails, don't do the PkRefresh actions

M	src/pk-transaction.c

commit 3472cae81fbba55021b608662e6209b23cae0279
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-03

    trivial: eork around automake oddness

M	etc/.gitignore
M	etc/Makefile.am
R099	etc/Vendor.conf.in	etc/Vendor.conf

commit 05a7f0be277671fac085d0299c6ca91cc5116ab0
Author: Thomas Spura <spurath@students.uni-mainz.de>
Date:	2008-10-03

    Updated German Translation

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

M	po/de.po

commit 3fb1fd6fdb51ea8204dbda375032406945a59a5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-03

    trivial: new group enum: vendor

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 35213cf1cc03bdb8c9bb41b5628ce60c44ccd23f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-03

    feature: add a way for a big company to change the name of the
    vendor group

M	etc/Vendor.conf.in

commit f55f858596efc1c17cbaa4f53547f23aa779f642
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-03

    feature: add a file Vendor.conf that allows vendors to change the
    URLs used in the frontend programs

M	contrib/PackageKit.spec.in
M	docs/html/Makefile.am
A	docs/html/pk-package-not-found.html
M	etc/.gitignore
M	etc/Makefile.am
A	etc/Vendor.conf.in

commit 2ba6755a37c1824765bb65961f7fb1b626327738
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    bugfix: instead of waiting in pk_spawn_exit, block so that we can't
    try to execute other scripts while it's exiting

M	src/pk-spawn.c

commit cb3676b186c9cbab11e71e91a6e39b3f2b108cdb
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    trivial: add some debugging into the daemon output

M	src/pk-transaction-list.c

commit c2e153f63c23a613c930c32b6ebe231c7f8f5f26
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    trivial: spend less time unlocking to speed up test suite

M	data/tests/pk-spawn-dispatcher.py

commit 2c34023dcd98c14b2c128cc7bf5382cd409f3294
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    trivial: use unknown, rather then the random 999 as a self check code

M	src/pk-spawn.c

commit d41b61fd3ce1031e659458cf98c560d114f125bf
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    trivial: add a unit test to test for re-entrancy in pk-spawn, which
    we fail miserably

M	src/pk-spawn.c

commit c265a6a9de9b385efb022805e57666a996f5793a
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    trivial: make the test dispatcher more realistic by adding delays
    in __init__ and unLock

M	data/tests/pk-spawn-dispatcher.py
M	src/pk-spawn.c

commit 5a3f1db2bc4386730b729095b13aeb4fe00c362e
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    bugfix: when we exit the dispatcher with 'exit' ensure we unlock
    if locked

M	python/packagekit/backend.py

commit 90318875a1ac21897c4f5d5ec1e629ec24b15527
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-03

    bugfix: unlock the backend before we send finished on ErrorCode as
    unlocking may take some time

M	python/packagekit/backend.py

commit 2d52ad93dfdb23b1dcd83710f8d8623903fd628a
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-02

    trivial: warn if we try to respawn when trying to kill the daemon

M	src/pk-spawn.c

commit 03861450cc000086c065dec9b36ea5ca54512b30
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-10-02

    trivial: add placeholder for arch groups

M	backends/smart/smartBackend.py

commit 424396b1257b8344d4c00fbf91cfe39b245f6d4c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-10-02

    smart: restore the backend.reset() that got lost in refactoring

M	backends/smart/smartBackend.py

commit cf28e82c89a9d09a7a1bbf50550c8c3f92117f30
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-02

    APT: add a note about implementing the codec search using debtags
    (will
    be used by Debian)

M	backends/apt/TODO

commit 0038405dc87f95e3d7e776682ccd9231caac0ee4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-10-02

    APT: Instead of using the raw codec string in WhatProvides use the one
    produced by the gstreamer packagekit plugin

M	backends/apt/aptDBUSBackend.py

commit d9fe3c33fa86f75658a9451ab4ac158524eadada
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-10-02

    smart: implement GetMimeTypes

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

commit c0f591b3d0d946b7f9abebb7beef5d03201d58b1
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-02

    bugfix: fix a theoretical hang where we could try to reuse a exiting
    instance

    As pk_spawn_exit() was blocked in pk_spawn_argv(), a new process
    could not be spawned when
    the instance was shutting down. This was not the case when
    pk_spawn_exit() was called from
    PkBackendSpawn, and so if the backend was in the process of exiting
    and a new command was
    send to the dispatcher, the daemon would stop processing existing
    requests.
    The fix is quite simple, forcing pk_spawn_exit() to wait for
    completion in all cases,
    and then to add an extra flag to differentiate between a forced exit
    and the changing of
    the dispatcher

M	src/pk-spawn.c

commit 02ebc9464f927c7eb822f6954adcb09d4e63558e
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-02

    trivial: add two new yum comps mappings

M	backends/yum/yumComps.py

commit 3fe0ae74b6b781cd4a4238695284a50430bf1895
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-02

    trivial: fix a few comments in PkSpawn

M	src/pk-spawn.c

commit ab20f4d10c0c8484a26e2720031ad3bfaf760b2a
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-01

    trivial: do the dbus-glib timeout in libpackagekit too

M	libpackagekit/pk-client.c
M	libpackagekit/pk-control.c

commit df767a6039a00a1873edd4f26a458ffd58a67933
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-01

    bugfix: set the default timeout to the maximum as dbus-glib times out
    after 25 seconds and it may take longer to install a codec than that

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

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

    trivial spec fixes

M	contrib/PackageKit.spec.in

commit 0cf5e1f613a0f07f163c4de1c56d76852f16193d
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-10-01

    trivial: add some debugging about the XID set in the gstreamer helper

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

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

    trivial: get the nice value of the spawned process from
    BackendSpawnNiceValue in the config file

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

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

    feature: renice the spawned process so that we don't hog the system
    when doing automatic updates

M	src/pk-spawn.c

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

    feature, API addition: Add the GetMimeTypes method that can be used
    to get the MIME types of packages supported

M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt/pk-backend-apt.c
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.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	libpackagekit/pk-control.c
M	libpackagekit/pk-control.h
M	src/pk-backend-internal.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-interface.xml

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

    trivial: use get_groups, get_filters order in the prototype, this
    is what every backend does...

M	src/pk-backend.h

commit 368f1bdeb73d9932d68750b316501bfc9fc2484a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-10-01

    trivial: rename the no_nb translation to nb on advice of Kjartan
    Maraas

D	po/no_nb.po

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

    trivial: rename the no_nb translation to nb on advice of Kjartan
    Maraas

M	po/LINGUAS
A	po/nb.po

commit acd449e52361c03fb36dedf6624b0774596f13c2
Author: S.Çağlar Onur <caglar@pardus.org.tr>
Date:	2008-09-30

    PiSi: Trivial changes for pisi-dispatcher work

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

commit eb796b7b850700a5906a6dd252a97e79623fa435
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    trivial: rename some of the sub packages for fedora to better match
    the naming specification

M	contrib/PackageKit.spec.in

commit babb32605f35511091970ea4aa2d9142a36d5ffb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    trivial: urisource also needs the 64bit suffix too

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

commit 0650ff649b56589069a06146d732d5d8b052bf0c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    bugfix: make the pk-gstreamer-install helper emit proper GStreamer
    exit codes

M	configure.ac
M	contrib/PackageKit.spec.in
M	contrib/gstreamer-plugin/pk-gstreamer-install.c
M	contrib/gstreamer-plugin/test.sh

commit c730b13ee2fb80770989495cab8124aef433e912
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    trivial: prefix the messages in the PackageKit helper

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

commit cc3c4a6e08ed560a3f5b5ecc46102ec370aeaa3e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    bugfix: use a ()(64bit) suffix for the package provides on 64 bit
    machines

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

commit 6115714edc109771f0ee3b7feae9a1cc8cc83069
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-30

    APT: Fix StateHasChanged call after a cache update

M	data/20packagekit

commit 71f45a3246016ef13f7bbc9e164e82951a3df6d8
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-09-30

    bugfix: remove items about to be run from the transaction list
    without crashing

    The daemon sometimes crashes when a large number of requests are
    queued and then cancelled
    This is because by sheer luck (on unluckyness...) we get a request
    in the idle time between
    the transaction being scheduled to run, and actually being run.
    In this case, save the idle callback ID, and stop the callback
    from occurring

M	src/pk-transaction-list.c

commit 42b941e205eb3296cfdaf9506b80fdf8081ecace
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    feature: do a continual self check in PkTransaction to make sure
    broken backends cannot wedge the daemon

M	src/pk-transaction-list.c

commit 2cf2227030b2840e0a3508f7f5c6fce3f1040c5f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-30

    trivial: remove the self tests from the fedora spec file, it takes
    waaaay too long to build

M	contrib/PackageKit.spec.in

commit 1f9ef537aed5622bec903ce20afa6706893ff206
Author: Thomas Spura <spurath@students.uni-mainz.de>
Date:	2008-09-29

    Updated German Translation

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

M	po/de.po

commit a7e9344c434a7184538b1ffdf0b3fe330ff986f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 1227138e30e8d312f54efe2f5cd4ab8d718f8ad0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    Release version 0.3.5

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

commit 6d86c8d10e7a3aea3bd52b1cd320c80721bbb4fc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: remove debugging from yumComps

M	backends/yum/yumComps.py

commit 69193b66827ce3cbe1ce3e7c9439f19726adc61f
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-29

    yum: added missing import

M	backends/yum/yumComps.py

commit 6ba48001bed4d2fb03a536eebc2bf1abf35c53e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    bugfix: libpackagekit needs sqlite, so mark it as such in the
    pkgconfig file

M	data/packagekit.pc.in

commit e52fbfabebab7954a31a00c12637db63d3bb2df7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: pylint fix

M	backends/yum/yumComps.py

commit 46795793fe46cc7ee815d704424b6030fd3b0e8a
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-29

    yum: make the yum comps db use a version, so we can change the schema
    in the future

M	backends/yum/yumComps.py

commit 72016f1cd82d6b9acffa4608b63d47984c51d369
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    yum: fix getting the update list after we installed updates

    yum 'helpfully' keeps an array of updates available, so if we:
    1. open a dispatcher with get-updates
    2. install an updates with update-packages
    3. get the update list with get-updates
    then the package that was just updated is marked as an update

M	backends/yum/yumBackend.py

commit 3e331e8bc899ef252ae926e0279ed98fbe0bc360
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    yum: always enforce a finished call after ErrorCode to avoid a
    daemon warning

M	python/packagekit/backend.py

commit ac6dfcdcee993de23352f183508e1e44074aacd5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    feature: keep an array of mtimes for the desktop files so we don't
    force processing each unchanged one when we do RefreshCache. Fixes
    fd#17817

M	contrib/PackageKit.spec.in
M	src/pk-refresh.c

commit afcbc92cc4718f04f32d554388a08c9b67e94ba4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: use EggStringList in the future

M	src/Makefile.am

commit 40baf800760af0b4c4b2687f7caa193a2212651c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: add EggStringList (superclass of EggObjList) for storing
    string lists

A	src/egg-obj-list.c
A	src/egg-obj-list.h
A	src/egg-string-list.c
A	src/egg-string-list.h
M	src/pk-self-test.c

commit 824ae320890d69d90f56dfa8d9904989a3879aee
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: add egg_obj_list_set_compare() so we can do
    egg_obj_list_remove_duplicate() and also make egg_obj_list_remove()
    remove all entries

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 1d8b051bc0bd746868a0e8c9cae7750352a6b1b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: in docbook introspection, we use doc:tt, rather than literal

M	src/pk-interface-transaction.xml
M	src/pk-interface.xml

commit 6436492fbff2c989b52dbce9f2fbdb53698bc3d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-29

    trivial: add a not about the licence field in the ::Details signal

M	src/pk-interface-transaction.xml

commit ba257466a139fbcf4f7e510a57e65eed1f9607e6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    Add me to the authors page

M	docs/html/pk-authors.html

commit 325b35fc0747f58e66d25b806aded6521440e50a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    Update download information for Ubuntu.

M	docs/html/pk-download.html

commit e1b812fcbd913cce66c6e573c7d11054e570556d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    APT: Use force-confdef and force-confold also in recovery call of dpkg

M	backends/apt/aptDBUSBackend.py

commit b94e94496225b8ddc9ae5641a489dfda55028a1c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    APT: Fix path of apt config file

M	data/Makefile.am

commit 81de5ed895828cbc016e206983c503bb2eb3b7eb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    APT: Instead of catching and answering a config file prompt just
    set the dpkg options --force-confdef and --force-confold

M	backends/apt/aptDBUSBackend.py

commit 1365f4ef32ba8120b580648cb90323731929a43b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    APT: Fix config file prompts in direct dpkg calls and add a small
    sleep
    before sending the answer to give dpkg a chance to show the dialog

M	backends/apt/aptDBUSBackend.py

commit 33f230a680b95fa5928ff3fb9d37c596b6ed1c80
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-29

    APT: scan for debian bugs and cves referred to in the changelog

M	backends/apt/aptDBUSBackend.py

commit 4e50dbce1ec5a5bfbde68dda862f787738b034be
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-28

    APT: Fix some errors and warnings reported by pylint

M	backends/apt/aptDBUSBackend.py

commit 3bfbfd026943d3f26c2c8d79c167c51350d90a15
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-28

    APT: Fix whitespaces reported by pylint

M	backends/apt/aptDBUSBackend.py

commit 848487d53aef49bbebfe5c3ff7599843acd5aa4a
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2008-09-28

    Updated catalan po

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

M	po/ca.po

commit cc1a6a5c198e798e304cd338b16aec1596438b58
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-28

    yum: remove some insane pylint suggestions (sorry Tim :-)

M	backends/yum/yumBackend.py
M	python/packagekit/pylint.sh

commit 638a3cfda8b6691907d41183d46a9c3ee3669685
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    smart: use loader.getInstalled() instead of channel.getType()

M	backends/smart/smartBackend.py

commit db344e5feab8b789e4f7b61ec8a2bfa530e919a1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-28

    APT: Several small fixes to the dpkg calls: only apply changes to the
    cache if there are additional dependencies to install. fix a typo in
    _unlock_cache call. return in the case of an exception.

M	backends/apt/aptDBUSBackend.py

commit cfbee8f92a85f8f86a6cd50577da46dc32c3656e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-28

    trivial: add the convenience helper pk_package_ids_from_text()

M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-ids.h

commit f2c3220e6ed0cdf87aafcb554d61cd0787ccdbe6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-28

    APT: Do not require to lock the cache before running dpkg. apt_pkg's
    cache lock fails if not all packages are configured from which we
    try to
    _recover()

M	backends/apt/aptDBUSBackend.py

commit dbaa846ec24e7e573ec7ef8675d8135124d9831a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    trivial: make both linebreaks weird

M	backends/smart/smartBackend.py

commit b49d3c9f775503415ca6ce049219c1b54925176a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    smart: look for apt metapackages as well as yum/yast

M	backends/smart/smartBackend.py

commit c5b7f4d70341ebefd46cf9a7d99400d03b994e08
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    trivial: add missing symlink

A	backends/smart/packagekit

commit ba9df555fe7f7bc929de76d5ffa6874d43415199
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    smart: pathlist implemented for rpm-md, so remove search_file comment

M	backends/smart/smartBackend.py

commit 237412670e20bfabd05b6a66a9bcefaeb21696e1
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    trivial: add smart TODO

M	backends/smart/smartBackend.py

commit 1921d3ff1e822fca70a9a4ef8ea63f7cb4fd09f4
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-28

    trivial: add packagekit.progress for... erhm, future use

M	backends/smart/smartBackend.py

commit 52f05866b347afd1d8b9c3d2443f76d1d24fb653
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-28

    python API: add the right type to obj vars and add
    name,ver,arch,repoid vars to the Package object

M	python/packagekit/misc.py

commit 4c9f139ea56a28fda4bf8e96d28cdfabe1f3bddb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-28

    APT: Follow api change in the client library

M	backends/apt/test.py

commit 95924a22b0a306554a7ca56e973ed3d582a95271
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    Python client: store 'free' strings as unicodes instead of utf-8
    encoded
    strings

M	python/packagekit/misc.py

commit 6d0210eecedf1cb1e82e75d3e9af5aaa478f917a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    Python client: store the whole info in PackageKitPackage. This is
    required for e.g. GetUpdates

M	python/packagekit/misc.py

commit 1404f906264ceab358eb7fb695b1239dc960b951
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Call doExitDelay in doExit

M	backends/apt/aptDBUSBackend.py

commit 4f49fe11b9db7f6a82e3a09404f7bba9d3a78261
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    DaemonBackend: the doExitDelay should be called in the doExit
    implementation

M	python/packagekit/daemonBackend.py

commit 6b9917f3a90ce20997a7f2f9c21750fc01ba82a3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Follow renaming of async decorator and make GetFiles threaded

M	backends/apt/aptDBUSBackend.py

commit a438bf1b3ed520af532f469916c342116af55ba5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    DaemonBackend: Rename async decorartor to serialze to avoid confusions

M	python/packagekit/daemonBackend.py

commit 4751617bec9f7ee2d85014c2901f006faadf6a78
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Make the master fd of the child non blocking

M	backends/apt/aptDBUSBackend.py

commit 222d55f0d4e4d8327a52abd7538f2f500ad070c9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Fix a wrong error enum

M	backends/apt/aptDBUSBackend.py

commit ca1adf826654b5ef56ff4ff690db21b48b5ed8ca
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Use openpty() to create a fd which can be used for stdin
    and stdout
    in the dpkg call

M	backends/apt/aptDBUSBackend.py

commit d8fe891f4201f43773037f4133befb4b65f3d7ea
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Try to recover from a failed package manager operation by running
    "dpkg --configure -a"

M	backends/apt/aptDBUSBackend.py

commit a9aa1b1a670aa83c99a76ca4a8aec677d66414df
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Copy and paste error handling from apt to dpkg call

M	backends/apt/aptDBUSBackend.py

commit f31ccb5e7d7db5fc0af01b9e966a0b3128200ab8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-27

    APT: Do not fork the whole backend to only run dpkg. Use Popen
    instead.
    Furthermore improve the whole error reporting during installation

M	backends/apt/aptDBUSBackend.py

commit 68798d95de6e121cf77d011d2a72477b238ed11e
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-09-26

    fix returning bogus packages by setting ignoreAlreadyRecommended

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

commit 9bf529a8619891eaeb30606a4dcca3805e1c8ec7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    conary: use PackagekitFilter to reduce a load of complexity

M	backends/conary/conaryBackend.py

commit d1fda00cf50feedea02bbaff62af231a12dd449c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    conary, subclass PackagekitFilter, not used yet

M	backends/conary/Makefile.am
A	backends/conary/conaryFilter.py

commit 160efa389d5828115a76541159c9536601f18c20
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    yum: use the new PackagekitFilter abstract object

M	backends/yum/yumFilter.py

commit dc8938881fc654bb6122259a1e2201b8cc668c5d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    feature: add an abstract filter object as backends keep getting
    this wrong

M	python/packagekit/Makefile.am
A	python/packagekit/filter.py

commit 3957565415b6004f7ec89723788b6e1e043256d0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    conary: small trivial fixes

M	backends/conary/conaryBackend.py

commit aece24f399607d03358acc308cc15d389072022f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: move some of the methods in yumBackend into functions,
    and get rid of the handle_repo_error decorator

M	backends/yum/yumBackend.py

commit e9d862c8eeb527e94b5cad6ffc4d74b8ce8f9961
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: correct the groups database name, and make the variables
    in main static

M	backends/yum/yumComps.py

commit 16f3ac1947bc3f512135309b346fec6b3bca0763
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: move some of the methods in yumFilter into functions

M	backends/yum/yumFilter.py

commit fc6978a1bd27f9b4780b2239c74af98c3a3180e6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: add some more exclusions to pylint

M	python/packagekit/pylint.sh

commit e6325921b2ed22e49f5616a0a3bf97585b3730f7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial bugfix: correct the method type of resolve

M	python/packagekit/backend.py

commit 6fb5d90fca9830929b0c825da5a0edf43ac3ec5a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: when yum knows the summary, actually use it

M	backends/yum/yumBackend.py

commit cd6f27a57651b9f532d731234fc22bab756ff879
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-26

    remove the helpers directory

D	backends/smart/helpers/.gitignore
D	backends/smart/helpers/download-packages.py
D	backends/smart/helpers/get-depends.py
D	backends/smart/helpers/get-details.py
D	backends/smart/helpers/get-files.py
D	backends/smart/helpers/get-packages.py
D	backends/smart/helpers/get-repo-list.py
D	backends/smart/helpers/get-requires.py
D	backends/smart/helpers/get-update-detail.py
D	backends/smart/helpers/get-updates.py
D	backends/smart/helpers/install-files.py
D	backends/smart/helpers/install-packages.py
D	backends/smart/helpers/packagekit
D	backends/smart/helpers/refresh-cache.py
D	backends/smart/helpers/remove-packages.py
D	backends/smart/helpers/repo-enable.py
D	backends/smart/helpers/repo-set-data.py
D	backends/smart/helpers/resolve.py
D	backends/smart/helpers/search-details.py
D	backends/smart/helpers/search-file.py
D	backends/smart/helpers/search-group.py
D	backends/smart/helpers/search-name.py
D	backends/smart/helpers/update-packages.py
D	backends/smart/helpers/update-system.py
D	backends/smart/helpers/what-provides.py

commit 299f88d1f4be279a660716330269251d9543b60a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: fix a typo i made in the conary backend

M	backends/conary/conaryBackend.py

commit 74ce46fbfc55c2d48330d82564395cf38b1d5410
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: remove the old helpers from apt.deprecated, just to rip
    out really dead code

R100	backends/apt.deprecated/helpers/aptBackend.py
backends/apt.deprecated/aptBackend.py
D	backends/apt.deprecated/helpers/.gitignore
D	backends/apt.deprecated/helpers/Makefile.am
D	backends/apt.deprecated/helpers/get-depends.py
D	backends/apt.deprecated/helpers/get-details.py
D	backends/apt.deprecated/helpers/get-repo-list.py
D	backends/apt.deprecated/helpers/get-requires.py
D	backends/apt.deprecated/helpers/get-update-detail.py
D	backends/apt.deprecated/helpers/get-updates.py
D	backends/apt.deprecated/helpers/install-files.py
D	backends/apt.deprecated/helpers/packagekit
D	backends/apt.deprecated/helpers/refresh-cache.py
D	backends/apt.deprecated/helpers/repo-enable.py
D	backends/apt.deprecated/helpers/resolve.py
D	backends/apt.deprecated/helpers/search-details.py
D	backends/apt.deprecated/helpers/search-file.py
D	backends/apt.deprecated/helpers/search-group.py
D	backends/apt.deprecated/helpers/search-name.py
A	backends/apt.deprecated/packagekit
M	backends/apt.deprecated/pk-backend-apt.c

commit e04169af2378aa2f5ae51538666c5fc07e114aa9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: fix build after removing pisi

M	configure.ac

commit c90f0003bb45965dd5db2a0941f2ea37a51c73aa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    pisi: convert the backend to using a dispatcher

M	backends/pisi/.gitignore
M	backends/pisi/Makefile.am
D	backends/pisi/helpers/Makefile.am
D	backends/pisi/helpers/get-depends.py
D	backends/pisi/helpers/get-details.py
D	backends/pisi/helpers/get-files.py
D	backends/pisi/helpers/get-repo-list.py
D	backends/pisi/helpers/get-requires.py
D	backends/pisi/helpers/get-updates.py
D	backends/pisi/helpers/install-files.py
D	backends/pisi/helpers/install-packages.py
D	backends/pisi/helpers/refresh-cache.py
D	backends/pisi/helpers/remove-packages.py
D	backends/pisi/helpers/repo-set-data.py
D	backends/pisi/helpers/resolve.py
D	backends/pisi/helpers/search-details.py
D	backends/pisi/helpers/search-file.py
D	backends/pisi/helpers/search-group.py
D	backends/pisi/helpers/search-name.py
D	backends/pisi/helpers/update-packages.py
D	backends/pisi/helpers/update-system.py
A	backends/pisi/packagekit
R097	backends/pisi/helpers/pisiBackend.py
backends/pisi/pisiBackend.py
M	backends/pisi/pk-backend-pisi.c

commit e7c6cf63398cfa7f08ff569709c8aadea28e74b5
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-26

    smart: always use the dispatcher

M	backends/smart/Makefile.am
D	backends/smart/helpers/Makefile.am
M	backends/smart/pk-backend-smart.c
R100	backends/smart/helpers/smartBackend.py
backends/smart/smartBackend.py
M	configure.ac

commit 55c8edf834bf42dc29ec9ef7bba704d16c2ca43d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    trivial: convert the conary backend to using the dispatcher, and
    make pylint a little happier

M	backends/conary/.gitignore
M	backends/conary/Makefile.am
R094	backends/conary/helpers/conaryBackend.py
backends/conary/conaryBackend.py
R086	backends/conary/helpers/conaryCallback.py
backends/conary/conaryCallback.py
D	backends/conary/helpers/Makefile.am
D	backends/conary/helpers/get-depends.py
D	backends/conary/helpers/get-details.py
D	backends/conary/helpers/get-files.py
D	backends/conary/helpers/get-repo-list.py
D	backends/conary/helpers/get-requires.py
D	backends/conary/helpers/get-update-detail.py
D	backends/conary/helpers/get-updates.py
D	backends/conary/helpers/install-packages.py
D	backends/conary/helpers/packagekit
D	backends/conary/helpers/refresh-cache.py
D	backends/conary/helpers/remove-packages.py
D	backends/conary/helpers/repo-enable.py
D	backends/conary/helpers/repo-set-data.py
D	backends/conary/helpers/resolve.py
D	backends/conary/helpers/search-details.py
D	backends/conary/helpers/search-group.py
D	backends/conary/helpers/search-name.py
D	backends/conary/helpers/update-packages.py
D	backends/conary/helpers/update-system.py
A	backends/conary/packagekit
M	backends/conary/pk-backend-conary.c
M	configure.ac

commit 5fa64d59cc509edddddca53e4f8294dde6f6e3eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    bugfix: remove all the funny '^','|',<tab>,etc seporators and make
    the delimiters all the same

    The whole ^, |, \t space thing is pretty broken right now. I've
    just discovered a bug in GetDepends where multiple package_id are
    not being processed.

    I've committed a patch into git which sorts things out,
    once and for all. There's a constant PK_PACKAGE_IDS_DELIM (or
    PACKAGE_IDS_DELIM in python) that splits the package_ids, and
    PK_BACKEND_SPAWN_FILENAME_DELIM (python FILENAME_DELIM) is used to
    delimit multiple paths.

    Other changes:

    * pk_package_ids_to_text no longer takes a delimiter argument,
    as it's hardcoded to the define.
    * pk_va_list_to_argv no longer does insane things with '|'

M	backends/apt.deprecated/pk-backend-apt.c
M	backends/conary/pk-backend-conary.c
M	backends/pisi/pk-backend-pisi.c
M	backends/smart/helpers/get-depends.py
M	backends/smart/helpers/get-details.py
M	backends/smart/helpers/get-files.py
M	backends/smart/helpers/get-requires.py
M	backends/smart/helpers/get-update-detail.py
M	backends/smart/pk-backend-smart.c
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
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-utils.cpp
M	contrib/PackageKit.spec.in
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-ids.h
M	python/packagekit/backend.py
M	src/pk-backend-spawn.h
M	src/pk-interface-transaction.xml
M	src/pk-transaction.c

commit a47824dcc64c9e91300d761af6db9da5817f6df9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    yum: make the check for additional deps much faster in the specific
    case where we can emulate a transaction

M	backends/yum/yumBackend.py

commit 2e4e95fd18ed0f5c2ec36c26e27ae0ddcf570ddb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-26

    bugfix: fix up a couple of potential crashers in PkControl if
    SetLocale fails

M	libpackagekit/pk-control.c

commit e680a7d3ae578118f3227a2bcb478e26266fdb23
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-09-25

    Updated Polish translation

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

M	po/pl.po

commit fa0f6eaf0a3d2e1ad3bed17e4d15880f96cbae41
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    feature: Add a helper which can be used by GStreamer to install
    codecs. The conversion code was written by Bastien Nocera
    <bnocera@redhat.com>

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
A	contrib/gstreamer-plugin/.gitignore
A	contrib/gstreamer-plugin/Makefile.am
A	contrib/gstreamer-plugin/pk-gstreamer-install.c
A	contrib/gstreamer-plugin/test.sh

commit 1c2564073328b1ca7209e0c3691d6970da9f2c1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: enable the unit tests in the rpmbuild so we can get some
    decent coverage stats for the other archs

M	contrib/PackageKit.spec.in

commit 6cee8a5a4503c089d891e5dd7de74d07aed989e9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-25

    APT: only report repo and distro upgrade methods available if the
    corresponding python modules are installed

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

commit 6a05287d076698fdc86a944c3bcd299c25b7dc73
Author: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>
Date:	2008-09-25

    Add new Malay translation

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

A	po/ms.po

commit 7bb6764c33733266357271ebc1acf634216daf7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: skip the GObjects that require packagekitd to be running
    if it is not already running

M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-task-list.c

commit fa8638a0f06907fdc252513c155bc327e22feec6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: the last self check is only valid for developers as otherwise
    the warnings won't be shown

M	src/pk-backend.c

commit e8cd656aaa21e7d10ae2bf7d61c96abbbc4f6dea
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    Revert "trivial: fix up the deps for the web plugin"

    This reverts commit 5ce029a5383858dddc01d19ba26d61675ecee4ee.

M	configure.ac

commit fd474df5e46530ecb8e85ecd6b523de2fdccd6e5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: dist pk-spawn-dispatcher.py so we can use it in the self
    check library in a buildroot

M	data/tests/Makefile.am

commit 9567d65bbacbb70ae4a1eaa718029bbee9c7772e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: fix up the deps for the web plugin

M	configure.ac

commit 1dd040cde05e1f652c85a1f530593b47481a8120
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: fix up two errors missed by the regex

M	backends/yum/yumBackend.py

commit 6ce5383fae974a2074d9d54062f3e384c2f37b50
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: fix up the fedora spec file

M	contrib/PackageKit.spec.in

commit e6f183ab41fbe0da3e353f2298f91ee0387f9540
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-25

    APT: Small fixes to the test script

M	backends/apt/test.py

commit d01ca3caa591357d52af6ddff4389e3ee4bf42ee
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: add a chunk of self tests to detect if we get data out of
    cache properly

M	src/pk-transaction-list.c

commit 6ecb3bfe1df281a6045be08d92c937f04dd79df5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: up the timeout for the self test as we are now waiting for
    finished in an idle loop

M	src/pk-backend.c

commit 46ac584d1bebe13aad0d4865ada2a204e25bed8c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    bugfix: finish a cached transaction in an idle loop

    When returning results from a cache we should always return finished
    in an idle
    loop so we can block and wait for a response without having to know
    if we need
    to wait for ::Finished()

M	src/pk-transaction.c

commit 0e3ce574a263c79710de0208747e2bfe90f0c5dd
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: use search-name and search-details in the PkTransactionList
    self tests, as i'll want to use get-updates further up with a cache
    setting check

M	src/pk-transaction-list.c

commit 770e28c78c35bc5b908c4e221acdbd0d9579934e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: check for context in more places so we can use more methods
    in the self check framework

M	src/pk-transaction.c

commit fe312025f84c0586e442b58d01b0fac460e9c509
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: emulate the PkEngine closer in the self check by keeping
    an instance of PkCache around

M	src/pk-transaction-list.c

commit 879ce36e4cd7dd042d7e2e7bf30594065d2bff02
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: add some new CPPFLAGS to warn on using deprecated functions

M	configure.ac

commit a414324ef8779cd4bd6dde9f1432703e3da00ee9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: don't use depricated functions

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

commit 196465108d9622fdc47d4dde93396d0a659dfbc0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: make rpmlint a bit happier with the python packagekit
    bindings, and fix up a few potential bugs on the way

M	backends/yum/yumBackend.py
M	python/packagekit/backend.py
M	python/packagekit/client.py
M	python/packagekit/daemonBackend.py
M	python/packagekit/frontend.py
M	python/packagekit/misc.py
M	python/packagekit/package.py
M	python/packagekit/pkdbus.py
M	python/packagekit/pkexceptions.py
M	python/packagekit/progress.py

commit bbdd6eb8d3cd5d077affdb8a62ffba7dd8a87c7f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: add the pylint file I'm using

A	python/packagekit/pylint.sh

commit 5011f7a47e84d5ab33560f4dfb3d6c52110690b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-25

    trivial: some pylint updates for the yum backend

M	backends/yum/yumBackend.py

commit c8f511845f8f32256d68f0fda7244554f6c317be
Author: Adam Pribyl <covex@lowlevel.cz>
Date:	2008-09-25

    czech translation update

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

M	po/cs.po

commit c2dcf083eda89fc9dac124f838e4d683bcb64831
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-24

    APT: Enhance the test script to a full package client.

M	backends/apt/test.py

commit 782933319273985c7205177bf8d4590a5acd9692
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-24

    trivial: fix whitespace in the yum backend to make pylint a wee
    bit happier

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py
M	backends/yum/yumFilter.py

commit 0496b8e5b1637813721227db9d1623697d16a660
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-24

    trivial: fix make check

M	po/POTFILES.in

commit 3f184fbb5b4b67026b0820b5f7c54268c4ab8599
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-24

    yum: remove some debug printing

M	backends/yum/yumBackend.py

commit 36497d96bff993b427de314a6f6a9aceabbae96e
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-24

    use the LANG environment var to set language of group names &
    decriptions

M	backends/yum/yumBackend.py
M	python/wrapper-test.py

commit 054f65893271d65c0d77a19c1df3705a1316f7f7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-23

    trivial: adjust whitespace to make pylint happy^Hier

M	backends/smart/helpers/smartBackend.py

commit cff29ad13c709150346dafff389e67da97a3186e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    yum: more trivial pylint fixups

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py
M	backends/yum/yumFilter.py

commit 960f66459924aefda71b43ce655dcc56f85c0029
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-09-23

    alpm: search-details stuff changed and moved to another thread,
    cleaned up unneeded functions

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

commit 31a72316e227fba9a9efe59999c46b228b5d847a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    yum: fix up a load of issues with rpmlint in yumBackend

M	backends/yum/yumBackend.py

commit 916b56a6c2acffe5ef3f6ba4e3f18486bdcc8fdd
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    yum: fix the name of the enum when no mirrors are found

M	backends/yum/yumBackend.py

commit d53e48a3f960fb04c99aa75d774acc117aab5a5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    Revert "Revert "change the default of RefreshCacheScanDesktopFiles
    and RefreshCacheUpdatePackageList to true. Distros that have slow
    methods may want to disable these""

    This reverts commit 0da977a67ea3e74e556b847e0085737bbb1f28fe.

M	etc/PackageKit.conf.in

commit 4b9af65c387a24113e98e8ffb22f39b140e38ea4
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-23

    smart: restore the missing installed collections

M	backends/smart/helpers/smartBackend.py

commit 541e907954d5920d7bb84663b5d0648d0f1fb164
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-09-23

    alpm: get-packages stuff changed and moved to another thread,
    removed unneeded get_packages function

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

commit c2dd08fad789b436fbcfce2c27f848f0dc6dced8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: add a self check screenshot

A	docs/html/img/pk-self-check.png

commit 3e6fb992d95b504e7b568931467390cd63d30c51
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    bugfix: check if an instance is already running which can happen
    when developing PackageKit

M	src/pk-main.c

commit 3e1b512bc2614add7f5be50c855a2b2dba08742f
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-09-23

    alpm: search-group stuff changed and moved to another thread,
    removed unneeded find_packages_by_group function

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

commit 4bf1016b0e5429c0acd611180d7b94479e4243a5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    bugfix: when we have more than one transaction queued, don't try to
    run them all at once

    This bug was never triggered before as we were running
    eachpk_transaction_run in a loop
    and so blocked at this point. Now we are idle_add'ing them, it's
    possible for all of
    the remaining queue to be dispatched at the same time.
    This fixes the bug where the dispatcher would sometimes fail to run
    the second method
    and PkSpawn would error out with 'trying to set timeout when
    already set'.

M	src/pk-transaction-list.c

commit 86828e5ff74d7feb0f79bfd599d15c7405d87936
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: add some unit tests to PkTransactionList for multiple
    scheduling that we fail totally... bugfix coming up

M	src/pk-transaction-list.c

commit baf68dd0b93ebcebff1f12666bbfc411ae6d26b0
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-09-23

    alpm: removed unneeded find_packages_by_name function

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

commit 381362dccb9b1ff4d9257c370678280e06c0ac3a
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-09-23

    alpm: search-name stuff changed and moved to another thread

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

commit 09cd9d18efebb6b1ca88653e1ab642cf439d694e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    bugfix: don't send ::Finished() when the script exits because of a
    dispatcher exit

    What we are seeing here is the backend being finished when it is in
    another transaction
    and hence returns no results and then puts up warnings that there
    was no status reports.
    This only seems to happen when we are making the dispatcher be
    reloaded again and again,
    for instance using pk-import-specspo and a RefreshCache() at the
    same time

M	src/pk-backend-spawn.c

commit b1a22987e86130427982b1788b445d1c85bf13ce
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: add some better debugging to help debug a crash

M	src/pk-transaction-list.c

commit 907c424aa1312962b446b7111bb601486ac70807
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: use pk_extra_set_access in pk-import-specspo

M	client/pk-import-specspo.c

commit 9e39b448be02dbfe2b9db5241e030d0b254adc41
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: improve some debugging in PkSpawn

M	src/pk-spawn.c

commit d21b61c03952e2e5f8e080735c6a61315d20d536
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-23

    yum: added set-locale support and return translated collection name
    & decription

M	backends/yum/yumBackend.py
M	python/packagekit/backend.py

commit f1efad534d3dee39284d09be764943ff1f28597f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: remove pk-import-desktop and pk-generate-package-list as
    we can do this in the server now

M	client/.gitignore
M	client/Makefile.am
D	client/pk-generate-package-list.c
D	client/pk-import-desktop.c

commit 5638a8c7e76d1054d3f964d9ef153d1d41a17c72
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: fix up the conf filename now we don't crash the daemon...

M	src/pk-transaction.c

commit 061755a7dc595c71a720192938ca6ed093918012
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-23

    trivial: reduce the backend grace time to 10ms as we want to process
    requests faster than 20/sec

M	src/pk-backend.c

commit d714ada5de0c3a885d8854b6ad8c43c23dfa2ed6
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-09-23

    alpm: added support for new pacman, resolver stuff changed and moved
    to another thread

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

commit 1eb1ffbe8db84cb0eff713f9102e2e199eb9d28a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial: use pk_extra_set_access to speed up the database access

M	client/pk-import-desktop.c
M	src/pk-refresh.c

commit 091346e82a45f893e4b8d79df102d51a19ae2367
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    bugfix: turn off synchronous fsync when using PkExtra as the data
    isn't valuable, and we can reduce the time of the desktop scanning
    by 80%

M	libpackagekit/pk-extra.c

commit a0212c88048aa59d9eeab6aba4a52ac61eb565ca
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial: don't debug every line from stdout

M	src/pk-backend-spawn.c

commit 69e0e7f3922c1014dfe3c108a1326409f81f7933
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    feature: add in new API pk_extra_set_access() so we can avoid loading
    data when we are just writing to a database

M	libpackagekit/pk-extra.c
M	libpackagekit/pk-extra.h

commit 87d4f6dd8971b97763fa682f8039e1ed518b992b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 8a66b0eedef5b4f7b2430160f49d96b6524c509d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    Release version 0.3.4

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

commit 8f79d9ab774ba96d6f29883da127a7ace0e77619
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-22

    APT: Check if the in memory cache is insync with the file cache in
    _check_init()

M	backends/apt/aptDBUSBackend.py

commit e2ab98eeb21af2a47274488a99086657ce935a50
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    feature: use a new in-process desktop scanner and package list
    generator, but leave then default off as they can crash the daemon

M	src/pk-transaction.c

commit 151c9aaf1782306f81e16efb3ff618f842fc63f2
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    trivial: copy/paste bug

M	backends/smart/helpers/smartBackend.py

commit 681a05ee80231d47edc58c3db998946e9b92a729
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    trivial: it's not an array

M	backends/smart/helpers/smartBackend.py

commit ee5ee4baadf5ca553fd9c169eb6291b737e813c7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial bugfix: disconnect ::Finished() and ::Package() after using
    to fix a segfault

M	src/pk-refresh.c

commit e340fca278a04fe71c0fb2d416ade60ffabd7761
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    smart: use package_id for get_details, to get data right

M	backends/smart/helpers/smartBackend.py

commit 3a38eba27fcf739fd1144a9f1807ca719e148b04
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    bugfix: make pkcon always overwrite the percentage values even if
    they decrease in digit length

M	client/pk-console.c

commit 06cdbc09a61a5c638444e6fe0fcc09a50e499e40
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    feature: add the desktop file scanning and package list generation
    in process as PkRefresh, but don't connect it up just yet

M	src/Makefile.am
A	src/pk-refresh.c
A	src/pk-refresh.h

commit 2c858cadb8409ba6578c7a3e93fc52d376aee818
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial: add two new status enums, SCAN_APPLICATIONS and
    GENERATE_PACKAGE_LIST

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h
M	tools/add-error-enum.sh

commit a1e3635b121719090225bf1e527e847f5ac77e2d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial: whitespace and comment fixes

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

commit 252555f60c4f0ec8d4c2499c0d9a43cace8991bb
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-22

    yum: let get-details return the right group enum for meta-packages

M	backends/yum/yumBackend.py

commit 5b15a53c19be98cf7fafde8f1f2c4756f98bcbb4
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-22

    yum: make get-details return full category\group for a meta-package
    (comps group)

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit f41d4f6cd41fbff7e6ed9af29fe966a83ea9711a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    convert array to string

M	backends/smart/helpers/smartBackend.py

commit dd5018c8c758a7203233f6bb0a032158856754d8
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    smart: silence UnicodeDecodeError internal errors

M	backends/smart/helpers/smartBackend.py

commit d2e4c66b655c70d069640a812ced3897f0420119
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    smart: report blank instead of unknown for license

M	backends/smart/helpers/smartBackend.py

commit b960ee737a6d905567ae44964236d63f23059ff2
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-22

    yum: make get-depends return packages added from group, not only deps

M	backends/yum/yumBackend.py

commit c7319e3b82c9b2e3b75741ebce640a4f1728c033
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    Revert "change the default of RefreshCacheScanDesktopFiles and
    RefreshCacheUpdatePackageList to true. Distros that have slow methods
    may want to disable these"

    This reverts commit 5977bf83532790c4e6e7a4e69b85011cdbe4cf5b.

M	etc/PackageKit.conf.in

commit 744f0cef17ee2bac8d71140708fb8b765ad6e5a1
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    smart: only allow one download at a time, to avoid confusing interface

M	backends/smart/helpers/smartBackend.py

commit fae6b3f16c247889fcb40261a57c191623f75f4c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    trivial: fix the enum converter now we are static const

M	python/enum-convertor.py

commit a6789f8f4cc6f07c84c018c9a3db5be7245f363e
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    trivial: clean up imports

M	backends/smart/helpers/smartBackend.py

commit 04acdf694e125c66205fc5203341bd1cf149ccd0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    bugfix: add a --quiet flag for the import tools so we can use them
    in the daemon without printing lots of debug text

M	client/pk-generate-package-list.c
M	client/pk-import-desktop.c
M	client/pk-import-specspo.c
M	src/pk-transaction.c

commit 345fdb1cbd00082a06ae085ea7c43f05089babbf
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-22

    zypp:pk_backend_package() expects a summary, not a (long) description;
    fixes gpk-app display using zypp (opensuse@sukimashita.com)

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

commit 28bc31428440ed3a48eb867e8a1f08ebd9b499cd
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-22

    dummy: respect the filter setting in SearchFile

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

commit d3c791c9bda5ec478d33fe6edab12716547cc1d0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

commit 89d9b3b4725cab57c18db7b6af2ef4c47d4f1ee0
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-22

    zypp: fixing segfault (opensuse@sukimashita.com)

M	backends/zypp/zypp-utils.cpp

commit ee27e95b12ab87610f2d1fb7f5c8a7a630e59c8b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

commit 98a981d1f3bd46ba74bf31a5a309a67849e90a9c
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-22

    zypp: check provides if no package was found (search file)

M	backends/zypp/zypp-utils.cpp

commit d80e6097b74d6915a95a62a9f794a634802db5a7
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-22

    zypp: fixing segfault (opensuse@sukimashita.com)

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

commit 4b23d083cf9e83333ac3981d4472792ab6b12531
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    smart: implement GetUpdateDetail

A	backends/smart/helpers/get-update-detail.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 43324d694f6ca1f9608f84a9108d8da330512f93
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    trivial: use temporary variable

M	backends/smart/helpers/smartBackend.py

commit 11d6f17da25ba240e345fc1d20283e2ea73a6d89
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    smart: add download status for non-package/repodata files

M	backends/smart/helpers/smartBackend.py

commit 843048c799e572d2ee39c98e0e56fc7e5a54b557
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-22

    refactor smart package_id to own method

M	backends/smart/helpers/smartBackend.py

commit e83de7cea213276205e4ec794e3d6b8ebc0c83a4
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-22

    yum: get-updates should list obsoletes too

M	backends/yum/yumBackend.py

commit 85214d37f0a4056cb8923dd60ccb0e59787657fb
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-21

    python API: changed license to GPLv2+ for client.py so all python
    stuff has the same license

M	python/packagekit/client.py

commit 72278707bcf173d4d59b1dce1a673c36a49c5f1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-21

    trivial: make the static data tables constant to try and push more
    things up into .text

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

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

    trivial: constification of pk-store

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

commit 970f073d598da25658eba8133246239d8d5a966e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-21

    trivial: abstract out the store functionlity into PkStore so we can
    test it easier

M	src/Makefile.am
M	src/pk-backend-internal.h
M	src/pk-backend.c
M	src/pk-self-test.c
A	src/pk-store.c
A	src/pk-store.h
M	src/pk-transaction.c

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

    trivial: use egg_test_assert to reduce the size of the self tests

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-string.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-details-obj.c
M	libpackagekit/pk-distro-upgrade-obj.c
M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-task-list.c
M	libpackagekit/pk-update-detail-obj.c
M	src/pk-backend-dbus.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-conf.c
M	src/pk-engine.c
M	src/pk-file-monitor-dummy.c
M	src/pk-file-monitor-gio.c
M	src/pk-notify.c
M	src/pk-security-polkit.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-update-detail-list.c

commit 9a22f09ca121c1faf65a67ce70ebc85cc478900d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-21

    trivial: add two convenience methods egg_test_title_assert and
    egg_test_assert

M	libpackagekit/egg-test.c
M	libpackagekit/egg-test.h

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

    trivial: add some unit checks to PkEngine, and ensure we reset the
    timeout when we do all methods

M	src/pk-engine.c

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

    trivial: disable the PkBackendDbus self check code for now

M	src/pk-backend-dbus.c

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

    trivial: use egg_dbus_monitor_reset and add a simple self check

M	src/pk-backend-dbus.c

commit 4904ae6bd914dede05101be809e536d55952f7a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-21

    trivial: when we tell the developer we can't process after errorcode,
    tell them what it is we can't process

M	src/pk-backend.c

commit 1c0ff99dfed2d2ad90c74513b8817124067ea5af
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-21

    trivial: Add the convenience function egg_dbus_monitor_reset so we
    can reuse a EggDbusMonitor object

M	libpackagekit/egg-dbus-monitor.c
M	libpackagekit/egg-dbus-monitor.h

commit e94d38f4d168a5dd9ee3e0bca654d4a5d5717ce6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-21

    APT: add a --root option to the backend which allows to use an
    alternative system root for package manipulation tasks

M	backends/apt/aptDBUSBackend.py

commit cc2666bceb1c179e6c8e035bbef3121ee82090a0
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-21

    python API: added license text to source file and added an api version

M	python/packagekit/client.py
M	python/packagekit/misc.py

commit c0412953c5b9eede9c9c8f298616e33fc6beda12
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-21

    python API: return objects instead of dict

M	python/packagekit/Makefile.am
M	python/packagekit/client.py
A	python/packagekit/misc.py
M	python/wrapper-test.py

commit 197b70258b54ed693a4dfe7a5ffe1e8c4bce89cf
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-09-19

    add PLD to pk_get_distro_id

M	libpackagekit/pk-common.c

commit 75694046b9125350ca1d700820b12dded32fa15a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    trivial: fix whitespace

M	libpackagekit/pk-enum.h

commit d6681753bc611f178f82ccde76b0043fbf835222
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-09-19

    Add PK_PROVIDES_ENUM_HARDWARE_DRIVER for backends to query for needed
    hardware drivers

M	backends/zypp/pk-backend-zypp.cpp
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit f9a3bd80addaaf6f6112c9652f27ab3956702316
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    trivial: get rid of gtk-doc makefile warning

M	docs/api/Makefile.am

commit 60653c7ff558a153788ec992fd3b36d978106bdf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    trivial: add collections filter in the feature matrix

M	docs/html/pk-matrix.html

commit e35c110b9cba104fdee422eafa998b15c21472dc
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-09-19

    yum: fix a potential problem if the package_id could not be found

M	backends/yum/yumBackend.py

commit 85077a90da0c5c1d0d7544c6dc6e0766d9fd89cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    trivial: egg copyright update

M	libpackagekit/egg-test.c

commit 350904b907e41278954f7d33f8b69ce50009cc70
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    change the default of RefreshCacheScanDesktopFiles and
    RefreshCacheUpdatePackageList to true. Distros that have slow methods
    may want to disable these

M	etc/PackageKit.conf.in

commit 53b1312977be1f89e3fbd0df745fb0e57246ed2b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    trivial: remove pk_update_enum_x() and pk_freq_enum_x() from
    libpackagekit, as it's only used in gnome-packagekit

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 65d7f2e50748f6f556c7ac36142893757dcd0289
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-19

    bugfix: use gconstpointer rather than const gpointer to avoid 'type
    qualifiers ignored on function return type' warning

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 77d2d8912c50519fe3a591c17039797a581082a7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-18

    trivial: update some screenshots

M	docs/html/img/gpk-application-search.png
M	docs/html/img/gpk-progress.png
M	docs/html/img/gpk-updates-overview.png
M	docs/html/img/gpk-updates.png

commit 4a29ee0791e44db8f6a38c2f037411809c00f218
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-18

    yum: add the collection size to the output of GetDetails if it is
    a collection

M	backends/yum/yumBackend.py

commit 76f35e01675c90d4d5867fc01ea0baf5d91e24b0
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-18

    yum: make meta packages use verbose name as summary, insted of
    description, because it looks like crap in the gui

M	backends/yum/yumBackend.py

commit 54e710b5e42381b3ec980045d22c8fc8c37c8ddc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-18

    trivial: add one more ui to the developer FAQ page

M	docs/api/Makefile.am
M	docs/api/spec/pk-developer-faq.xml
M	docs/api/spec/pk-faq-error-code.png
A	docs/api/spec/pk-faq-filter.png
M	docs/api/spec/pk-faq-status.png

commit 065ea3db63b996181fdba6aeeea8026f26ee1051
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-18

    python api: implemented the last methods and make the wrapper-test.py
    a lot better

M	python/packagekit/client.py
M	python/wrapper-test.py

commit e3f1884f16a321ba8d44646f23d15a30b6ef138f
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-18

    python: removed packagekitwrapper.py, it is replaced by
    packagekit/client.py

D	python/packagekitwrapper.py

commit bf74c04989e8d1dec23af2f4942dd16f7a496265
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: add what role the deveoper messages come from to help out
    backend authors

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

commit affa7bd267c44d7f890b297dab8342cf9c83cb1d
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-09-17

    zypp - fix the separator

M	backends/zypp/zypp-utils.cpp

commit 84a265148e8b23140b6aae2ace9121a4d2b4d816
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    yum: don't report the version or arch as meta else we display odd
    things in the UI

M	backends/yum/yumBackend.py

commit 6c4501afc53843b58e6afff5d69fd0797be63a1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    bugfix: don't show a critical warning if we can't start up the daemon
    and start to use PkTasklist

M	libpackagekit/pk-task-list.c

commit 454d382a6e55ef52d509c2ece38c793dda1e530b
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-17

    python api: Implemented some extra methods and did some code cleanups

M	python/packagekit/client.py
M	python/wrapper-test.py

commit cf0591f2b38fabd89461fb1ac11d67ab5b4d8a2d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    bugfix: when we can't start the dameon from a DBUS method, emit a
    proper error code rather than just 'failed'

M	libpackagekit/pk-client.c
M	libpackagekit/pk-client.h
M	libpackagekit/pk-control.c
M	libpackagekit/pk-control.h

commit 0a0a4f85ef59329349ab29f426b99dc29716cce4
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-17

    zypp: cleaned whatprovides method

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

commit 8dc76a3ff7005f7756c245d764010a6b83e360c1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    bugfix: don't crash the client tools if we use
    pk_control_transaction_list_refresh with a null error

M	libpackagekit/pk-control.c

commit f5bc52c9e9ef5d1c214590a271ec31e5124f6587
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-17

    zypp: build pool before solving

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

commit 9589ecc5d5eeaaf5ecd1a888d6fe3548d7d3e116
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: add a link to packagekit to fix the make check

A	data/tests/packagekit

commit 0e0d2f39dab22ce8cca84be45e0726fe4844341a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: add three new screenshots

M	docs/html/img/Makefile.am
A	docs/html/img/gpk-client-codecs.png
A	docs/html/img/gpk-client-font.png
A	docs/html/img/gpk-client-mime-type.png
M	docs/html/pk-screenshots.html

commit 2d5144d0ab3715622d215376e5e45c62314f4fbe
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    bugfix: store translations in the C locale so we can still provide
    a package name in C even if there are no translations

M	client/pk-import-desktop.c
M	libpackagekit/pk-extra.c

commit 67849d8bcedcf8646457fa2ad6dd2dbf5cab48d6
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-17

    urpmi: trivial: using tabs instead of spaces to split commands in
    dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 17e27517eaa709cfef5f4aff57aaa4d2e376ef6e
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-17

    urpmi: now using dispatched backend

M	backends/urpmi/helpers/Makefile.am
D	backends/urpmi/helpers/get-depends.pl
D	backends/urpmi/helpers/get-details.pl
D	backends/urpmi/helpers/get-distro-upgrades.pl
D	backends/urpmi/helpers/get-files.pl
D	backends/urpmi/helpers/get-packages.pl
D	backends/urpmi/helpers/get-requires.pl
D	backends/urpmi/helpers/get-update-detail.pl
D	backends/urpmi/helpers/get-updates.pl
D	backends/urpmi/helpers/install-packages.pl
D	backends/urpmi/helpers/refresh-cache.pl
D	backends/urpmi/helpers/remove-packages.pl
D	backends/urpmi/helpers/resolve.pl
D	backends/urpmi/helpers/search-details.pl
D	backends/urpmi/helpers/search-file.pl
D	backends/urpmi/helpers/search-group.pl
D	backends/urpmi/helpers/search-name.pl
D	backends/urpmi/helpers/update-packages.pl
D	backends/urpmi/helpers/update-system.pl
D	backends/urpmi/pk-backend-urpmi-dispatched.c
M	backends/urpmi/pk-backend-urpmi.c

commit 5fb2a6827e5eac53380f6cdcae5ca295607eef75
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: rename pk_package_list_to_argv to pk_package_list_to_strv
    to better match glib

M	client/pk-generate-pack.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-list.h

commit 22d41c99a0e94e22349c6909c0638d05bd738ea5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: more aggressive constification in PkPackageList

M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-list.h

commit 219ba951f55fe642e7f54e25b2e1bbbffe5b06b7
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-17

    urpmi: trivial fix in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 70032da60b5c672d06f48aad84f2bb90e5021b06
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: move the common python dispatcher bits into backend.py

M	backends/smart/helpers/smartBackend.py
M	backends/yum/yumBackend.py
M	data/tests/pk-spawn-dispatcher.py
M	python/packagekit/backend.py
M	src/pk-spawn.c

commit 248c4660f77af61481c8df0e271b618697b4cbfc
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-17

    urpmi: dispatched backend update

M	backends/urpmi/helpers/Makefile.am
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
A	backends/urpmi/pk-backend-urpmi-dispatched.c

commit 20d7bf730c129c294bd8dc22f25da969815ef875
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-09-17

    yum: bugfix: don't try and upgrade kernel when we want to upgrade
    the preupgrade package

M	backends/yum/yumBackend.py

commit 837dc2e25634f636f0f6a7a880c9966d23dcc645
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    bugfix: split the dispatcher commands using tab else we don't handle
    filenames with spaces in them correctly

M	backends/smart/helpers/smartBackend.py
M	backends/yum/yumBackend.py
M	data/tests/pk-spawn-dispatcher.py
M	src/pk-spawn.c

commit 4e9ad742fee87c2873301a829ccb5b92aabcdd71
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    bugfix, trivial: after code review, protect pk_spawn_exit() from
    being called twice in one instance

M	src/pk-spawn.c

commit 557e712e2be1a7a7a782d1f431991b95fda20549
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-17

    trivial: whitespace changes

M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	src/pk-backend.c
M	src/pk-conf.c
M	src/pk-engine.c
M	src/pk-spawn.c
M	src/pk-transaction-db.c

commit d080e3c7a60ae1157a981991bb107a7d32cf3e3c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-17

    APT: add a decortator which cleans up the system cache lock after
    calling a method which locks the cache

M	backends/apt/aptDBUSBackend.py

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

    trivial: remove obsolete file

D	libpackagekit/README

commit 4af8d22fed1084b27f1643a19bfb3832caeb87d8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    yum: hook up get-distro-upgrades in the dispatcher, and make sure
    we send a proper error in this case

M	python/packagekit/backend.py

commit 3ca0d24be1113080d087b3a7d43e968614e77478
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 8b36a56dff2607ecab5c9162627c671a4295775a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    Release version 0.3.3

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

commit 2963eebea199970aee1e34a77a6843aab05190e8
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    update mandriva description in pk-download.html

M	docs/html/pk-download.html

commit 1040eaa405da8e887f9f7408a36571cf48d6776e
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: added update-system and get-distro-upgrades method in
    dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 6894cbd3d5027dc1ed3f93496547a71678ea583e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    trivial: add a new convenience helper, pk_bitfield_invert()

M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-bitfield.h

commit 7b627e1bb7f540d3ff8644d109ccf3980ba33b99
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: added update-packages method to dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit c99f0f74b7372f31d854beba10ed0149959534b9
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: added search-group method in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 1378e1ea9b66fe66de2948361315249018252636
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: search_file method added in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit e1e1388689f020b0aeb5db8fd7f33bb3585b2f53
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: added get_details method to dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 6f7ab08d16e2f9f9eedc2e5c17c4763b6bb1d923
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: added resolve method to dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 218bb00c22b5114a1aee9fe7fa6e16944bb9ca35
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-16

    python: make the PolicyKit auth work right

M	python/packagekit/client.py

commit a24f9a2f00066d5fe0518896366d9440cba00501
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: remove-packages method added to dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit c722593a6e289ed55c5f2ada675f9e6964efd21d
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-16

    python: minor fixes to python client API

M	python/packagekit/client.py
M	python/wrapper-test.py

commit 6a3b44466be3c55702e68d7d132bb67dcb39e215
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-16

    python client API:
    * ImplemtedGetUpdateDetails
    * Fixed some syntax errors
    * auto convert str -> list in package_ids.
    * make wrapper-test take cmd line argument for better testing

M	python/packagekit/client.py
M	python/wrapper-test.py

commit 8c3e352ca3a92b537e82bde6ca4af7eb75752e1c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    trivial, abi: rename some argv to strv to match glib

M	client/pk-console.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	src/pk-backend-spawn.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 3a1b33440d0067b48381975952b724283c10cdb4
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-16

    Added client Python API based on the packagekitwrapper.py
    * Added missing PK API methods (Not all is implemented yet, just
    stubs)
    * Make it handle Unicode
    * Added wrapper-test.py to test the API

M	python/packagekit/Makefile.am
A	python/packagekit/client.py
A	python/wrapper-test.py

commit 988205ae4c4c29eb29f3494beabfe18f81ecad34
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    bugfix, abi: Add GError parameters to all the public functions in
    PkControl that can fail

M	client/pk-console.c
M	client/pk-generate-pack-main.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-control.h

commit 95ac866fdabda41cc7a3f8e0db6ee48d61606fbd
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: refresh-cache method added in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 4544cde4e65b3bcb40122e0bac60d7e4caa3cda0
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: urpmi-dispatched-backend update

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit e99667bab98134543d15cb92415277cb8f941cbc
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: resolve: multiple pkg args are now treated as separated
    by spaces

M	backends/urpmi/helpers/resolve.pl

commit d6a83df4c38c84d5628d1e2dddf76cb5c9fc9e14
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-16

    urpmi: get-requires: multiple pkg args are now treated as separated
    by spaces

M	backends/urpmi/helpers/get-requires.pl

commit 43c2106354a6d4080200f58ac69246a88440f4ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    trivial: remove the scourge of trailing whitespace

M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.h
M	docs/html/pk-authors.html
M	docs/html/pk-download.html
M	libpackagekit/pk-client.h
M	src/pk-network-nm.h
M	src/pk-network-unix.h
M	src/pk-network.h
M	src/pk-spawn.h
M	src/pk-transaction-list.h

commit 8e147d9214357b71086db090f0af63576d0a1fcc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-16

    bugfix: PkExtra is a singleton, so if we try to set the database
    with the same filename as before, don't error out, instead silently
    return true

M	libpackagekit/pk-extra.c

commit dd5a4b0a43e565d13b4ec17553a1ea4437d45bd9
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-16

    yum: make get-details work with meta-packages (comps groups)

M	backends/yum/yumBackend.py

commit c3158aa99dd5486237b377ce387c30c3ebe589b8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-16

    APT: Fix path of the reboot-required stamp

M	backends/apt/aptDBUSBackend.py

commit 1b401cde1cdb8a51cc7169a4fc452299f8ebd496
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    trivial: remove duplicate mapping

M	backends/smart/helpers/smartBackend.py

commit 620ae9f5062aec9f3de323e9a763ac11760550f0
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-09-15

    zypp - update the repo location

M	docs/html/pk-download.html

commit 5c73098280c656b1265170c33cf5e976952489cc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    only bother with filtering desktops if we're actually looking for one

M	backends/smart/helpers/smartBackend.py

commit 5ecbf5dd3a605ab757565179cfff30b851b7d19e
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-15

    urpmi: get-update-detail: multiple pkg args are now treated as
    separated by spaces

M	backends/urpmi/helpers/get-update-detail.pl

commit 570049ceff4cab8f4274ddb3bf015aa099ceea42
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-15

    urpmi: get-depends: multiple pkg args are now treated as separated
    by spaces

M	backends/urpmi/helpers/get-depends.pl

commit 437931d738ed0db98769b7859485b458db83507c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    add more rpm groups from opensuse

M	backends/smart/helpers/smartBackend.py

commit 0ab5c768dd79ec497aa1161a75150239372b2868
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-15

    urpmi: get-files: multiple pkg args are now treated as separated
    by spaces

M	backends/urpmi/helpers/get-files.pl

commit 1aa381fb6d72721350acecb79e5f7b827d1cda86
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-15

    urpmi: get-details: multiple pkg args are now treated as separated
    by space

M	backends/urpmi/helpers/get-details.pl

commit 9c656855981d68d7868f9b94e621e3785eb35aff
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    smart: move emulators to virtualization

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit adad2d35c27e34416357a67b8d2244c92bc0df9f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-15

    dummy: make install_files and get_depends a little smarter

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

commit ce128b4e900a71567ee38e5c4054055a287e76cf
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-15

    urpmi: multiple pkg args are now treated as separated by spaces

M	backends/urpmi/helpers/install-packages.pl

commit 176d0818e586cc0e9e968fcbd995dd41b3c3243c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    trivial: add Mandriva install instructions

M	docs/html/pk-download.html

commit bfe9991ba1f2312ec0c2f8a54f3f138ec79b31cf
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-15

    zypp: reset force flag also if something fails

M	backends/zypp/zypp-utils.cpp

commit ef7b9fd9f3d7af40078b6e30ae712d2b7931df60
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    sync smart groups with urpmi groups somewhat

M	backends/smart/helpers/smartBackend.py

commit d8e8d0fb8c9af7260c1f58122eb2a2996161e436
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    smart: filter out gnome/kde/xfce from other desktops group

M	backends/smart/helpers/smartBackend.py

commit 8cea1d5be22f14d5134cc18476472d67fa938889
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    smart: filter out langpack from office group

M	backends/smart/helpers/smartBackend.py

commit 5b2e518d081c05cd8ff7d73acca610b52f573c6a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-15

    Add support for running the Ubuntu dist upgrade tool. Currently we
    enforce the gtk frontend and desktop mode.

M	data/pk-upgrade-distro.sh

commit 34dfb7d06a4caa4815a5d2f0d08d94c1eccd4535
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    smart: add apt metapackages to collections group

M	backends/smart/helpers/smartBackend.py

commit 9a761e6923a92ed29d08777b30c58f7343f25c26
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-15

    urpmi: trivial perl fix in install-packages

M	backends/urpmi/helpers/install-packages.pl

commit c8d8a4874e36b1a31b03375bd60e1b011eb69b9e
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    smart: filter out fonts from rpm group

M	backends/smart/helpers/smartBackend.py

commit c1518e09be369cbb0f94e16c7b53532ffada05d1
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    if it has openoffice.org, it must be office

M	backends/smart/helpers/smartBackend.py

commit c1788f327164b0d1642b581c33e3ff3b0d3f55e7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-15

    smart: add mandriva rpm groups

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 8980ce4c6f9606872188af18c3bd971a84c9598b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-15

    APT: Trivial. Make use of _emit_visible_package in further situations
    to improve readability

M	backends/apt/aptDBUSBackend.py

commit 6631c49487070ddc2670eeea18782dc41028ce8a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-15

    APT: Make sure that we are can lock the pkg system before installing
    local packages

M	backends/apt/aptDBUSBackend.py

commit 05aefca6a8a7cff11a3e17c7ef5bf12ea6f9b413
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-15

    APT: Use a dictonary instead of endless elif statements for the
    section to group mapping

M	backends/apt/aptDBUSBackend.py

commit b617c0ac61a28d61887725a78241f3df4b3af70a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-15

    yum: handle the collections filter like we do all the other filters

M	backends/yum/yumBackend.py

commit 09cc02d16225f4a91f0c3dc9668bfec09550ef80
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: handle unknown group in search-group

M	backends/yum/yumBackend.py

commit edc277d7b33e0f1445ed7d50974ef4352efe4321
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    smart: report get_fileserror when package not found or in wrong
    channel

M	backends/smart/helpers/smartBackend.py

commit a92b540b45087ababedb1a6776d85ed16dbc9c17
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    smart: report get_details error when package not found or in wrong
    channel

M	backends/smart/helpers/smartBackend.py

commit 3d6eeb0dfc301c5c4ce5c62383577265340411a5
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    smart: make sure that get_details results matches package_id repoid

M	backends/smart/helpers/smartBackend.py

commit 177ea6037eeef72fc1139de76f693682a053bd9b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-14

    APT: Add support for collections. Currently based on the metapackages
    section, but this could be extended using tasks

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

commit 7c2dec13e7af605e17494c20d4261c45e863a1d7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    smart: use @ instead of ^ for rpm collection name prefix

M	backends/smart/helpers/smartBackend.py

commit 1a7743dd5dd79527686b33bb16bade86c02179c0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    smart: set special status for collection packages

M	backends/smart/helpers/smartBackend.py

commit 3406e170525b6cd0bc4f764cf6ebc7b99283af0a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    smart: add collections_filtering

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 33213ecddc6ce226cf8d35647f105fff9a673c12
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    trivial: put collections outside the regular groups

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

commit 598d01cc3dacbd505f648cfeed6d7a93a062b9a5
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-14

    make smart compile again, after the latest rename

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

commit 6278eaf817880f33790bbf5e12401e50fdd99651
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-14

    yum: support the collections group

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

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

    trivial: rename PK_FILTER_ENUM_META_PACKAGES to
    PK_FILTER_ENUM_COLLECTIONS : save file this time

M	libpackagekit/pk-enum.h

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

    rename PK_FILTER_ENUM_META_PACKAGES to PK_FILTER_ENUM_COLLECTIONS

M	backends/yum/yumBackend.py
M	libpackagekit/pk-enum.c

commit 11781f96f6e7e7225240761ddee886b0bd11c9c4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-14

    feature: add PK_INFO_ENUM_COLLECTION_INSTALLED and
    PK_INFO_ENUM_COLLECTION_AVAILABLE

M	backends/yum/yumBackend.py
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 2755c244ca65c5e51d87cefb0ac95f93ae7e3286
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-14

    trivial: rename PK_GROUP_ENUM_META_PACKAGES to
    PK_GROUP_ENUM_COLLECTIONS

M	backends/smart/helpers/smartBackend.py
M	backends/yum/yumBackend.py
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 1e98994fefef167238b212e1ad00d455a9a714e0
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    Added PK_FILTER_ENUM_META_PACKAGES and
    PK_FILTER_ENUM_NOT_META_PACKAGES enums and make the yum backend
    search support this

M	backends/yum/yumBackend.py
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 44829e29072f1dd780d6f72a2809c44b94db8817
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: metapackage code refactoring, bug fixes and support for
    get-depends

M	backends/yum/yumBackend.py

commit d1efffbb89e46741c558280ee26dbff41bb6474f
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: make get-requires handle meta packages (comps groups)

M	backends/yum/yumBackend.py

commit 18ad84329a2e970a0afa392c57b469ef5b53af51
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-14

    trivial: when using pk_extra_set_locale(extra,NULL) use the session
    default as it sucks to do this in every app

M	libpackagekit/pk-extra.c

commit 4f4356f8649b32e432611b420eeef90302fe2a99
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: make remove-packages handle meta packages (comps groups) and
    add detection of non existing groups

M	backends/yum/yumBackend.py

commit fd213cfb9714ce14805c45285a94fe7b3bbbd72e
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: remove-packages should not fail on meta package, just report
    remove failed for now

M	backends/yum/yumBackend.py

commit 49c59df939c06b8025fd300b94100154379d1e94
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: minor cleanup

M	backends/yum/yumBackend.py

commit a97604405e27e3322f7e39dfe67b2c41b76184a2
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: add some percentage to collections

M	backends/yum/yumBackend.py

commit e0d1767c995ef1c2108141dd2a17cf4062f3a2d2
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: strip trailing spaces

M	backends/yum/yumComps.py

commit 3661bf1f19f8f05510a9d4a79dd239f14dd8f50c
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-14

    yum: more metapackage functionality

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit 4250077a4757dd0c54dd96eb6470287de6fb7327
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-13

    yum: add some code to support metapackage( comps/ yum group)
    installation

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit 283671dd3524889f3db3b60af5ffd2221cbd2d3f
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-13

    urpmi: added install-packages in dispatched backend

M	backends/urpmi/helpers/install-packages.pl
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/actions.pm

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

    dummy: make what-provides take some time, and also special case some
    codec names for a demo

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

commit 0a8c936a1b836aadce751f2d64a1e398868008c6
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    trivial: refactor name for translating

M	backends/smart/helpers/smartBackend.py

commit 5bb1b3e125096191d429e8e33b6450ba18e72cec
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    trivial: add parent metapkg group

M	backends/smart/helpers/smartBackend.py

commit 6e81d6da77f8b27118f824086f8fd337e0563a2b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    trival: add FIXME for the groups lumped into OTHER

M	backends/smart/helpers/smartBackend.py

commit fdda885601bd24bb60bb00beec29ecbdca628f7e
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    trivial: unknown -> other

M	backends/smart/helpers/smartBackend.py

commit a9d2add710a06244dbc214b9741d8d0d280a0dbc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    trivial: add comments

M	backends/smart/helpers/smartBackend.py

commit 1084b8ac9ebdc726c08d4290259f99b35fbacbb0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    smart: add desktop-xfce group

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

commit 08fddf3c170cec4a3fcc27cf93aa949770cac2ea
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    smart: search for rpm subgroups, if no group matches

M	backends/smart/helpers/smartBackend.py

commit 787953dac251f6d531075c18558df4d27f5b58c3
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    smart: add alternative groups from opensuse rpm

M	backends/smart/helpers/smartBackend.py

commit abed4354ebcb9be28d79b8b8b66921e5cc81e044
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-13

    smart: add yum/yast metapackages group

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit fe4b1ab6b817762db6a8110e5220da73d706294c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-12

    avoid KeyError when no extra deps

M	backends/smart/helpers/smartBackend.py

commit a1bd51e24f5f2787ed3421c17412e11e293f838d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-12

    smart: send more status updates when using dispatcher

M	backends/smart/helpers/smartBackend.py

commit 5dfe2c60704ed21df655483672a42b9fa4ab771d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-12

    resolve now takes array

M	backends/smart/helpers/resolve.py
M	backends/smart/helpers/smartBackend.py

commit 74711f5bba6112e5447963761715b90311351c6c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    trivial: fix up whitespace in 701441d2b272ee12cda3f77c7eba0447aed96c1f

M	src/pk-backend-spawn.c

commit 80fd286ab5280198201bbb33e59945d9ca9fa3f0
Author: James Westby <jw+debian@jameswestby.net>
Date:	2008-09-12

    bugfix: complete handling of local backend directory for test

    In b6eeefd7a4730852436f24cc62370aadf811496c the local backend
    location for
    tests was corrected to use "test", however the same needs to be
    done for
    the helpers used in pk-backend-spawn.c

M	src/pk-backend-spawn.c

commit a045f1b5f27b7a18f1d195d9df27456f6c3690bc
Author: James Westby <jw+debian@jameswestby.net>
Date:	2008-09-12

    Don't assume /bin/sh supports echo -e

    backends/test/helpers/search-name.sh is uses echo -e to return
    tab-separated
    values to the caller, but declares itself #!/bin/sh. If /bin/sh
    is dash
    then the caller receives "-e package\t...", which is invalid.

M	backends/test/helpers/search-name.sh

commit ec77b22d75812b2f7e2ed10875811fb547efeb09
Author: James Westby <jw+debian@jameswestby.net>
Date:	2008-09-10

    apt: handle inconsistent source repo state.

    If deb-src lines aren't available for every deb line then
    softwareproperties will report it as inconsistent, with
    None. The apt backend tried to pass this directly as
    the "enabled" parameter, which fails as it should be able to
    be considered an integer. We instead substitute False.

    Thanks to Baptiste Mille-Mathias for reporting and testing.

M	backends/apt/aptDBUSBackend.py

commit 6e1046f68bf8d661ee563a06a5edbad65dccc59b
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: Added support for install-packages to install more than one
    package with one call

M	backends/urpmi/helpers/install-packages.pl
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 943559ff3d4cec33360eaf9adbcad1f5da7c1bcd
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added get-updates in dispatched backend

M	backends/urpmi/helpers/get-updates.pl
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 2b6fdf408c08e2487184ef123b24bef3228b8aa5
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-12

    smart: yet another groups typo

M	backends/smart/helpers/smartBackend.py

commit 3f95e883405a5da3961f6f38908aa5de57b962a0
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added get-update-detail in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 084dc0122ac4f706a688aa8bbc141502c3461453
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    bugfix: only return the icon name in PkExtra if it's an icon name,
    and not an actual icon

M	libpackagekit/pk-extra.c

commit 11828c48ecace5bd87c8fa48ae8c647fee705aad
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    trivial: fix the fedora spec file

M	contrib/PackageKit.spec.in

commit 019283c199b107e8f6fe72cff5153567ea62e787
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added get-requires in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 54571b043c3d74f270dec5e050b195edd486f34c
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: some status print added

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 8fc2c293fd9ff9eec7f023b7276164468568f0a5
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added get-packages in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 253358517b46cd3ed18cca9cf3e0f4754cb2e024
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-12

    APT: Check the cache at first in doUpdatePackages

M	backends/apt/aptDBUSBackend.py

commit 035379d9de6982a57e135c060dd896987e9160a6
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added get-files in dispatched backend

M	backends/urpmi/helpers/get-distro-upgrades.pl
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 5ed3c3ece937294370d8a94e606fea364f7990a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    trivial: dist upgradescript_SCRIPTS

M	data/Makefile.am

commit 54638e112e26fd0bcd493a8dfb30550e5c853f3c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    trivial: fix build failure with ndef PK_BUILD_LOCAL

M	src/pk-backend.c

commit c29466defa939cb7ccb9183ad1b409c1fca8896b
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added get-details in dispatched backend

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit db2cab5990ff35299b6f0e1b255f1a8d93e8022a
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: dispatched backend implementation starts

A	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 9b134c2ed8443a3f0b399a11461be27f772ac1fa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    bugfix: when we are using the test backends, allow use to reference
    them without doing make install when PK_BUILD_LOCAL is set

M	src/pk-backend.c

commit 86a2de0081ad25a21a1cb6b3f48362ec550ac6c5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    feature: add pk-upgrade-distro.sh so we can actually do the distro
    upgrade action

M	data/Makefile.am
A	data/pk-upgrade-distro.sh

commit 6cae5912e7416b916b51f58713ec27828172cf7e
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    pk-matrix.html update

M	docs/html/pk-matrix.html

commit 825d7a8dda7de56fb3eaea5f36d9d9193508f05c
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: added licence headers in get-distro-upgrades.pl

M	backends/urpmi/helpers/get-distro-upgrades.pl

commit 92a5c7b94eb42e2a35a7536055a3504e23aa8759
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: Trivial fix in get-distro-upgrades

M	backends/urpmi/helpers/get-distro-upgrades.pl

commit c9a1e31969eddfc20d8320c34cba5e431f8d4f6c
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: get_distro_upgrades method implemented

M	backends/urpmi/helpers/Makefile.am
A	backends/urpmi/helpers/get-distro-upgrades.pl
M	backends/urpmi/helpers/perl_packagekit/enums.pm
M	backends/urpmi/helpers/perl_packagekit/prints.pm
M	backends/urpmi/pk-backend-urpmi.c

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

    trivial: whitespace changes, no logic changes

M	src/pk-backend-dbus.c

commit 18810c7b0024558652b31dca7cfe445225d73330
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    bugfix: don't use llu for guint64, it's not x64 portable -- instead
    use G_GUINT64_FORMAT

M	client/pk-console.c
M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-bitfield.h

commit 765b2ea5bf9c55e5ca2a42eb104b6ba82525924b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    bugfix: fix a critical warning in the self check program by properly
    disconnecting references to finished we setup in PkBackendSpawn

M	src/pk-backend-spawn.c

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

    bugfix: emit custom exit status from PkSpawn so we can tell is the
    dispatcher is exiting correctly

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

commit 5151d236ff37d2c448063d0b414fef1521453796
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    yum: add a workaround when getObsoletesTuples fails, fixes fd#17528

M	backends/yum/yumBackend.py

commit 233499043a6b1bae4895ff6ab169192062e449e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    trivial: fix a compile warning after the change to 64bit bitfields

M	client/pk-console.c

commit 722f098d0bb95404f70205bacdcde892c9772b9f
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-12

    zypp: updated pk-matrix (get_distro_upgrades)

M	docs/html/pk-matrix.html

commit b4ec8911f1113aeaad3cad9a1472b692ad380697
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-12

    zypp: added get_distro_upgrades

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

commit 8ad2aa86c6b09c044fdc23e9c791376f4e86842c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    bugfix: make PkBitfield a 64 bit type now we have 33 group enums. Also
    add 6 self tests to catch bugs like this in the future

M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-bitfield.h

commit 0deb3496e6a433dcea831c647b90a7fe6312317b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-12

    trivial: add two backtrace statements to try and find a bug

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

commit 786c73149e32ab4e51b145eb57251e1e0645d36e
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-12

    urpmi: bugfix, removed PK_GROUP_ENUM_UNKNOWN which cause problem
    with get_group function

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

commit f8d5c69cc01f26c1cf3e2dc6026f90e8b859ef4a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-12

    APT: Add missing support for cdrom sources

M	backends/apt/aptDBUSBackend.py

commit 0f75c05fc2bb208ad1a7a127ad67667065b7916c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: avoid looking in external pathlists for installed packages

M	backends/smart/helpers/smartBackend.py

commit d3683f92fd32671d11d3c806ad36d905356cfcaa
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: get-depends now supports package ids list argument

M	backends/urpmi/helpers/get-depends.pl
M	backends/urpmi/pk-backend-urpmi.c

commit 03b6ede88b2ac262dcbb726e78e1b5f72c3c6291
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: make PackageKit NULL-FALSE sparse clean

M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-obj.c
M	src/pk-backend.c

commit 150b56273e85f4fa2209a90bffb122a09573d1ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: fix a trailing comma in an enumerated type

M	libpackagekit/pk-control.h

commit 3c027c3ab5f523438fd751127c6add5b55118f8f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: fix any duplicated headers

M	src/pk-backend-dbus.c
M	src/pk-backend-spawn.c
M	src/pk-engine.c
M	src/pk-transaction.c

commit e6613658ba7c759c1b6d908b1074118353ea6b09
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    feature: add documentation about how the udev firmware loading stuff
    actually works

A	contrib/udev/README

commit e26425e62bd4f36edb8a2b41d173b65b321676cb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    bugfix: fix up all the memory leaks found by the self tests in client,
    and another trivial one in PkUpdateDetailList

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-import-desktop.c
M	client/pk-import-specspo.c
M	src/pk-update-detail-list.c

commit 54895f43e11d99011b515c01904055ceec8960cc
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: get-files now supports package ids list argument

M	backends/urpmi/helpers/get-files.pl
M	backends/urpmi/pk-backend-urpmi.c

commit 9dfb3a31a9e73ada30531a2c115cb1751634ee78
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    bugfix: fix up all the memory leaks found by the self tests in src
    and libpackagekit -- saving 640 bytes, and fixing a couple of small
    slow daemon leaks

M	libpackagekit/egg-dbus-monitor.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-self-test.c
M	libpackagekit/pk-task-list.c
M	src/pk-inhibit.c
M	src/pk-security-polkit.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-update-detail-list.c

commit f1c553f1571f8d3ba83bfe22e94a498d755faad0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: fix unicode decode errors by using a temporary variable

M	backends/smart/helpers/smartBackend.py

commit 56b32969e5ac5b2ca758bbf59030e95547e6620c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: set special repo data for installed/local

M	backends/smart/helpers/smartBackend.py

commit 75d661dff510f0280ffebbd1b5e57454606f0a67
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: use filters for get_updates

M	backends/smart/helpers/smartBackend.py

commit 8d33b54659e36cd273dba9f3e68691783a5fb594
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: need to reset backend between runs, when using dispatching mode

M	backends/smart/helpers/smartBackend.py

commit 03fe9018739bc86b3c827de37c37bdec399fd1e8
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    pkgsize must be integer

M	backends/smart/helpers/smartBackend.py

commit 1e362096461def65e7e2c74c258d8748deaf95c0
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: resolve now supports package ids list argument

M	backends/urpmi/helpers/resolve.pl
M	backends/urpmi/pk-backend-urpmi.c

commit 2074750c62dcebb5e3ef4243d8ea7efb9cd33342
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: add basename_filtering

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 99a08e1f61e85eca35bc98529cab2848df5b32d9
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: get-requires now supports package ids list argument

M	backends/urpmi/helpers/get-requires.pl
M	backends/urpmi/helpers/urpmi_backend/actions.pm
M	backends/urpmi/pk-backend-urpmi.c

commit 4c5f320fbfad7b27521f0251948bdb44c7270ae1
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: simplify in get-updates method

M	backends/urpmi/helpers/get-updates.pl

commit 83fa7cdd1910868f0911950813a52cda8f3a1211
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: get-update-details now supports package ids list argument

M	backends/urpmi/helpers/get-update-detail.pl
M	backends/urpmi/pk-backend-urpmi.c

commit 971aac1807ef2334ba69faf3076c90e68bed5941
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    bugfix: allow the catalog list to be split with more than just ; chars

M	libpackagekit/pk-catalog.c

commit 6f1439ba7a278a736455a1ad6cfad6192f4be6c1
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: get-detail method now supports package ids list

M	backends/urpmi/helpers/get-details.pl
M	backends/urpmi/pk-backend-urpmi.c

commit aeb60d2b4d1a34e6df1aaadd71fdb36081f9868f
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: best error's handle in refresh-cache method

M	backends/urpmi/helpers/refresh-cache.pl

commit 5cd0fe15d2d425be46e50996147b5ac3bb442876
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: add another screenshot of distro upgrades

M	docs/html/img/Makefile.am
A	docs/html/img/gpk-distro-upgrade-notify.png
M	docs/html/pk-screenshots.html

commit 6ab075cb99e9cd729da4a15c82dab8f8174c9355
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: add a new group enum: PK_GROUP_ENUM_META_PACKAGES

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 8cc7e5e40a6af0e7e8e9af946440ebb7b5d0ef21
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: add another ITS4 annotation in the daemon

M	src/pk-transaction.c

commit 2d55ac9dd9a886a31a8c03dabc046f9bc23c883c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: add two ITS4 annotations

M	client/pk-generate-pack.c
M	src/pk-spawn.c

commit 70f5bc51bf43ca1f117a69e9f43fb1bc9914f6af
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: Warn the user when installation failed because of missing or
    bad GPG signature packages

M	backends/urpmi/helpers/urpmi_backend/actions.pm

commit 6136d25b85425ccb1faaa4a91758718e1737d52b
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-09-11

    urpmi: Added licence headers

M	backends/urpmi/helpers/get-depends.pl
M	backends/urpmi/helpers/get-details.pl
M	backends/urpmi/helpers/get-files.pl
M	backends/urpmi/helpers/get-packages.pl
M	backends/urpmi/helpers/get-requires.pl
M	backends/urpmi/helpers/get-update-detail.pl
M	backends/urpmi/helpers/get-updates.pl
M	backends/urpmi/helpers/install-packages.pl
M	backends/urpmi/helpers/perl_packagekit/enums.pm
M	backends/urpmi/helpers/perl_packagekit/prints.pm
M	backends/urpmi/helpers/refresh-cache.pl
M	backends/urpmi/helpers/remove-packages.pl
M	backends/urpmi/helpers/resolve.pl
M	backends/urpmi/helpers/search-details.pl
M	backends/urpmi/helpers/search-file.pl
M	backends/urpmi/helpers/search-group.pl
M	backends/urpmi/helpers/search-name.pl
M	backends/urpmi/helpers/update-packages.pl
M	backends/urpmi/helpers/update-system.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

commit b6896d3b62e30c89c4540f265a3013f2dc7eb0d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    yum: now we depend on 3.2.19, rip out YumDirectSQL as we can use
    yum directly rather than fumble about in the sqlite files

M	backends/yum/Makefile.am
M	backends/yum/yumBackend.py
D	backends/yum/yumDirect.py
M	backends/yum/yumFilter.py
M	contrib/PackageKit.spec.in

commit 0906b0856fd22780a718f0e42793154d0595b0ae
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-11

    yum: disable the YumDirect code, it dont work

M	backends/yum/yumBackend.py

commit c8ff62c6aa65e40cc542d11a1da3907b2ea3b06b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    bugfix: execute the pk_transaction_run handler in an idle callback

    After spending a couple of hours reviewing the code, it was obvious
    that queued transactions were
    being called recursively, which really screwed up the next transaction
    list scheduling.
    This would often leave the daemon 'waiting for transactions'
    indefinately.
    Make sure we idle_add the running callback, so we break out of the
    signal chain and add a metric ton of
    self tests to verify this is working correctly.

M	src/pk-transaction-list.c

commit 687fdc624308b24d459c84f0619c92623ae25cb7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: allow pk_transaction_search_name() to be used internally
    in the self check code

M	src/pk-transaction.c

commit 86b86e43454a923b99a6c0155ba44be518d81a66
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-11

    zypp: implement fate #301904 to warn for outdated repo
    (dmacvicar@suse.de)

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

commit 5766f69c4a603f208124124aa653eef174de5ff8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: add another couple of unit tests to chase down a bug

M	src/pk-transaction-list.c

commit e2b065841b9e3896f9cc9a74dc1347cc1ea2e5b2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: make some small changes to PkTransactionList after paper
    review

M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-update-detail-list.c

commit 1e59151833405f668f23fb0cad93ba6865e19572
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-11

    trivial: limit polling check when spawned to 1 in 20

M	src/pk-spawn.c

commit b4b41212a44319a9212ca012a203f0f4a9fd1fef
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    use enums instead of magic strings

M	backends/smart/helpers/smartBackend.py

commit 7e0f0130c4652bddb15760ebcad5287b42615edf
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: report package-not-found for update/download too

M	backends/smart/helpers/smartBackend.py

commit 68dc77a9327806342ddf883e4465ca1331cac898
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-11

    smart: fix progress report bug that was stopping update_system

M	backends/smart/helpers/smartBackend.py

commit ca5551d927450d34fc83855b791112675ec50edc
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-11

    APT: Disable the sources list repository if it is inconsistent. Thanks
    to James Westby for spotting

M	backends/apt/aptDBUSBackend.py

commit 57df341ad8d6d2a867557d608b50dc43fab9c23f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-10

    bugfix: use a bitfield when searching for files in the catalog else
    we might return the wrong results

M	libpackagekit/pk-catalog.c

commit 6a3c9614420806e8d16ac65aeb6e77c2ca3bf5b7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-10

    trivial: indentation fix

M	libpackagekit/pk-client.h

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

    trivial: remove debugging comment

M	client/pk-console.c

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

    bugfix: turn off -Wformat-security as old gtk-doc generators break
    the build

M	configure.ac

commit 6749f9923494feaddfcaaadc97a7ad46f2c70e2b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-10

    smart: better error reporting for install/remove of non-existing
    package

M	backends/smart/helpers/smartBackend.py

commit f7ca04b3d79056bd21094bbd0a78ecbe62ab4a16
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-10

    smart: only show the best requires/provides, and remove the package
    itself

M	backends/smart/helpers/smartBackend.py

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

    bugfix: don't convert null sections of a package_id to '(NULL)'
    instead use an empty string. Add unit tests to catch this as well

M	libpackagekit/pk-package-id.c

commit 2582478148785f91b1659ad41d2eac44ba7cd84c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-10

    trivial: add another screenshot, this time of the signature install

A	docs/html/img/gpk-signature.png

commit 007b2be26e82a3fcf052d0529e590dd981e08392
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-09-10

    bugfix: use a proper error enum when we have no more mirrors to try

M	backends/yum/yumBackend.py

commit 3f3f8e319756b5b8c1513325c1209c42f1276ab3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-10

    trivial: add another error enum: PK_ERROR_ENUM_NO_MORE_MIRRORS_TO_TRY

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

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

    trivial: tiny fix in the test file for the web plugin

M	contrib/packagekit-plugin/tests/test.html

commit 2aa5ebcd00d6dc06b6d0dfb47d133267a8f9aa03
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-10

    bugfix: actually print the transactions without using --verbose when
    using pkmon

M	client/pk-monitor.c

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

    trivial: add a dummy redirect file as some old documentation was
    archived on google

M	docs/html/Makefile.am
A	docs/html/pk-reference.html

commit 12356f528f83b082c45c184644f5618784dfd441
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-09

    trivial: add a screenshot of the web plugin

M	docs/html/img/Makefile.am
A	docs/html/img/pk-web-plugin.png
M	docs/html/pk-screenshots.html

commit 8a4a2860d95be158bfd05704cfd95b1096861988
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-09

    trivial: make the main daemon repend on udev-packagekit so we pull
    it in for upgrades

M	contrib/PackageKit.spec.in

commit 8596bf94ff9feaee26c46c7c08870db107de573c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-09

    bugfix: fix the race where firemware is requested by udev and and
    old file is overwritten

M	contrib/PackageKit.spec.in
M	contrib/udev/Makefile.am
M	contrib/udev/packagekit-firmware.sh
M	src/pk-transaction.c

commit 2165a3428e2067cf168987479d5ce1461a30a586
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-09

    trivial: back to development, back to Werror

M	configure.ac

commit 77fed2da96682ab72acaefffcfa9008c34e22b4f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-09

    trivial: move out pk_engine_remove_contents to
    pk_remove_directory_contents as we need this in pk-transaction.c

M	src/Makefile.am
M	src/pk-engine.c
A	src/pk-shared.c
A	src/pk-shared.h

commit cd45bcda13269a16cb7be7ff4584e516cac514e0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-09

    bugfix: when we have finished RefreshCache delete the udev file if
    it exists

M	src/pk-transaction.c

commit ee5ff40baae5b4359c3f0bf1149ea04f2712c41a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-09

    fix the xhtml markup

M	docs/html/pk-download.html

commit cfaac6f94164b0a81cfe84e734df301b24e5157c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-09

    APT: Only define the enhanced softwareproperties class if the
    corresponding module can be imported

M	backends/apt/aptDBUSBackend.py

commit 5c75aaa9655412f27b8ab3300bd57c221d4737ec
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-09

    fix the (backwards) name of the ubuntu package

M	docs/html/pk-download.html

commit 71688996f982ffd35ca978921c24e4426dc79a57
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 3bbb5b66a33cbdadda6960c7af412d8accbc614e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    Release version 0.3.2

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

commit 6cf12dd7e4d83708b823645051bb5bdcb10c7004
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: bump LT_CURRENT as the soname has changed in the last release

M	configure.ac

commit cd918155f5fe8cfb9ef5d0a40ab99429da7fa5ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: finish removing yum2 :-)

M	configure.ac

commit 2c9531aaf82471288d615af01b92d55ed00263b2
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-08

    Remove the dbus parts of yum2

M	data/Makefile.am
D	data/org.freedesktop.PackageKitYumBackend.conf.in
D	data/org.freedesktop.PackageKitYumBackend.service.in

commit 82af50d24d6507efb500c0144e94ea04c9da80ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: we depend on policykit 0.8 in fedora

M	contrib/PackageKit.spec.in

commit 839f40ea7146d4ed231d574b91cb5e3e4e9a3c4a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: update the fedora spec file

M	contrib/PackageKit.spec.in

commit 28910ad9edd28655e43044e8ec7beba1a0c6b131
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    yum: never set self.yumbase.conf.cache = 1 as we cannot download
    files after a resolve using a dispatcher

M	backends/yum/yumBackend.py

commit c84e2b9584b8a6e72cdd6b4da0f87ffd158ba1bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: fix a warning in rpmlint about missing file shebangs

M	backends/yum/yumComps.py
M	backends/yum/yumDirect.py
M	backends/yum/yumFilter.py

commit 2f1475c2a4f8ae923f2c7b77bf560d0f861e1146
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-08

    fix typos for deb groups, borrowed from apt backend

M	backends/smart/helpers/smartBackend.py

commit af95fcc26feb7683927822ec96e4346e64f3590a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-08

    trivial: remove the last remnants of the yum2 backend

M	contrib/PackageKit.spec.in
M	docs/api/spec/pk-backend-dbus.xml
M	docs/html/pk-faq.html
M	docs/html/pk-matrix.html

commit 2275de46358562604aae181e22f9c57aa6cd2277
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-07

    rearrange to match yum

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

commit 50a99f67ee8572488d801dd1818c509019194124
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-07

    change remove-packages to match yum/dispatch_command

M	backends/smart/helpers/remove-packages.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 3901e5e00cba7744246ded70fac28468f051b439
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-07

    feature: optionally run pk-generate-package-list and pk-import-desktop
    when refresh has finished

M	src/Makefile.am
M	src/pk-transaction.c

commit 073734aa4d3235b33ea9216929a25c4cf964294a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-07

    feature: add two new variables (default off) for auto cache refreshing

M	etc/PackageKit.conf.in

commit 76400533cb25cbab72d7048f934c19b2e24704e8
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-07

    smart: optionally allow backend to use dispatcher

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 64be852f6fe2d92332c5ffd0ec1c33b111318180
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-07

    trivial: make the pk-import-desktop program more resistant to
    common errors

M	client/pk-import-desktop.c

commit dafda3d4657c438765d7b94ca399497ccd1b04f8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Update the last acitivity time stamp in statusChange. Handle
    time outs correctly

M	backends/apt/aptDBUSBackend.py

commit e40da0fe71b4508da7950bf7f9b919e9deb6f5ff
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-07

    trivial: add two new egg functions, egg_obj_list_to_string and
    egg_obj_list_add_list

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 4331089633f5dd49b67c0009959751ef7b96c673
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-07

    remove pk-backend-python and the complicated interpretor stuff --
    the IPC just isn't enough latency to justify the complexity

M	configure.ac
D	src/pk-backend-python.c
D	src/pk-backend-python.h

commit 9190af2d23a472dfb67f1abf866d026f5ee683b7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-07

    yum2: remove the yum2 plugin now we have a dispatcher in the yum
    backend

M	backends/Makefile.am
D	backends/yum2/.gitignore
D	backends/yum2/Makefile.am
D	backends/yum2/helpers/.gitignore
D	backends/yum2/helpers/Makefile.am
D	backends/yum2/helpers/packagekit
D	backends/yum2/helpers/testyum2.py
D	backends/yum2/helpers/yumDBUSBackend.py
D	backends/yum2/pk-backend-yum2.c
M	configure.ac

commit cc10ace28885afb93528f5dceba430161511501a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: More cancel clean ups. Do not emit an error code if a transaction
    was canceled. Use _check_cancel in more places.

M	backends/apt/aptDBUSBackend.py

commit 5c60400bc350e5d40d2a59ff5988e417cf211965
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Detect a cancel in the cache refreshing correctly

M	backends/apt/aptDBUSBackend.py

commit 4b4eca277a1be0503dab51daf0fff5285e9e6c59
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Clear the cache in check_init

M	backends/apt/aptDBUSBackend.py

commit df19275ee73577080325ff32a90c5b26023b9700
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Remove obsolte _lock_cache and _unlock_cache methods since both
    have been replaced by the async decorator

M	backends/apt/aptDBUSBackend.py

commit 123157ed2cb3039a1fbc21ac9148eebab6f9b75a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Remove duplicated cancel check

M	backends/apt/aptDBUSBackend.py

commit f66b14020cc0c6890ce60d7508d1124d03df2a34
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Cleanup fetch progress code and add a small sleep which results
    in a faster processing of the cancel action (reason unclear)

M	backends/apt/aptDBUSBackend.py

commit c196e79a6007a682e6d2347dadeb1940fe3b4352
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: add some whitspaces

M	backends/apt/aptDBUSBackend.py

commit a8c91b2664e81fc4a50f1416819647167419c2fb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Fail correctly if installing from cdrom

M	backends/apt/aptDBUSBackend.py

commit ff6d81e288a74625d39289c35faa20408587b30a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: handle cache commit errors in a central place (Refraction)

M	backends/apt/aptDBUSBackend.py

commit 7f9b54dcc29803c7c77a8916cc52db3a0ec7da50
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-07

    APT: Trivial fix. Remove a colon that resulted in returning a tuple
    where a string was expected

M	backends/apt/aptDBUSBackend.py

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

    trivial: document the dispatcher mode of operation

M	docs/api/spec/pk-backend-spawn.xml

commit 1d38155d1c38fdbed62322b428bc6be6ebbc7283
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    fix using the new yum backend locally

M	src/pk-backend-spawn.c

commit 13f069188da0dde34a501749aa16e65073bd3c18
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: fix make distcheck

M	configure.ac

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

    yum: get rip of the helper directory now we have a dispatcher

M	backends/yum/.gitignore
M	backends/yum/Makefile.am
D	backends/yum/helpers/.gitignore
D	backends/yum/helpers/Makefile.am
D	backends/yum/helpers/download-packages.py
D	backends/yum/helpers/get-depends.py
D	backends/yum/helpers/get-details.py
D	backends/yum/helpers/get-distro-upgrades.py
D	backends/yum/helpers/get-files.py
D	backends/yum/helpers/get-packages.py
D	backends/yum/helpers/get-repo-list.py
D	backends/yum/helpers/get-requires.py
D	backends/yum/helpers/get-update-detail.py
D	backends/yum/helpers/get-updates.py
D	backends/yum/helpers/install-files.py
D	backends/yum/helpers/install-packages.py
D	backends/yum/helpers/install-signature.py
D	backends/yum/helpers/packagekit
D	backends/yum/helpers/refresh-cache.py
D	backends/yum/helpers/remove-packages.py
D	backends/yum/helpers/repo-enable.py
D	backends/yum/helpers/repo-set-data.py
D	backends/yum/helpers/resolve.py
D	backends/yum/helpers/search-details.py
D	backends/yum/helpers/search-file.py
D	backends/yum/helpers/search-group.py
D	backends/yum/helpers/search-name.py
D	backends/yum/helpers/test-all.py
D	backends/yum/helpers/update-packages.py
D	backends/yum/helpers/update-system.py
D	backends/yum/helpers/what-provides.py
A	backends/yum/packagekit
R100	backends/yum/helpers/yumBackend.py	backends/yum/yumBackend.py
R100	backends/yum/helpers/yumComps.py	backends/yum/yumComps.py
R100	backends/yum/helpers/yumDirect.py	backends/yum/yumDirect.py
R100	backends/yum/helpers/yumFilter.py	backends/yum/yumFilter.py

commit 5157b3e1dcdf70953c809559608388bfc8e54096
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: remove some debugging escalation to make 'make check' pass

M	src/pk-backend-spawn.c

commit 2eb965309de905dd7339627915231b611916d4b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    bugfix: make the dispatcher work when called in quick succession of
    different user sessions or locales

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

commit 599e90c8869af89f189606072dec3731b8b12b46
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: add the EggString to the self test

M	src/pk-self-test.c

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

    trivial: fix the race where we set finished in the wrong place for
    a dispatcher

M	src/pk-spawn.c

commit 3c8fbb94e6b0d290bacaf2faa829a16f244e7b87
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    only send Finished() if the script exitied unexpectedly, as normally
    the backend will do finished itself

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

commit 2fb3c6535a1c6f6ffff8ff778feee663885f0ddf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: improve some debugging

M	src/pk-spawn.c

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

    bugfix: wait for the previous dispatcher to finish exiting before
    we try to launch the new one

M	src/pk-spawn.c

commit 50a2561f78601bdd1a65b3a5042cbc9544aa594a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: be more militant about closing fd's and clearing signals - 2

M	src/pk-spawn.c

commit 3424948f3b1506a87a584e6ee1188302973e4021
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: be more militant about closing fd's and clearing signals

M	src/pk-spawn.c

commit 351fd6321c9dc38843629be69a4abbcb1b18ce94
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: fix up make check for PkSpawn -- fix compile

M	src/pk-spawn.c

commit 0972eb3c580e46587d2a167412ad2ca4a62285b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    trivial: fix up make check for PkSpawn

M	src/pk-spawn.c

commit b57e3ff258b23b9126bd33240180e16f72845408
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-06

    APT: add a config snippet that calls the StateHasChanged method
    after each cache update

A	data/20packagekit
M	data/Makefile.am

commit c75fdf9055c7f989af9f4b6f7d0f0d867b9c736f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-06

    APT: Acquire the system lock before making any invasive changes

M	backends/apt/aptDBUSBackend.py

commit 9f0260b9f670bd9f98b981447e0bcd690acd6291
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-06

    allow the backend to force the dispatcher to close after a timeout
    in the config file

M	etc/PackageKit.conf.in
M	src/pk-backend-spawn.c
M	src/pk-spawn.c

commit 1a556dc6cb9b3d499d637ec263dcc5e86b1f8222
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-06

    APT: Add a force_candidate option to get_id_from_package and make use
    of if in GetUpdates and GetUpdateDetail

M	backends/apt/aptDBUSBackend.py

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

    we released another stable version

M	docs/html/pk-download.html

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

    trivial: add some debugging for the envp mess

M	src/pk-spawn.c

commit d26d3084396ff261194014225ea2896949281e9a
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-06

    yum: let the yum backend use the new multiple command dispatcher

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

commit 9d34d998538a8ace87e97e17354cd5e52df1c65b
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-06

    yum: let the yum backend use the new multiple command dispatcher

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

commit c4fb0b2c99c772f09f03f566a8c8d07a18f39018
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-06

    Update feature matrix for apt.

M	docs/html/pk-matrix.html

commit c95279ca1ef9c17ce56d0babd11e8d9d378019a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    bugfix: don't corrupt envp when we pass it to the new executable

M	src/pk-backend-spawn.c

commit a9942c9732fb1b7c47f92de8f10bfc9d2db8b09c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: compare the last envp against the current envp in case the
    locale is different or the proxy changes

M	src/pk-spawn.c

commit 83eaa9eef6e5f225935d262a1d5db8f8f7b56688
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: egg_strvequal is true if both lists are NULL

M	libpackagekit/egg-string.c

commit e5b5c1f3495ced96c58f4bd8e02f62d4c654b0ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: add a new egg function egg_strvequal()

M	libpackagekit/egg-string.c
M	libpackagekit/egg-string.h

commit eaa56e7886edb66cb919c5df4dcf93dae01c36c2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: it's useful to at least compile test my patches...

M	src/pk-spawn.c

commit ce2fea73a71731960839cdaf08d78a204f41bea7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: check the displacher filename before trying to reuse it

M	src/pk-spawn.c

commit 3eb611251116f2b0a0eea1f0b5e781ce26543718
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    bugfix: spawned backends are allowed to call finished manually

M	python/packagekit/backend.py
M	src/pk-backend-spawn.c

commit d63314d1a28a0d7c00e29c936965dfb43b203cbe
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    yum: put dispatcher into yumBackend.py

D	backends/yum/helpers/dispatcher.py
M	backends/yum/helpers/yumBackend.py

commit 8c729e4492c8f0058b794327029deed3c81fd6b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: use a single PkSpawn instance in PkBackendSpawn so the
    dispatcher stuff can work

M	src/pk-backend-spawn.c

commit 0ee2647b8bd9571c5809c9b4b04a9712312fe0de
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    feature: add some code to PkSpawn to allow it to reuse an instance
    for a dispatcher object

M	src/pk-spawn.c

commit 1088b9538729634e76206b5bf3926069781f02f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: update dispatcher to how i would like it to look

M	data/tests/pk-spawn-dispatcher.py

commit fd2822ee348c0b631de60d9f3b179bfc530faed3
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-09-05

    fix udev firmware rule to call the correct script

M	contrib/udev/51-packagekit-firmware.rules

commit 666e7b3361762543fca751ea0762a66fbe1f2b49
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: add a test dispatcher script

A	data/tests/pk-spawn-dispatcher.py

commit 3f7db0d1c4f047e1def834a7936d1b844ed9c2b6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    feature: provide a way for the engine to send a message to the
    backend over stdin

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

commit da1bea55cb14f9a9d87ceddf11135fed180b8650
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: correct the stdout from the profiling script

M	data/tests/pk-spawn-test-profiling.sh

commit 9ff1500f25bfe48acde88ec01ea6eab71b17c887
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    yum: add dispatcher script for future improvment of the backend

M	backends/yum/helpers/dispatcher.py

commit e99df7618e15d6a10f0c07a6a4702a4d65f4def5
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    yum: add dispatcher script for future improvment of the backend

A	backends/yum/helpers/dispatcher.py

commit 1fd55abd422b6de8f2b88fe9b84e1450d9afa9bc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    trivial: move out non-valid tests from egg-string.c

M	libpackagekit/egg-string.c

commit 0c67da375a4f3053d15e61d9dde494ffdc2de7b2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-05

    bugfix: fix pk-import-desktop so that it uses a valid bitfield,
    not just an enum

M	client/pk-import-desktop.c

commit afab0aafaa02b83d52abcde6c5ec23da806fc9fb
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    remove trailing whitespaces

M	backends/yum/helpers/yumBackend.py
M	python/packagekit/backend.py

commit 73cec53a386fcbd16d10c6c8ea75705ebe5a3158
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    yum: use the sqlite3 build into python-2.5

M	backends/yum/helpers/yumComps.py
M	backends/yum/helpers/yumDirect.py

commit 63f7dd06b55c689c95a3b783bbb08525ad7d86be
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    yum: added a test script to test the yum helper scripts

A	backends/yum/helpers/test-all.py

commit e3a8b061f1955864b8c69990baf645d50c551035
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    make the dispatcher a little more sane

M	python/packagekit/backend.py

commit b1f9ca36a41e6d15b054053d31d445481ed7c2b9
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-05

    add a dispatcher method to PackageKitBaseBackend to make the launcher
    script more simple

M	backends/yum/helpers/get-depends.py
M	backends/yum/helpers/get-details.py
M	backends/yum/helpers/get-files.py
M	backends/yum/helpers/get-packages.py
M	backends/yum/helpers/get-repo-list.py
M	backends/yum/helpers/get-requires.py
M	backends/yum/helpers/get-updates.py
M	backends/yum/helpers/install-files.py
M	backends/yum/helpers/install-packages.py
M	backends/yum/helpers/install-signature.py
M	backends/yum/helpers/refresh-cache.py
M	backends/yum/helpers/remove-packages.py
M	backends/yum/helpers/repo-enable.py
M	backends/yum/helpers/repo-set-data.py
M	backends/yum/helpers/resolve.py
M	backends/yum/helpers/search-details.py
M	backends/yum/helpers/search-file.py
M	backends/yum/helpers/search-group.py
M	backends/yum/helpers/search-name.py
M	backends/yum/helpers/update-packages.py
M	backends/yum/helpers/update-system.py
M	backends/yum/helpers/what-provides.py
M	python/packagekit/backend.py

commit 29c61221c2dbcdaa811686e25491f066864ccd0b
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2008-09-05

    updated spanish translation

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

M	po/es.po

commit 10b024953ef1f01e483a7f1af6229615f0399aaf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-04

    trivial: egg update

M	libpackagekit/egg-string.c

commit 9e72a96ffd8a4a8a65aaf05f2b8df158277c1347
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-04

    trivial: add the EggString and EggObjList to the make check target

M	libpackagekit/egg-string.c
M	libpackagekit/egg-test.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-self-test.c

commit 705ab5c0353ad5fd6629690f7bf1e6b7774811a8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-04

    trivial egg updates

M	libpackagekit/egg-dbus-monitor.c
M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 5fb011a582fab12e0cd714bf38d68faf7c21c08a
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-04

    yum: cleaup import

M	backends/yum/helpers/yumComps.py

commit 27309b81f26156a730f5765c65cf1a23771fbe47
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-04

    yum: use inheritence insted of declaring a helper class

M	backends/yum/helpers/yumFilter.py

commit 901072eb35df479a70ab53e82473e259fbd4994b
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-04

    specify class to inport, insted of using *

M	backends/yum/helpers/yumFilter.py

commit 084ec012bc125b013816438a49ca9b362851fe9d
Author: Tim Lauridsen <timlau@fedoraproject.org>
Date:	2008-09-04

    specify class to inport, insted of using *

M	python/packagekit/package.py

commit 3393c29facbf4a5f0add25bfe2c1ee649eece121
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-04

    trivial: unexport PkUpdateDetailList

M	libpackagekit/Makefile.am
M	src/Makefile.am
R100	libpackagekit/pk-update-detail-list.c
src/pk-update-detail-list.c
R100	libpackagekit/pk-update-detail-list.h
src/pk-update-detail-list.h

commit 6ea654bed3bbcc82f02126be543fa053f4ee6cc4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-04

    bugfix: don't set the length of the obj list to zero if we print it

M	libpackagekit/egg-obj-list.c

commit 36e7041b7d47e0becca926c6137d7476bdb8737f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-04

    don't use libselftest, instead use EggTest just like all my other
    projects

M	Makefile.am
M	client/Makefile.am
A	client/egg-test.c
A	client/egg-test.h
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-self-test.c
M	configure.ac
M	libpackagekit/Makefile.am
M	libpackagekit/egg-obj-list.c
R097	libselftest/libselftest.c	libpackagekit/egg-test.c
R097	libselftest/libselftest.h	libpackagekit/egg-test.h
M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-details-obj.c
M	libpackagekit/pk-distro-upgrade-obj.c
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-self-test.c
M	libpackagekit/pk-task-list.c
M	libpackagekit/pk-update-detail-list.c
M	libpackagekit/pk-update-detail-obj.c
D	libselftest/.gitignore
D	libselftest/Makefile.am
M	src/Makefile.am
A	src/egg-test.c
A	src/egg-test.h
M	src/pk-backend-dbus.c
M	src/pk-backend-python.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-cache.c
M	src/pk-conf.c
M	src/pk-engine.c
M	src/pk-file-monitor-dummy.c
M	src/pk-file-monitor-gio.c
M	src/pk-inhibit.c
M	src/pk-notify.c
M	src/pk-security-dummy.c
M	src/pk-security-polkit.c
M	src/pk-self-test.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 0b0ac20e2484223fe59af19246d4be95f9bee0aa
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-04

    APT: Move the restart required detection into the install progress

M	backends/apt/aptDBUSBackend.py

commit 3bbb0004fe1c2e030aa9c668abbd3367393ef13b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    avoid bombing out for smart progress updates without packages

M	backends/smart/helpers/smartBackend.py

commit 2220febccb33ccaa1eb984fc2d2b241293e4bc90
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-03

    APT: Add a very silly way to detect required system restarts by
    reusing the update-notifier infrastructure

M	backends/apt/aptDBUSBackend.py

commit 2105963c13a55b8ab60d1cc19b662c41677b9956
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    smart: report no upgrades

M	backends/smart/helpers/smartBackend.py

commit 332be845563eff640e047594c0eab2a6f8db7cbc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    smart: don't remove essential packages

M	backends/smart/helpers/smartBackend.py

commit 1fffe9277edeca528fd800d6575db6f56938a3eb
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    smart only supports type any provides

M	backends/smart/helpers/smartBackend.py

commit c3732c565309fb5ab2b28b79b4af2a7d586a6860
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-03

    trivial: LibSelfTest -> EggTest

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-self-test.c
M	libpackagekit/egg-obj-list.c
M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-details-obj.c
M	libpackagekit/pk-distro-upgrade-obj.c
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-self-test.c
M	libpackagekit/pk-task-list.c
M	libpackagekit/pk-update-detail-list.c
M	libpackagekit/pk-update-detail-obj.c
M	libselftest/libselftest.c
M	libselftest/libselftest.h
M	src/pk-backend-dbus.c
M	src/pk-backend-python.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-cache.c
M	src/pk-conf.c
M	src/pk-engine.c
M	src/pk-file-monitor-dummy.c
M	src/pk-file-monitor-gio.c
M	src/pk-inhibit.c
M	src/pk-notify.c
M	src/pk-security-dummy.c
M	src/pk-security-polkit.c
M	src/pk-self-test.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit a9603fbf1b09f9ac73b65b4f6fce7da1e4a06d2b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-03

    trivial: make LibSelfTest private

M	libselftest/libselftest.c
M	libselftest/libselftest.h

commit 4f96c229052e2acb56a2f0b410183a8e82598355
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-03

    trivial: get rid of the class attribute in the self check framework -
    also get rid of a bazillion useless brackets

M	client/pk-console.c
M	client/pk-generate-pack.c
M	libpackagekit/egg-dbus-monitor.c
M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-string.c
M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-details-obj.c
M	libpackagekit/pk-distro-upgrade-obj.c
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-task-list.c
M	libpackagekit/pk-update-detail-list.c
M	libpackagekit/pk-update-detail-obj.c
M	libselftest/libselftest.c
M	libselftest/libselftest.h
M	src/pk-backend-dbus.c
M	src/pk-backend-python.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-cache.c
M	src/pk-conf.c
M	src/pk-engine.c
M	src/pk-file-monitor-dummy.c
M	src/pk-file-monitor-gio.c
M	src/pk-inhibit.c
M	src/pk-notify.c
M	src/pk-security-polkit.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 19aa52bb63185834647a56d9ce0a958ce2151173
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    don't forget the files signal in smart download

M	backends/smart/helpers/smartBackend.py

commit c076652cce28b1d0eac4d045f7d482d468442bb6
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    another day another typo

M	backends/smart/helpers/smartBackend.py

commit f3d74a067567306857c3ba05bc96fea03ebad240
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-03

    APT: Introduce _emit_visible_package helper and use it to simplify
    doResolve

M	backends/apt/aptDBUSBackend.py

commit d64b4bd3efec30723decdaf05527ee7055dbdbb4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-03

    APT: Trivial. Update TODO

M	backends/apt/TODO
M	backends/apt/aptDBUSBackend.py

commit dc2e2de229e3205df3790de21208346fe65e6d09
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-03

    APT: Trivial. Make status messages more consistent

M	backends/apt/aptDBUSBackend.py

commit f278fa0abd7cf7d08270f159b1a473b9bcf15fa0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    copy/paste bug

M	backends/smart/helpers/smartBackend.py

commit a31e0e512ff7cc3a3e3ec3f680446350d7c558ae
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    allow cancel smart info's

M	backends/smart/helpers/smartBackend.py

commit ec0d38bdde90e5a5bd9985f7553258913985d038
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-03

    smart: use the new STATUS_LOADING_CACHE

M	backends/smart/helpers/smartBackend.py

commit 6d250c3d905002ec00a91318f7304e5156ae4038
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-03

    add the new status enum LOADING_CACHE

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 60c47b5ca15edd3cd82e454c7a0d1a9dd6899d8b
Author: Shishir Goyal <crazyontheedge@gmail.com>
Date:	2008-09-03

    bugfix: rename the mime extension so we match on the right thing

M	data/packagekit-pack.xml.in

commit bc86186be22d60f527c88c53253cfa26564618d1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-03

    APT: report updates which succeed a security update as a security
    update. Code adapted from update-manager.

M	backends/apt/aptDBUSBackend.py

commit 144c96db9787ac6ea531b807ba04f8b5ae8053cb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-03

    APT: Trivial. Remove an obsolete bracket.

M	backends/apt/aptDBUSBackend.py
M	configure.ac

commit f8321c7bae620660ce4e0c0c255e02512e0e1fa9
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    minor cleanup

M	backends/smart/helpers/smartBackend.py

commit aef90952f9993d15d4b4e39b65dece80ea10f8e4
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    smart: show package for download/install

M	backends/smart/helpers/smartBackend.py

commit ed6435d1f3ecdad81a6198fdff586b5a907a514c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    bring back smart show_package

M	backends/smart/helpers/smartBackend.py

commit 133145a66453a502c7fcb256461de7df3612dd27
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

commit 63ae010e2c407a172b79328cf2e09496950f210b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    smart: allow cancel - killing backend

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

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

    apt: remove the localised error descriptions, as these are debug
    text that admins need to read and are not error enums

M	backends/apt/aptDBUSBackend.py
M	backends/apt/debfile.py

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

    trivial updates to shared egg- files

M	libpackagekit/egg-obj-list.c
M	libpackagekit/egg-obj-list.h

commit 75b9f7aeafb3356cc3f6448c74825c996dcdb04b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    fix smart packages/depends/requires bug with post filters

M	backends/smart/helpers/smartBackend.py

commit 5d1afed1fcfffe7d4521393555c725220447e7b0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    better smart error reporting

M	backends/smart/helpers/smartBackend.py

commit 0c56375be9bc491be4d69f54b2d021b230363beb
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

commit ef4279324bf92b63260eabcc86f245262c3783c3
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    smart: add arch_filtering

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

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

    apt: use the correct variable names if we fail to get the
    changelog. fixes fd#17406

M	backends/apt/aptDBUSBackend.py

commit eb6a2f35bb1bee8dfefd933d2c0c5af491ff11ed
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

commit ed01d8fd0892e39629c3885e33a6520a4447e0d7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    smart: add newest_filtering

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

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

    yum: add GetDistroUpgrades support using the preupgrade package
    and data

M	backends/yum/helpers/Makefile.am
A	backends/yum/helpers/get-distro-upgrades.py
M	backends/yum/helpers/yumBackend.py
M	backends/yum/pk-backend-yum.c
M	docs/html/pk-matrix.html

commit 84f6846f6054d41208fd9d2b3d9d7a3b42abb779
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    smart: do graphical/development filtering, was rejected upstream

M	backends/smart/helpers/smartBackend.py

commit 549467551d2b1ee2d3b15bc775cd9fd21ae3e7db
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-02

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

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

    bugfix: fix the formatting in the enum list, as COULD_NOT_FIND_PACKAGE
    was not being picked up by the enum converter

M	libpackagekit/pk-enum.c

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

    trivial: add the get-distro-upgrades and distro-upgrades functionality
    to the python backends

M	python/packagekit/backend.py
M	src/pk-backend-spawn.c

commit 1bb9c75da333a06919c634fb0bd3eaf1432d361f
Author: Stefan Haas <shaas@suse.de>
Date:	2008-09-02

    zypp: updated pk-matrix

M	docs/html/pk-matrix.html

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

    trivial: re-order the feature matrix and add the missing methods

M	docs/html/pk-matrix.html

commit 23c72c5d6aebd6a906f8aa5269d4b584bdf79f10
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    avoid missing deb arch

M	backends/smart/helpers/smartBackend.py

commit 21f6f68cf361946667f5289b2c0d56810b1de381
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    fix syntax / lazy import

M	backends/smart/helpers/smartBackend.py

commit ef2fd3db50e2306db4d54c9c43549b03a135f2da
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-01

    bugfix: fix a compile warning in egg-obj-list.c

M	configure.ac
M	libpackagekit/egg-obj-list.c

commit 492f4fdb6d1a82efd7033278735f1a3ad5144545
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-01

    Add a more detailed instruction to get the latest PackageKit on Ubuntu

M	docs/html/pk-download.html

commit f82d534ad280c9a25c1c9d74ecd8f4696c4305d3
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    filter repo-list

M	backends/smart/helpers/smartBackend.py

commit 21fd37a5d9f8619d54fcb7a23f49964e750af883
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-01

    Update feature matrix for APT.

M	docs/html/pk-matrix.html

commit 2f9df34a6d180a95a1713ca3030e8415d01d234a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-01

    APT: Implement RepoEnable()

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

commit 5a1ce16688c090928289d11ec21f82fbd0c3a75c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    Update feature matrix for smart.

M	docs/html/pk-matrix.html

commit bd51c88588576e86815e72a52d2d0aa9cdb2cd6c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    smart: add repo_set_data

M	backends/smart/helpers/Makefile.am
A	backends/smart/helpers/repo-set-data.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit dd3758498e2b656e60c142b4500f8752931c0423
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    smart: add what_provides

M	backends/smart/helpers/Makefile.am
M	backends/smart/helpers/smartBackend.py
A	backends/smart/helpers/what-provides.py
M	backends/smart/pk-backend-smart.c

commit 78443bd46897a905f3c6656bb8c86567534b139e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-09-01

    add instructions for getting PackageKit on Ubuntu, from Dimitris
    Symeonidis, many thanks

M	docs/html/pk-download.html

commit 3e3f06deeb48a440b3ad43b3cdce41c1fbd74013
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-09-01

    smart: add search_file

M	backends/smart/helpers/Makefile.am
A	backends/smart/helpers/search-file.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit 9e5c03427da271841543ab90398414bad82ec3ae
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-09-01

    Fix a wrong type in repo_enable in the dbus backend

M	src/pk-backend-dbus.c

commit a7421d6ff15a2a432a9d49e8d352da4a60d3a879
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2008-08-31

    Updated Finnish translation

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

M	po/fi.po

commit 404980b49470323be7100843f784b21c992e2a3d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-31

    APT: Implement GetRepoList

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

commit 5e0b510704af5ec65ea31410a9145f57853130dd
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-31

    APT: Trivial. Use the more nicer PackageKitCache.clear() method
    instead of Cache._depcache.Init()

M	backends/apt/aptDBUSBackend.py

commit 651f15e83b28c7009741aad32ce9583060cdfe1e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-30

    Update feature matrix for apt.

M	docs/html/pk-matrix.html

commit bf5a905c26b5400ea9a5af3b2ad3296d0512284d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-30

    APT: Implement GetDistroUpgrades. It makes use of update-manager's
    MetaRelease classCurrently we only watch and report stable upgrades.

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

commit da3aea0b2733e447de74d16912614b523fcc9c29
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-30

    Add support for distro upgrades to the dbus backend.

M	python/packagekit/daemonBackend.py
M	src/pk-backend-dbus.c
M	src/pk-backend-dbus.h

commit f14ae704033b2f9feeaec8590658ba101255a035
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-08-30

    Minor fix

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

M	po/pt_BR.po

commit 515b43f835e5a8fa696f5371e87e6322e3b0a3aa
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-30

    Fix the python enum converter to allow underscores in the value names
    (before it missed the DISTRO_UPGRADE enums)

M	python/enum-convertor.py

commit 22a346cbd08af0380048dac9e0933a7299af923b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-30

    APT: Do not suppress badly formatted description lines. Avoid
    duplicated line breaks. Trivial.

M	backends/apt/aptDBUSBackend.py

commit eccd15dddca10b2d8c4b52721b069e8a0a7a99ae
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-30

    APT: The description formater now respects the Debian Policy

M	backends/apt/aptDBUSBackend.py

commit e434730b6c6b62775de8b6d427fdc207e013ad60
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-08-30

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 67b43b0bbe47c15715406ac9e7eb57e115f99111
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: Copy and use the new description formater from
    python-apt. PackageKit should provide a goot test case.

M	backends/apt/aptDBUSBackend.py

commit 5a819ad8622fc570005f755aa313646d37fe7a5d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: Fix section to group mapping for non main packages. Furthermore
    use the correct names for gnome and libs.

M	backends/apt/aptDBUSBackend.py

commit ec8baa625f1e08c5b151078ffc6fdcbe94498e7b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: The __iter__ of the cache class now uses a sorted list of
    the package names. This way we reduce flickering in the graphical
    client programms.

M	backends/apt/aptDBUSBackend.py

commit 1021135efc690302ed9b9c4ce1944c6ffa3147f7
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: code and comment cleanups

M	backends/apt/aptDBUSBackend.py

commit 4fa1a9df357f0815dfb8cc995874092ad090503a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: Don't use module names for variables. Do not fail on mailformated
    package file names. Send an error if the deb package cannot be
    installed.

M	backends/apt/aptDBUSBackend.py

commit 870e4155ec907df95e3df66d61db66470f43aecd
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-08-29

    yum: don't display 'Please report this error in bugzilla' as people
    are filing PK bugs

M	backends/yum/helpers/yumBackend.py

commit aa9485264d4d086a39a1c3418ed0ca33ede0ae3a
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-08-29

    yum: use the new PACKAGE_CONFLICTS error enum to fix rh#459914

M	backends/yum/helpers/yumBackend.py

commit 43b705d9576c93b1d0cf822e8038bd3c01ee25bf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-29

    bugfix: add another error enum for package conflicts

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit f7443b8e603dc288c31765c93bd23a90742686bb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-29

    trivial: check the obscure case where we have a zero length file list

M	backends/yum/helpers/yumBackend.py

commit cfaa3352ee00a5c0fe0ea54f9b48ed6f41b5c3d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-29

    bugfix: check the install_files() input to see if it exists before
    we try to process it. Fixes fd#17350

M	backends/yum/helpers/yumBackend.py
M	docs/api/spec/pk-concepts.xml
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 5ffc5563bf7d92e6391d5c31261b5c987552b562
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: Install the debfile.py in the dbus backend dir

M	backends/apt/Makefile.am

commit f1e7a06370f60186fb5f3fa783def91a17b83bf0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-29

    APT: Import latest debfile from python-apt's consolidate branch

M	backends/apt/debfile.py

commit 8e739ef242f11120810a0b796c5c76c1c2cecacd
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: make packageid work for deb/slack channels

M	backends/smart/helpers/smartBackend.py

commit 88a2e0a35c96c4c5b545e3301ee07da1edf8d3e0
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    set smart status/progress, to avoid complaints

M	backends/smart/helpers/smartBackend.py

commit acf41895c91870f7d44045e4ac595fdbb17c37e6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Add a custom cache class based on python-apt's consolidate branch

M	backends/apt/aptDBUSBackend.py

commit e896d3e85919acf8ea23b9b182b8dd13ab3f4aa6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    trivial: ignore both egg gobjects

M	docs/api/Makefile.am

commit 9d7049bb7c9b4c1195a4e42fa0afc98a3384b6f5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Include the required bits from python-apt to make isntalling
    of local files work again

M	backends/apt/aptDBUSBackend.py
A	backends/apt/debfile.py
M	backends/apt/pk-backend-apt.c

commit d744c6cb0b62b0ac285deb03b96dab62a636e265
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Copy the DpkgInstallProgress from python-apt's consolidate branch

M	backends/apt/aptDBUSBackend.py

commit b2c8d27810b54389b9cad2756e76b9c8a36cc9dd
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: add _get_installed_files() helper method which was taken from
    python-apt's consolidate branch. Make use of it in doGetFiles()
    and doSearchFile(). Renable search-file.

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

commit 8a7944bf161c79bb84e12df0fa7d2b5e78a39992
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Handle the candidate origin more carefully to not break on
    obsolete packages

M	backends/apt/aptDBUSBackend.py

commit 751ee8f7856398a98b87dc6d4a1b848d4368c13f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    trivial: fix last commit

M	libpackagekit/pk-package-id.c

commit 1117d5bec82673f2f94d2bcdd71fac3460fcd57e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    unexport pk_strsplit from libpackagekit

M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h
M	libpackagekit/pk-package-id.c

commit e2cea3369d81a4a1ae8ac1e18cecb6473bebc600
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    unexport pk_strcmp_sections from libpackagekit

M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h
M	libpackagekit/pk-package-id.c

commit 779c717b9c6c526a463280810518d247358a01a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    trivial: don't export the docs for the egg-* files

M	docs/api/Makefile.am

commit 816f9e2fa3e67dab10a89028a9973960be37eced
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    unexport pk_strbuild_va() from libpackagekit as nothing uses it

M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h

commit c581927a0c28a6d016b35fd269a682e2302328d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    unexport pk_strpad from libpackagekit

M	client/Makefile.am
M	client/pk-console.c
M	client/pk-generate-pack.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h

commit cccdd30f22220e10ec33f064d4703d26ec42745d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: add progress percentage

M	backends/smart/helpers/smartBackend.py

commit 26a4b618d5af8fb06fa3d56dbf8d5046e65befee
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    remove pk_strpad_extra() as it's not used anywhere

M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h

commit 05813bae8cbacaee0dd9220bd10347caa7588cb0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    move gpk_check_permissions out of libpackagekit as it's not used here

M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h

commit 70dc089d5db500aa5aafcdffb560df09d03f0c59
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    move some of the string functionality into egg-string to avoid
    polluting libpackagekit

M	NEWS
M	backends/dummy/pk-backend-dummy.c
M	backends/razor/pk-backend-razor.c
M	client/Makefile.am
A	client/egg-string.c
A	client/egg-string.h
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-import-common.c
M	client/pk-import-desktop.c
M	client/pk-import-specspo.c
M	libpackagekit/Makefile.am
A	libpackagekit/egg-string.c
A	libpackagekit/egg-string.h
M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-common.h
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	src/Makefile.am
A	src/egg-string.c
A	src/egg-string.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-network-unix.c
M	src/pk-security-polkit.c
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 597bb6af418f83f4000fc25c93c981c4c010b7ac
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Add a notice about the new apt-consolidate branch in which the
    development with not yet released python-apt code will happen.

M	backends/apt/HACKING

commit aefaff12e0f136beba155ae80913ffcd0315cc36
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Disable SearchFile since it requires a not yet released version
    of python-apt

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

commit 9dc3b592ec6ba60c0851603cad4d15d16cac5e39
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: comment out the Dpkg install progress since it requires a not
    yet released verison of python-apt

M	backends/apt/aptDBUSBackend.py

commit ace0c5e3ca994befb63b213dc6e0115d0cf82b14
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    add an abstract list object

M	libpackagekit/Makefile.am
A	libpackagekit/egg-obj-list.c
A	libpackagekit/egg-obj-list.h

commit 5700c47cc4fd2ea440eaffbda35d0093c743726d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    PkDbusMonitor is not PackageKit specific, and so shouldn't be in
    libpackagekit

M	libpackagekit/Makefile.am
R062	libpackagekit/pk-dbus-monitor.c libpackagekit/egg-dbus-monitor.c
A	libpackagekit/egg-dbus-monitor.h
M	libpackagekit/pk-connection.c
D	libpackagekit/pk-dbus-monitor.h
M	src/Makefile.am
A	src/egg-dbus-monitor.c
A	src/egg-dbus-monitor.h
M	src/pk-backend-dbus.c
M	src/pk-network.c
M	src/pk-transaction.c

commit 45d8b185a67a6a3f28534cb7890e75d76b360cd0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-28

    convert the pk_debug and pk_warning entries to egg_ prefixes to
    signify this is now code shared between projects and not PK specific

M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-apt-build-db.cpp
M	backends/apt.deprecated/pk-apt-search-sqlite.cpp
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt.deprecated/pk-sqlite-pkg-cache.cpp
M	backends/apt/pk-backend-apt.c
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.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/yum2/pk-backend-yum2.c
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	client/Makefile.am
A	client/egg-debug.c
A	client/egg-debug.h
M	client/pk-console.c
M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	client/pk-generate-package-list.c
M	client/pk-import-common.c
M	client/pk-import-desktop.c
M	client/pk-import-specspo.c
M	client/pk-monitor.c
M	client/pk-self-test.c
M	client/pk-tools-common.c
M	docs/api/PackageKit-docs.sgml
M	libpackagekit/Makefile.am
R083	libpackagekit/pk-debug.c	libpackagekit/egg-debug.c
R061	libpackagekit/pk-debug.h	libpackagekit/egg-debug.h
M	libpackagekit/pk-bitfield.c
M	libpackagekit/pk-catalog.c
M	libpackagekit/pk-client.c
M	libpackagekit/pk-common.c
M	libpackagekit/pk-connection.c
M	libpackagekit/pk-control.c
M	libpackagekit/pk-dbus-monitor.c
M	libpackagekit/pk-details-obj.c
M	libpackagekit/pk-distro-upgrade-obj.c
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-extra.c
M	libpackagekit/pk-package-id.c
M	libpackagekit/pk-package-ids.c
M	libpackagekit/pk-package-list.c
M	libpackagekit/pk-package-obj.c
M	libpackagekit/pk-self-test.c
M	libpackagekit/pk-task-list.c
M	libpackagekit/pk-update-detail-list.c
M	libpackagekit/pk-update-detail-obj.c
M	src/Makefile.am
A	src/egg-debug.c
A	src/egg-debug.h
M	src/pk-backend-dbus.c
M	src/pk-backend-python.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-engine.c
M	src/pk-file-monitor-dummy.c
M	src/pk-file-monitor-gio.c
M	src/pk-inhibit.c
M	src/pk-main.c
M	src/pk-network-nm-dummy.c
M	src/pk-network-nm.c
M	src/pk-network-unix.c
M	src/pk-network.c
M	src/pk-notify.c
M	src/pk-security-dummy.c
M	src/pk-security-polkit.c
M	src/pk-self-test.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 04dc189c680748761a2581a6a310da6c1f9dd89d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: use filters for depends/requires

M	backends/smart/helpers/smartBackend.py

commit 77ecd19715a0cf886595f60ae3953f0b01d9e1fc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    copyright information

M	backends/smart/helpers/smartBackend.py

commit 88c36ae023cc1a40bb049ed68f6831ea1ce58171
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: add more filters, graphical/development/license

M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit e171138cfad009cb9efae9ab813354173eb829a7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    oops, get_requires was backwards

M	backends/smart/helpers/smartBackend.py

commit 7afe1a04dba97420dbaa9242ce0e91f13f8c3ea2
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: add basic status reports

M	backends/smart/helpers/smartBackend.py

commit 4ecb5b72aaed20754d5cc8fcb5cdc24f60f94ef8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-08-28

    Updated Polish translation

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

M	po/pl.po

commit b3c4bfe41bd0388c8d090e3d74284e4cf0b6386c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    avoid recursion for now

M	backends/smart/helpers/smartBackend.py

commit 7b82219d968578767a689f5f1de07a886b547641
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: add get_requires

M	backends/smart/helpers/Makefile.am
M	backends/smart/helpers/get-depends.py
C081	backends/smart/helpers/get-depends.py
backends/smart/helpers/get-requires.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit b8c7f4defc01bb775b17d60e66825f0b9b069251
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    Update the feature matrix for apt.

M	docs/html/pk-matrix.html

commit da69698bf39009a9399b9e9a8e34b1966fe0ebc9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: comment out the install_files method to avoid warnings during
    build

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

commit 365f897f1b8d929e0dec68a318a50384b675e978
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-28

    APT: Implement the free filter

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

commit c2aa741a390d30bb03c1d110e23fe9d206bf9603
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2008-08-28

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 2100b51444b27e8ec7dd88f9209d397e4ebac134
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-28

    smart: add RPM/DEB groups

M	backends/smart/helpers/Makefile.am
A	backends/smart/helpers/search-group.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit c38e731291372485dfafcba9b94bd88a303b5fb7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: note that packageid mapping only works for rpms atm

M	backends/smart/helpers/smartBackend.py

commit 0f1681c537926e2a8a7901f2e649c370f50721a5
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: add get_packages

M	backends/smart/helpers/Makefile.am
A	backends/smart/helpers/get-packages.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/pk-backend-smart.c

commit c2a3ce97a44dbbd5ef3bc511935f87d5078bf9cf
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: add get_filters with installed

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

commit 6f73b70e046316c3f99de27a44a8dbec1b682e99
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: allow for multiple packages

M	backends/smart/helpers/Makefile.am
C085	backends/smart/helpers/install-packages.py
backends/smart/helpers/download-packages.py
M	backends/smart/helpers/install-packages.py
M	backends/smart/helpers/remove-packages.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/helpers/update-packages.py
M	backends/smart/pk-backend-smart.c

commit 39b32704da210ba3e0ddc3d6442b2807c7638969
Author: Robin Norwood <robin.norwood@gmail.com>
Date:	2008-08-27

    Fix for rhbz#459870 - give a proper warning if a package is already
    installed, and a proper error if all packages in the transaction
    are already installed.

M	backends/yum/helpers/yumBackend.py
M	docs/api/spec/pk-concepts.xml
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit 208b0cec662d4c0906256911f2a61db8c3114700
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-27

    APT: Implement SearchFile

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

commit 49f1017cac177940e200cfb8907346e4a1b25ecb
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-08-27

    yum: don't always prefer the first package returned from
    returnNewestByNameArch() as this will be i386 on x64, and hence the
    wrong thing will be installed on multiarch

M	backends/yum/helpers/yumBackend.py

commit 5813dfa5b218f9b57c3622cb3dda1deae5d1639d
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-08-27

    bugfix: fix pkcon to treat the filters as bitfields, not enums

M	client/pk-console.c

commit 25d379b3bdbe31e690e305979ca9233bd8193fed
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-27

    post release version bump

M	RELEASE
M	configure.ac

commit 21509b8fe11053daf851cb6ad5c2a2c1615e274b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-27

    Release version 0.3.1

M	NEWS
M	contrib/PackageKit.spec.in
M	docs/html/pk-download.html
M	docs/html/pk-using.html

commit 557af8798ed36a2f22dc3a19c50bd0c26f9d8af8
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    fix copy/paste typo

M	backends/smart/helpers/remove-packages.py

commit 6baf210e0604225dcb09effe9763a07d9573f4e2
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: use alias if channel has no name

M	backends/smart/helpers/smartBackend.py

commit 0ef4216650ea59031373b6bcf8ef41e75212a2f3
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: GetDetails should be getDescription

M	backends/smart/helpers/smartBackend.py

commit 1fb074a4a50c715fffa84020aa41e76c72fde86b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: match helpers with backend

M	backends/smart/helpers/install-packages.py
M	backends/smart/helpers/remove-packages.py
M	backends/smart/helpers/smartBackend.py
M	backends/smart/helpers/update-packages.py

commit 5b8e2097e61c1d1e8c5b0b49f5ced4afb0663fa7
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-08-27

    smart: use PackagekitPackage

M	backends/smart/helpers/smartBackend.py

commit aeeea534afbb890f959f20504db1b019fb2193c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-27

    bugfix: properly disconnect the disconnect handler so we don't crash
    the client tools when the daemon exits

M	libpackagekit/pk-client.c

commit 364fd13c9dd8d7ed1fd7a8b6df03e56db18b8be3
Author: Aurelien Lefebvre <alefebvre@mandriva.com>
Date:	2008-08-27

    urpmi backend: Little fix to make updatedetail signal compatible
    with 0.3.X version of PK (Best implementation TODO)

M	backends/urpmi/helpers/perl_packagekit/prints.pm

commit 5f9e291a76b4ec58e2cd757f0e5450dd38314c78
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-08-26

    fix compile (add locale.h include)

M	libpackagekit/pk-control.c

commit 220d5e4779b94cdb1110c03bb67866b138ce70b2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-26

    trivial: the yum backend requires python-sqlite2

M	contrib/PackageKit.spec.in

commit 8cfbd3d2cbac46762cc14cf092267bd39da5247a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-26

    bugfix: don't allow reset in ::Finished() if we are sync, and don't
    allow Cancel in ::finished ever.

M	libpackagekit/pk-client.c

commit 56109c84e4e490f42aafd9dd29dbd2bda62ad182
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-26

    trivial: dont bt in pk_warning, it's not useful anymore

M	libpackagekit/pk-debug.c

commit a01bffcaa832a94dadc33e90ac71c240481855e4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-26

    bugfix: don't crash the daemon if we never used SetLocale, instead
    use the C locale in the backend. Fixes fd#17298

M	src/pk-transaction.c

commit e8bd74447eea3e5602f9ca8b81954d835ee00bed
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-25

    trivial: fix one of the html pages

M	docs/html/pk-help.html

commit 6b7315ad75b69cd170861b4aa2f69890a5cb4fd5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-25

    update some screenshots in the HTML page

A	docs/html/img/kpk-confirm.png
M	docs/html/img/kpk-information.png
A	docs/html/img/kpk-notify.png
A	docs/html/img/kpk-progress.png
M	docs/html/img/kpk-search.png
A	docs/html/img/kpk-settings.png
M	docs/html/img/kpk-update.png
M	docs/html/pk-screenshots.html

commit 5aba5838c73fd7db025599702feceb027f267127
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-25

    clarify some documentation about the transaction methods

M	contrib/PackageKit.spec.in
M	docs/api/Makefile.am
M	docs/api/spec/pk-concepts.xml
A	docs/api/spec/pk-transactions-download.png
M	docs/api/spec/pk-transactions.svg
M	src/pk-interface-transaction.xml

commit 7695a46aadf1461e6cf33397cbb024bcf91a90eb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-24

    APT: Add method for calling InstallFiles in the dbusbackend, but do
    not assign it yet.

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

commit c8d5be7a7d0e2cd900011f75848bee84fef8c8df
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-24

    APT: Do not allow to remove essential packages

M	backends/apt/aptDBUSBackend.py

commit 46509be614ee611369d4a36e27b3542c71f7b4ca
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-24

    APT: fix killing hanging installations

M	backends/apt/aptDBUSBackend.py

commit b765c9b33202bde732836dd1dde3081ab90833da
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-24

    APT: Send a message if a later version of a locally installed package
    exists in the cache.

M	backends/apt/aptDBUSBackend.py

commit 597730a52b257c49ed0612c89ee6468635fd402a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-24

    APT: Implement InstallFiles, but do not populate this method to
    packagekitd, since much of the code was made inside of python-apt
    and is still unreleased.

M	backends/apt/aptDBUSBackend.py

commit 52643799441ff9e98ae3e7ca0003621180e3e78a
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    poldek: support documentation group

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

commit 8464d37b1f8d798a1ca39b491b0ef0b3fbd7377c
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    bugfix: set "directory" as an argument for DownloadPackages(). Fix
    for backends using pk_backend_thread_create

M	src/pk-transaction.c

commit 8f17c0be07d4543b0cd01465c2d75e52c334159c
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    poldek: pass changes to GetUpdateDetail()

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

commit 0200b222b149e2b3d05c2a83f19ff2506b4a8f50
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    poldek: use source name as repo description

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

commit 9a0d4c2ce5ec06fce3e9dc7b75b0bbcf33142f90
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    poldek: removed backend reference count

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

commit 5a4122edfabff6a0721e6e955b76cbae2e4a1a66
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    poldek: get localized descriptions and summaries

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

commit 93bdf84903ac7d0909022ef7426b9b452dc79d3a
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-23

    poldek: fix crash

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

commit b06fab6e80531ca1c4a79039cafbb648def69cc1
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-22

    poldek: make execute_* functions use va_list

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

commit e36db3753943754a2ab8c2fbc292b824744db01a
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-22

    poldek: execute poldek commands via execute_command and
    execute_packages_command functions

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

commit fdeb73e75cb37782f7a823f0056d2802a3a8ecc2
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-08-22

    poldek: support multiple package_ids in GetFiles

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

commit a056de9ca870352c283ae2ddbc9dd7205385ee7d
Author: Shishir Goel <crazyontheedge@gmail.com>
Date:	2008-08-22

    Change Service Packs' extension from .pack to .servicepack

M	backends/yum/helpers/yumBackend.py
M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	man/pkgenpack.xml
M	src/pk-transaction.c

commit 7e47bed2f518e4c60d95fc800fa3c41b76615dce
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-21

    trivial fixes to pkcon for DownloadPackages

M	client/pk-console.c

commit 902f2f812e622aa8e93e317e124ec706f375e477
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-21

    trivial: do the file copy sync, not async

M	libpackagekit/pk-client.c

commit 60512f4f0ca6a38be76da1b1c7ac5be25afe53c4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-21

    trivial: fix the rpmbuild by checking chdir() and getcwd() for errors

M	src/pk-transaction.c

commit b77ed40b10e7d3db3253008c2bb8d65eaedf1f8d
Author: Shishir Goel <crazyontheedge@gmail.com>
Date:	2008-08-21

    trivial: fix up an error enum in the yum backend

M	backends/yum/helpers/yumBackend.py

commit 459af0d65bd4461f8776f2b772fdc1a8fa29d1c9
Author: Shishir Goel <crazyontheedge@gmail.com>
Date:	2008-08-21

    yum:fix InstallFile to make it work for multiple simultaneous packs
    and files installations

M	backends/yum/helpers/yumBackend.py

commit c1c94aa6c450ffe20161aa9809d0f4fe918815c4
Author: Shishir Goel <crazyontheedge@gmail.com>
Date:	2008-08-21

    trivial: fix add-error-enum.sh script

M	tools/add-error-enum.sh

commit 3ead82413f420327d5f6389448854aec8bd61e25
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-21

    trivial: fix up an error enum in the yum backend

M	backends/yum/helpers/yumBackend.py

commit 3f7753a22845733bcee3ae4f34ecd14c7dd66ffe
Author: Shishir Goel <crazyontheedge@gmail.com>
Date:	2008-08-21

    bugfix: pkcon:fix a memory leak in RemovePackages

M	client/pk-console.c

commit 0e1782302eca79ef2313257ed60c8b0a396918cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-21

    remove the libtar code, and instead use the libarchive library. libtar
    is old, clunky, and unmaintained

M	client/Makefile.am
M	client/pk-generate-pack.c
M	configure.ac
M	contrib/PackageKit.spec.in
M	src/Makefile.am
M	src/pk-transaction.c

commit d287e1f006b56d17ac468aa212b4c9cb448bc310
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-21

    bugfix: make libtar a conditional requirement, original patch from
    Sebastian Heinlein

M	client/pk-generate-pack.c
M	configure.ac
M	src/pk-transaction.c

commit fac5a7985941ea69904ea6a76e593aa1a01c84c8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    APT: do not report the package itself on GetDepends

M	backends/apt/aptDBUSBackend.py

commit ca7a4d5587e44f2ed98948d51f4627da03c1c6ba
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    Build fix for pk-import-desktop

M	client/Makefile.am

commit 459b7200bbe3f833e440baea58c91e5d8cf522b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    add a structure type PkDistroUpgradeObj so we can use it in the
    DistroUpgrade callback easily

M	client/pk-console.c
M	libpackagekit/Makefile.am
M	libpackagekit/pk-client.c
A	libpackagekit/pk-distro-upgrade-obj.c
A	libpackagekit/pk-distro-upgrade-obj.h

commit fd003aff10185d9fa5f55db870bbef69db52f8a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    trivial: now we can use GetDistroUpgrades, advertise it

M	src/pk-backend.c

commit cd76c43067fc612925b11afee0bc7b6fac682604
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    trivial: add the distro-upgrade hooks into PkClient a pkcon

M	client/pk-console.c
M	contrib/pk-completion.bash
M	libpackagekit/pk-client.c
M	libpackagekit/pk-client.h

commit 91133b7539d41538a5d72b06721d7987f218f545
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    add a check to make sure the backends ar respecting the installed
    filter

M	src/pk-transaction.c

commit e07c785739743f28f3d5e34efb5cac085ffc4313
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    Add GetDistroUpgrades to the feature matrix

M	docs/html/pk-matrix.html

commit 5ef9a237bbc17d9f07ceb3007b60125d4158c890
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    Update feature matrix for apt. trivial

M	docs/html/pk-matrix.html

commit 208f2ceef4329ff6b4edddd4ea853f1a01274c5e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    trivial fix to stop an error when we are testing the yum backend on
    the command line

M	backends/yum/helpers/yumBackend.py

commit bc6c14c840ed5b8f95c4a70856d0eaba4d99c39a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    APT: report that we support the new groups science, doc and
    electronics

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

commit c97c3f9d4bc790cd610577f01bdec1c41cb18dc8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    APT: Instead of sending an empty file list for a package send none

M	backends/apt/aptDBUSBackend.py

commit ba86c72ebf3f5451cb3f1f04b09b1bd680aeb089
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    APT: implement GetFiles

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

commit 359093dd63dcddbd97927a0512d31044da4eef16
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    bugfix: make sure we create the /var/cache/PackageKit/downloads
    directory at install time

M	contrib/PackageKit.spec.in
M	src/Makefile.am

commit f7d197ca3ee8ea57570d5de0e48cfc51f99cd1a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-20

    trivial: fix a GError initialisation error -- reapply patch

M	src/pk-engine.c

commit 3c17109a0c3307f73de7f5d177878004e06c56c9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-20

    APT: Make use of the new groups documentation, electronics and science

M	backends/apt/aptDBUSBackend.py

commit 232e74a9dc8c25efdb8b4de90711bacf93bfafd7
Author: Ken VanDine <ken@vandine.org>
Date:	2008-08-19

    more updates to work with 0.3.x series

M	backends/conary/helpers/conaryBackend.py
M	backends/conary/helpers/install-packages.py
M	backends/conary/helpers/remove-packages.py
M	backends/conary/pk-backend-conary.c

commit 29bdd0e7e7ad93d30a21960c38f78ca3dbc9c09a
Author: Scott Reeves <sreeves@novell.com>
Date:	2008-08-19

    finish the switch to PkBitfield

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

commit 5cf1c4138d17f7cdbd49b5ab86759c9bf8ed4f13
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-08-19

    bugfix: fix compiling the browser plugins where
    HAVE_GDK_APP_LAUNCH_CONTEXT_NEW is defined -- re-apply as I think
    git got itself in a tizz (trivial)

M	contrib/packagekit-plugin/src/contents.cpp

commit 144bb64cd6fe96cf90736f0e698ce8f21330b94e
Author: Ken VanDine <ken@vandine.org>
Date:	2008-08-19

    update to support {install,remove}-packages

M	backends/conary/helpers/conaryBackend.py
M	backends/conary/helpers/install-packages.py
M	backends/conary/helpers/remove-packages.py

commit dca8395bb082427e675dcfc8ac7521c0e8bf1aee
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-19

    Make PkMessages into proper enumerated types with localised
    descriptions

M	TODO
M	backends/apt/aptDBUSBackend.py
M	backends/poldek/pk-backend-poldek.c
M	backends/yum/helpers/yumBackend.py
M	backends/yum2/helpers/yumDBUSBackend.py
M	backends/zypp/pk-backend-zypp.cpp
M	libpackagekit/pk-client.c
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h
M	libpackagekit/pk-task-list.c
M	python/packagekit/backend.py
M	src/pk-backend-dbus.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-transaction.c

commit a2bd12e7b0d98610df4b916fd2f5c4a34d76d52f
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-19

    feature: switch to using a guint64 bitfield type as we are abusing
    the C enum using it as a long bitfield

M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-apt-search-plain.c
M	backends/apt.deprecated/pk-apt-search-sqlite.cpp
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt/pk-backend-apt.c
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.c
M	backends/test/pk-backend-test-fail.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/yum2/pk-backend-yum2.c
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h
M	client/pk-console.c
M	client/pk-generate-pack-main.c
M	client/pk-generate-pack.c
M	client/pk-generate-pack.h
M	contrib/packagekit-plugin/src/contents.cpp
M	libpackagekit/Makefile.am
A	libpackagekit/pk-bitfield.c
A	libpackagekit/pk-bitfield.h
M	libpackagekit/pk-client.c
M	libpackagekit/pk-client.h
M	libpackagekit/pk-control.c
M	libpackagekit/pk-control.h
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h
M	libpackagekit/pk-self-test.c
M	src/Makefile.am
M	src/pk-backend-dbus.c
M	src/pk-backend-dbus.h
M	src/pk-backend-internal.h
M	src/pk-backend-python.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-transaction-db.c
M	src/pk-transaction.c

commit 85fe523c8eebdbea62337ae518e446614804f910
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-19

    bugfix: fix compiling the browser plugins where
    HAVE_GDK_APP_LAUNCH_CONTEXT_NEW is defined

M	contrib/packagekit-plugin/src/contents.cpp

commit 79431bcf61ebc20cbab3922cdd10ea927bff1a10
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-19

    trivial: fix a GError initialisation error

M	src/pk-engine.c

commit 75cbcd9539c15a1229042cd3805e06c8d2e39194
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-18

    APT: Fix wrong use of the STATUS_SETUP in doInit()

M	backends/apt/aptDBUSBackend.py

commit ae81e145f7ae10d7705fb2b348cda8edbfc00076
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-18

    post release version bump

M	RELEASE
M	configure.ac

commit dc4dfe3dff8856bc204dcb2b1d8b187465e7b05a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-18

    Release version 0.3.0

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

commit 8d9ade929a8c1aa717309e8da0fd85f5f56e1221
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-18

    trivial: comment out the new group defines, until we can cope with
    64 bit enums

M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h

commit fa9b38d01e594eb66d1e7af01ff1cf41a8bf949b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-18

    trivial: apt: don't localise text as we don't want to bring in
    gettext for the backends

M	backends/apt/aptDBUSBackend.py

commit 6bd002819c9c59563743be91b970e9d21a8b31bb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-18

    change the interface for DownloadPackages so we get the correct
    owners and SELinux contexts

M	backends/dummy/pk-backend-dummy.c
M	backends/yum/helpers/yumBackend.py
M	libpackagekit/pk-client.c
M	src/Makefile.am
M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-interface-transaction.xml
M	src/pk-transaction.c
M	src/pk-transaction.h

commit b9422acc125895d474ac6c60bb90ad1fe8fe8cca
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-18

    APT: Fix filtering. Was totally broken.

M	backends/apt/aptDBUSBackend.py

commit 8ec40d43dae26572fe037cfca68a5042490c3af1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-08-18

    APT: Add support for Ubuntu supported filter

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

commit f1d9d4a9457414ead851ba14d002f868ae88e519
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-18

    trivial: fix my last commit

M	libpackagekit/pk-enum.c

commit b6a1ad4a9d820f283a71bfba1ca82c032c4d0bdc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-08-15

    API: add two new bits of public API, GetDistroUpgrades() and
    ::DistroUpgrade()

M	backends/alpm/pk-backend-alpm.c
M	backends/apt.deprecated/pk-backend-apt.c
M	backends/apt/pk-backend-apt.c
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/razor/pk-backend-razor.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-dbus.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/yum2/pk-backend-yum2.c
M	backends/zypp/pk-backend-zypp.cpp
M	libpackagekit/pk-enum.c
M	libpackagekit/pk-enum.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-interface-transaction.xml
M	src/pk-transaction.c
M	src/pk-transaction.h

commit b791290a00e87bc5c446695ade785c99ed53218e
Author: Stefan Haas <shaas@suse.de>
Date:	2008-04-23

    changed for zypp 4.14.0

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

commit 479be7dbd45d9db1ed143e6af22db60a5dcb9d0d
Merge: 87d18fa 55aa032
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-03

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

commit 55aa0322e9a67fa9006c686ae29f45c9e9af1914
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-04-03

    Sending translation for Assamese

M	po/as.po

commit 87d18fa83534278ffbaa8cbdf7d01c66de7a136e
Merge: 0bb8eed 94a6566
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-02

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

commit 94a6566f4233f3b55c76104bb05f547e925594da
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-04-02

    Sending translation for Marathi

M	po/mr.po

commit 32aa053f278096e0d2cdfa53c848864f3540b1a1
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-04-02

    Sending translation for Assamese

M	po/as.po

commit 0bb8eed65a5370eb202f6fb2eb280067b10257de
Merge: 4dfcd53 39ca6b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-02

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

commit 4dfcd53103ac572e27e67e85088b6dee48b2e171
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-02

    bugfix: yum cannot handle FakeRepository.repo, unlike a normal
    Repository, so just handle the local case specially. Fixes rh#486720

M	backends/yum/yumBackend.py

commit 39ca6b45a9a194705c980079777ba49ad329b148
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-04-02

    Sending translation for po/as.po

A	po/as.po

commit d8c6e7c27f9280074a022fc69e2fb41363f45be7
Author: swkothar <swkothar@fedoraproject.org>
Date:	2009-04-02

    Sending translation for Gujarati

M	po/gu.po

commit ea606473676bbc156463caab4a621ac3dcc53925
Merge: f68c051 ea2e760
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-01

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

commit ea2e7608e711cdf3b41b973739428138313ff581
Merge: 7d95e04 f821a4c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-01

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

commit 7d95e04fce37a2faf673edbd5ad0e6822bf205e1
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-04-01

    Added support to recognize Debian version

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

commit f68c0514c75b988ee9f02f8f9f436ff991ccbed3
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-04-01

    update conary matrix

M	docs/html/pk-matrix.html

commit f821a4c8f4f6c011eea2f51ae0e23661a8d7f00e
Author: mgiri <mgiri@fedoraproject.org>
Date:	2009-04-01

    Sending translation for po/or.po

A	po/or.po

commit ab508f3651a345ba56da5cdf1717ecb5db64db7c
Author: leahliu <leahliu@fedoraproject.org>
Date:	2009-04-01

    Sending translation for Chinese (Simplified)

M	po/zh_CN.po

commit 826973135802ee453e014dc601168690b49af25d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

    bugfix: correct the allow-cancel duplicate logic so we don't remember
    the state of the previous transaction

M	src/pk-backend.c

commit c90c2e49bf445efadb0be4768adc6fb8dcf23640
Merge: 2b560dc c3aa5b6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

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

commit 2b560dc9d27274314e60358f1ce6031cc9635a0f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

    trivial: sync spec file with Fedora upstream

M	contrib/PackageKit.spec.in

commit 3fb2b86f239701c3fa5de6806a6da4fadaefd39d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-04-01

    dummy: set allow-cancel TRUE at the start of UpdatePackages

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

commit c3aa5b67152eda074bd5d0de99f8f3d29fb3c5db
Author: James Westby <jw+debian@jameswestby.net>
Date:	2009-01-10

    bugfix: pkgenpack man page still pointed to pk-generate-package-list

    pk-generate-package-list is replaced by pkcon create-list so point
    to that in pkgenpack's manpage instead.

M	man/pkgenpack.xml

commit 7e9ad628ec1bc7832705749a2e91ce9a181ca554
Author: aalam <aalam@fedoraproject.org>
Date:	2009-03-31

    Sending translation for Punjabi

M	po/pa.po

commit 5055dfd2b09ce7b3f7359e924d7db1a28d8c225e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit c0626609ad738121e8a27960796753f471dbed0b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    Release version 0.4.6

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

commit 15042a8a086f1b270b1cee62caa6cd0e78a7bbcc
Merge: 860e932 c7d8cce
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

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

commit 860e932906830be2b1c7fa3a2e6c45d639e80b2d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    trivial: make the ChangeLog decoding more robust to broken
    ChangeLogs. Fixes rh#492739

M	backends/yum/yumBackend.py

commit c7d8cce719e51c5440fb8fce30a23a5268acb700
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-30

    conary: Fix the get-updates broke
    conary: add licenses metadata

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit ab2c1f4a356d5c016a85b860c02faad0c1566b8a
Merge: e4cf703 21f9112
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-30

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

commit 3bccdbf94bd731f19f4cb2919ff8c04f38f29d93
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-30

    bugfix: check for QtXml in configure and use the correct deps in
    the packagekit-qt pc file

M	configure.ac
M	data/packagekit-qt.pc.in

commit 21f91123e32194102898aef9f51999271feefbe3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-29

    Updated almost all the enums, but we have some conflics to fix

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

commit ad355361c8b107d6747facdd0009c709226fd50f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-29

    Some changes to add system update

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

commit d00a13bfa267b623119d6ab95adc2605e60603ce
Merge: 9a4e352 6142984
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-29

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

commit 6142984f7d2abe663039180a75f8c065ba34258b
Author: tombo <tombo@fedoraproject.org>
Date:	2009-03-28

    Sending translation for Italian

M	po/it.po

commit e4cf7034f032ff4d7afcc89bf0422eadbe603b0c
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-28

    implement get-packages

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
M	backends/conary/pk-backend-conary.c
M	configure.ac

commit c715636e706c104050432d09b4841c4bd7244253
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-28

    conary: fix repository output on get-details

M	backends/conary/conaryBackend.py

commit f5c89ca45bb932c673d0ed3de51832d59365b99a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-28

    conary: bugfix high memory usage

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py

commit 077eb8ecaac02972f595eb52f5c3ab77c59eccc2
Author: xconde <xconde@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Catalan

M	po/ca.po

commit 46a880ade82d836e3d54fc21908755965e11cc2d
Author: kelemeng <kelemeng@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Hungarian

M	po/hu.po

commit 063775038d795dc2fadfac6b4d077640257a585e
Author: kmilos <kmilos@fedoraproject.org>
Date:	2009-03-27

    Sending translation for po/sr@latin.po

M	po/sr@latin.po

commit 1b5ffbb61d8afc27eb21f3400e8fcd99175a0287
Author: kmilos <kmilos@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Serbian

M	po/sr.po

commit bd0237f90711de2bbb27e269f805b935be8b8216
Author: soko <soko@fedoraproject.org>
Date:	2009-03-27

    Sending translation for po/sr@latin.po

M	po/sr@latin.po

commit dff0302060d64e1372ae8b45c6ae68e4091924d7
Author: soko <soko@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Serbian

M	po/sr.po

commit b8d0dec445738630d2a6c7f79339c3dc497578ec
Author: soko <soko@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Serbian

M	po/sr.po

commit 46113aa00a44eb679661a5e3df932fd636f56f67
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    bugfix: when we get the update detail in pkcon, resolve not-installed
    packages, rather than installed ones. Fixes rh#492004

M	client/pk-console.c

commit 9a4e352b6a865682d2e76cf4f061dd824981d9ef
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-27

    renamed the cache object

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

commit 01efee5e9d9898f1e42457d4613b3826604efb07
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    trivial: make the PkDesktop self checks pass even if we used the
    dummy backend to create the database

M	lib/packagekit-glib/pk-desktop.c

commit ff10fca569fc40cae0f095d85f901fbe52b28b80
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    bugfix: don't hardcode /var/lib/PackageKit for the desktop database,
    use the localstatedir variable so we preserve the prefix

M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-glib/pk-desktop.h

commit 4f705442f69138fab16157be8788ff35c2009a85
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-27

    trivial: make Danish translation UTF8 to prevent a warning

M	po/da.po

commit 9689423d254c4725e79d1577ac19e6d51e9a55cd
Merge: 9516b97 4d6e685
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-27

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

commit 9516b979511eb903ff922958b0513e88e81aa887
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-27

    conary: replace element xml.minidom with cElementTree
    conary: fix the high memory usage on search

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 4d6e685dc5ac328269896a441788c0eff2e4c8bc
Author: igor <igor@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit f7fd76deb4f01aa5bef78524dbd31978848d92e1
Author: kad <kad@fedoraproject.org>
Date:	2009-03-27

    Sending translation for Spanish

M	po/es.po

commit 30a78b6e6e32a9b3f95f071aac4ac3f79c21a644
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: more rapid search

M	backends/conary/conaryBackend.py

commit e3a6179e89b272232c54d29330fea3808c84a056
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    added backend finished before all returns

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

commit 0f51afda816063e26b585e60869b8d8013252aac
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: add xmlfile for conary.rpath.com repo what its missed

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit 08304826aab40899d2bc88e141ed9ec86f44227a
Merge: 6c54154 d0567f4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Merge branch 'aptcc'

commit d0567f43be309f87ad5fbc4e5b390a874a2ae200
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Fixed repo_enable, progress on fetcher, emit package on fetcher and
    some code clean up

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

commit 6feeb44b30242713bb3bf1a619840ba03efcffa6
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: add DepFailure exception and catch the Packages

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 332fca8c3ae337345f87009252c1f2120f9b852a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-26

    conary: remove many conary instances

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/pk-backend-conary.c

commit fb8b53d8335bd7e462f2974df24eb802bc0df0aa
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Hopefully removed all whitespace

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h
M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/apt.cpp
M	backends/aptcc/aptcc_show_error.h
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/aptcc/pkg_acqfile.cpp
M	backends/aptcc/pkg_acqfile.h
M	backends/aptcc/rsources.cpp
M	backends/aptcc/rsources.h

commit adb1d45b149a8d7a067d1af7829b55c848e6849f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Removed the _(...)

M	backends/aptcc/apt.h
M	backends/aptcc/aptcc_show_broken.cpp
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/aptcc/rsources.cpp

commit 6c54154cee46df22a309ad5d7208206bca59671a
Merge: b8b363d 863b06f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    Merge commit 'origin/aptcc'

commit 863b06f19c9951f28868780c847f404ef0b54412
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-26

    A few fixes and added the missing files

A	backends/aptcc/acqprogress.cpp
A	backends/aptcc/acqprogress.h
M	backends/aptcc/aptcc_show_error.cpp
M	backends/aptcc/aptcc_show_error.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit b8b363d2d73ef37e55e1746de10b50429725f274
Author: kristho <kristho@fedoraproject.org>
Date:	2009-03-26

    Sending translation for Danish

M	po/da.po

commit f836277e1a11c5448204b940f672b68c6265e4cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-26

    trivial: add da to LINGUAS

M	po/LINGUAS

commit bb00027ce746749ad91b0818e683c92c84979bfb
Merge: 6052e19 b63fb54
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-26

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

commit b63fb54a847afdd6a49b77e03634846f1384b6ce
Author: kristho <kristho@fedoraproject.org>
Date:	2009-03-26

    Sending translation for po/da.po

A	po/da.po

commit 631266b16447b21d8a84a5cb44f83db0ed30859e
Merge: b5fe51a 8331aaf
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Merge commit 'origin/aptcc'

commit 8331aaf933c30302b1d720d61023d0b6b2a30346
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Code clean up before merging

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

commit d4cbde5a178a68e985894a706a1fc89c3adb3ce7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Added repo_list and repo_enable support

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

commit b3c30e4e987578f6414de8df1ed1aaa75241b8d3
Merge: 5c30aa0 b5fe51a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-25

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

commit 5c30aa02ca80073597953a61f081c75809459a0b
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-25

    conary: trivial: add more debug remove unnecesary check

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit b5fe51a012a2343381b2d517d343e7c5b014bfa0
Author: vpv <vpv@fedoraproject.org>
Date:	2009-03-25

    Sending translation for Finnish

M	po/fi.po

commit db1a782c274b87230efb6560fba48d6653e02639
Merge: 9e3c96c 0363b3a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-25

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

commit 0363b3afaa024212ca14073dcfafd7e1f4c48d05
Author: tomspur <tomspur@fedoraproject.org>
Date:	2009-03-25

    Sending translation for German

M	po/de.po

commit 5075efa70f477d5819cc284f71eb60085396aec2
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-25

    Added package_download support

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

commit 6052e1913ccda6c42e0224e651bbf37e0ea8fcd2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    trivial: reorder LINGUAS

M	po/LINGUAS

commit b3241853de5c330831af98b1e230f944f2d54b39
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: don't expode when we can't find the package when we try to get
    the update detail

M	backends/yum/yumBackend.py

commit 24c25a225829beecec3dbb34671f0f469b098265
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: don't explode when faced with an invalid ChangeLog header,
    just report a message

M	backends/yum/yumBackend.py

commit 2713a1a22a157e24cbc1563770fe2ff5b918d3a8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: remove the tabs in the package description else the daemon
    ignores the invalid command

M	backends/yum/yumBackend.py

commit 508b2d356bac41d532f20b2113cf694cf7454d42
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-25

    yum: make _getEVR() return 0,0,0 if the string is invalid, rather
    than a traceback

M	backends/yum/yumBackend.py

commit 0d135838e0ac69521fd7ce3a973adefbdf844ae2
Author: ruigo <ruigo@fedoraproject.org>
Date:	2009-03-25

    Sending translation for Portuguese

M	po/pt.po

commit bf4a77012bbb40c9856865a48893a70001d8f594
Author: ccielogs <ccielogs@fedoraproject.org>
Date:	2009-03-25

    Sending translation for Italian

M	po/it.po

commit 66143973bdd2ad7df73b142207d8b929cf3b8c50
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    Added refresh cache support, it downloads the translation files

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

commit ecf9e23b3ad2d1f4eb477a7431bc9eacb80a824b
Author: palos <palos@fedoraproject.org>
Date:	2009-03-24

    Sending translation for Slovak

M	po/sk.po

commit 0c66451d504bb91538068bb423582b56d1bd7271
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    forgot the show broken file

A	backends/aptcc/aptcc_show_broken.cpp
A	backends/aptcc/aptcc_show_broken.h

commit 976e2daccf9e2b35a37e2d1f50ff0a3d0198da51
Merge: 44cb3a7 2fadba9
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    Merge branch 'master' into aptcc

commit 44cb3a7a90cfad838192c79803e8c13eb0b766b6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-24

    Added get_updates and get_update_detail support although there still
    some stuff to improve

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/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 2fadba9f5eb541fef3ad9d7dec26d3586ff1a582
Author: Daniele Catanesi <translate@ccielogs.com>
Date:	2009-03-24

    Updated Italian translation of the package

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

M	po/it.po

commit d18e2f79f05dc8fc2361489391313e6ccdacc0dd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-24

    trivial: remove gnome-packagekit from the release notes

M	RELEASE

commit cf493c8bf208477656af69defb3647383735e05e
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2009-03-24

    make the GTK+ module resident

    Without doing this, killing gnome-settings-daemon brings down
    every single
    application in the session, since the module doesn't clean up when
    being unloaded.

M	contrib/gtk-module/pk-gtk-module.c

commit 154d783217f87b113f70e1a1349e16bda6b11f60
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-23

    yum: only show update-detail ChangeLog entries newer than the package
    we have installed

M	backends/yum/yumBackend.py

commit 3bfafb9ab33ef3c76fecd234cc2a022c59e9deb6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-23

    trivial: new rpm location

M	tools/upload-packages.sh

commit 622136cb16e8f8b068f3649573e2377a7f052de3
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-23

    bugfix: use the bash 4.0 command_not_found function name to fix this
    functionality with new versions of bash

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

commit 9e3c96c9ef295bb85343f3d78eb8099b04d92403
Merge: 55f2097 b2b3d94
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-22

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

commit b2b3d9437efacc2f54ef5f92c1475735e37d1ed2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-21

    dummy: trivial fix to make sure gtkhtml gets installed

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

commit cc85e753dbc58c1c1c3b6beb7185d461822f8cbb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-21

    yum: don't explode parsing the ChangeLog data when the name is not
    unicode formatted

M	backends/yum/yumBackend.py

commit 55f209759b856e15667f17615838ea53ff8792dd
Merge: 008ba9b c5b27a0
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-21

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

commit c5b27a04cd512acb44b4baf599c2ef19790e5abb
Merge: 17dd94a ed7cb50
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-03-20

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

commit ed7cb50c72156dcc552f6ce0dbb51ab045961f6e
Author: aalam <aalam@fedoraproject.org>
Date:	2009-03-20

    Sending translation for Punjabi

M	po/pa.po

commit 17dd94a15914a1222c7a06e51fa107b8152c7610
Merge: 92e3b9b 2d34431
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-03-20

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

commit 008ba9bf438db35fabaa66314e23969cc14b28c6
Merge: 11c3fd6 2d34431
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-19

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

commit fffdd3d77ab384833e384c6898d6dde71073c9fe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-19

    added backend_resolve

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

commit 2d34431a78701dcc1252d6138e6b2784c4f1bf13
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-19

    trivial: format the ChangeLog data a little nicer

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

commit c29805adcccd2deee0cbcc76d78a5aa0b6ee04c9
Merge: dde0d24 439dc1e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-19

    Merge branch 'aptcc' of
    git+ssh://dantti@git.packagekit.org/srv/git/PackageKit into
    aptcc-local

commit 0288da1c3c9851f75a34d10f189beecf1dbe89c7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-19

    dummy: do the restart required when we update packages too

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

commit bfe6e1cbf40314c7a9e61ee4c2d8d9a1d12a3692
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    trivial: use bold for the dates, not italic

M	backends/yum/yumBackend.py

commit 82222792a3844a137fc1728a0ba1717933033a87
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    yum: return the ChangeLog data for yum updates if it is available

M	backends/yum/yumBackend.py

commit 52636fc2e78366e2875a24c95927a2ccb750e3e4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    trivial: make the dummy backend return files for all the packages

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

commit 1d40e4c2dffd7beff8247cafccc93844d208856b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    trivial: add ro to LINGUAS to it gets included in the stats

M	po/LINGUAS

commit 9dbdd1db5ae2f713ad1f988df79220db1021b761
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

    bugfix: escape the ';' in the UpdateDetail:ChangeLog signal so we
    can send more than one line

M	src/pk-backend-spawn.c

commit 439dc1ef946b7569d0abbefe987eaeba18472802
Merge: 787b6c2 742f099
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-18

    Merge branch 'master' into aptcc

commit 787b6c25dc0eb46911f9bf7823bc86d0e5fa8415
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-18

    removed a comment

M	backends/aptcc/apt.cpp

commit c76708cda5a1b5500f0e40070c95e83d4167f58c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-18

    Added recursive mode to get_requires and get_depends, still need
    some improvements like OR deps

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

commit 0ca0efdbde30459e587ef662376208d257864f65
Merge: 9d6209b 742f099
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-18

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

commit 11c3fd635a5b0bc488bc27f1bc792c94d653772a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-18

    conary: remove error signal when not found

M	backends/conary/conaryBackend.py

commit 742f099b57033a61ae1c6eb3d2388a663679c0ba
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-18

    Portuguese translation done! But stats still not updating... shows 0%

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

M	po/pt.po

commit d183acd467cdab1cb840881f787b51630354b415
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-17

    conary: trivial add Metadata Url

M	backends/conary/conaryBackend.py

commit 96fd3be166101d22ce77ca9b0a6a695239223041
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-17

    conary: fix updateSystem

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit b83de9ba74c0a20815d99563f95f3edc050c8a11
Merge: 8038f7d e152009
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-17

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

commit e152009fceeef184d033c4aaddb7922fcea26578
Author: Alexandru Szasz <alexxed@gmail.com>
Date:	2009-03-17

    Started translation

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

A	po/ro.po

commit 9d6209b5d1241214a75b83fe007d5334d70f4324
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: add a few more its4 ignore lines

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

commit 30ac76df4e16c8ba423c911b85a9cae8de3d37cb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: dummy update description fix

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

commit cce5f83327d1ceda835ec0745f5ec0d2331aef47
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    bugfix: don't allow pk_backend_error_timeout_delay_cb() to be called
    more than once (should never happen)

M	src/pk-backend.c

commit 38eb54705be9ae1a25accb2bdefcec7b8e3f7f0f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    feature: warn if there are any pending sources at the end of each
    self test section - trivial git add

M	lib/packagekit-glib/egg-test.c

commit 83b4a51dd790d06f7ebaf5708369483978ca5abe
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    feature: warn if there are any pending sources at the end of each
    self test section

M	src/pk-transaction-db.c

commit 58059d988cb4177cc69b0f29040b661d0571248f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: formatting nit

M	lib/packagekit-glib/pk-control.c
M	src/pk-transaction-db.c

commit 4f5c22cfc680b1dada84936ffb8484aba253e4e9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    bugfix: don't store out job-id in a seporate file, as this adds 37ms
    to each generate_tid() method when using new versions of GLib. Instead
    use a deferred sync write to the database which reduces the hotpath
    to 2ms

M	src/Makefile.am
M	src/pk-engine.c
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-list.c

commit e4a5cfb13187b210086f1a8cf17e2d1d4df46891
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: decrease the speed of the SIGKILL spawn test as sometimes
    it can finish before the cancel timesout

M	data/tests/pk-spawn-test.sh
M	src/pk-spawn.c
D	src/pk-transaction-id.c
D	src/pk-transaction-id.h

commit eef9b4c2c0ad0af970397ee9e900d68bac3650da
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-17

    trivial: don't print the thread data in egg-debug by default,
    this adds 4ms to each debug call when running in verbose mode on
    the console

M	lib/packagekit-glib/egg-debug.c

commit 055d1592430df15b43cb5dc95ff74d38ac7c329a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    bugfix: don't force SQLite to do fsync in PkTransactionDb, we can
    reduce our cold cache start by 700ms and warm cache start by 50ms

M	src/pk-transaction-db.c

commit e16ade86735c32f3b2690d2a18749573c7dc6744
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    bugfix: only check the transaction database once at startup, which
    shaves off 25ms off the cold start time

M	src/pk-transaction-db.c

commit bc4f0b43be602a18c4bc4444d65904b228778c62
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    dummy: make the distro upgrade data configurable

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

commit 46a5545165dc50d3d1407fd766937e2c736c3fe5
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    trivial: spelling nit

M	etc/PackageKit.conf.in

commit f5af9b0477899e2c246ca8ff8fe5b42ba02e8009
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

    feature: add a UseUpdateCache config variable to be able to turn
    off the updates cache for debugging

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

commit 5494f1d236ac20c5ad3108822b74a29c3d6cb8a8
Merge: 788d050 16793ea
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-16

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

commit 16793ea6f95efcf3a01550c030c9f64685ec03ad
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-03-15

    poldek: emit file list we downloaded in DownloadPackages

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

commit e9e541e70314aadf21184fe19529807a2e7ffc27
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-14

    Portuguese translation update

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

M	po/pt.po

commit f5af58ac390cc06dc0ca88c835ff4fb5ef8be3c8
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-14

    Add Portuguese to LINGUAS file

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

M	po/LINGUAS

commit f7ae6e091e20bc092f326616f46d0f489961b9ca
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-14

    Portuguese translation update

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

M	po/pt.po

commit 8038f7dc9cafc77b175808c19b1679ea56e252d4
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-13

    conary: add More info to callbacks

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit dfb3ad1491e5dd8eb2a9d14402463d6f9f3ad2a5
Merge: 0c03dc4 e92388b
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-12

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

commit 50573fd26888b9838b2af63b0bdf30e1b9d2fa0f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-12

    included emit_details in aptcc class

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

commit 42162a70c4a110be494cb389e0bfc7eea1dd1ad3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Added get_requires and get_depends support

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

commit e92388b32a07b85a3a5f5f3ad7761e0396742da2
Author: Rui Manuel da Costa Gouveia <rui.gouveia@globaltek.pt>
Date:	2009-03-12

    Starting Portuguese translation

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

A	po/pt.po

commit 71c542e37dc06e3938ab4ab47a14dea9af40402f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Added cancel support

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

commit 6718b19f6071eb70001226a7c61109e910d1c018
Merge: 7d93007 269abba
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Merge branch 'master' into aptcc

commit 269abba34ed3a69e47ef709456a13561c1ab280d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Made Transaction::cancel() a slot

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/transaction.h

commit 7d930074fd18e98ba7650aaf58c4915865ec6f5b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    initial cancel support

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

commit 788d05057236812a38ab435a2a952a05eeae398a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-11

    yum: replace the hardcoded comps->groups map with a config file

M	backends/yum/Makefile.am
A	backends/yum/yum-comps-groups.conf
M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit 954b8a7d72f9cd35eba9397916230ed42d4a197c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Forgot to delete matcher

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

commit dde0d24c949c12f3970ab82ae818506794b15f13
Merge: 69544ad 358aaad
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Merge branch 'aptcc' of
    git+ssh://dantti@git.packagekit.org/srv/git/PackageKit into
    aptcc-local

commit 358aaad0dc1027f967c946ca26b7b82536b77d23
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-11

    Fixed a small bug in search_name and removed a unused function

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

commit 69544ad85b956434affb69debf82c9f64a44f9ee
Merge: c7d89e1 e6d407a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-10

    Merge branch 'aptcc' of
    git+ssh://dantti@git.packagekit.org/srv/git/PackageKit into
    aptcc-local

commit e6d407a368a33b2b92fecdd3f8463c3f40a73d12
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-10

    Some code identation fix, improved search files by creating a
    stecial matcher

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

commit 0c03dc45b4f1c37745cb36eb2e9648a9d01101bf
Merge: b3c07f0 0ecdc78
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-10

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

commit 49792240699d9e7ef3b8389f30b19a3fc2d2ba68
Merge: 57339d4 0ecdc78
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-10

    Merge branch 'master' into aptcc-local

commit 57339d4e8120e4c9e9cf8cbe71628367431f1a9c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-10

    Huge commit it implements:
    matcher class
    search_name improved by the matcher class
    search_details added

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/apt.h
A	backends/aptcc/matcher.cpp
A	backends/aptcc/matcher.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit c7d89e179027ffdb8a04a67b50572050a4b95260
Merge: ffb5934 f3196ef
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-09

    Merge branch 'aptcc' of
    git+ssh://dantti@git.packagekit.org/srv/git/PackageKit into
    aptcc-local

commit f3196efff0754c51e4254d8870585171439bece0
Merge: 20de266 df30eed
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-09

    Merge branch 'master' into aptcc

commit 20de2667d09a90314e9b8b1b078695d858b82d46
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-09

    Added get_files and search_file support

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

commit 7b13b2aa13fbb2d374a895a895025441a387e600
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    yum: don't output duplicated updates. Fixes rh#488509

M	backends/yum/yumBackend.py

commit 0618621fa3089dd09d668dfe646d6fe851870c3b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    trivial: RELEASE updates

M	RELEASE

commit 0ecdc7896b110f8cb97145da082524d72c64da13
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    trivial: post release version bump

M	configure.ac

commit 31ae111ca83ba37b1445d212b855111fc8b66d01
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    Release version 0.4.5

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

commit 60e4e000d24ed4465a997bae6aabfffb3312b216
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-09

    trivial: fix build

M	po/POTFILES.in

commit b3c07f075bfa6c5bd21c7127921e60dc7177656a
Merge: 68afcbe df30eed
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-08

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

commit df30eedb281a211193e2fbcf8e7f4897f2ebc8ec
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2009-03-08

    updated Spanish translation

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

M	po/es.po

commit 83bf4f35ffa9e198e6aaf7e93bb60236953f5960
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2009-03-08

    Updated catalan po

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

M	po/ca.po

commit 0040c124f66317833e6cb7e5472e53cc3a41ca31
Author: Jorge A Gallegos <kad@blegh.net>
Date:	2009-03-07

    ES translation

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

M	po/es.po

commit f5122b0c77cf0fe48b412e6fdc15e8d245f5eda2
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-06

    Removed the sql warning message, (imo the private class was being
    deleted before
    the Client class). Feel free to revert if you don't like it.

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

commit d0a18dd61acdc6f56592aa666faffbcf2e708797
Merge: c630182 92f043a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-06

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

commit c63018220b203f376a21301b43933ff9fdb668df
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-06

    Made package methods const and added an operator== to package

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

commit 68afcbe1ad5bc9cc798d1a362c4f9b0f2d2da43a
Merge: b5c118b 92f043a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-06

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

commit b5c118ba766325e33f4b827b6bcd6f2779ca96dd
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-06

    trivial: change the info of package

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit 92f043a698c225cf8db4eb01353203dcb4cb8936
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-06

    feature: remove the app-install feature, it's now it's own project

M	configure.ac
M	contrib/Makefile.am
D	contrib/app-install/.gitignore
D	contrib/app-install/Makefile.am
D	contrib/app-install/README
D	contrib/app-install/egg-debug.c
D	contrib/app-install/egg-debug.h
D	contrib/app-install/pk-app-install-add.c
D	contrib/app-install/pk-app-install-common.h
D	contrib/app-install/pk-app-install-create.c
D	contrib/app-install/pk-app-install-generate.c
D	contrib/app-install/pk-app-install-remove.c

commit 89db78ebd1fac32e040c76626ef86451d5aa3dab
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-06

    trivial: fix up the app-install stuff

M	contrib/app-install/Makefile.am
M	contrib/app-install/README
M	contrib/app-install/pk-app-install-common.h
M	contrib/app-install/pk-app-install-generate.c

commit ca9daa802ab4abddbc25c464676c01c4a2ec8941
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-05

    trivial: more app-install hacking, now everything half-works

M	contrib/app-install/.gitignore
M	contrib/app-install/Makefile.am
A	contrib/app-install/README
M	contrib/app-install/pk-app-install-add.c
M	contrib/app-install/pk-app-install-common.h
M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-generate.c
M	contrib/app-install/pk-app-install-remove.c

commit f617fdc664cc282390483790f7ba186645944061
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: spend some more time on the app-install code, nothing that
    really works yet

M	contrib/app-install/Makefile.am
M	contrib/app-install/pk-app-install-add.c
M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-generate.c
M	contrib/app-install/pk-app-install-remove.c
M	docs/app-install-v1.draft

commit 277ffd0d53f4dea578afb3be8aa0116f0ebdfa64
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-03-04

    Updating QPackageKit version to 0.4.1

M	lib/packagekit-qt/src/CMakeLists.txt

commit 71731ea05da4eed010b6e7ec2b0dbbd6f6c3f331
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: relax a check in the unit tests to deal with floating
    point imprecision

M	src/pk-time.c

commit e7f24dae48b74d4307918b91dda65ed3e3859438
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    yum: output a Details::size value of zero if the file is in cache

M	backends/yum/yumBackend.py

commit 5933391413f967bec8448fc6bd91a8d260ac4305
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    feature: clarify in the spec that a Details::size value of zero of
    a non-installed file indicates it's in cache and doesn't need to
    be downloaded

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

commit 9749e9e6968ddf2fc8784583b503b96f13a4d220
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: print the error name, not code in the debugging output

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

commit 6c7642939e7befd765d39ef54aa384585f73a15e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    bugfix: fix the self test by using actual provides in the catalog file

M	data/tests/test.catalog

commit 61cde496aa4dd73cfa7d4e614c6a361868e26198
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    yum: support the 'any' provide search

M	backends/yum/yumBackend.py

commit 0984d82dc4612ee29c45aba9335a9a0e9277defb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-04

    trivial: add a self check ensuring client does not set cancel role

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

commit 2024754025955b8bd366b187374fd0114fafe5e7
Author: A S Alam <aalam@redhat.com>
Date:	2009-03-04

    updating file for Punjabi

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

M	po/pa.po

commit 19e66ae853be8feb9132d55a066bcd5c7dd17bd8
Merge: d0c810c 562ff7a
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-03

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

commit 562ff7a1b6ccdb4491a5ab8cc5d76e80823de3a7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-03

    bugfix: glib: when we cancel a transaction, don't overwrite the
    role as 'Cancel' as we want to match on the originating role in the
    finished callback

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

commit 725636477ccafa3b7aa3ee7f728fdc7176a2b29c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-03

    dummy: make the gpg and eula prompts configurable

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

commit 79e83ec2613d91c66c575fd273c90e309dfa4f84
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-03-03

    trivial: add a few of the new languages to LINGUAS

M	po/LINGUAS

commit 9a3f47565af03a58dffd2bab72572e8a2baf787b
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:	2009-03-03

    Updating Marathi Translations (190 strings).

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

A	po/mr.po

commit d0c810cec386e2ad1b4f726123005146a16dee9f
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-02

    conary trivial: remove chars what break the backend

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 89c31250d825ada1fe97db97f0e6f31f81149e24
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-03-02

    conary:
	trivial: fix the unicode decode

M	backends/conary/XMLCache.py

commit d85eed916d30d80215c6fd875b86713218d06ede
Merge: ce123de b88a0d0
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-27

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

commit b88a0d04098a8c3bacc3aed9afd34e641a52f1af
Author: Jens-Uwe Peter <jens.uwe@gmx.net>
Date:	2009-02-26

    Added me to last translator

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

M	po/de.po

commit 30e0dca9d9de6f31016b2d3c8ed8b211a1aca8e3
Author: Jens-Uwe Peter <jens.uwe@gmx.net>
Date:	2009-02-26

    Updated German translation (no untranslated remaining)

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

M	po/de.po

commit ce123deb55df4c29517cc45ef5f326fb569d1acc
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-25

    conary:
    trivial: fix some typos for search methods

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 274c8080ea3386a18b361917fbf4da829eb0d7d6
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    trivial: disable noarch subpackages as rpm chokes on it at the moment

M	contrib/PackageKit.spec.in

commit 238ff655d29d15a5df47ecd3960a2b1a09a0e197
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    trivial: update copyright in developer docs

M	docs/api/PackageKit-docs.sgml

commit 7fdae62d7bbccca28eb53cc9a090284cd2fcb4f1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    bugfix: ensure we set PK_STATUS_ENUM_FINISHED when we return updates
    from the internal cache

M	src/pk-transaction.c

commit 25034ae5d7efbe40e47c693fc4c538565fc3adb8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    feature: Enable ptrace() on libpackagekit, it was always a bandaid

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

commit 80d6fe5d1f30ab5a792f2d038d6bba5c8429c8ee
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-25

    trivial: make some more subpackages noarch

M	contrib/PackageKit.spec.in

commit 97f30bbb72db685d9bf260351f8049c05df83872
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: dummy: make the blocked updates conditional

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

commit 3586adcca5c0b070f7d1175888e12a93c653b142
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: don't already return TRUE in
    pk_backend_package_emulate_finished() if we didn't match

M	src/pk-backend.c

commit 7840766f0bb22fe7f79831f96410d96f8594d9f1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: don't add finished packages to the internal package cache

M	src/pk-transaction.c

commit c42ddf939c021e9a692338659f350d2c198c8106
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: remove some autogenerated files from git, they should never
    have been checked in

A	lib/packagekit-sharp/generated/.gitignore
D	lib/packagekit-sharp/generated/AllowCancelHandler.cs
D	lib/packagekit-sharp/generated/Bitfield.cs
D	lib/packagekit-sharp/generated/CallerActiveChangedHandler.cs
D	lib/packagekit-sharp/generated/Catalog.cs
D	lib/packagekit-sharp/generated/CatalogProgress.cs
D	lib/packagekit-sharp/generated/CategoryHandler.cs
D	lib/packagekit-sharp/generated/CategoryObj.cs
D	lib/packagekit-sharp/generated/Client.cs
D	lib/packagekit-sharp/generated/ClientError.cs
D	lib/packagekit-sharp/generated/Connection.cs
D	lib/packagekit-sharp/generated/ConnectionChangedHandler.cs
D	lib/packagekit-sharp/generated/Control.cs
D	lib/packagekit-sharp/generated/ControlError.cs
D	lib/packagekit-sharp/generated/Desktop.cs
D	lib/packagekit-sharp/generated/DestroyHandler.cs
D	lib/packagekit-sharp/generated/DetailsHandler.cs
D	lib/packagekit-sharp/generated/DetailsObj.cs
D	lib/packagekit-sharp/generated/Distro.cs
D	lib/packagekit-sharp/generated/DistroUpgradeEnum.cs
D	lib/packagekit-sharp/generated/DistroUpgradeHandler.cs
D	lib/packagekit-sharp/generated/DistroUpgradeObj.cs
D	lib/packagekit-sharp/generated/Enum.cs
D	lib/packagekit-sharp/generated/EnumMatch.cs
D	lib/packagekit-sharp/generated/Error.cs
D	lib/packagekit-sharp/generated/ErrorCodeEnum.cs
D	lib/packagekit-sharp/generated/ErrorCodeHandler.cs
D	lib/packagekit-sharp/generated/EulaRequiredHandler.cs
D	lib/packagekit-sharp/generated/Exit.cs
D	lib/packagekit-sharp/generated/ExitEnum.cs
D	lib/packagekit-sharp/generated/FilesHandler.cs
D	lib/packagekit-sharp/generated/Filter.cs
D	lib/packagekit-sharp/generated/FilterEnum.cs
D	lib/packagekit-sharp/generated/FinishedHandler.cs
D	lib/packagekit-sharp/generated/Global.cs
D	lib/packagekit-sharp/generated/Group.cs
D	lib/packagekit-sharp/generated/GroupEnum.cs
D	lib/packagekit-sharp/generated/Info.cs
D	lib/packagekit-sharp/generated/InfoEnum.cs
D	lib/packagekit-sharp/generated/License.cs
D	lib/packagekit-sharp/generated/LicenseEnum.cs
D	lib/packagekit-sharp/generated/LockedHandler.cs
D	lib/packagekit-sharp/generated/Message.cs
D	lib/packagekit-sharp/generated/MessageEnum.cs
D	lib/packagekit-sharp/generated/MessageHandler.cs
D	lib/packagekit-sharp/generated/Network.cs
D	lib/packagekit-sharp/generated/NetworkEnum.cs
D	lib/packagekit-sharp/generated/ObjList.cs
D	lib/packagekit-sharp/generated/ObjListCompareFunc.cs
D	lib/packagekit-sharp/generated/ObjListCopyFunc.cs
D	lib/packagekit-sharp/generated/ObjListEqualFunc.cs
D	lib/packagekit-sharp/generated/ObjListFreeFunc.cs
D	lib/packagekit-sharp/generated/ObjListFromStringFunc.cs
D	lib/packagekit-sharp/generated/ObjListNewFunc.cs
D	lib/packagekit-sharp/generated/ObjListToStringFunc.cs
D	lib/packagekit-sharp/generated/ObjectManager.cs
D	lib/packagekit-sharp/generated/Package.cs
D	lib/packagekit-sharp/generated/PackageHandler.cs
D	lib/packagekit-sharp/generated/PackageId.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCompareFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCopyFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListEqualFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFreeFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFromStringFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListNewFuncNative.cs
D
lib/packagekit-sharp/generated/PackageKitSharp.ObjListToStringFuncNative.cs
D	lib/packagekit-sharp/generated/PackageList.cs
D	lib/packagekit-sharp/generated/PackageObj.cs
D	lib/packagekit-sharp/generated/PercentageHandler.cs
D	lib/packagekit-sharp/generated/ProgressChangedHandler.cs
D	lib/packagekit-sharp/generated/ProgressHandler.cs
D	lib/packagekit-sharp/generated/Provides.cs
D	lib/packagekit-sharp/generated/ProvidesEnum.cs
D	lib/packagekit-sharp/generated/RepoDetailHandler.cs
D	lib/packagekit-sharp/generated/RepoSignatureRequiredHandler.cs
D	lib/packagekit-sharp/generated/RequireRestartHandler.cs
D	lib/packagekit-sharp/generated/Restart.cs
D	lib/packagekit-sharp/generated/RestartEnum.cs
D	lib/packagekit-sharp/generated/Role.cs
D	lib/packagekit-sharp/generated/RoleEnum.cs
D	lib/packagekit-sharp/generated/ServicePack.cs
D	lib/packagekit-sharp/generated/ServicePackError.cs
D	lib/packagekit-sharp/generated/ServicePackStatus.cs
D	lib/packagekit-sharp/generated/Sig.cs
D	lib/packagekit-sharp/generated/SigTypeEnum.cs
D	lib/packagekit-sharp/generated/Status.cs
D	lib/packagekit-sharp/generated/StatusChangedHandler.cs
D	lib/packagekit-sharp/generated/StatusEnum.cs
D	lib/packagekit-sharp/generated/StatusHandler.cs
D	lib/packagekit-sharp/generated/TaskList.cs
D	lib/packagekit-sharp/generated/TaskListItem.cs
D	lib/packagekit-sharp/generated/TransactionHandler.cs
D	lib/packagekit-sharp/generated/TransactionObj.cs
D	lib/packagekit-sharp/generated/Update.cs
D	lib/packagekit-sharp/generated/UpdateDetailHandler.cs
D	lib/packagekit-sharp/generated/UpdateDetailObj.cs
D	lib/packagekit-sharp/generated/UpdateStateEnum.cs

commit c316aefa7c7611ef9065dc21456214e3a319c4bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    trivial: reduce the verboseness of PkTime

M	src/pk-time.c

commit 9e0c9ad1bbf3b67a7bf90dfe7e3b2f1fc2b1f598
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    yum: do proper error handling to avoid exiting the script on
    correctable errors. This speeds up untrusted file installs by over
    a second.

M	backends/yum/yumBackend.py

commit 8de9c74a074beaf9c6897a1d4c374451ce672f4e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    feature: python: add a PkError exception class to better handle
    nested errors. No users yet

M	lib/python/packagekit/backend.py

commit bcd948de08603b8c65d9815170f1128471963fcf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

    allow backends to enable simultaneous mode to do actions in parallel

    This changes the on-wire format slightly, although it should be
    forward
    and backwards compatible. See the mailing list for discussion.

M	client/pk-console.c
M	docs/api/spec/pk-concepts.xml
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	src/pk-backend.c
M	src/pk-backend.h

commit 936c8078b58da46dd4a19af90250dced48796196
Merge: e170df6 09ab7f0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-24

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

commit 09ab7f06ab993bee21f3434bf65ef55bb8433a1e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-02-23

    Updated Polish translation

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

M	po/pl.po

commit e39367a1bfea8ff3f3df8723d382cdf4a3613a84
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2009-02-23

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit e170df69d22fbd412408c803ecd0b7a5ff3a2d55
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    dummy: add other package details for updates

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

commit ac073dc7fd0bad46de18e3fab17edd499e173f06
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    bugfix: when we reset a PkClient, get a new reference to a
    PkPackageList, rather than clearing one that clients may have reffed
    for personal use

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

commit d4c4f310a9373d4c9870fe0434627afe09b6ec7a
Merge: aede8d5 87f41b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

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

commit aede8d54644218d613e6d1b4bb8473d428bd8855
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 87f41b4550983f87bdd9da5f8448fed176c6e44f
Merge: b0fdc75 6427e3b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

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

commit b0fdc7542d8fab9a140539e0c25f6668c8c5d996
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    AppInst/Apt: Update the postinst script to store desktop file
    information in the desktop.db

M	backends/apt/update-packagekit-app-data

commit 6427e3ba187201fbda49febe48313f1ad64d0425
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    Release version 0.4.4

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

commit fb5748cfcd25e626937d14130691e8ecb66c4856
Merge: 32fdfa9 5d60f24
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

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

commit dce120bfd93e0f1764c224a55b84898f70e5277c
Merge: 60762c8 fb5748c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

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

commit 32fdfa9cc18245c822cb1d132020cea81be9ff19
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    AppInst: Rename repo_name to repo_id since it makes sense to follow
    the PackageKit naming

M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-remove.c

commit 5a9d1bbc03ad0f36ab50ca346180df49014ec71f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    AppInst: Update draft to adapt name changes

M	docs/app-install-v1.draft

commit 57e4eafee993b92489c1f1926b6f9068cb20145e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-23

    App-Inst: Rename table general to applications and localised to
    translations

M	contrib/app-install/pk-app-install-create.c
M	contrib/app-install/pk-app-install-remove.c

commit 60762c854b26fa00724217a2631e9429db163441
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    trivial: build new files

M	contrib/app-install/Makefile.am

commit 5d60f2494c8c07df4434db6842245d13de968869
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-23

    trivial: fix build

M	po/POTFILES.in

commit d98abbf4ace236db09f34c6aea8ca04c8bf61fb9
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-22

    conary: add more classify groups

M	backends/conary/conaryEnums.py

commit 9abcc0c03f3815a41992ab009fede6b61bc780ea
Merge: ee0db30 dbc7387
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-22

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

commit ee0db30b2185fdbecf1f5dac285a4791d7bda0db
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-22

    conary: fix the search ~installed filter

M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
M	backends/conary/conarypk.py

commit dbc73873e6719d5eb2bd08b9a87dd3fb3d0ed998
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-22

    Trivial: The application id in the localised table should not
    be unique

M	contrib/app-install/pk-app-install-create.c

commit 1dec96a93002088ec34c15b3636a7a6f5008fc68
Merge: db0b740 a3630a8
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-22

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

commit a3630a8b830494d50377d1a4a935ede06f69b191
Author: zhourongrong <zhourenren@gmail.com>
Date:	2009-02-22

    updated

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

M	po/zh_CN.po

commit 7007dc9243375fbca11cd49bb7fbe6da237be5bb
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-21

    remove warning

M	backends/conary/conaryCallback.py

commit 24e86b2ef8542beddca31df012532bba992c9a7f
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-21

    conary: updatesystem do a stepdown percent

M	backends/conary/conaryCallback.py

commit c37766c79801376a6e09f3948e5964a1a95d0506
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-21

    conary: add a exception for run get-updates first
	and then update

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 531ad7f4bb6779d4f1af5d884a8fc3b88006dc42
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2009-02-21

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit 8bdf46db3153c3f3756f464c301179d198abc909
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-02-20

    Updated Polish translation

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

M	po/pl.po

commit 4aab96ee5f0aaa263cdb0d449130dfe40545e62b
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2009-02-20

    updated Spanish translation

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

M	po/es.po

commit fa6527d04e76c5cc116aa3fadb68aa8e8a0f0cbb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    trivial: fix a build issue with the documentation

M	docs/api/spec/pk-introduction.xml

commit bf1b34e6dd9ebaf2d5c0892c54212fb134ab905b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    bugfix: don't use an local error in pkcon list-install else we'll
    fail to free it, and it's non-fatal

M	client/pk-console.c

commit 1d7eaa073d883a093423b7131cfd9dad948a9f85
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    bugfix: don't dereference a NULL pointer in pk_console_resolve()
    which can be done using pkcon list-install

M	client/pk-tools-common.c

commit 1b7e562c5548e9c930cad28a9014d228a7894b55
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-20

    trivial: more app-install playing

M	contrib/app-install/.gitignore
M	contrib/app-install/Makefile.am
C073	contrib/app-install/pk-app-install.c
contrib/app-install/pk-app-install-add.c
A	contrib/app-install/pk-app-install-common.h
A	contrib/app-install/pk-app-install-create.c
C073	contrib/app-install/pk-app-install.c
contrib/app-install/pk-app-install-generate.c
R052	contrib/app-install/pk-app-install.c
contrib/app-install/pk-app-install-remove.c
M	docs/app-install-v1.draft

commit db0b74055b2b5fc131a8aa16d5c4186deb11384e
Merge: 5281a5b e69e0c2
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-20

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

commit e69e0c2ad0b4fe6c9d683672ea8b20e056200219
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-20

    conary:
	add Own progress module
	add percent to update/remove/get-updates/update-system

M	backends/conary/Makefile.am
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
A	backends/conary/conaryProgress.py

commit 5281a5b43ebc837c6e883b70aa720615233efe9b
Merge: 6fe3a08 28085b0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-20

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

commit 92e3b9be71caa3273978b74a73ba3d526ebd1930
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-20

    alpm: fixed a typo, that caused search failures

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

commit 9b898a676135d9c181f88fd4df6554309cf58d06
Merge: 1b8b519 28085b0
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-18

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

commit 6fe3a080792ce881cf5a8280d4e003a5abac5d90
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-19

    APT: Add script to extract information from app-install desktop files

A	backends/apt/update-packagekit-app-data

commit 28085b0cb87658d19f1e888f53a5b1a9d21b049b
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-02-18

    zypp - fix up virtual callback methods

M	backends/zypp/zypp-events.h

commit fe25123c8ea95416f8640a6b923b548dd1c427f0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    feature: add a pk-app-install binary for manipulating the sqlite cache

M	configure.ac
M	contrib/Makefile.am
A	contrib/app-install/.gitignore
A	contrib/app-install/Makefile.am
A	contrib/app-install/egg-debug.c
A	contrib/app-install/egg-debug.h
A	contrib/app-install/pk-app-install.c
M	docs/app-install-v1.draft

commit 75214fd81bfb3dd3d15813ef8fb22630ea467018
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    dummy: add a simple rollback action

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

commit 0bb19f54296e2b54a3c16abebbcdf311430600cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    bugfix: fix up resolve in pkcon and from libpackagekit-glib

M	client/pk-console.c
M	lib/packagekit-glib/pk-client.c

commit 53c05120678bae9cd00bc43167723619db3a3995
Author: Seth Vidal <skvidal@fedoraproject.org>
Date:	2009-02-18

    yum: adds an auto_close attribute to the rpmdb object

    This patch to PK should enable it to use the feature (if yum is
    patched.
    If yum is not patched then this attribute set should do nothing
    at all)

M	backends/yum/yumBackend.py

commit bbea3ddf2219687d43fe4a623d68325999c1dd11
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-18

    bugfix: the QT lib now depends on QtSql, so add this to the configure

M	configure.ac
M	lib/packagekit-qt/src/Makefile.am

commit 1b8b51939f31868549cc6c93038f3ec63549eebd
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-18

    conary: fix step feeling for percent download

M	backends/conary/conaryCallback.py

commit c629201183f3c280ea73358e83d355785812220b
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-18

    conary: add callback fix for remove/update
	    replace status signals invalid

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit b9d40eeab0bd3c0b3d0613147a25a45134ca83cf
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-18

    add getUpdate Callback.. work the percent

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 28bfa161725b1c0c2af3050d09535f8eaaa409ab
Merge: afba3b6 50d3943
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-18

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

commit 50d39435a110685b41b811d871992e7b915c96e6
Author: Igor Pires Soares <igorsoares@gmail.com>
Date:	2009-02-18

    Updated Brazilian Portuguese translation

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

M	po/pt_BR.po

commit acdeadef6aa71b53ad782aa7bb4158e172b7bbea
Merge: 49144c2 1bee071
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-17

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

commit 49144c287a5319eb1468514fbd5deb98e492dfc5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-17

    Packagekit-qt fix to make what provides work

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

commit 1bee071c31b6d88ad18ec3b2cd73bfa6d991ae0f
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-18

    PackageKit-Qt : Add a searchFromDesktopFile method which can be used
    to search in the desktop-files.db SQLite database.

M	lib/packagekit-qt/src/CMakeLists.txt
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.h
M	lib/packagekit-qt/test/transactiontest.cpp
M	lib/packagekit-qt/test/transactiontest.h

commit 6b88583e368d7b5b1688cdbdf56f14d9dbac4971
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-18

    PackageKit-Qt : add support for application filter

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

commit afba3b69d18c1f39ecc14d53f03a6a78250b1391
Merge: 6b8525f 1fbc53f
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-17

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

commit 1fbc53f5cf1f81b711f4c3b117c5456b535631f9
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-17

    alpm: changed strcmp to egg_strequal where possible; added
    experimental support for progress indication

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

commit 1877214d5c914a0dd3e1dc34f6631babb36865b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

    trivial: we need the repo name for pk-app-install-merge-cache

M	docs/app-install-v1.draft

commit 4a42c74d153564d24c8b90dd70f6c6ecb13f880e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

    trivial: provide the application filter enum

M	docs/api/spec/pk-concepts.xml
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit 3a050dc02a8f76dabcc964fd3525aa36ba38e46b
Merge: 5dd4d64 ff52bc2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

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

commit 5dd4d648f0c0a0d047a2a814e1d4043463df0bff
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-17

    feature: add the basics of a draft standard for application install
    metadata handling

A	docs/app-install-v1.draft

commit ff52bc2b42c3f51a78ae6b9cb0921e2b62b428f3
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Real code for b75d9205cb12037b6a1448933f7fe5f55258437d
    (sync API)

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

commit 0e2ae206b201599a082c58ba6a05dd8761e689d1
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    Revert "PackageKit-Qt : Sync with API (RequireRestart emits a
    package)" since it adds a dependency on qt4.5rc1

    This reverts commit c8f44479261d9715678d3d827d7f52d4303da26c.

    Conflicts:

	lib/packagekit-qt/src/client.h

M	lib/packagekit-qt/src/daemonproxy.h
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 b75d9205cb12037b6a1448933f7fe5f55258437d
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Sync API (RequireRestart)

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

commit d9dec18225b4b994ea878ab7f54d9b630d643d66
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Add missing implementation for uid and cmdline

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

commit a8f8fbf3edfd9fd8c3ef2ca63bd9a22fd6920610
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : cosmetic fixes (indentation + doc)

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

commit c8f44479261d9715678d3d827d7f52d4303da26c
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Sync with API (RequireRestart emits a package)
    PackageKit-Qt : Switch the proxies to qdbusxml2cpp 0.7

M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/daemonproxy.h
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 217f411173f442071392157185cbc1dd317091ae
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : add a getLastError method to get the last daemon
    error.

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/test/transactiontest.cpp

commit 8eb89bb7994a68ad0d368f400d4e3711e73eb101
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-02-17

    PackageKit-Qt : Handle daemon errors more gracefully. An unreachable
    daemon previously resulted in a segfault.

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/test/main.cpp
M	lib/packagekit-qt/test/transactiontest.cpp
M	lib/packagekit-qt/test/transactiontest.h

commit 6b8525f0289ce0329b1e00ebdabdde658e877d10
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-17

    conary: tunning the percent update

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit ffe532d3661e10fcd46d5d1be4d4d1702062a04c
Merge: af113a6 1ab2a9f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-16

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

commit 09aede02e813cf531ee6c3ecb86c7c7d296a6971
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    yum: don't backtrace with an internal error when the filename is
    not unicode. Fixes rh#480440

M	backends/yum/yumBackend.py

commit 1ab2a9fc904f68706ca3d3b0e5899ea49ba73baf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: add a FAQ entry

M	docs/html/pk-faq.html

commit 0eaae40126032ec65b95225102155f9f48484284
Author: Balaji <balaji@localhost.localdomain>
Date:	2009-02-16

    Updated with UseSyslog parameter

M	docs/api/spec/pk-introduction.xml

commit a612820f4fc5b3c9297e1e8fe5dce42d4ffe7bac
Merge: f445d38 e987575
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

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

commit f445d38784ef86b19535d1c10fcab2c925ab1850
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: prefix different event types

M	src/pk-transaction-list.c

commit 309f969ba6c3d5be7c9bf67955a05da0b78d75f9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    feature: Print the daeon state when using pkmon in verbose mode

M	client/pk-monitor.c
M	lib/packagekit-glib/pk-control.c
M	lib/packagekit-glib/pk-control.h

commit 55bce54005a0dcfbf0bf5e7f0eb4ede75bcc8462
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    feature: Add a new method GetDaemonState to the main interface to
    help debugging on live systems

M	src/org.freedesktop.PackageKit.xml
M	src/pk-engine.c
M	src/pk-engine.h

commit f57c6459553c36992855d63bc09a095781493232
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: add pk_transaction_list_get_state() to get the engine state

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

commit 262b8c3fa52c509f9a3d2fd3245a6e7ca619d649
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-16

    trivial: actually print in pk_task_list_print(), not add to debug log

M	lib/packagekit-glib/pk-task-list.c

commit e987575c33ad4921b875c1728443147188cba13c
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: add subpercent for minitasks

M	backends/conary/conaryCallback.py

commit 598509ed3c1a8c55e067dfea69bff63293d4debc
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: remove the subpercent signal only percente signal

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit 2d1b9c16339c38f8580cc1869f1ba941453a7ace
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: add a percent progress on install packages

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py

commit f4d67447de6e553f82fdbc5882e997320df5ae66
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-16

    conary: change the error signal for groups not found

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit 714a04a5bc917cdcbed97994225fbc736b390eef
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-15

    fix the group search

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py

commit dace515bf30b37eca0962deadfa6aed0e567b5c6
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-15

    Fix get-updates command.
    add resolve from packages not own of repos from  installLabelPath
    Add Validation to update-system  ( update )

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py
M	backends/conary/pkConaryLog.py

commit b84913321b1a0638541273c36dff8d4bd3a9794d
Merge: 00b1904 1db4cdd
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-14

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

commit 00b1904cb8dc98feacaf6874c65fe5e76dbf1e24
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-02-14

    site: updated alpm backend status in status matrix

M	docs/html/pk-matrix.html

commit 1db4cdd2b295c26252625c4e2638ebe09b094bcf
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    trivial: fix up conary makefile

M	backends/conary/Makefile.am

commit 6989cef3728b764371b691dd95f5811993221de0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    Revert "Revert "Merge branch 'master' of
    git+ssh://sde@git.packagekit.org/srv/git/PackageKit""

    This reverts commit 21598c5a748373ff148141670f4069bcecfa3b71.

    I don't know why sde reverted this, it's fine.

D	backends/conary/Cache.py
M	backends/conary/Makefile.am
A	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
A	backends/conary/conaryEnums.py
M	backends/conary/conaryFilter.py
A	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	docs/html/img/Makefile.am
A	docs/html/img/author-zodman.png
M	docs/html/pk-authors.html
M	lib/packagekit-qt/src/transactionprivate.cpp

commit 21598c5a748373ff148141670f4069bcecfa3b71
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-02-13

    Revert "Merge branch 'master' of
    git+ssh://sde@git.packagekit.org/srv/git/PackageKit"

    This reverts commit 3d3dde2c284873a33307d38fee0ebad25e95d54f.

A	backends/conary/Cache.py
M	backends/conary/Makefile.am
D	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
D	backends/conary/conaryEnums.py
M	backends/conary/conaryFilter.py
D	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	docs/html/img/Makefile.am
D	docs/html/img/author-zodman.png
M	docs/html/pk-authors.html
M	lib/packagekit-qt/src/transactionprivate.cpp

commit 3d3dde2c284873a33307d38fee0ebad25e95d54f
Merge: d64126d 2a46bee
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-02-13

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

commit d64126da98fef0e2e1d3cb41c9628de33c73ccde
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-02-13

    fix a typo

M	configure.ac

commit 2a46beecd6ab00ebb8183451946018b245edd236
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-13

    fix some Unnecesary commit :S
	Sorry its my fault.

M	backends/conary/XMLCache.py
M	configure.ac

commit d2a6c40797284adf630a6f12d007d0025ea6eeb4
Merge: 7f45148 c2985a9
Author: Andres Vargas ( zodman ) <zodman@foresightlinux.org>
Date:	2009-02-13

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

commit c2985a9882120dda45921ffaa515874cf942a908
Merge: e99eede a6dabc9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

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

commit e99eedea91525fa86b6aea23822f2bdf7c77ae00
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    dummy: add update detail for the blocked package, and raise an error
    if we can't find a match

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

commit a6dabc94cf0397f7a99f6120f0ca85b196fbdcee
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-13

    Fix for the updates and obsoletes delimiter

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

commit 172828f9c106452c28560d42c2a80bf196c5d385
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-13

    dummy: use the correct delimiter for the obsoletes in the kernel
    package

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

commit 7f45148a3bee721eb6c341d30a96037d6c5c0237
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-13

    fix get-files from many troves

M	backends/conary/conaryBackend.py

commit b272f257187f875e31f1825110b504815ac63db8
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-13

    add more log info to callbacks
    fix get-files

    add a new Author :) yeah!!!
	zodman - Andres Vargas

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	docs/html/img/Makefile.am
A	docs/html/img/author-zodman.png
M	docs/html/pk-authors.html

commit d2f3e7ac8076948bf2080b6c7e586bdd5032ec12
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    add ignore categorie for add More classify critteria

M	backends/conary/conaryEnums.py

commit 8ff210b4df5ef2a64a3f479aa3ffe21ffaf6d9d5
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    implement the conaryEnums for classify category in groups
    fix the backend for search groups

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryEnums.py

commit c2ad2191ea225ef0f622b286380996b47f6eece1
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

     fix a filname error

M	backends/conary/Makefile.am

commit 0edb5bf434c588320af268469778aac79d9b2d91
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    fix the / on makefile.ac

M	backends/conary/Makefile.am

commit 61c9a8004ae870878b80c1eae901249c63b212bc
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    Remove the old Cache and Add entry for new files
    on configure.ac

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

commit e7fbeec30c6837839d387d4fdf74516067e0a2b0
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-12

    New updates:
	* Add search name|details|group .
	* Replace the resolve packages for _resolve_list
	  this make the search more faster.
	* Add conaryEnums for maps GROUP_*. what generate by XMLCache.py
	* Add validations when conary cache not fetch.

D	backends/conary/Cache.py
M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
A	backends/conary/conaryEnums.py
M	backends/conary/conaryFilter.py
M	backends/conary/conarypk.py
M	backends/conary/pk-backend-conary.c

commit 982b9c922e9d9509bd5e3b7ca5dd346e3326cf99
Merge: 57b67a0 26fc8db
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-11

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

commit 26fc8dbcf124324dfc8005730ffeb3900fb4713e
Author: Daniel Nylander <po@danielnylander.se>
Date:	2009-02-11

    Updated Swedish translation

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

M	po/sv.po

commit 57b67a0ea865efd97b5fffaf62a5780e72bc27f9
Author: zodman <zodman@cosmogirl.(none)>
Date:	2009-02-10

    Update the conary Backend

       * Add New XMLCache. the cache implement a new XML files.
       * Add search name lookup on shortDesc, longDesc, Name and
       Categories.
       * Edit the string from package_id for add Metadata.
       * Add conarypk.py its a New Helper of Conary API.
       * The command get-details obtains the Group

M	backends/conary/Cache.py
A	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
A	backends/conary/conarypk.py

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

    trivial: add heuristic when we use font() with any provide

M	backends/yum/yumBackend.py

commit 2b53925e44eee48b795f383ab786a3e1b27d3012
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-09

    trivial: add Wno-strict-aliasing to fix the compile thanks to GCC 4.4

M	configure.ac

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

    trivial: add thumbnails to git, and remove from gitignore

M	docs/html/img/thumbnails/.gitignore
A	docs/html/img/thumbnails/assassin.png
A	docs/html/img/thumbnails/gpk-added-deps.png
A	docs/html/img/thumbnails/gpk-application-groups.png
A	docs/html/img/thumbnails/gpk-application-search.png
A	docs/html/img/thumbnails/gpk-auto-update.png
A	docs/html/img/thumbnails/gpk-backend-status.png
A	docs/html/img/thumbnails/gpk-battery-1.png
A	docs/html/img/thumbnails/gpk-battery.png
A	docs/html/img/thumbnails/gpk-client-codecs.png
A	docs/html/img/thumbnails/gpk-client-firmware.png
A	docs/html/img/thumbnails/gpk-client-font.png
A	docs/html/img/thumbnails/gpk-client-mime-type.png
A	docs/html/img/thumbnails/gpk-distro-upgrade-notify.png
A	docs/html/img/thumbnails/gpk-eula.png
A	docs/html/img/thumbnails/gpk-inhibit.png
A	docs/html/img/thumbnails/gpk-log.png
A	docs/html/img/thumbnails/gpk-markdown.png
A	docs/html/img/thumbnails/gpk-network.png
A	docs/html/img/thumbnails/gpk-prefs.png
A	docs/html/img/thumbnails/gpk-progress.png
A	docs/html/img/thumbnails/gpk-remove-confirm.png
A	docs/html/img/thumbnails/gpk-repo-auth.png
A	docs/html/img/thumbnails/gpk-repo-more.png
A	docs/html/img/thumbnails/gpk-repo.png
A	docs/html/img/thumbnails/gpk-require-restart.png
A	docs/html/img/thumbnails/gpk-run-application.png
A	docs/html/img/thumbnails/gpk-service-pack.png
A	docs/html/img/thumbnails/gpk-signature.png
A	docs/html/img/thumbnails/gpk-updates-overview.png
A	docs/html/img/thumbnails/gpk-updates-warning.png
A	docs/html/img/thumbnails/gpk-updates.png
A	docs/html/img/thumbnails/gpk-waiting.png
A	docs/html/img/thumbnails/kpk-confirm.png
A	docs/html/img/thumbnails/kpk-information.png
A	docs/html/img/thumbnails/kpk-notify.png
A	docs/html/img/thumbnails/kpk-progress.png
A	docs/html/img/thumbnails/kpk-search.png
A	docs/html/img/thumbnails/kpk-settings.png
A	docs/html/img/thumbnails/kpk-update.png
A	docs/html/img/thumbnails/pk-command-not-found.png
A	docs/html/img/thumbnails/pk-markdown.png
A	docs/html/img/thumbnails/pk-opensuse-updater.png
A	docs/html/img/thumbnails/pk-self-check.png
A	docs/html/img/thumbnails/pk-update-bugfix.png
A	docs/html/img/thumbnails/pk-update-enhancement.png
A	docs/html/img/thumbnails/pk-update-high.png
A	docs/html/img/thumbnails/pk-update-low.png
A	docs/html/img/thumbnails/pk-update-normal.png
A	docs/html/img/thumbnails/pk-update-security.png
A	docs/html/img/thumbnails/pk-web-plugin.png

commit af113a6d7bcac632508f99fb543f28f85a7b0f92
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Remove code which is now merged with python-apt

M	backends/apt/aptbackend.py

commit 708a1710cd2324fa9e8d47fa1489a543703e6a1d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Install the main Python module into the packagekit package and
    use a command wrapper to improve the start time (*.pyc)

M	backends/apt/Makefile.am
R100	backends/apt/aptDBUSBackend.py	backends/apt/aptbackend.py
A	backends/apt/pk-backend-apt.py
M	data/org.freedesktop.PackageKitAptBackend.service.in

commit 101a40ec584c7cc1f1df3bb5146096c86c3c5a47
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Fix an API change in debfile

M	backends/apt/aptDBUSBackend.py

commit 550c71f2bceac89440de6944724731c501136984
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-09

    APT: Use the merged debfile module of python-apt

M	backends/apt/aptDBUSBackend.py
D	backends/apt/debfile.py

commit 2c9b8fc4624ba63d556e3126fc6022734498c1c4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-06

    Fix a typo in policy configuration

M	data/org.freedesktop.PackageKit.conf.in

commit d9e2ebac87fa02ac76c4ba0078bc53c266bcad2f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-06

    Make the dbus policy more fine grained

M	data/org.freedesktop.PackageKit.conf.in

commit 6b28c3c6da85ffcee0076b3cfb3a4e3381470fac
Merge: bf9c60a 223953a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-06

    Merge branch 'master' into aptcc

    Conflicts:

	configure.ac

commit bf9c60a958ce11e7ec7e8ba93972be4fddfff946
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-02-06

    Fixed description "." (dot) problem

M	backends/aptcc/apt-utils.cpp

commit 223953a3a0f7e7a77c80679b23b3f11d3ffcf725
Merge: 7dd5f65 5d0a645
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-05

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

commit 7dd5f65df6427474952e3f774c28e187f9e6a64a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-05

    bugfix: if we fail to exit from the dispatcher, make sure we cleanup
    the poll as the child check isn't going to be run

M	src/pk-spawn.c

commit cdca5bf1b93275e5314e3ecc895bc9b9e0d7f6e9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-05

    trivial: copy the session api to the website

M	docs/html/upload.sh

commit 5d0a6456ab9827f99c35c9e122ef9d0be5114699
Author: Fabian Affolter <fabian@bernewireless.net>
Date:	2009-02-05

    Updated German translation

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

M	po/de.po

commit 13b2bd55722cf86a7917fe43c4c4a91f95978fbe
Merge: da5ff85 8dc68ae
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-04

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

commit da5ff85aace59064fcf083cd15bc2c1e2179de6b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-04

    yum: add support for the new font and mimehandler provides

M	backends/yum/yumBackend.py

commit 8dc68aec0ceaf1cd57ff081e092956eafce2c78c
Merge: 22c6a71 f8fb0e0
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-04

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

commit 22c6a716e1a811d7c38160201852c7581ebcd2a9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2009-02-04

    APT: allow the properties and introspection interface of the backend
    to everyone

M	data/org.freedesktop.PackageKitAptBackend.conf.in

commit 8017535c55aba3d8ca0e64f20d4eaa86f0af2c4e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-04

    bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2

M	lib/packagekit-glib/pk-catalog.h
M	lib/packagekit-glib/pk-client.h
M	lib/packagekit-glib/pk-connection.h
M	lib/packagekit-glib/pk-control.h
M	lib/packagekit-glib/pk-desktop.h
M	lib/packagekit-glib/pk-obj-list.h
M	lib/packagekit-glib/pk-package-list.h
M	lib/packagekit-glib/pk-service-pack.h
M	lib/packagekit-glib/pk-task-list.h
M	src/egg-dbus-monitor.h
M	src/pk-backend-dbus.h
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.h
M	src/pk-cache.h
M	src/pk-conf.h
M	src/pk-engine.h
M	src/pk-file-monitor.h
M	src/pk-inhibit.h
M	src/pk-network-nm.h
M	src/pk-network-unix.h
M	src/pk-network.h
M	src/pk-notify.h
M	src/pk-post-trans.h
M	src/pk-security.h
M	src/pk-spawn.h
M	src/pk-store.h
M	src/pk-syslog.h
M	src/pk-time.h
M	src/pk-transaction-db.h
M	src/pk-transaction-list.h
M	src/pk-transaction.h
M	src/pk-update-detail-list.h

commit f8fb0e02c44842736fedee3e5d803e5d275ae21a
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-02-03

    poldek: for NOT_INSTALLED filter return only available packages that
    are NOT installed

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

commit 6de50efdf771999976d10c0f8a8b0b4543dea4c0
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-02-03

    poldek: build fix by Patryk Zawadzki

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

commit cf6450999b4ebc4018f434eed383bad83f2bb999
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit dfcaafa7bae018ee9f2bc06dabb9c5d795f6061b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    Release version 0.4.3

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

commit 6c9d90261540511fcc9af3b7daa8632e299f5bba
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    trivial: fix up self check now we've got a longer sigquit timeout

M	src/pk-spawn.c

commit e4252cb77740cade954837888bb4516f3ae0256d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-02-02

    bugfix: add an option to configure so we can specify a different
    browser plugin directory. Fixes fd#19884

M	configure.ac
M	contrib/browser-plugin/Makefile.am

commit 3395d0be6a4eca4c82d5db9aab43067507c3fe7f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-31

    trivial: add another truckload of translator comments

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	contrib/browser-plugin/src/contents.cpp
M	src/pk-main.c

commit eb69daaa13d7e6a5f3707d84cf9459718b37c61a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-31

    trivial: make a few translations better, and add a truckload of
    translator comments

M	client/pk-console.c

commit be300156b9eba0ab565b566e4a0eb714e0af9f0e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-31

    bugfix: fix up a translation in pkcon when we fail to get the time
    since action

M	client/pk-console.c

commit 3b1ef7290149bebf6ff03d3947826725fb9a13cb
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-01-30

    alpm: change source code to be more standards compliant

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

commit 2ac683b21802d196669dccb95b63fc4a3f181af2
Merge: 790f8a7 b0b3d6c
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-01-29

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

commit 790f8a71aae41541d68bf27bbaafb9bb98ebb74c
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2009-01-29

    removed -Wswitch-enum from compiler switches to prevent nasty warnings
    for now

M	configure.ac

commit b0b3d6c74f3350e8eab85919875b2e906de98ce4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: pk_package_obj_get_id() and pk_package_obj_get_summary()
    don't return copies, so return them const

M	lib/packagekit-glib/pk-package-obj.c
M	lib/packagekit-glib/pk-package-obj.h

commit f9238789a2bad0b3a3fe8d89476bef26b4696be7
Merge: 776d069 1afca4a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

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

commit 776d069854f5a169e908c87e3d71a5c52b371a70
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:	2009-01-29

    bugfix: Repair pkcon resolve

    Fix regression introduced in 23f348972c05ba1b8f2837c61110facc2ebefd9e,
    which caused 'pkcon resolve ...' to always try and resolve
    argv[0]. Fixes fd#19810

M	client/pk-console.c

commit 1afca4a954a55f274b576a857d98b329d9131d91
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-29

    _get_info, get_id and _get_summary for PkPackageObj

M	lib/packagekit-glib/pk-package-obj.c
M	lib/packagekit-glib/pk-package-obj.h

commit 88821e969187a20af3440eed9c45cf30fbb02eca
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: users get freaked when the package manager 'kills' something,
    so lets give the backend more of a sporting chance of quiting nicely

M	src/pk-spawn.c

commit cda217d19b0197572da1540fa17d337fe02ddf26
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    feature: allow the user to specify a complete output file name with
    pkgenpack. Refactored version of a patch by Utsav Handa, many thanks

M	client/pk-generate-pack.c

commit da80b2c4ddf525158e3715b19053e3d4bc7f4987
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: check for DownloadPackages in pkgenpack as well as GetDepends

M	client/pk-generate-pack.c

commit 1d502972445678c5e21aa0501a24d00f2bca8a9f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: check the user specified a non-zero length --output parameter

M	client/pk-generate-pack.c

commit e66e0425cc6b1b345e94d582c325e148b22416db
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-29

    trivial: exit with the correct return code in pkgenpack

M	client/pk-generate-pack.c

commit d012706245cc55cda02beec9f9444a3abf539600
Author: Utsav Handa <utsavhanda@hotmail.com>
Date:	2009-01-29

    trivial: export the service pack filename in the service pack header

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

commit 65af1851177186881f103c19ddfd82d52f9e4ae2
Author: Utsav Handa <utsavhanda@hotmail.com>
Date:	2009-01-29

    bugfix: don't print an internal error if we don't pass an argument
    to --package

M	client/pk-generate-pack.c

commit c145ca1396fb73c50c63177cfd668ee2806d9ed0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    yum: try harder to get some useful text when yum passes us a structure
    in a message. Hopefully works around fd#19781

M	backends/yum/yumBackend.py

commit 742297ee43b1452ac68261ba1733192207261da8
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    trivial: fix up some more gtk-doc comments

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

commit 98f5f4e3fe3425ef5224b17b82ec7016fe0a6a6a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    bugfix: dist the website in the tarball correctly, and install in
    the -docs subpackage

M	configure.ac
M	contrib/PackageKit.spec.in
M	docs/html/Makefile.am
M	docs/html/img/Makefile.am
C063	docs/html/img/Makefile.am
docs/html/img/thumbnails/Makefile.am

commit e8e17992014f5429ccbd66772a39df1bbe57c944
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-28

    trivial: add another screenshot of the firmware dialog

M	docs/html/img/Makefile.am
A	docs/html/img/gpk-client-firmware.png
M	docs/html/pk-screenshots.html

commit b4ec3c4162e07610a9f9458ef02389070c42a59c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-01-28

    don't filter *-testing channels as development

M	backends/smart/smartBackend.py

commit 9dc2ee23437fa332f360dc3e1dbef907a41a45c6
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-01-27

    remove bare send_interface lines
    from the debian bug tracker - "you MUST include send_destination on
    ALL allow or deny tags. Omitting it is a serious bug"

M	data/org.freedesktop.PackageKit.conf.in

commit 5482a0205a48efb6874d7f74946230613c22b25d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-27

    trivial: unused fedora spec BR's for the new -sharp library

M	contrib/PackageKit.spec.in

commit 7cbe09317081f2ad9225e42afa96af6692304005
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    adding samples to DIST_SUBDIRS

M	lib/packagekit-sharp/Makefile.am

commit 4fcd2cd84009751b2314068d2ce4442e4ca71ee9
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    update the targes list so it doesn't remove intermediate files

M	lib/packagekit-sharp/samples/Makefile.am

commit baae5b0ce1738a4aa5db378713e20e7b0e87b7e6
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    .gitignore generated files

A	lib/packagekit-sharp/.gitignore
A	lib/packagekit-sharp/samples/.gitignore

commit a677a8cdae339afcf25667a5d3ce2e83749170e1
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    generalize the rules

M	lib/packagekit-sharp/samples/Makefile.am

commit 00aa42ed90777f9e5081f0baa8449702818b8456
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    Revert "add the .dll to ignore list"

    This reverts commit 111c2ad9c2a5ee91ce9617a95d639dcccdc01f46.

M	.gitignore

commit c53a92fa8c21a317ddfc78ab903e42dd697bdbbd
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    new UpdateSystem sample

M	lib/packagekit-sharp/samples/Makefile.am
A	lib/packagekit-sharp/samples/UpdateSystem.cs

commit ff7796dbb19c91c21c7840ac13afe2cc26937c24
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    change ToStrv to ToStringArray

M	lib/packagekit-sharp/PackageKit.metadata
M	lib/packagekit-sharp/generated/PackageList.cs
M	lib/packagekit-sharp/packagekit-api.xml

commit 34c49eb2c09151d82d71d389f66dc9c4821598bb
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-27

    this[] accessor for PackageList

M	lib/packagekit-sharp/Makefile.am
M	lib/packagekit-sharp/PackageKit.metadata
A	lib/packagekit-sharp/PackageList.custom
M	lib/packagekit-sharp/generated/PackageList.cs
M	lib/packagekit-sharp/packagekit-api.xml

commit 91b317bb3ae3a141666247ac59730982b48edaed
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    a listupdates sample, with Makefile

M	configure.ac
A	lib/packagekit-sharp/samples/ListUpdates.cs
A	lib/packagekit-sharp/samples/Makefile.am
A	lib/packagekit-sharp/samples/launcher.in

commit f357e3416e4ebb865af23628b2024dbf65ac2fa8
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    pushing newly generated files

M	lib/packagekit-sharp/generated/CategoryHandler.cs
M	lib/packagekit-sharp/generated/Client.cs
M	lib/packagekit-sharp/generated/ClientError.cs
M	lib/packagekit-sharp/generated/DestroyHandler.cs
A	lib/packagekit-sharp/generated/DetailsHandler.cs
M	lib/packagekit-sharp/generated/DistroUpgradeHandler.cs
A	lib/packagekit-sharp/generated/FilesHandler.cs
M	lib/packagekit-sharp/generated/RepoSignatureRequiredHandler.cs
M	lib/packagekit-sharp/generated/RequireRestartHandler.cs
A	lib/packagekit-sharp/generated/TransactionHandler.cs
M	lib/packagekit-sharp/generated/UpdateDetailHandler.cs
M	lib/packagekit-sharp/packagekit-api.xml

commit 3c68fcaa38e3093aefde0b5f0e47b369092a6ed5
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    reparsing the glib api, manually working around the parser issue

M	lib/packagekit-sharp/PackageKit.metadata
M	lib/packagekit-sharp/packagekit-api.raw

commit f43c0c145d584e22f5c25b0ed2c944416d42d81c
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-26

    add the .dll to ignore list

M	.gitignore

commit 65c1ec72d32da0778c2b8b01d15f6e0197b6e26c
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    adding a README with instructions on how to regenerate the bindings

A	lib/packagekit-sharp/README

commit dbb1b92a84ad7b5ed90cf8df0f7930137f58c321
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    check for build dependencies, and use them in Makefile

M	configure.ac
M	lib/packagekit-sharp/Makefile.am

commit 43900c9bc9536d4a7ec9bdf776c0b86fd0a29145
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    generating .cs and .xml files

A	lib/packagekit-sharp/generated/AllowCancelHandler.cs
A	lib/packagekit-sharp/generated/Bitfield.cs
A	lib/packagekit-sharp/generated/CallerActiveChangedHandler.cs
A	lib/packagekit-sharp/generated/Catalog.cs
A	lib/packagekit-sharp/generated/CatalogProgress.cs
A	lib/packagekit-sharp/generated/CategoryHandler.cs
A	lib/packagekit-sharp/generated/CategoryObj.cs
A	lib/packagekit-sharp/generated/Client.cs
A	lib/packagekit-sharp/generated/ClientError.cs
A	lib/packagekit-sharp/generated/Connection.cs
A	lib/packagekit-sharp/generated/ConnectionChangedHandler.cs
A	lib/packagekit-sharp/generated/Control.cs
A	lib/packagekit-sharp/generated/ControlError.cs
A	lib/packagekit-sharp/generated/Desktop.cs
A	lib/packagekit-sharp/generated/DestroyHandler.cs
A	lib/packagekit-sharp/generated/DetailsObj.cs
A	lib/packagekit-sharp/generated/Distro.cs
A	lib/packagekit-sharp/generated/DistroUpgradeEnum.cs
A	lib/packagekit-sharp/generated/DistroUpgradeHandler.cs
A	lib/packagekit-sharp/generated/DistroUpgradeObj.cs
A	lib/packagekit-sharp/generated/Enum.cs
A	lib/packagekit-sharp/generated/EnumMatch.cs
A	lib/packagekit-sharp/generated/Error.cs
A	lib/packagekit-sharp/generated/ErrorCodeEnum.cs
A	lib/packagekit-sharp/generated/ErrorCodeHandler.cs
A	lib/packagekit-sharp/generated/EulaRequiredHandler.cs
A	lib/packagekit-sharp/generated/Exit.cs
A	lib/packagekit-sharp/generated/ExitEnum.cs
A	lib/packagekit-sharp/generated/Filter.cs
A	lib/packagekit-sharp/generated/FilterEnum.cs
A	lib/packagekit-sharp/generated/FinishedHandler.cs
A	lib/packagekit-sharp/generated/Global.cs
A	lib/packagekit-sharp/generated/Group.cs
A	lib/packagekit-sharp/generated/GroupEnum.cs
A	lib/packagekit-sharp/generated/Info.cs
A	lib/packagekit-sharp/generated/InfoEnum.cs
A	lib/packagekit-sharp/generated/License.cs
A	lib/packagekit-sharp/generated/LicenseEnum.cs
A	lib/packagekit-sharp/generated/LockedHandler.cs
A	lib/packagekit-sharp/generated/Message.cs
A	lib/packagekit-sharp/generated/MessageEnum.cs
A	lib/packagekit-sharp/generated/MessageHandler.cs
A	lib/packagekit-sharp/generated/Network.cs
A	lib/packagekit-sharp/generated/NetworkEnum.cs
A	lib/packagekit-sharp/generated/ObjList.cs
A	lib/packagekit-sharp/generated/ObjListCompareFunc.cs
A	lib/packagekit-sharp/generated/ObjListCopyFunc.cs
A	lib/packagekit-sharp/generated/ObjListEqualFunc.cs
A	lib/packagekit-sharp/generated/ObjListFreeFunc.cs
A	lib/packagekit-sharp/generated/ObjListFromStringFunc.cs
A	lib/packagekit-sharp/generated/ObjListNewFunc.cs
A	lib/packagekit-sharp/generated/ObjListToStringFunc.cs
A	lib/packagekit-sharp/generated/ObjectManager.cs
A	lib/packagekit-sharp/generated/Package.cs
A	lib/packagekit-sharp/generated/PackageHandler.cs
A	lib/packagekit-sharp/generated/PackageId.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCompareFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListCopyFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListEqualFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFreeFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListFromStringFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListNewFuncNative.cs
A
lib/packagekit-sharp/generated/PackageKitSharp.ObjListToStringFuncNative.cs
A	lib/packagekit-sharp/generated/PackageList.cs
A	lib/packagekit-sharp/generated/PackageObj.cs
A	lib/packagekit-sharp/generated/PercentageHandler.cs
A	lib/packagekit-sharp/generated/ProgressChangedHandler.cs
A	lib/packagekit-sharp/generated/ProgressHandler.cs
A	lib/packagekit-sharp/generated/Provides.cs
A	lib/packagekit-sharp/generated/ProvidesEnum.cs
A	lib/packagekit-sharp/generated/RepoDetailHandler.cs
A	lib/packagekit-sharp/generated/RepoSignatureRequiredHandler.cs
A	lib/packagekit-sharp/generated/RequireRestartHandler.cs
A	lib/packagekit-sharp/generated/Restart.cs
A	lib/packagekit-sharp/generated/RestartEnum.cs
A	lib/packagekit-sharp/generated/Role.cs
A	lib/packagekit-sharp/generated/RoleEnum.cs
A	lib/packagekit-sharp/generated/ServicePack.cs
A	lib/packagekit-sharp/generated/ServicePackError.cs
A	lib/packagekit-sharp/generated/ServicePackStatus.cs
A	lib/packagekit-sharp/generated/Sig.cs
A	lib/packagekit-sharp/generated/SigTypeEnum.cs
A	lib/packagekit-sharp/generated/Status.cs
A	lib/packagekit-sharp/generated/StatusChangedHandler.cs
A	lib/packagekit-sharp/generated/StatusEnum.cs
A	lib/packagekit-sharp/generated/StatusHandler.cs
A	lib/packagekit-sharp/generated/TaskList.cs
A	lib/packagekit-sharp/generated/TaskListItem.cs
A	lib/packagekit-sharp/generated/TransactionObj.cs
A	lib/packagekit-sharp/generated/Update.cs
A	lib/packagekit-sharp/generated/UpdateDetailHandler.cs
A	lib/packagekit-sharp/generated/UpdateDetailObj.cs
A	lib/packagekit-sharp/generated/UpdateStateEnum.cs
A	lib/packagekit-sharp/packagekit-api.xml

commit 70a19e8c82696d587b307251695d4f9154759354
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    A working sample

A	lib/packagekit-sharp/test/Test.cs

commit d8ac714077752b003fe5cfa339e062104f55b067
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    TODO files containing notes to self

A	lib/packagekit-sharp/TOOO

commit 96696845cccaab1c2ab311021fcca72044afcd50
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-23

    Manually mapping the signals for Client. gapi-parser need a fix

M	lib/packagekit-sharp/PackageKit.metadata

commit 3bdbed43a6415f6b09fc4561834527bb33c72872
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    Fixing parts of the PkClient API

A	lib/packagekit-sharp/Client.custom
M	lib/packagekit-sharp/Makefile.am
M	lib/packagekit-sharp/PackageKit.metadata

commit 65167a27f1ceadbb525396bf9bbc6baa46708b30
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    First attempt to parse the API

M	lib/packagekit-sharp/Makefile.am
A	lib/packagekit-sharp/PackageKit.metadata
A	lib/packagekit-sharp/packagekit-api.raw
M	lib/packagekit-sharp/packagekit-sharp-sources.xml

commit 2af434f857db64c9dd8047e3ce0487eb74980b8f
Author: Stephane Delcroix <stephane@delcroix.org>
Date:	2009-01-22

    new packagekit-sharp binding, hook it into the build.

M	configure.ac
M	lib/Makefile.am
A	lib/packagekit-sharp/Makefile.am
A	lib/packagekit-sharp/packagekit-sharp-sources.xml

commit 02ce162308a9e792bb6ec0db524ad8b6d531bc16
Author: Xavier Conde <xavi.conde@gmail.com>
Date:	2009-01-24

    Updated catalan po

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

M	po/ca.po

commit 9bb02b48b66f12d64369ea8e218a47f01edcbdbd
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-01-23

    remove GROUP_ENUM_UNKNOWN as engine returns empty if included in list

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

commit b855496c905b654d90072194822c3a73071f2d7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: add link to KPackageKit

M	docs/html/pk-download.html

commit d949d1864471444ac8daa8c48608ccafa27bd451
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: update the build instructions

M	docs/html/pk-download.html

commit b0ef5d29978782a6d48feedcc2e9183c6839b052
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    bugfix: remove dep on python-sqlite2 and use internal python
    sqlite. Fixes rh#481270

M	backends/yum/yumComps.py
M	contrib/PackageKit.spec.in
M	docs/html/upload.sh

commit fded2f55b2a3b7d6dc6573ef92e1d348489fbfcc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: add some more deps to the fedora catalog

M	contrib/PackageKit.catalog

commit 4e4dd3ba6eb569958add1e8f804a818fae27dbbd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-23

    trivial: correct a couple of Gtk-Doc comments pointed out by Stephane
    Delcroix, many thanks.

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

commit be4dced0a834672c29c59668381a73c20f730d69
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:	2009-01-21

    Updated Finnish translation

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

M	po/fi.po

commit 81d9b27016347d29e5cfc406110b8e578e2287ac
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: update RELEASE

M	RELEASE

commit 842b32c43ad4e275655933ab37cc319a50888200
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: post release version bump

M	configure.ac

commit b85884502c35ef1b58221c5dd77aa8c0eb0d3226
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    Release version 0.4.2

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

commit 46872a0c0a1ee802e611b9d068ac66a188c7a496
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    dummy: output a load of messages we can play with in GUI tools

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

commit e0a7c17749c24a37f80bbcc1f2c39561e5ec13bc
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: tiny fix to fix the PkDesktop self test when using the
    dummy backend

M	lib/packagekit-glib/pk-desktop.c

commit 7f6add445a2847337dabddbdc40005044cb35821
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: fix to last patch fixing compile on old xulrunner versions

M	contrib/browser-plugin/Makefile.am

commit fdcb193a602a1c843fdf3a3d18772fd717acd04c
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

    bugfix: fix compile of the browser plugin with newer versions of
    xulrunner

M	contrib/browser-plugin/Makefile.am
A	contrib/browser-plugin/sdk-new/npplat.h
A	contrib/browser-plugin/sdk-new/pluginbase.h

commit 792873f5d3944f7f1cdf2e42e6060d5f3186596e
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

    trivial: add detection for newer xulrunners as this will need new
    sdk includes

M	configure.ac

commit 383520061982a2e473fb6a4d4f6886c15e3c577f
Merge: 8385449 b1aee09
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

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

commit b1aee095fc0c16a99e1e307487e6132118d953f1
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: fix building the mozilla plugin on f11 now uint16 is not
    typedef'd

M	contrib/browser-plugin/src/plugin.cpp
M	contrib/browser-plugin/src/plugin.h

commit 8385449c94106abe25944514214f59c8fae17c74
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

    trivial: remove unused third parameter from AM_CONDITIONAL

M	configure.ac

commit b613169a52a4a562a186e7af4a13b50b874de191
Merge: 85b496c fe5b6d2
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-19

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

commit fe5b6d2364d7035232da69e0a5b602fe56757474
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    bugfix: clear the backend store in pk_backend_reset() rather than
    pk_backend_finished_delay() as we couldn't ensure the ordering for
    cancelled jobs

M	src/pk-backend.c

commit 7c227f3a4deafabd4284b72cb91a9e20c9bf555a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: fix up the self tests now that RequireRestart requires a
    package id

M	src/pk-backend-spawn.c

commit 19ac587cc7e2f250518ee8e58bfc40e96a73232a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    bugfix: only try to exit the spawned backend if it is running,
    which removes an error warning if it is already closed

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

commit d45b6b01749878591ba3716457871f5f46dc3219
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: add some more debugging when setting store in PkTransaction

M	src/pk-transaction.c

commit 35d5455ec79a0f3ec795d54a3b22566c711ae4d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: improve a debugging string to be more clear

M	src/pk-transaction-list.c

commit d01ba0c4cbc8ccdb03e142335d2a48c00bf0c8f7
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: convert the error enum to text when we display the debugging
    output

M	src/pk-spawn.c

commit 863142c7a3278ff816e3e719d4c439ccdeeba14f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: add some debugging when the exit fails

M	src/pk-spawn.c

commit 10f35c1e9af3c89b60e6a0a3e847d350d86dad7e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: only exit TRUE when pk_spawn_exit() does not timeout

M	src/pk-spawn.c

commit bfc45004dfc9e265e4fcd943cf5b9b992f5bcf3f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-19

    trivial: add some debugging when writing fails

M	src/pk-spawn.c

commit c3bc22f00d696011713e125c427066ff242994e6
Merge: 4ff9aaf 9f686a9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-18

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

commit 9f686a91c26ea4fb87d5e3004a0a38a21b0440d2
Author: Pavol Šimo <palo.simo@gmail.com>
Date:	2009-01-17

    Updated Slovak translation

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

M	po/sk.po

commit dd8a4d956a83f363d6440a58c52b0bf411a97ab4
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2009-01-16

    Updated Polish translation

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

M	po/pl.po

commit 4ff9aaf736511a57f864679711e804e25744a693
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-16

    bugfix: remove the obsolete specific vendor_url for each metho and
    rely on the packagekit homepage. Fixes novell#450349

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

commit 67fcd1c4cc44402c05c859579451f969530bb9cd
Author: Tim Waugh <twaugh@redhat.com>
Date:	2009-01-16

    Added British translation.

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

A	po/en_GB.po

commit 37d7e8112dcef82204ff3ccedceb7e9651680bea
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    trivial: update translations

M	po/bn_IN.po
M	po/ca.po
M	po/cs.po
M	po/de.po
M	po/el.po
M	po/es.po
M	po/fi.po
M	po/fr.po
M	po/gu.po
M	po/he.po
M	po/hu.po
M	po/it.po
M	po/ml.po
M	po/ms.po
M	po/nb.po
M	po/nl.po
M	po/pl.po
M	po/pt_BR.po
M	po/ru.po
M	po/sk.po
M	po/sr.po
M	po/sr@latin.po
M	po/sv.po
M	po/tr.po
M	po/zh_CN.po
M	po/zh_TW.po

commit bec764b95bcf41c01a181ce5fee26e97f560fb40
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    feature: use the detail field as a package_id so we can propogate
    useful information to clients

M	backends/dummy/pk-backend-dummy.c
M	backends/yum/yumBackend.py
M	client/pk-console.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-dbus.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-post-trans.c
M	src/pk-transaction.c

commit ffb59346bef7cca1f4cbbf9c2f6d919b74171eda
Merge: 2860993 96727db
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-15

    Merge branch 'master' into aptcc-local

commit 85b496c41521906bfa14591d0031b5cbf51a746a
Merge: bb6ecfc 7ece139
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-15

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

commit 7ece13917f979944f133c06134eb2ba6720c0ebd
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    trivial: fix up some warnings from static analysis

M	lib/packagekit-glib/pk-control.h
M	lib/packagekit-glib/pk-service-pack.c
M	src/egg-dbus-monitor.c
M	src/pk-security-polkit.c
M	src/pk-store.c
M	src/pk-sysdep.c

commit da6b3b2817c47c932d9a7417d4e1c7b24dae561d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-15

    bugfix: a -testing repo is not a development repo, so should not be
    filtered by default. Fixes rh#480135

M	backends/yum/yumBackend.py

commit bb32a597145f7fc747cc2d156ab3f2777d687e03
Author: Simos Xenitellis <simos.bugzilla@gmail.com>
Date:	2009-01-14

    Updated Greek translation by Jennie Petoumenou.

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

M	po/el.po

commit e085026ca44b3e80dce3c4ea63670aa2c5175a8b
Merge: 3a9e7f1 6d28550
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-14

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

commit 3a9e7f172ff92181849ab003ff0f7c453851f289
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-14

    trivial: add the tid to the transaction list debugging ouput to try
    to chase a bug

M	src/pk-transaction-list.c

commit 6d28550e0d01ad30a531591cab7d218c70a7ebf4
Merge: 7509db2 98f278d
Author: Trever Fischer <wm161@wm161.net>
Date:	2009-01-13

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

commit 7509db218c4d51402162d4618440ece14cba0398
Author: Trever Fischer <wm161@wm161.net>
Date:	2009-01-13

    yum: Fixed a bug that prevents installing a local file that isn't
    in the repos

M	backends/yum/yumBackend.py

commit 98f278d4797cf8ff0c502ff209abf6baa8cfd15e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    feature: remove the udev helper from PackageKit now the core
    functionality is in udev itself

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
D	contrib/udev/.gitignore
D	contrib/udev/51-packagekit-firmware.rules
D	contrib/udev/Makefile.am
D	contrib/udev/README
D	contrib/udev/packagekit-firmware.sh

commit 5d5d2864812dd115880d17f6cc34577999af3869
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    feature: add an entry to the config file to turn on time estimation,
    and enable it by default

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

commit 7ce7945244a8897d0cb384b4c3676703fd79bb31
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: update the docs with waiting-for-lock

M	docs/api/spec/pk-concepts.xml

commit 471e520b93fb707b585502a3639ff2080c36ee9a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: add a waiting-for-lock status enum and use it in the
    yum backend

M	backends/yum/yumBackend.py
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit 74b36894d1d07a8174c9c39d46b1e757f5592397
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: don't emit allow-cancel over and over if it is the same
    state as before

M	src/pk-backend.c

commit 20adf34268acc6ea97ec86c03115fd22f778fcb4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    yum: set the allow cancel flags when we are waiting for yum to
    release its lock

M	backends/yum/yumBackend.py

commit 5892607e43e5f2d46a018de0e17ae7378d58c080
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    yum: get the yum lock before we start setting up comps and doing
    other access that could block

M	backends/yum/yumBackend.py

commit 6724383b66cf4010e4c2f992c8d2cfdb104df018
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: set the setup signal after we've connected the backend to
    the transaction so it is emitted for clients

M	src/pk-transaction.c

commit 549135dff799818f75e3dd16915e2aea1f0dbc7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: don't leak directory on commit-failed error path

M	src/pk-transaction.c

commit 6094c895fc1ae935680843b4413ce11ae3ce7e77
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: whitespace fixes

M	src/pk-transaction.c

commit 68a7a7428bfeface8e222cbe24734db826d9449f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    trivial: don't re-timeout if we are in the process of quitting

M	src/pk-main.c

commit b057eff7688d030cda86be989054b0ba29f6c069
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: ensure we send the correct network state with the new
    changed codepath

M	src/pk-network.c

commit 0974d29e7b29c088006798d91be63ef384f10911
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-13

    bugfix: ensure we call the backend finalise method when the daemon
    times out

M	src/pk-main.c

commit bb6ecfce4357f2b9182a84be90f1e2be6704c012
Merge: 2743610 96727db
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2009-01-12

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

commit 2860993e7810d2e8e811431b13f65d412ba6b0c4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-11

    Fixed the development filter

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

commit 17b04716ef415cc97a66b960000a06e979ba4477
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-09

    Forgot the make file

A	backends/aptcc/Makefile.am

commit a8802ea0d23fd242e1962006278c83a059e65528
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-09

    Code clean up

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

commit 0e199ed090a67062067605b6ad2e9a5bc4c232ca
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-09

    Fixed versions bug now using pin's file

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

commit 96727db42f4f5ed6929b5e7fa25d66625819c7da
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 15a40577a5aa7ca5aa04459024b29b98818b90cb
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    Release version 0.4.1

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

commit 742a0ac7640bcf85cccefd7df4660579db990713
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    bugfix: fix the python client library for SearchDetails and
    SearchFile. Fixes fd#19426

M	lib/python/packagekit/client.py

commit e3d6ba4c21a7c21a4eafb1c16c537dc7cbb2ea68
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    trivial: add a 'no-space-on-device' error enum and use it in the
    yum backend

M	backends/yum/yumBackend.py
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h

commit 3fb28f0b5580e02a04eb996b1793e61cfd15f850
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    yum: catch IOError and handle out of disk space. Fixes RH#478377

M	backends/yum/yumBackend.py

commit 44e532df0756d0409813d2c72a97d365676b961f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    yum: issue a warning when the user enables a rawhide repo

M	backends/yum/yumBackend.py

commit 90cad6fd9447c1d56d4b466b52690fb339111f42
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    trivial: add another self check to excercise the backend duplicate
    package codepath

M	src/pk-backend.c

commit 548f4327e125483314e5ae94f5daff225af2c396
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-08

    bugfix: don't attempt to free the package object twice if we skip
    it due to duplicate filtering

M	src/pk-backend.c

commit 523231f7d1dc85e5edc9ce34f5be3daca5e55b7b
Author: Thomas Goettlicher <tgoettlicher@d1.suse.de>
Date:	2009-01-07

    adapted pk-upgrade-distro.sh for suse

M	data/pk-upgrade-distro.sh

commit 8ba7f4cb516c0318559e6e467ddae216b0e0a3ba
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-05

    searching like aptitude without leaks

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

commit 8bb4d718994bbfc83a197c35e33ec740184b1eca
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-04

    search from apt-cache working

A	backends/aptcc/apt-utils.cpp
A	backends/aptcc/apt-utils.h
A	backends/aptcc/apt.cpp
A	backends/aptcc/apt.h
A	backends/aptcc/pk-backend-aptcc.cpp
M	configure.ac

commit 8d5a9aa717de66e5fca7e7789dcb236edf8db4c8
Merge: dc8e4ae d2c403b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-02

    Merge branch 'master' into aptcc

commit d2c403bdae73652f7ebbe555bc017674417b018a
Merge: 2006e92 5b3625b
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-01-02

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

commit 2006e92ef60f1f84b3b7f8396728b2a3830fee2d
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-01-02

    poldek: move GetPackages to its own function

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

commit 5b3625b7faecb835268edb406f6623db12e3dbef
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2009-01-02

    Trivial: update transactionproxy.h header

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

commit 937855155656f1d8dfdc1a5cac18fbf839a61b9f
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2009-01-02

    poldek: improved SearchFile (query rpmdb for local files)

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

commit 23f348972c05ba1b8f2837c61110facc2ebefd9e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-01-02

    bugfix: allow pkcon to resolve all the command line arguments,
    not just the first one

M	client/pk-console.c

commit dc8e4ae7ad8d6b6483cfc336498a2da5a835de54
Merge: fb6d57d 64ec317
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-01-02

    Merge branch 'master' into aptcc

commit 64ec3176c11092db2c81968623f687061fef4bc6
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2009-01-01

    ruck: fix package install command

M	contrib/ruck/src/rucktransactcmds.py

commit fb6d57db8125f076c4b124cbadb07cf481d07b16
Merge: c8b1f51 15d267a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-31

    Merge branch 'master' into aptcc

commit 15d267a274e4b633653bdac0462b116e190e5e2f
Merge: 2e0a1f3 6fe4fed
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-31

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

commit 2e0a1f34039440c1150be94ee5acd88789def659
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-31

    Added search file method and search details convinience method
    to packagekit-qt

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

commit 6fe4fed6cb891c29f24afbcfbb2e996c3f91a202
Merge: 72eb993 b4893a3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-31

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

commit c8b1f51ab748cb2b2b69034934bf1762771e4571
Merge: 09448ac b4893a3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-30

    Merge branch 'master' into aptcc

commit b4893a3aada8ca526d9b912f413fa4d657223c60
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-30

    trivial: fix compiler warning

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

commit 09448ac5d2622838b53374e7b1ca79d65d704789
Merge: f9e5fec 9cd1b12
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-30

    Merge branch 'master' into aptcc

commit 9cd1b12fc1f3f7bcffdff1d9b4ec1b88c55ba20c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-30

    trivial: egg updates

M	lib/packagekit-glib/egg-test.c
M	lib/packagekit-glib/egg-test.h

commit dc84efec0b676f028e7823ce00a01f55456dcf52
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-30

    trivial: fix compile with no libarchive

M	lib/packagekit-glib/pk-service-pack.c

commit 72eb99324682c8f692896040a31387ab4c3fbda6
Merge: fd2bbe3 a352687
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-30

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

commit f9e5fec2c5387c352769d285834603a22bab427e
Merge: d62c4ca a352687
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-30

    Merge branch 'master' into aptcc

commit a35268796a25730108b1b738877e98cef802946c
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-12-29

    poldek: added support for InstallGStreamerCodecs

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

commit 5a7cd22f02cdb945e39a65bfc6fe07b041745f6a
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-12-29

    poldek: documentation packages have its own group

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

commit d62c4cac7d75961bf96af3491454ef85634337d2
Merge: 2b03936 43dd34b
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-26

    Merge branch 'master' into aptcc

commit 2b03936de7078765f838ec1b8685923612dc5db4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-12-26

    some change

M	configure.ac

commit 43dd34b6365586b62e283d3798e4af6622b2b1ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-26

    trivial: fix up issues with the last commit

M	backends/yum/yumBackend.py

commit 6e955194e11db010fccb37c66531a76c92703dbe
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-26

    trivial: print the command size in PkBackendSpawn for use when
    debugging

M	src/pk-backend-spawn.c

commit cd07a92d7496f2ef4e07559938ebaaea465c671e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-26

    yum: remove all tab characters in update descriptions

M	backends/yum/yumBackend.py

commit 045de9a73017e0e3fca22a9a9dede2f8e70b8704
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    feature: upload some updated screenshots and some videos

M	configure.ac
M	docs/html/Makefile.am
M	docs/html/img/Makefile.am
A	docs/html/img/gpk-markdown.png
A	docs/html/img/pk-command-not-found.png
M	docs/html/pk-faq.html
M	docs/html/pk-screenshots.html
M	docs/html/upload.sh
A	docs/html/videos/Makefile.am
A	docs/html/videos/pk-application-not-found.ogv
A	docs/html/videos/pk-command-not-found.ogv
A	docs/html/videos/pk-font-no-found.ogv

commit 7fd321033a6ece70638ef22079597bcf4ec42aef
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: edit m4 gitignore

M	m4/.gitignore

commit 6dc4dac050874799b03a82f39d9c71612a423358
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    bugfix: enable more compiler warnings on GCC, and stop abusing global
    CFLAGS in configure

M	backends/alpm/Makefile.am
M	backends/apt.deprecated/Makefile.am
M	backends/apt/Makefile.am
M	backends/box/Makefile.am
M	backends/conary/Makefile.am
M	backends/dummy/Makefile.am
M	backends/opkg/Makefile.am
M	backends/pisi/Makefile.am
M	backends/poldek/Makefile.am
M	backends/razor/Makefile.am
M	backends/smart/Makefile.am
M	backends/test/Makefile.am
M	backends/urpmi/Makefile.am
M	backends/yum/Makefile.am
M	backends/zypp/Makefile.am
M	client/Makefile.am
M	configure.ac
M	contrib/browser-plugin/Makefile.am
M	contrib/command-not-found/Makefile.am
M	contrib/gstreamer-plugin/Makefile.am
M	contrib/gtk-module/Makefile.am
M	lib/packagekit-glib/Makefile.am
M	lib/packagekit-qt/src/Makefile.am
M	src/Makefile.am

commit 28c474dc53bc4756639319ec0493723b88f85c82
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    bugfix: fix a signed vs. unsigned problem when checking a PkBitfield

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

commit b2f6bf77fa5e7046648a515a72a61f1af5a0175a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: __init can be marked static

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

commit 122400729c60ee2c4c363ae545105d25ea346f2c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: remove a compiler warning of declare before use in the
    backends

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

commit 409ab7ee51e56786ce6effba14596b2a8777c31a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: remove a compiler warning of declare before use and signed

M	client/pk-console.c

commit b7a546e973a6dff96a2b1cc5d24639c57aa2b543
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    bugfix: fix a signed vs. unsigned problem when checking the error
    of a spawned backend that is killed

M	src/pk-spawn.c

commit afe7588d11be37a90454185860a3d5f3fed0ab86
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-24

    trivial: remove a signed vs. unsigned warning on gcc

M	client/pk-tools-common.c

commit fd2bbe35dd70489dff9ace9603ca839217f274e6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-24

    APT: Provide details for a failed download

M	backends/apt/aptDBUSBackend.py

commit 0a8fafcd261a330b1c87a815fcafc10c540c5b66
Merge: df70101 c3674c1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-24

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

commit c3674c1972ad422bb3bad42e44300cd820dc5b55
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: fix the automake build due to polkitthread being removed

M	lib/packagekit-qt/Makefile.am
M	lib/packagekit-qt/src/Makefile.am

commit 29d0f483cfb0fae21b4f02a85f98f3453502a793
Merge: 369edea fbf993a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

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

commit 369edea505e3f5a9ff4dab933ad8651b75440637
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: rename all shadowed variables to fix compile using funky
    compilers when using -WError

M	client/pk-console.c
M	client/pk-generate-pack.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-common.c
M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-obj-list.c
M	lib/packagekit-glib/pk-task-list.c
M	src/pk-backend-dbus.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-post-trans.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-id.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 45a385d4784cc993e0bb0a2e8b6f9a6aa8a65871
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: update a screenshot

M	docs/html/img/gpk-client-mime-type.png

commit 75a9142abda96458345309c14fe66c8cb504a11a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: remove all the duplicate init forward-definitions

M	lib/packagekit-glib/pk-catalog.c
M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-control.c
M	lib/packagekit-glib/pk-desktop.c
M	lib/packagekit-glib/pk-package-list.c
M	lib/packagekit-glib/pk-task-list.c
M	src/egg-dbus-monitor.c
M	src/pk-engine.c
M	src/pk-file-monitor-gio.c
M	src/pk-network-nm.c
M	src/pk-network-unix.c
M	src/pk-network.c
M	src/pk-spawn.c
M	src/pk-time.c
M	src/pk-transaction-db.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 29981569bce995a03cc45d9322c05479c5516bb2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: mark some local functions as static

M	backends/test/pk-backend-test-succeed.c
M	lib/packagekit-glib/pk-client.c
M	src/pk-backend-dbus.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 13168c11bae350b5a4d8fcf2a03e54999c8f9a47
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: don't do pointer arithmatic on pointers to fix compile on ARM

M	src/pk-store.c

commit 78f136141f4244ec323083411eca1392dda84361
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: include our own header

M	src/pk-shared.c

commit 015db51b2a0cf0ccd4497e3179ff951c67b4fb22
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: remove duplicate definition

M	lib/packagekit-glib/pk-client.h

commit bd178cc5a8231cb3b5ddd65a1ef7992286650447
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    feature: Resolve() is now case sensitive

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

commit 87c4f9d7ef1a612e9f90719ac38deca81f988d39
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: update screenshot

M	docs/html/img/gpk-log.png

commit bdb98c10a010e75ef4f840eae441dcfcb51dbd2a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: compile time optimisation

M	lib/packagekit-glib/egg-debug.h

commit 910769481e364b197ec67b065397990a93008689
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: remove unused include path

M	docs/api/Makefile.am

commit 47baf4ac451b91ce49106f4e10b570d095c9191d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-23

    trivial: fix build in ruck client

M	contrib/ruck/src/Makefile.am

commit df70101694fa7e03818b028fccb04b9a9d5bab4c
Merge: 2501842 fbf993a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-22

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

commit fbf993a078240e35bdeac846048a524c269fa9c8
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-21

    QPackageKit : Revert the threaded polkit as it breaks everything

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/polkitclient.cpp
M	lib/packagekit-qt/src/polkitclient.h
D	lib/packagekit-qt/src/polkitthread.cpp
D	lib/packagekit-qt/src/polkitthread.h

commit 59153b060d6ba395e58eed4db0ba1cf60956f533
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-21

    Remove old README

D	lib/packagekit-qt/README

commit 48c4f3eed7191229ed33c6454b1a9e20d3901e1a
Merge: ad9198c a061665
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-20

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

commit ad9198c67d33507eec9a7143f1269d3da146fd2b
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-20

    ruck: remove locks, since they're out of scope for PackageKit. Fix
    search.

D	contrib/ruck/src/rucklocks.py
M	contrib/ruck/src/ruckpackagecmds.py

commit a06166522b7380481bbfd0e18db796d29e21f9b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: remove pk_strv_to_text, it's nothing we can't do without
    g_strjoinv

M	backends/pisi/pk-backend-pisi.c
M	backends/smart/pk-backend-smart.c
M	backends/yum/pk-backend-yum.c
M	lib/packagekit-glib/pk-common.c
M	lib/packagekit-glib/pk-common.h
M	lib/packagekit-glib/pk-package-ids.c

commit 828d3abd6f68a75c5d7ca3ef767ea36727305840
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: remove the test-db in the test suite

M	src/pk-transaction-db.c

commit 439459bb1434a8a9aa810e16a943b3ebbbd7f20e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: fix make check now we've replaced double quotes

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

commit 550e7a5579abd1083b03f58ad22b9140f83e41b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-19

    trivial: remove double quote from the list of 'unsafe' characters
    to fix some summary texts

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

commit d477d595267ca0a70d119381205df83d3adeea61
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-18

    yum: don't show an error when we try to get the details of a package
    that does not have a description field. Fixes RH#477018

M	backends/yum/yumBackend.py

commit 6f24c9f17a36025b3163a0910e77f71d4b9cd78e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-18

    yum: treat new packages dragged in as update deps as enhancements,
    rather than unknown

M	backends/yum/yumBackend.py

commit 118095971305ab662a34bc325a7f05f339cef90e
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    trivial: add help text about markdown

M	docs/html/pk-faq.html

commit 601db65e708c603ae333555adbb79f233f0b6ec9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    bugfix: clarify that free form text in Details and UpdateDetail is
    formatted to markdown syntax

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

commit 3263d6a9c9e97e569f2f31c4cc5fa82adfc27ea6
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    trivial: make pk-sysdep more GLib friendly, and use other PK
    nomenclature

M	src/pk-spawn.c
M	src/pk-sysdep.c
M	src/pk-sysdep.h

commit 6e8f2be98262adcd133d30a8b703dbe7be2c8a07
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    dummy: add some markdown text for demos

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

commit 8156df602fad77c38ce9e5a2385791c9b5e1e015
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-17

    trivial: fix yum backend to output markdown text

M	backends/yum/yumBackend.py

commit bf8076aadcccd318d36a1a01afaec58331a47a78
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:	2008-12-17

    pk-sysdep: fix build

M	src/Makefile.am
M	src/pk-sysdep.c
M	src/pk-sysdep.h

commit 491c1c887abd42c282ee8277bc65456be616577b
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:	2008-12-17

    Don't let spawned backends hog the disk by default

M	etc/PackageKit.conf.in
M	src/pk-spawn.c
A	src/pk-sysdep.c
A	src/pk-sysdep.h

commit aeedc3fc9d5f29e023b2fd84cc6da0935c37d8c0
Author: Ken VanDine <ken@vandine.org>
Date:	2008-12-17

    Forget arch for foresight, let the backend handle that at install
    time.

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

commit c9fb66bef821bb1e958111a62d38d4c854c95042
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-12-16

    Updated Polish translation

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

M	po/pl.po

commit 8da0653c47ec86a46af442cda6e1e77e3c7778c3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-16

    yum: print the full exception in the internal error case, else it's
    useful to no-one...

M	backends/yum/yumBackend.py

commit 424cac4883d5d98f19d0ec2f5241492eceb8a47a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-16

    yum: emit more percentage signals so that the progress bar is smoother
    and the time estimation is more accurate

M	backends/yum/yumBackend.py

commit 25018420cef042274eac4ba372e5ff6ce0dd7d2c
Merge: 563baf3 6503764
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-16

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

commit 65037643dd4d5cd06e55ae822844765a990b1b9c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-16

    yum: import yum for file, rather than just in main to fix exception
    handling. Fixes rh#476381

M	backends/yum/yumComps.py

commit d73a13f003e04844c1a80bc8e962a5185fec262a
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-15

    Add ruck client

M	AUTHORS

commit 3b89aceed762b80e7c16b4011271ac072cb6af71
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-15

    ruck: Make update use update_packages instead of update_system
	  Always pass in PackageKitPackage to package_to_row

M	contrib/ruck/src/ruckpackagecmds.py
M	contrib/ruck/src/rucktransactcmds.py

commit 2743610e8861a926a18a1afdd053b13bb1f8a0a9
Merge: 2ddbe2c 4b3e325
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-15

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

commit 4b3e3251818ce0163850c82b9a863bb4e158a158
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    glib: add a client side timeout monitor so we can set a limit on
    queries or executions

M	lib/packagekit-glib/pk-client.c
M	lib/packagekit-glib/pk-client.h

commit c21f80eb359da50b736417c1f3153497da1e3403
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    trivial: fix make check by including all the path depths

M	lib/packagekit-glib/egg-test.c

commit 056cb844632e7a1264c21565207375b0cd5b2b7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    bugfix: get the caller (and uid) for all transactions from the GetTid
    method as we cannot get the UID from the non-async methods

M	src/pk-transaction.c

commit 8298fc4a51326e35c62b26d5767253942ee934b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    bugfix: remove the concept of slow and fast interfaces, since we
    don't actualy know the speed

M	lib/packagekit-glib/pk-enum.c
M	lib/packagekit-glib/pk-enum.h
M	src/org.freedesktop.PackageKit.xml
M	src/pk-backend.c
M	src/pk-network-nm.c

commit 097a345852f2556d04f5a399c1d5390c6f6f205d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    trivial: update a dangling link in the test directory

M	backends/test/helpers/packagekit

commit 699cd9901534c2b766704c9210525becb31979f3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-15

    ruck: convert to use native buildsystem and fix a few typos

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
D	contrib/ruck/ChangeLog
D	contrib/ruck/HACKING
M	contrib/ruck/Makefile.am
D	contrib/ruck/NEWS
D	contrib/ruck/autogen.sh
D	contrib/ruck/configure.in
A	contrib/ruck/src/.gitignore
M	contrib/ruck/src/Makefile.am
M	contrib/ruck/src/ruck.in
M	contrib/ruck/src/ruckyum.py

commit e0b109db2029a8b92866c9bfe8912ca13c9237a1
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-15

    Import ruck, a port of rum, which is a port of rug. This version
    speaks to packagekit.

A	contrib/ruck/AUTHORS
A	contrib/ruck/ChangeLog
A	contrib/ruck/HACKING
A	contrib/ruck/Makefile.am
A	contrib/ruck/NEWS
A	contrib/ruck/README
A	contrib/ruck/autogen.sh
A	contrib/ruck/configure.in
A	contrib/ruck/src/Makefile.am
A	contrib/ruck/src/i18n.py
A	contrib/ruck/src/ruck.in
A	contrib/ruck/src/ruckcachecmds.py
A	contrib/ruck/src/ruckcommand.py
A	contrib/ruck/src/ruckformat.py
A	contrib/ruck/src/rucklocks.py
A	contrib/ruck/src/ruckmain.py
A	contrib/ruck/src/ruckpackagecmds.py
A	contrib/ruck/src/rucktalk.py
A	contrib/ruck/src/rucktransactcmds.py
A	contrib/ruck/src/ruckyum.py

commit 0617678109bbb510cfdac83f382b22258ce82579
Author: Aidan Skinner <aidan@skinner.me.uk>
Date:	2008-12-14

    Make get_packages call GetPackages, not GetUpdates. That's what
    get_updates is for.

M	lib/python/packagekit/client.py

commit 563baf35a91c99f05aee80a2855ab24bd9bd3e1c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-14

    APT: Allow to speicify additional nosetests parameters for the
    test script

M	backends/apt/test.sh

commit 73c7b1ed1dc7b85624772f8e62bc6b8354a75074
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-14

    APT: Adapt changed test data paths

M	backends/apt/tests.py

commit 82c544daf3bc81e555f5fed691f783237060661d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-14

    APT: Move test data files to a separate folder

R100	backends/apt/Packages.test	backends/apt/data/Packages
R100	backends/apt/status.test	backends/apt/data/status
R100	backends/apt/xterm.list.test	backends/apt/data/xterm.list

commit df1e4b4dba2da912867dd813d62332f2ae0f7c2c
Author: A S Alam <aalam@redhat.com>
Date:	2008-12-13

    translation for Punjabi Language by A S Alam! Very bad method to
    submit:-(

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

A	po/pa.po

commit 779d271733c24efd005256158ff96e0826c79490
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: update gpk-prefs screenshot

M	docs/html/img/gpk-prefs.png

commit 8b6274d2f16ba45d7ab342866b85413b813a0e1c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    yum: clear the package sack before we get the updates list to ensure
    it's correct

M	backends/yum/yumBackend.py

commit be68163d97756256f555537568e6c3a8e9d5de35
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    feature: use NetworkManager to get the device type so we can return
    SLOW (GSM or CDMA) or FAST (ethernet) for session policy decisions

M	src/pk-network-nm.c

commit d4e7a90fab5cd686f3f6add1340db7144915f8a2
Merge: d02cb8b 4e391ea
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

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

commit d02cb8bb75f0d8fdc3311e66d174e92edfa8fd19
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: add preupgrade to the fedora spec file

M	contrib/PackageKit.spec.in

commit 4e391eaf043615d7eb99d8e2c915de221b228075
Author: Domingo Becker <domingobecker@gmail.com>
Date:	2008-12-12

    updated Spanish translation

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

M	po/es.po

commit 4dad099a0391a6b031883a280150cf0f0d235693
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: formatting fix

M	client/pk-console.c

commit 27b43644a940530062f86cc86af7c609c05f38df
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-12

    trivial: don't print an empty list if nothing was done in pkcon
    get-transactions

M	client/pk-console.c

commit f08b884164846806d27999b9a2585d5eb83c17a9
Merge: 92b83e4 653022c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-11

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

commit 653022ce960662d239152e1e96ac25915ed17b8e
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-12-11

    alpm: code modified to use PkPackageId accessors; alpm:
    download_packages stuff moved to its own thread

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

commit 92b83e40f1e4c2d08dff72dd23c328a96e995c5c
Merge: 1b848c6 ab1b294
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-11

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

commit 1b848c6482ecdb45c6b0a46bacbac736447deddc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-11

    trivial: filter out Presto stdout from the yum spawned backend

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

commit ab1b29472ef36dbf9ad2fe8368598cae2c1f19ab
Merge: 6bbb187 23ed7d9
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-12-11

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

commit 6bbb1871d2d6a06bf92e544f7eca51c8ee10c6f7
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-12-11

    glib: Added accessors for PkPackageId

M	lib/packagekit-glib/pk-package-id.c
M	lib/packagekit-glib/pk-package-id.h

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

    trivial: add another option to the config file so we can play with
    testing updates

M	etc/PackageKit.conf.in

commit e7d4c227c74b7ff7d7eb8d89a319579f2225bbaf
Merge: cdfb790 57b216b
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-12-10

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

commit 23ed7d93ea6b078b04f830459f80ce92092b24da
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-10

    yum: catch another exception from yum when doing
    self.yumbase.comps.return_group, possibly triggered by deselecting
    all sources

M	backends/yum/yumBackend.py

commit 57b216b991421cef5f83847234500e3f02474366
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-10

    trivial: post release version bump

M	configure.ac

commit 56bbfb692c7c2ff9d4158d30aaead0947da9bb76
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add check for updates, add numbers to the test name to make
    them sortable, use variables where possible for internal strings

M	backends/apt/tests.py

commit fed8c107bd19ec5fb7e81d3019f9bda67132f9e4
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Register callbacks centrally for the test

M	backends/apt/tests.py

commit 56a80151586a1b1a0964d954dd75f625ae84b155
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Fix refresh: After calling refresh the cache has to be reopened

M	backends/apt/aptDBUSBackend.py

commit 2716c79a251913beed2a72dad396cc2cc582f75c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add a test repository Packages file

A	backends/apt/Packages.test

commit b107014b81e08c2879d2362c299d20c68d53ab1b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Fix status test file by removing all dependencies of xterm

M	backends/apt/status.test

commit 05aa4adecffd183fdf087feccaf02f7e2fd53d4e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add test for doInit and doRefresh

M	backends/apt/tests.py

commit 2507c9f2fff0e190ff0c5da06d81b3644b1bf46d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Shorten wait for join of test threads

M	backends/apt/tests.py

commit 842472a2391f0a53b5a3461e42bf26467eb24811
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Do not register the test backend on the dbus

M	backends/apt/tests.py

commit f3f05a2f99a6edbdc0d9f0dbaba6d5bb39e177eb
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Add a test for file search

M	backends/apt/tests.py
A	backends/apt/xterm.list.test

commit fa40140f8d0b7793585c0656cafc872dbb5b5c2c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Iterate over all pending events in the main loop during tests
    to allow the dbus object to unregister

M	backends/apt/tests.py

commit 40a8c0f7d14c4b87db952f92187f718dfbe266e9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Do not report a package twice if the file search string matches
    more than once

M	backends/apt/aptDBUSBackend.py

commit 2d67f19bfae2eacbb70ce9c96ed8abd7501e12c3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Use the root of apt to search for files

M	backends/apt/aptDBUSBackend.py

commit 935d929773ded2776ebb477feb231997c0de7b32
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Start a new testing framework using mox and nose - Google's
    toilettes are really a source of inspiration

A	backends/apt/status.test
D	backends/apt/test.py
A	backends/apt/test.sh
A	backends/apt/tests.py

commit f890a0a421387888eb2468ee889988f36ff36db6
Merge: a4136be d2a4e4b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

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

commit a4136be320a58c9c9aee441443a38fb8fcb95d64
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    APT: Fix order of locking and threading

M	backends/apt/aptDBUSBackend.py

commit 3737a78f2065d7d00a6ffceca10b63c122e0b584
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-10

    Daemon backend: Separate object creation and running

M	backends/apt/aptDBUSBackend.py
M	lib/python/packagekit/daemonBackend.py

commit d2a4e4b53800b353d10554202836aa8714274551
Author: Fabian Affolter <fabian@bernewireless.net>
Date:	2008-12-09

    Updated German translation

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

M	po/de.po

commit 2ddbe2c7c309276836fc450d8b0b1698ea88e78e
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    bugfix: if a script is still running and PkSpawn is asked to unload,
    be more careful about disconnecting timers.

    I think this only affects the test suite, as the daemon shouldn't
    create, unref, create, unref PkSpawn objects.

M	src/pk-spawn.c

commit f16bd549fb29b29375e0917e01c31c641211eea2
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    trivial: search in more locations for the test files (fix make check
    on x64)

M	lib/packagekit-glib/egg-test.c

commit 3de708d4b378c5aa4fbeddb60d158f22c9ebb110
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    yum: don't show DeprecationWarnings from yum

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

commit a28a0b614482ea87783b21ca9d0bbf6ad5031ec2
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    trivial: add the empty m4 directory into git

A	m4/.gitignore

commit a5df7a0c196e2d4280212ca000ec5ec65945c043
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-12-09

    bugfix: define a macro directory so we work with newer versions
    of libtool

M	configure.ac

commit 2af22847bc807cde038783f630bc51fbb2677752
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-09

    Release version 0.4.0

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

commit c1daf6f4fe5404b1241a30315687d1d4751b3efb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-08

    bugfix: allow all clients to send to all interfaces of the
    server. Fixes DBus introspection.

M	data/org.freedesktop.PackageKit.conf.in

commit bcb71d2de23bc8167ae6eb7e26b8a4def1821bca
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-08

    trivial: fix make check

M	po/POTFILES.in

commit 27859373fb199c3df953b0c9f3c84b7b7a66719a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-08

    trivial: rename packagekit-plugin to browser-plugin in the source
    tree. no code changes

M	configure.ac
M	contrib/Makefile.am
R100	contrib/packagekit-plugin/.gitignore
contrib/browser-plugin/.gitignore
R100	contrib/packagekit-plugin/Makefile.am
contrib/browser-plugin/Makefile.am
R100	contrib/packagekit-plugin/README
contrib/browser-plugin/README
R100	contrib/packagekit-plugin/sdk/np_entry.cpp
contrib/browser-plugin/sdk/np_entry.cpp
R100	contrib/packagekit-plugin/sdk/npn_gate.cpp
contrib/browser-plugin/sdk/npn_gate.cpp
R100	contrib/packagekit-plugin/sdk/npp_gate.cpp
contrib/browser-plugin/sdk/npp_gate.cpp
R100	contrib/packagekit-plugin/sdk/npplat.h
contrib/browser-plugin/sdk/npplat.h
R100	contrib/packagekit-plugin/sdk/pluginbase.h
contrib/browser-plugin/sdk/pluginbase.h
R100	contrib/packagekit-plugin/src/contents.cpp
contrib/browser-plugin/src/contents.cpp
R100	contrib/packagekit-plugin/src/contents.h
contrib/browser-plugin/src/contents.h
R100	contrib/packagekit-plugin/src/plugin.cpp
contrib/browser-plugin/src/plugin.cpp
R100	contrib/packagekit-plugin/src/plugin.h
contrib/browser-plugin/src/plugin.h
R100	contrib/packagekit-plugin/tests/test.html
contrib/browser-plugin/tests/test.html

commit 5f7e968105c78b2646821814bc920fb26ad4cdb4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-07

    bugfix: add the org.freedesktop.PackageKit.Transaction interface
    now that the default send interface is now deny

M	data/org.freedesktop.PackageKit.conf.in

commit 52b531e8a528b3d256138a9601eb268af84c98d1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2008-12-06

    Fix apt configuration

M	data/20packagekit

commit d51658df891e88e74c102666c9dc7dfb665f0d81
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: all upper and lowe case

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

commit 191830f4328edb6d8d973714b35de1140272bd03
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: some upper case commands too

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

commit e13bef68e7e9f8fa611ab2274c15b7216638fc3d
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: German k,c difference

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

commit 8e85b5526bcc4607f9afef8d7bfa70adbb187d82
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    trivial: Unbritishize words

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

commit 217bdc8555ca5153a783d0bee18d8ff94769ce71
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

    bugfix: add a case mode to command not found

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

commit c906e82b748d595912565899c5ea25b0b363d098
Merge: cfdfff5 e193f25
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-06

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

commit e193f25a988d41ebba1764c5f719a72048facc9b
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-05

    PackageKit-qt : Fix the old transactions, and upgrade to new API
    (uid & cmdline)

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

commit 0234de4199bf77104860c9b1e64a9b209e57255b
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-12-05

    Add GetMimeTypes to Qt bindings

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

commit cfdfff5d52fcdfff5a302759d50dcc59750d416b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: fix copy paste typo

M	contrib/command-not-found/CommandNotFound.conf

commit 9a85bf074a0024cf4639afc300cff1759d3009b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: fix make check po

M	po/POTFILES.in
A	po/POTFILES.skip

commit f05c3e47c7beff6c11aba18bfc7dc34cefa56ee9
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial whitespace fixes

M	client/pk-tools-common.c

commit 1c2867a91a2b3d9019d2e25a9db11b9992ab9478
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    feature: use a config file to control the actions we take on
    command-not-found

A	contrib/command-not-found/CommandNotFound.conf
M	contrib/command-not-found/Makefile.am
A	contrib/command-not-found/egg-string.c
A	contrib/command-not-found/egg-string.h
M	contrib/command-not-found/pk-command-not-found.c
A	contrib/command-not-found/pk-tools-common.c
A	contrib/command-not-found/pk-tools-common.h

commit 5e9ac9604708cb6fe19784bac24324fd2fd3ad17
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    feature: add initial code to add command-not-found functonality
    to PackageKit

M	configure.ac
M	contrib/Makefile.am
M	contrib/PackageKit.spec.in
A	contrib/command-not-found/.gitignore
A	contrib/command-not-found/Makefile.am
A	contrib/command-not-found/PackageKit.sh
A	contrib/command-not-found/egg-debug.c
A	contrib/command-not-found/egg-debug.h
A	contrib/command-not-found/pk-command-not-found.c

commit 35acc3337ac5032649932edb7cb4bcb9813970ca
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    yum: check if a package has the correct architecture, and if not
    exit with an error. Fixes rh#474740

M	backends/yum/yumBackend.py

commit 8fedc5df068b9395cc0ee7a406e7da0393c4b810
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: add another error enum for incompatible architectures

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

commit e05f7353577688f0334cbdaabeb1a05580e53d98
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-05

    trivial: fix up the library path in the error helper

M	tools/add-error-enum.sh

commit 6825ae2f69bae523f55a69f367b18f7230e0daf9
Author: Marcin Banasiak <megabajt@pld-linux.org>
Date:	2008-12-04

    poldek: implement backend_get_mime_types

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

commit 167543051fb9e3a54a2cb199cc59b62a693ddfda
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    bugfix: make a lot of new string translatable in pkcon

M	client/pk-console.c

commit 02b36f20b3b1d0fc5ba9f1016dcb1b879a6bedda
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    trivial: remove planned features section, it's obsolete

M	docs/html/pk-help.html

commit bc30cd1adfd00cad4260757291cc5ebddcabe6d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    yum: as we can't treat yum like a usual python module, hand-hold it
    by wrapping all calls in 'except Exception' and throwing an internal
    error. This sucks.

M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py

commit f82515bba8bae30174143f25c59cddf783a7a3eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-04

    trivial: add another ignore type to pylint

M	lib/python/packagekit/pylint.sh

commit ddcd689d34ac397fb8b879e890d045dd87ccc291
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    yum: make sure we call doObsoletes explicitly when we get the
    ObsoletesTuples

M	backends/yum/yumBackend.py

commit b401dff9d090d377c8bcf8b4abc4292e42f05ca4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: correct the test file loading now the packagekit glib lib
    is up one directory

M	lib/packagekit-glib/egg-test.c

commit 5c397e0e9613cd773dd88f3c3f0895cdc1e0c53c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: don't critically warn when we fail to load a file in the
    test suite

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

commit 2fd097554b7ced9b6b75469f524960991c2341d0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: cleanup a file created in the self text code

M	src/Makefile.am

commit 02087f487162f0b69a69914b214a5f644e03f4db
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    yum: don't error out with an internal error if the non-installed
    dep check fails. fixes rh#474138

M	backends/yum/yumBackend.py

commit 7f394e25069abc3c69ed3e3e2b013cbd6041d324
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: set LANG and NETWORK in the test suite for PkSpawn

M	src/pk-spawn.c

commit af38c093efd33e7ac0893fb8da7cb5bcab9715be
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    trivial: egg updates

M	lib/packagekit-glib/egg-string.c
M	lib/packagekit-glib/egg-test.c

commit 3018a83e2963b09133b462ea0f1d0d067b02a463
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-12-02

    yum: catch all exceptions from self.yumbase.doConfigSetup() as yum
    doesn't seem capable of catching it's own exceptions internally. Fixes
    fd#18834

M	backends/yum/yumBackend.py

commit 4e040f8676f8bc1f6d865a7dbda52346d5d28c30
Author: Daniel Nylander <po@danielnylander.se>
Date:	2008-12-01

    Updated Swedish translation

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

M	po/sv.po

commit b66f7349c44314cb358c4a9d93638872f9f543bc
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: remove some debugging in the gtk-module

M	contrib/gtk-module/pk-gtk-module.c

commit e481e17c55b66f83fc9d305bd000b9f7d29ff509
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: fix up the Fedora spec file

M	contrib/PackageKit.spec.in

commit 6d98752fc911d56aa9a9f6286ad752ea8a002636
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: one more point to the gtk-module README

M	contrib/gtk-module/README

commit 750f1d077a958ad758fd692f889f407b3a58bc2c
Merge: 44208ef 0835f7a
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

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

commit 0835f7a8425245cab3d61d973a956a31caf6805c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	2008-11-28

    gtk-module: Fix typos and improve README

M	contrib/gtk-module/README

commit 66710a9c110e25b803d33c55f7ee92d0d1af09a4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	2008-11-27

    gtk-module: Clean up

M	contrib/gtk-module/pk-gtk-module.c

commit 44208ef73c94f5ef6f5017a79ae6312c1a6d7db3
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: pk-gtk-module has to be libpk-gtk-module for
    gnome-settings-daemon

M	contrib/gtk-module/Makefile.am

commit a65f691880d7a12dec3cdd79a2062057e7fb5170
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2008-11-28

    pk-generate-package-list is not used anymore

M	man/pkgenpack.xml

commit 5879711c39d901e609caf510b5c08ca80308efc8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    yum: don't wait more than 15 seconds waiting for a socket to avoid
    hanging the daemon when the repo is down. Fixes rh#473379

M	backends/yum/yumBackend.py

commit 4d5fcb8f7c3160c017f810a88dde95a585c5e2f4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-28

    trivial: fix exception in new backend code

M	lib/python/packagekit/backend.py

commit ae351b0b8d757c5595e7aa609363a88a9dc50ace
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: try harder to work from a cache when offline

M	backends/yum/yumBackend.py

commit 6451de03696b9f2922050b86d6965f25580b6f55
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: remove two developer debugging statements left in by accident

M	backends/yum/yumBackend.py

commit 42ba539e859271074627988283b3fc82c35f19a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: remove extra debugging

M	contrib/gtk-module/pk-gtk-module.c

commit 6074d5df2ba97d02f26e2521134e369aec193259
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: use the window XID in the gtk-module

M	contrib/gtk-module/pk-gtk-module.c

commit bbb4a7789313cffa8911be486ed84f896c752cc5
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: use the NETWORK environment variable to change the way we access
    the repos

M	backends/yum/yumBackend.py

commit 94cbf6299b1a84a51322cdfaf6016f9e81b517ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    feature: get the lang and network state in the generic spawned backend

M	lib/python/packagekit/backend.py

commit 33bff8aee2d8ae8a1b38fdf04b773d90d154adf7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: add a few more entries into the comps groups mapping

M	backends/yum/yumComps.py

commit d416e2d94e54c1f6a4f6d60004e4571c6d7cd293
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    feature: set the environment variable NETWORK for the spawned backends

M	src/pk-backend-spawn.c

commit 5e4079c78cdb5a71437fe787efabbce1a96f9bd4
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: add some more gtk-modules to the tarball and update fedora
    spec file

M	contrib/PackageKit.spec.in
M	contrib/gstreamer-plugin/Makefile.am
M	contrib/gtk-module/Makefile.am
M	contrib/gtk-module/README

commit 33bce2462248ea549e1a3a59c484d51de9daa5cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: remove the unused schema file, this belongs in
    gnome-packagekit

D	contrib/gtk-module/PackageKitGtkModule.schemas.in

commit 5fffe3ec758748cd5bcc79236d9dfe91021972aa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    yum: catch yum.Errors.RepoError when we get the yum comps
    groups. Fixes fd#18722

M	backends/yum/yumComps.py

commit cab2fe0d20756cadbdd60f7e283bb18fb59b8e37
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-27

    trivial: rename pango-module to gtk-module on request of behdad

M	configure.ac
M	contrib/Makefile.am
R100	contrib/pango-module/.gitignore contrib/gtk-module/.gitignore
R100	contrib/pango-module/GLASS.txt	contrib/gtk-module/GLASS.txt
A	contrib/gtk-module/Makefile.am
R091	contrib/pango-module/PackageKitPangoModule.schemas.in
contrib/gtk-module/PackageKitGtkModule.schemas.in
R100	contrib/pango-module/README	contrib/gtk-module/README
R099	contrib/pango-module/pk-pango-module.c
contrib/gtk-module/pk-gtk-module.c
D	contrib/pango-module/Makefile.am

commit e3c348903044514671a63016be2cc4e2182ab4b7
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-26

    feature: add a Pango module that can be used to automatically install
    missing fonts

M	configure.ac
M	contrib/Makefile.am
A	contrib/pango-module/.gitignore
A	contrib/pango-module/GLASS.txt
A	contrib/pango-module/Makefile.am
A	contrib/pango-module/PackageKitPangoModule.schemas.in
A	contrib/pango-module/README
A	contrib/pango-module/pk-pango-module.c

commit 0bc5b22217cad99199d015eb286f8791fd839bba
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-26

    bugfix: don't emit a critical warning if
    g_desktop_app_info_new_from_filename() returns an error

M	src/pk-post-trans.c

commit 15f831542005113d5daed328c41eab2d47615cfa
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-26

    trivial: update RELEASE files with new cgi URLs

M	RELEASE

commit 4020a1928beccb299d2fa685100746c7a0312b8c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    bugfix: fix a small memory leak in pk_backend_package()

M	src/pk-backend.c

commit 2f8ac47697b45269ddd3fdfe0b2eb638c8b856c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    bugfix: fix a small memory leak in pk_transaction_action_is_allowed()

M	src/pk-transaction.c

commit eb2cd7993f7c2f810f91d068050376c1294a9f6b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: free a tiny memory leak in the transaction code

M	src/pk-transaction.c

commit 39c3022f1abb2d34b8bda95f082bf0266f470655
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: do the check for the context NULL in one place only

M	src/pk-transaction.c

commit c99a4f63c9e6e124631f96a0166016e2a3266ed0
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: remove a self check that's no longer valid

M	src/pk-engine.c

commit 1a60e235c98b7e66058a5ad6c30d3b0854ab2924
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-25

    trivial: update spec file to match new fedora standards

M	contrib/PackageKit.spec.in

commit 1ff4f8247f3199893c54293d80f6dadc7e13d734
Merge: aef68bf dbd6116
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-11-24

    Merge branch 'master' into aptcc

commit dbd6116a63a40f914ca2f67a075802b6773132de
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2008-11-24

    Updated Polish translation

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

M	po/pl.po

commit 5c2b1ecfc4d06b6358ad888d60bdc13d5d57fe70
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-11-24

    ifdef the Polkit relevant parts for make distcheck

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

commit dc67c467f55dc72e982068893215f554c794af78
Author: Richard Hughes <hughsie@localhost.localdomain>
Date:	2008-11-24

    trivial: fix qt make check

M	lib/packagekit-qt/src/Makefile.am

commit 7476c5d66ee25a5e93392e07e9757102a50c081a
Author: Adrien BUSTANY <madcat@mymadcat.com>
Date:	2008-11-24

    Fix make check for QPackageKit with the threaded Polkit client

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

commit 58e55370597e271c4b49208ffe74467536a8e47a
Author: Thomas Goettlicher <tgoettlicher@suse.de>
Date:	2008-11-24

    fixed freezed ui while waiting for blocking polkit_auth_obtain() call

M	lib/packagekit-qt/src/CMakeLists.txt
M	lib/packagekit-qt/src/polkitclient.cpp
M	lib/packagekit-qt/src/polkitclient.h
A	lib/packagekit-qt/src/polkitthread.cpp
A	lib/packagekit-qt/src/polkitthread.h

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

    bugfix: Check the sender for SetLocale and the UID for Cancel

    For a long time other users were able to cancel each others jobs.
    On a multiuser workstation this is not a good idea and is now
    controlled using PolicyKit.

    Another issue was that a different connection could set the locale
    from the connection that asked for the TID. We should always verify
    that the sender is the same, as this prevents a local DOS on a
    multiuser system.

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-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 8450b37d72e0f88930e62a9a47dc7f1d6b602fcf
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: the role list is no longer a bitfield

M	src/pk-security.h

commit 726653b71ccca69ecfd90560579b0e0efb476a20
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: provide a mapping from the Cancel enum andthe new policy
    action

M	src/pk-security-polkit.c

commit 5a81daaa00cb8409eed485976f298dfb30c2ae89
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    feature: add a PolicyKit rule so other users can cancel tasks from
    other users

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

commit 9eeda48cc8ac73fa9b208482cc7cab5edd6c406b
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: some distros strip out some client tools, make the check
    less strict

M	lib/packagekit-glib/pk-desktop.c

commit 6ee31d34def24740736621d23f395125e2d7ddd2
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: Cancel() will soo be able to refuse an action, retry if
    the error is polkit auth

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

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

    trivial: set allow_cancel correctly for RefreshCache inthe dummy
    backend

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

commit 5b5bbf9898cb03a7c49f4ec7bf37878f78dd592c
Author: Richard Hughes <richard@hughsie.com>
Date:	2008-11-24

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit aef68bf852229fcba9c3ec1d2f2c4c34094cf598
Merge: d3bbed6 65b8a05
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-11-23

    Merge branch 'master' into aptcc

commit d3bbed65009cf1ef9e90072d5ab6ac60e66913ca
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2008-11-22

    Changes made to aptcc compile

M	backends/Makefile.am
M	configure.ac

commit cdfb790c20b2838d6f436dc163ec8081a8299cf9
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2008-11-18

    feature: added arch linux recognition code to pk_get_distro_id

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