commit d3230babbc33e2840b3aa61a8719fcb2415fbdb0
Author: Richard Hughes <richard@hughsie.com>
Date:   2012-01-17

    Release version 0.7.2

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html
M	po/LINGUAS
M	po/as.po
M	po/bg.po
M	po/bn_IN.po
M	po/ca.po
M	po/da.po
M	po/de.po
M	po/el.po
M	po/en_GB.po
C081	po/tr.po	po/eo.po
M	po/es.po
M	po/eu.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/it_IT.po
M	po/ja.po
M	po/kn.po
M	po/ko.po
M	po/lt.po
C066	po/it_IT.po	po/lv.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/sl.po
M	po/sr.po
M	po/sr@latin.po
M	po/ta.po
M	po/te.po
M	po/th.po
M	po/tr.po
M	po/uk.po
M	po/zh_CN.po

commit bcd7e485625b3ac415835d5b2b2542fed54aa39e
Author: Richard Hughes <richard@hughsie.com>
Date:	2012-01-17

    Allow PK to build without an installed PackageKitGlib-1.0

    Many thanks to Christophe Fergeau for telling me how to fix it.

M	src/Makefile.am

commit 0d771b6666b88e0ab17644f65b12a9c4c47c0a81
Author: Richard Hughes <richard@hughsie.com>
Date:	2012-01-17

    trivial: fix up a couple of GIR annotations

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

commit ea5975505610ef3f72a7a0b7ecfb3f37995fc5f0
Author: Richard Hughes <richard@hughsie.com>
Date:	2012-01-17

    trivial: remove the now useless PkProc self test code

M	src/plugins/pk-self-test.c

commit ee55366801e67af3f0624113a2eda7b3429b7b3e
Author: Ryan Lortie <desrt@desrt.ca>
Date:	2012-01-11

    Fix builddir != srcdir issue

    Because pk-version.h ends up in the build directory, we need to ensure
    that we look there when searching for includes.

    https://bugs.freedesktop.org/show_bug.cgi?id=44678

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

M	client/Makefile.am
M	contrib/command-not-found/Makefile.am
M	contrib/debuginfo-install/Makefile.am
M	contrib/gstreamer-plugin/Makefile.am
M	src/Makefile.am

commit 2b5e83755bf6a11da53361f9ec042aba13c7adf4
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2012-01-10

    Make PkProc part of the daemon (again)

    This will solve a very weird issue if a plugin tries
    to create a PkProc instance.
    (All "cannot register existing type `PkProc'" errors,
    which occur on some platforms should be gone)
    The unit is moved to src/ now.

M	src/Makefile.am
R100	src/plugins/pk-proc.c	src/pk-proc.c
R100	src/plugins/pk-proc.h	src/pk-proc.h
M	src/plugins/Makefile.am
M	src/plugins/pk-self-test.c

commit d99c430775a6de3e7e98819f5b5c0c6017d6edde
Author: Nils Philippsen <nils@redhat.com>
Date:	2012-01-09

    yum: don't request authorization for trusted packages (#771746)

    Misunderstood PackageKitYumBackend._is_package_repo_signed()
    semantics,
    revert to the implementation from before I fixed it till it broke.

M	backends/yum/yumBackend.py

commit 72b44f31988d8d604e66a13903acb641ed791819
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2012-01-05

    trivial: Fix bug#44460 introduced by last commit

    Forgot to remove the SIGNAL_NONE everywhere.

M	src/pk-transaction.c

commit 15219301d0b19120f8955c8fcf9b4e184b19d948
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2012-01-04

    trivial: Add pk-enum.c to POTFILES.in

M	po/POTFILES.in

commit f4881d24ec9ef10b9ba58b7f9da09fb5fcaa9534
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2012-01-04

    plugins: Possibility to select connected backend functions

    Via set_signals, backends can now select which signals
    of the backend should stay connected to the transaction.

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

commit d7d9fccdf7a9660fe2b83105014a622d1ccdcdfd
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-12-22

    plugins: Add possibility to connect/disconnect backend signals

    Plugins are now able to connect/disconnect backend signals to the
    transaction. This allows processing some events inside of the
    plugin, without forwarding them to the transaction. (and to the
    outside world listening on D-Bus)

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

commit 22660ee3bc156fe534d1fa7f58cd9eb20e905d5d
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-28

    trivial: fix make check

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

commit b64943158a145c2c9c033402efa74df72b1f4a84
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-28

    dummy: Add dummy RepairSystem methods

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

commit 12ebfbe277df464095cf5f49e78ab029752ac8f9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-23

    Fix typo in the repair system policy

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

commit 126580c4e6290408f41fd1a7ceae8c8975568258
Merge: 8be8994 4fc2203
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-23

    Merge branch 'master' into repair-system

    Conflicts:
	lib/packagekit-glib2/pk-client.c

commit 4fc220318bc44fbb1b9057c0bd3d733d3478bbc9
Merge: 76a93cb 94fa1e6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-20

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

commit 94fa1e606918557d1776921171d8f1dcc8214b83
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-15

    trivial: add a tiny theoretical memory leak in PkDesktop

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

commit e6958a63def26e36391e03e0151e0deb7167ef79
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-15

    trivial: fix two small memory leaks introduced in commit
    630b1fb333b2cc283025919f2a11eb6076d29f23

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

commit 73bb9e4d3320b491fa0b671653f307f018118391
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-15

    trivial: fix up a tiny warning from valrind under make check

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

commit 8be89945d94c787838db4a5cf2fb83d4e37ab213
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-15

    Add a new repair-system policy and use it by the corresponding
    RepairSystem method

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

commit 630b1fb333b2cc283025919f2a11eb6076d29f23
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-22

    Convert libpackagekit-glib2 from dbus-glib to GDBus

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	configure.ac
M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/packagekit-glib2.pc.in
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-self-test.c

commit 3497ad5eb9dac61464f3b66c3082b41fd9bb190b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-14

    Revert "Make PkProc part of the daemon"

    This reverts commit 68eb607e8e236128527b038ca73233d849c0b262.

    People are getting weird compile failures, e.g.

    "No rule to make target `pk-proc.c', needed by
    `packagekitd-pk-proc.o'"

    So we'll have to fix this another way.

M	src/Makefile.am
M	src/plugins/Makefile.am

commit 25ff3a362e6b7ea4dd17304a51f09c19182d11cb
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-14

    Add PropertiesChanged signals to the main and transaction interfaces

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

commit f8ba469a9d992269ca655dc2c21b995cd877fe15
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-14

    Fix RequireRestart after the daemons conversion to GDBus

M	src/pk-transaction.c

commit 108b81849077abdd6c0b3ee9a420b1aebf29d4ee
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-12-14

    Fix a critical warning in the client tools when a simulation is
    cancelled

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

commit 76a93cb3847ca86e2ef5c852b4b8da3e7069cc55
Merge: 9f14098 f535581
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-13

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

commit f535581ed80e92f814f8fb70667042a92185ecae
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-12-12

    aptcc: Fix crash on get-categories, backend does not support that

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

commit c3892e1ada284bfb5bbeb40123d37dbd06a8fc88
Author: Michael Vogt <mvo@ubuntu.com>
Date:	2011-12-12

    move
    pk_status_enum_to_localised_text,pk_info_enum_to_localised_past,pk_info_enum_to_localised_present,pk_role_enum_to_localised_present
    to pk-enum.h and export via GIR

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

commit 9f14098bb98996f1c31fd442dc4fd307c44002e6
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-10

    apt: Don't open the cache on backend initialization to speed up
    processing

M	backends/apt/aptBackend.py
M	backends/apt/tests/test_filters.py
M	backends/apt/tests/test_modifiers.py
M	backends/apt/tests/test_queries.py
M	backends/apt/tests/test_updates.py

commit 3ec85a96377b1dad90035d0acf98bcd4b5342c78
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-09

    html: Update the matrix to include the new (Simulate)RepairSystem
    roles

M	docs/html/pk-matrix.html

commit a59fbfab40a44c8c246bb2802d36dd3b779001ce
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-09

    apt: Add support for repair-system and simulate-repair-system
    including
    correpsonding test cases

M	backends/apt/aptBackend.py
M	backends/apt/pk-backend-apt.c
M	backends/apt/tests/test_modifiers.py

commit af5596aec207414915f3780ba535f5c7f8e2c827
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-09

    Add new roles SimulateRepairSystem and RepairSystem

    This allows to recover from a broken package management system,
    e.g. if a package with unsatisfied dependencies has been forced to
    install using a low level tool like rpm or dpkg or if the system
    was shut down during an installation.

M	backends/box/pk-backend-box.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	client/pk-console.c
M	contrib/pk-completion.bash
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h
M	lib/python/packagekit/backend.py
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c

commit d157648c084dbc7883411b63ad915b03ef025619
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-06

    apt: Add tests if security updates and backports are detected
    correctly

A	backends/apt/tests/repo/backports/Packages
A	backends/apt/tests/repo/backports/Packages.gpg
A	backends/apt/tests/repo/backports/Release
A	backends/apt/tests/repo/backports/Release.gpg
A	backends/apt/tests/repo/security/Packages
A	backends/apt/tests/repo/security/Packages.gpg
A	backends/apt/tests/repo/security/Release
A	backends/apt/tests/repo/security/Release.gpg
M	backends/apt/tests/test_queries.py
C059	backends/apt/tests/test_queries.py
backends/apt/tests/test_updates.py

commit a7085aa011ce07641c39cfe514f44ffed0c2acc3
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-12-03

    remove deprecated g_thread_init() on GLib < 2.31

M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/pk-debuginfo-install.c

commit f91201a2a85c01637bc62983d3726f6a758920a2
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-12-01

    fix API breakages

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

commit 3a8be27869053577d9bc58e1e77d01b61ea4e17c
Merge: 3a17e4a 4c7cb9d
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-12-01

    Merge commit 'refs/merge-requests/8' of
    git://gitorious.org/packagekit/packagekit into merge-requests/8

commit 3a17e4a93818b9aa499e4215d243adc8a19f8260
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-11-29

    trivial: disable the PK plugin until the npapi package is sorted out

M	contrib/PackageKit.spec.in

commit 24c4a29fd4602b7aefe9ac7b22bec2e39792b472
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-11-29

    trivial: fix up the Fedora spec file now -qt is gone

M	contrib/PackageKit.spec.in

commit d8277f0f08118e55ce6089fedd9aaa6c69d9587e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-12-01

    apt(cc): Use gdbus in the post-update hook call to StateHasChanged.
    Furthermore add a timeout to avoid blocking apt-get update on DBus
    issues.

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

commit 8685206ddc19d60aa3c67f4baba57c4cd2d01f32
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    apt: Add support for piping the debconf communication to the client

M	backends/apt/aptBackend.py

commit a1ef0897ef66e85029d153274278aa80e4053ac3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    Set the frontend socket as environment variable in the spawned backend

M	src/pk-backend-spawn.c

commit f6ee4ad4b44a4ff302197ffb96ceb3ecec9cf989
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    apt: Improve forked child setup.

    Unset the translations for the statusfd to map the messages to enums.
    Unset the exceptionhook to avoid catches by apport.
    Add an interrupt handler to avoid running atexit methods.

M	backends/apt/aptBackend.py

commit 609e84cda6d91ae91bf9f27f0a8027be99ea36de
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    apt: Fix filter tests since we have a new package in the test repo

M	backends/apt/tests/test_filters.py

commit 133b182fb318cec96d0c1f3c831b13e2f72fbff9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    apt: Do not try to install not available files (TODO.apt)

M	backends/apt/Makefile.am

commit 637091ef1ce3fd107cdcf8f30ab823086d119a73
Merge: 155c874 9a082da
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

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

commit 155c8748e90e7e22a6346f19efc50da27af46470
Merge: 7ac4336 b1df2ff
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    Merge branch 'apt-is-back'

commit b1df2ff706914e5d6b40d0af08910edfdff01e15
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-30

    apt: Improve detection and killing of hanging maintainer scripts

    Add corresponding unit tests and remove bash-ism from the postinst
    script to make it work with dash as shell

M	backends/apt/aptBackend.py
M	backends/apt/tests/repo/Packages
M	backends/apt/tests/repo/silly-postinst-input_0.1-0_all.deb
M	backends/apt/tests/test_modifiers.py

commit ff8816a0085d8ddf3e6e6c187079a4652cfb79e9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Trivial remove a debug statement from the dpkg wrapper

M	backends/apt/tests/dpkg-wrapper.sh

commit e9668afae1c1646690e6e00134104b6296b7cf5c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Use the apt.progress.base.InstallProgress abilities to handle
    dpkg
    progress

M	backends/apt/aptBackend.py

commit 7ac43367c542e61e688dd543abcfe6525d13a3cc
Merge: 68eb607 0180f1c
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    Merge branch 'apt-is-back'

commit 9a082da3f9aa721dad8b4ab1a31188ec158156b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-11-29

    zif: Use the new transaction_reset hook to clear the backend state

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

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

    Add a transaction_reset backend hook

    This is so backends can reset any per-backend state before being
    reused by plugins.

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

commit 0180f1ccfe01fc6c00ef5df9942e12effd9e4c67
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: remove oboslete files

D	backends/apt/TODO.apt
D	backends/apt/tests.py

commit ae79c81dad4186055b3fe0a5151cd214ca6599a3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Trivial documentation updates

M	backends/apt/README.apt

commit aba98cd3a4a2f465fb0d881a99b9422749292bb7
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Fix media change failure and a test case

M	backends/apt/aptBackend.py
M	backends/apt/tests/test_modifiers.py

commit 24468ce1c5657a71fd317718ee831e189ceb1d32
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: documentation updates

D	backends/apt/HACKING.apt

commit ac3f7c049ce1fee78bd98a5336cfd8f269b7fec9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Don't use optparse to safe some startup time. Instead use a
    separate profiler script.

M	backends/apt/aptBackend.py
M	backends/apt/profiler.py

commit 00cf617cdeb1597c747256716f8a56e7e3618d84
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Add a test suite covering already most of the methods

M	backends/apt/test.sh
A	backends/apt/tests/__init__.py
A	backends/apt/tests/aptBackend.py
R100	backends/apt/test/core.py	backends/apt/tests/core.py
A	backends/apt/tests/dpkg-wrapper.sh
A	backends/apt/tests/packagekit
A	backends/apt/tests/repo/Packages
A	backends/apt/tests/repo/Release
A	backends/apt/tests/repo/Release.gpg
A	backends/apt/tests/repo/glatzor.gpg
A	backends/apt/tests/repo/gstreamer0.10-silly_0.1-0_all.deb
A	backends/apt/tests/repo/silly-base_0.1-0_all.deb
A	backends/apt/tests/repo/silly-base_0.1-0update1_all.deb
A	backends/apt/tests/repo/silly-broken_0.1-0_all.deb
A	backends/apt/tests/repo/silly-config_0.1-0_all.deb
A
backends/apt/tests/repo/silly-depend-base-lintian-broken_0.1-0_all.deb
A	backends/apt/tests/repo/silly-depend-base_0.1-0_all.deb
A	backends/apt/tests/repo/silly-essential_0.1-0_all.deb
A	backends/apt/tests/repo/silly-fail_0.1-0_all.deb
A	backends/apt/tests/repo/silly-important_0.1-0_all.deb
A	backends/apt/tests/repo/silly-postinst-input_0.1-0_all.deb
A	backends/apt/tests/test_filters.py
A	backends/apt/tests/test_modifiers.py
A	backends/apt/tests/test_queries.py

commit 976eadcb5257e649693100e477fdb00bb9da9cf7
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: use the dpkg bin and options from the apt configuration

M	backends/apt/aptBackend.py

commit ff07cd628abb64932ad778d186d38ade9b11884f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Trivial fix a typo in a method call (remov[e]able)

M	backends/apt/aptBackend.py

commit 86379dfbe5cf0ad337054d4ee073c8d856e5691d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Raise exceptions in the backend code instead of calling
    PackageKitBaseBackend.error directly

M	backends/apt/aptBackend.py

commit 7bdbbba5081adb8584c51b15c18ae2034903e37d
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Use the ROOT env to set the backend to the chroot and the correct
    path to the test repo

A	backends/apt/test/core.py

commit 3bc6a7125b3c742dd1c8c6536b3a455c47256012
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-29

    apt: Trivial fixes (typo in module name, better chroot support, better
    error reporting in the case of failed package managers)

M	backends/apt/aptBackend.py

commit 68eb607e8e236128527b038ca73233d849c0b262
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-28

    Make PkProc part of the daemon

    This will solve a very weird issue if a plugin tries
    to create a PkProc instance.
    (All "cannot register existing type `PkProc'" errors,
    which occur on some platforms should be gone then)

M	src/Makefile.am
M	src/plugins/Makefile.am

commit 559a3eee67fd5360b8d3f122909d1cc939cf9ded
Author: Christian Persch <chpe@gnome.org>
Date:	2011-11-28

    glib: catalog: Skip empty entries

    When parsing the catalog file we use g_key_file_get_string() instead
    of g_key_file_get_string_list(), and then split the string into parts.
    For string lists, the last character is a ';' so if the user doesn't
    know this, we add an empty string to the array, leading to errors
    further on. Therefore, skip empty strings.

    https://bugs.freedesktop.org/show_bug.cgi?id=43305

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

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

commit f77063f8706d1f2bc31c80c5f6b45e9becead005
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-28

    apt: Respect the ROOT environement variable

M	backends/apt/aptBackend.py

commit 2054d0f1ea739a4f26e8eaf1a053fe92b4713c13
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-28

    apt: Fix a wrong  str/unicode replacement by the Py3 preparation

M	backends/apt/aptBackend.py

commit dbabf61cd50d579ea4d78da7c39745db461b9671
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-28

    apt: Fix repo details signals

M	backends/apt/aptBackend.py

commit dd2dbcf59bcd90d553b8442a29b7240fe76f4d9e
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-28

    apt: Disable apt-listbugs frontend

M	backends/apt/aptBackend.py

commit 4ac8cd454b3567aa9164247751f21bcd4b2fd2e9
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-28

    apt: Adapt progress reporting to the latest PackageKit and python-apt
    API

M	backends/apt/aptBackend.py

commit f174abd882ff7dd18b1d677b2e0560135ffbd36a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-28

    Fix item-percentage call in the spawned backend.

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

commit c03b9cbad93ec7db1ba51eb580c56ac1657cff20
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    apt: improve progress range handling

M	backends/apt/aptBackend.py

commit a0c8980aedca394a54d0b88ac52c33a865f972c6
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-27

    trivial: Update Listaller link

M	docs/html/pk-screenshots.html

commit 4957d3b611db6fb04890e124c6b029afabbad64f
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    apt: More python3 related clean ups

M	backends/apt/aptBackend.py

commit 318b18e674e47a0419572876aab490cf4c7ce74b
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    apt: Too many API and style fixes to count

M	backends/apt/aptBackend.py

commit 836178214b5372576f538e1b17a5af3ab9d388a2
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    apt: Start with updating the backend on several places

M	backends/apt/aptBackend.py

commit 1ef05f36bbb5ca1ff14a46274ed5d1c5d14ba3b1
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    apt: remove encoding mangling - should be handled by
    packagekit.backend
    already

M	backends/apt/aptBackend.py

commit e9901f6770d2cd2f4491860210368938e4f18ec5
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    apt: Port to latest PackageKit API

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

commit a31022c729dbcbfc7cd94230666404aaa81401bd
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2011-11-27

    Revert "apt: Remove the python apt backend, and leave the aptcc
    backend"

    This reverts commit 0c811a55414684f3f2dd5e3f2a1672c2fcce3a98.

    Conflicts:

	configure.ac

M	backends/Makefile.am
A	backends/apt/20packagekit
A	backends/apt/HACKING.apt
A	backends/apt/Makefile.am
A	backends/apt/README.apt
A	backends/apt/TODO.apt
A	backends/apt/aptBackend.py
A	backends/apt/data/Packages
A	backends/apt/data/status
A	backends/apt/data/xterm.list
A	backends/apt/hotshot-analyze.py
A	backends/apt/packagekit
A	backends/apt/pk-backend-apt.c
A	backends/apt/profiler.py
A	backends/apt/test.sh
A	backends/apt/tests.py
A	backends/apt/update-packagekit-app-data
M	configure.ac

commit d635002d4347f038cf979376536bd568f08553b2
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-11-24

    yum: consistently use same logic to determine GPG checking

    Always check for existence of _override_sigchecks attribute, in
    _is_package_repo_signed() as well as in _set_only_trusted().

M	backends/yum/yumBackend.py

commit 1055c52d723346006d8bbb7e0f2b324c9de9b82f
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-11-23

    use current yum API for installing untrusted packages

    YumBase in yum >= 3.2.29 doesn't use conf objects for setting up
    installation or update of untrusted packages. Consolidate the code
    setting this up in _set_only_trusted(), and set it up the way the yum
    CLI does (since 3.2.29) or respectively did before.

M	backends/yum/yumBackend.py

commit 1e89bdb99983f96182e7983f6de07e99db35b4ce
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-11-22

    automatically rebuild moc files with different moc version

M	Makefile.am
M	moc.mk

commit 57a5fe1147ba269e42b0f52366b5440355e7e82a
Author: Kevin Kofler <kevin.kofler@chello.at>
Date:	2011-11-18

    Allow the Plasma version to be specified for
    PK_PROVIDES_ENUM_PLASMA_SERVICE.

    In order to support both KDE Plasma Workspaces 4 (libplasma 1)
    and the upcoming
    KDE Plasma Workspaces 5 (libplasma 2), we need to also accept query
    strings of
    the plasma5(dataengine-weather) format, not just the
    dataengine-weather format
    implicitly assumed to be plasma4.

M	backends/yum/yumBackend.py
M	backends/zif/pk-backend-zif.c
M	docs/provides-component-naming.txt

commit d16ec6c516f23f53857142a496131d6cf3c56e33
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-20

    gtk-plugin: Fix name of GTK plugin schema file

    It's "settings" not "setttings" :-)

M	contrib/gtk-module/Makefile.am
R100
contrib/gtk-module/org.gnome.setttings-daemon.gtk-modules-packagekit.gschema.xml
contrib/gtk-module/org.gnome.settings-daemon.gtk-modules-packagekit.gschema.xml

commit 382693df684ebe92ce15a032d685ff8819869c33
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-18

    browser-plugin: Make it compile with newest xulrunner

    Attention! This will make builds with older xulrunner
    versions impossible. I will implement a workaround for
    this later, if it is less invasive or if someone needs it.
    But all distributions shipping PK 0.7.x should also ship
    a new Firefox/Xulrunner version, as the old ones are unsupported.

M	configure.ac
M	contrib/browser-plugin/pk-main.c

commit b6503838f820fe22b148d33a332723a62ad171c1
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-17

    trivial: Update Listaller logo & description

M	docs/html/img/users-listaller.png
M	docs/html/pk-users.html

commit 3a66955f225a3cd68fb520ec62a19873543b1441
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-17

    aptcc: Only return GetDistroUpgrades and installFiles if the helpers
    are available

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

commit aad3517b5c35004117623e9a4d22be9a439464fe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-17

    aptcc: Properly read GDebi install/remove line

M	backends/aptcc/apt.cpp

commit 8ae34a3c3797042420d795307e54a8a0e5a7f4ff
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-17

    Use gdebi to resolve local file installation, Fix conffile handlying
    by interpreting the exit status properly

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

commit 706964f302da88bfd90f8c6cbd3090069b2d6b83
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-11-14

    Retrieve url for packages instead of returning "TODO".

    Not sure why this was left as "TODO".

    In any case, this code needs to be written correctly, using
    zypp::Package instead of the low-level zypp::sat::Solvable
    and then use pkg.url() instead of
    solvable.lookupStringAttribute(SolvAttr::url)
    [A

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

commit 19a122451148056e924ac929c3a7b22e3c45d9f6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-14

    aptcc: Add native filter so we do not show i386 packages if we are
    on amd64 for example

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

commit 6487928f39bbbc5df29b42c9462985a7be78b6a3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-14

    aptcc: Add Multi-Arch support

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

commit 78b3e9f2091ef6342911ca1c5225cc3d2897e3c7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-12

    aptcc: forgot to add DebFile class

A	backends/aptcc/deb-file.cpp
A	backends/aptcc/deb-file.h

commit b176f00589d3d86b05bfbefd71e65ce5796452e2
Merge: 10580a0 11d68df
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-12

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

commit 10580a087598b27f8b72abcc0f42d5f1790a140c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-12

    aptcc: Initial commit to support InstallPackageFiles

M	backends/aptcc/Makefile.am
M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp
M	configure.ac

commit 11d68df4533df3b4469768169ef96d5e3cca4146
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-10

    trivial: Fix typo (dependant -> dependent)

M	backends/entropy/entropyBackend.py
M	contrib/debuginfo-install/pk-debuginfo-install.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-task-sync.c

commit e02a4083a9c242ccf891a81b307c140baa0ac033
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-11-10

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 4dfdfa4800fddb5f6eccd47852922f0ff10f41c9
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-11-10

    Release version 0.7.1

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	po/ar.po
M	po/bg_BG.po
M	po/ca@valencia.po
M	po/fa_IR.po
M	po/id.po
M	po/kk.po
M	po/ru.po
M	po/sk.po
M	po/sv.po
M	po/wa.po

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

    zif: Don't call zif_init() in newer versions of the library

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

commit 546d0f4093466f0f58361e048029b0554dc54675
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-09

    Check if a transaction should be skipped after it has started too.

    This allows plugins to skip a transaction *after* the
    backend has been initialized and the transaction is about
    to begin.
    This is very useful in some cases.

M	src/pk-transaction.c

commit 2950196e835cdca98ccf7bb52cc9481b29f5c870
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-09

    packagekit-qt: Drop packagekit-qt1 which is obsolete in favor of
    packagekit-qt2

M	configure.ac
M	lib/Makefile.am
D	lib/packagekit-qt/Doxyfile
D	lib/packagekit-qt/Makefile.am
D	lib/packagekit-qt/modules/FindQPackageKit.cmake
D	lib/packagekit-qt/modules/Makefile.am
D	lib/packagekit-qt/packagekit-qt.pc.in
D	lib/packagekit-qt/src/Makefile.am
D	lib/packagekit-qt/src/QPackageKit
D	lib/packagekit-qt/src/bitfield.cpp
D	lib/packagekit-qt/src/bitfield.h
D	lib/packagekit-qt/src/client.cpp
D	lib/packagekit-qt/src/client.h
D	lib/packagekit-qt/src/clientprivate.cpp
D	lib/packagekit-qt/src/clientprivate.h
D	lib/packagekit-qt/src/common.h
D	lib/packagekit-qt/src/enum.cpp
D	lib/packagekit-qt/src/enum.h
D	lib/packagekit-qt/src/package.cpp
D	lib/packagekit-qt/src/package.h
D	lib/packagekit-qt/src/transaction.cpp
D	lib/packagekit-qt/src/transaction.h
D	lib/packagekit-qt/src/transactionprivate.cpp
D	lib/packagekit-qt/src/transactionprivate.h
D	lib/packagekit-qt/src/util.cpp
D	lib/packagekit-qt/src/util.h
D	lib/packagekit-qt/test/Makefile.am
D	lib/packagekit-qt/test/daemontest.cpp
D	lib/packagekit-qt/test/daemontest.h
D	lib/packagekit-qt/test/main.cpp
D	lib/packagekit-qt/test/transactiontest.cpp
D	lib/packagekit-qt/test/transactiontest.h

commit 8312e6dd069c55e3414b0a2bce3287b5456c045f
Merge: 3475699 02d3d92
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-09

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

commit 347569986135208a9387026731c11538ddac046d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-09

    dummy: Make sure we don't ask for eula or repo signatures while
    simulating

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

commit 02d3d92bd84d36c4d495040253f7dce3b63f890a
Author: Pavel Fric <pavelfric@seznam.cz>
Date:	2011-11-07

    Update Czech translation

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

M	po/cs.po

commit b0be2c246e258446e31bb152b050b9fef7b9f3ab
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-03

    trivial: Finish transaction without error

M	src/pk-transaction.c

commit a10690abb5a715b4194d8770f25286920f2b54ca
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-11-03

    Add possibility for backends/plugins to skip transactions

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

commit 3ba6c2874da1743f1fcfefc9670792d035d2000d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-11-01

    Fix the role of the EULA transaction

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

commit e34e7fba8a311a115cf5a8abbaa166df57a26b36
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-27

    smart: don't wrap sys.stdout with codecs.getwriter(...)

    PackageKitBaseBackend sets up wrapped sys.stdout, sys.stderr
    for us already.

M	backends/smart/smartBackend.py

commit 435cb7f443018e648d99bc61121326a2dccb4dbf
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-26

    aptcc: don't wrap sys.stdout with codecs.getwriter(...)

    PackageKitBaseBackend sets up wrapped sys.stdout, sys.stderr for us
    already.

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

commit 31b9a6942a65f8eeeb67c6ea376429e8c5eac43f
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-26

    yum: don't let yum.misc.setup_locale() override stdout codec

    Use our own stdout/stderr wrappers, as what codecs.getwriter()
    supplies
    only works for unicode, but not for already encoded data.

M	backends/yum/yumBackend.py

commit b5a5011f31d6062cd00ee6b02ddf356d691e67e6
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-26

    python: implement and use utf8 stream writer for stdout, stderr

    The C-side (glib) really wants stuff to be encoded in UTF-8.

M	lib/python/packagekit/backend.py

commit 213bc568ed4afe101ac18b4847caa1e0f25886cf
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-10-21

    entropy: update entropy library path

M	backends/entropy/entropyBackend.py

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

    zif: Always show the update metadata if available by using the
    correct repo

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

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

    zif: Ensure the downloading status is set correctly

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

commit d603b70be2aedde6593b057582aca43c6346b703
Merge: 2bdb509 58161e2
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-10-21

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

commit 2bdb50956217889d7551f931a55deddf49a6270a
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-10-21

    Make PK compile on GNU Hurd

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

commit 58161e2fe1d421cbd41de2d1c42781393065a340
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-21

    zif: Add an unhandled ZifStateAction mapping

    Also convert to a switch so the compiler warns us of this in the
    future.

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

commit 1063e6bab45b6fafe78978526196be5b9ebbc2af
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-21

    zif: Do not report packages as installable if they are already
    installed

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

commit 32d2bfcaa5c9605a890840c46237f6984277a995
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-21

    trivial: Don't test a struct member for NULL

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

commit 0220821e00334ebfc2d948c5109e221e9f5ac281
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-20

    Add command line option to keep environment

    This allows e.g. setting PYTHONPATH to use python modules not in the
    system paths. Default if run via run-pk.sh, use e.g. "env -u
    ./run-pk.sh" if you want the environment cleared.

M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-main.c
M	src/run-pk.sh

commit 985ff2789e3bc43fc5de4feef2353bfee90fc0fa
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-20

    find uninstalled PackageKitGlib-1.0.gir when building

M	src/Makefile.am

commit 548335579287495b6dee170913ed0042edf763a0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-20

    Use the new g_thread_new() for new versions of GLib

    This gives us the thread name in gdb.

M	src/pk-backend.c

commit 6b919f05b0d07d9bd2b8566263a0075e522f205c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-20

    Don't use the deprecated g_thread_supported() in the dameon code

    This is fine, as we're using GDBus in all the daemon code now.

M	src/pk-main.c
M	src/pk-self-test.c
M	src/plugins/pk-self-test.c

commit 5f6fc67a47afad99f5b25be60ed4cb0f4d668f45
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-19

    Move the gtk-module extra files to the PK tarball

    Move the GSettings schema and gnome-settings-daemon desktop file to
    PK as
    there's little point splitting them up now.

    This also makes it easier for downstream packagers to group the PK
    and GPK
    packages.

    Resolves https://bugs.freedesktop.org/show_bug.cgi?id=41966

M	configure.ac
M	contrib/PackageKit.spec.in
M	contrib/gtk-module/Makefile.am
A
contrib/gtk-module/org.gnome.setttings-daemon.gtk-modules-packagekit.gschema.xml
A	contrib/gtk-module/pk-gtk-module.desktop

commit 92f69696afe4ac0bee382d22d0c2a22e192c8809
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-10-15

    python: require at least Python 2.7 (in configure.ac)

M	configure.ac

commit 66485ff6ae6b5717ffcdfaedd437c7a629f6db79
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-10-15

    python: add initial Python3 compatibility (keeping Python2.7 support)

M	lib/python/packagekit/backend.py
M	lib/python/packagekit/misc.py

commit da86722786f63a96a04d51c8f10e49cb095cde9c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-10-15

    python: use print() as function

M	lib/python/enum-convertor.py
M	lib/python/packagekit/backend.py
M	lib/python/packagekit/filter.py

commit 9b16a7cffc77faac3f93b869aa8a1da9c945975f
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-13

    trivial: Add the new GO-I plugin files to the example Fedora spec file

M	contrib/PackageKit.spec.in

commit c35870316ef6946d6aa98c7ac507b983b58542dd
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-10-10

    plugin: Add a few GIR annotations

    This removes some introspector warnings

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

commit f8e68369d3f516e2e017188e51872a4455277487
Merge: 5d7d7bd 7112fb5
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-10-10

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

commit 5d7d7bd349adc788905bb9256dffbfeadf72cefc
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-10-10

    Finalize PackageKitPlugin GIR file

M	src/Makefile.am

commit 7112fb5cc34180ec98c6baf6381ddcd7235daffd
Author: Milan Bouchet-Valat <nalimilan@club.fr>
Date:	2011-10-10

    website: Fix broken link to gdb docs

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

M	docs/html/pk-bugs.html

commit 88de9dcae14e5ff9c7a95d4f7e50f6e0b962dcc4
Author: Milan Bouchet-Valat <nalimilan@club.fr>
Date:	2011-10-10

    website: Improve links to bug trackers

    Add a mention of the gnome-PackageKit tracker. Also add a direct
    link to file a new bug, since it's not completely obvious from
    the list of existing bugs.

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

M	docs/html/pk-bugs.html

commit 99a8169208bfaba015e1be2e479a976ad87fdba7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-09

    zif: Refresh the cache rather than just cleaning it for RefreshCache

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

commit af4395e63e0bfec6ab9bd8cd6b274341eb7a96cb
Merge: 2316fd6 c25443f
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-10-10

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

commit c25443f52a82bfa896c31b2e03aa80a08ca24c85
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-10

    yum: cope with missing YumBase.run_with_package_names

    YumBase.run_with_package_names was introduced in yum 3.2.25,
    better not
    stumble over it if we work with an old version.

M	backends/yum/yumBackend.py

commit d041bb2d725ce21099acd4175999d8eb8af6b838
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-10-09

    python: update exception code syntax, make it work with both Python2
    and Python3

M	lib/python/packagekit/backend.py

commit de285e72bc7ed2be2c17a3c42906e1a56cad8255
Author: Nils Philippsen <nils@redhat.com>
Date:	2011-10-07

    yum: add ourselves to YumBase.run_with_package_names

M	backends/yum/yumBackend.py

commit baa3788bcb60da69d97bc15087a2921235fe2fd6
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-10-07

    Fix GIR generator for PK-Plugin

M	src/Makefile.am

commit 76ed34f767bfa3aac1df08eaa700f891109a8e3a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-10-05

    entropy: add forward compatibility with upcoming API changes

M	backends/entropy/entropyBackend.py

commit 921d41521b481eb80fa9656f804306520586599d
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-10-05

    Require exactly 'y<enter>' or 'yes<enter>' before running a
    transaction

    Resolves https://bugs.freedesktop.org/show_bug.cgi?id=41444

M	lib/packagekit-glib2/pk-console-shared.c

commit a136b1ae5ad784aabec585a37c02c8243efbd1ed
Author: Matthias Klumpp <matthias@tenstral.net>
Date:	2011-09-29

    Add Introspection support for PK-Plugins

M	src/Makefile.am
M	src/pk-backend.h

commit f106ffeeec7e56b58af6b3224bb1c3e74613ffb9
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-28

    zif: Use zif_transaction_commit_full() to be able to install
    untrusted packages

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

commit 2c3982fa6c4a6efcb503e13e2fbe1f8d647f7704
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-27

    zif: When the transaction has no thing to do, use the correct PK
    error code enum

    Resolves https://bugzilla.redhat.com/show_bug.cgi?id=739985

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

commit 34c14207fd960ce7fb84cd4a3621c958b9a99ecd
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-26

    zif: Don't try to map error domains that are no longer exported

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

commit 7eda6783e330f414be34c86268e6a5f1a5d7eba2
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-26

    zif: Don't use zif_package_get_package_id()

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

commit cb2089e1d5ff3919669a7727724d5ecbc20b0b4f
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-26

    zif: include zif-private.h for very new versions of zif

    We use ZifString and zif_package_set_, so we need this include.

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

commit 007afdcca2a6a14ffe5b215391734adf319f5f50
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-25

    yum: add a trivial TODO list

A	backends/yum/TODO

commit 904fa4e4873734f1c3035d570f273776286da26c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-25

    zif: Add support for the latest status and transaction enum values

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

commit 79220bc02a864119c862706e050e0e7bebed57b3
Author: Kevin Kofler <kevin.kofler@chello.at>
Date:	2011-09-23

    trivial: zif: pass the URL before the title in link lists

    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=740414

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

commit 03ea59f3b7be8ebb4e5ef0d03fdda579eae6cbdf
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-22

    zif: Do not always ask for untrusted authentication for trusted repos

    Packages are only marked ZIF_PACKAGE_TRUST_KIND_PUBKEY after the
    transaction has
    been prepared (and the packages downloaded), and until then the
    trust is
    unknown.

    From Zif 0.2.4 (commit 48691cfee89e90b90d469d62f29ac335430970be)
    they will be
    set to either ZIF_PACKAGE_TRUST_KIND_PUBKEY_UNVERIFIED when the repo
    has public
    key support, or ZIF_PACKAGE_TRUST_KIND_NONE if the repo does not.

    This allows us to skip the transaction straight to only_trusted=FALSE
    for
    transactions involving untrusted packages after simulate which avoids
    the double
    authentication.

    After the packages are downloaded we have either
    ZIF_PACKAGE_TRUST_KIND_PUBKEY
    or ZIF_PACKAGE_TRUST_KIND_NONE and this allows us to fail the
    transaction in
    the normal way prompting a warning dialog like the the yum backend
    does.

    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=739983

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

commit 6ab9b742bc230bd3ac8a6479ea737e9557ee1843
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-22

    Offset the cache age by 30 minutes

    We have to offset the cache age by 30 minutes if possible to account
    for the possible delay in running the transaction, for example:

    * Update check set to once per 3 days
    * GUI starts checking for updates on Monday at 12:00
    * Update check completes on Monday at 12:01
    * GUI starts checking for updates on Thursday at 12:00 (exactly 3
    days later)
    * Cache is 2 days 23 hours 59 minutes old
    * Backend sees it's not 3 days old, does nothing

    Many thanks to Kevin Kofler for finding the problem.

M	src/pk-backend.c

commit 33b3406c2a34905020c077ec5a44579da3776678
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-19

    zif: Enable globbing for Resolve()

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

commit 858150969f6dc1c8db9bf89825f1d216780721f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-19

    Zif: Save the effective user ID and command line

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

commit f15e3b9bb1d7c3c8ee92ae09e3cb1d6e3752dbc2
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-19

    Add 'uid' and 'cmdline' properties to PkBackend

    This lets the backend grab the properties and save to any tracking
    audit or history database.

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

commit 490db277d2e36044377c4f151d5706686dccfc97
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-14

    Use the newest filter when resolving for new packages to install

M	client/pk-console.c

commit 469d0f3ef952f7cf8dfeb186827072518526bcba
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-14

    trivial: Switch the Fedora spec file example to use the 'auto' backend

M	contrib/PackageKit.spec.in

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

    zif: Prefer native packages when resolving user input

    Resolves https://bugzilla.redhat.com/show_bug.cgi?id=737596

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

commit 61b51c493c522ab8971fdc18a817cff4b68b8315
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-14

    zif: Use zif_store_array_resolve_full() when possible

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

commit c8ea44c20bb42c125c58b9b3aa015816b702318a
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-12

    trivial: change enum now removed

M	backends/ports/portsBackend.rb

commit d06e0a363f84f9b306ad57d7b651bd550ef57453
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-12

    update constants from python

M	backends/ports/ruby_packagekit/enums.rb

commit 428f16d717dcce01828aa96f285f53e25d10249f
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-12

    move base backend to separate file

M	backends/ports/portsBackend.rb
M	backends/ports/ruby_packagekit/Makefile.am
A	backends/ports/ruby_packagekit/backend.rb

commit fff1949eb03b743a148dfd13e342e6ae114570cc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-09

    smart: make sure that data=installed is honored

M	backends/smart/smartBackend.py

commit 0ffe8a0f1e00bc34f601037e9c20e28c20a98ea9
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-09

    trivial: typo/thinko, upgrade/update confusion

M	backends/smart/smartBackend.py

commit 2737908bd184f14bd444337ed0ef2a7280bae5fb
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-09

    trivial: update feature matrix

M	docs/html/pk-matrix.html

commit 935e512f671c0bd19f84f08f9a8edadcbd20ea97
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-08

    slapt: implement the simulate methods

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

commit 79f92190b22e3e3358fff2d933a3cf41abf98c65
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-08

    trivial: Add in the provides data for plasma components

    Thanks to Kevin Kofler for providing this.

M	docs/provides-component-naming.txt

commit b5067771536c10c3b083b86d232931f6bd6a7fd2
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-07

    smart: implement the simulate methods

M	backends/smart/pk-backend-smart.c
M	backends/smart/smartBackend.py

commit 66fd7d6ad44f0019ed281042e4aa047e186ce3f3
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-07

    Remove the implemented checks for the simulate methods

    We no longer support falling back to GetRequires for a RemovePackage
    for instance.
    This should fix the crash in backends that don't implement Simulate.

M	src/pk-transaction.c

commit 7d616c24aa222d04781e15ba5e6c57f4f3de6351
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-07

    zif: Fix a critical warning when using WhatProvides

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

commit df614f9243d05eb7e8dfd49312113051f5df7419
Author: Vincent Untz <vuntz@gnome.org>
Date:	2011-09-07

    qt: Really do not distribute moc files

    https://bugs.freedesktop.org/show_bug.cgi?id=40662

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

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt2/Makefile.am

commit c52760083ec5388a791078c008056cea4f3abfae
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-06

    slapt: remove the vfuncs table

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

commit 3e9e336cfabe2255e68954cced5d3db589834878
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-06

    trivial: enable smart backend again

M	contrib/PackageKit.spec.in

commit f2b5bddc4bd84c32589d4ecf38fc6d97cb9d6130
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-06

    ports: remove the vfuncs table

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

commit c3f912f334df4c9df67b882deb170435220b146c
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-09-06

    smart: remove the vfuncs table

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

commit a4df7f5ff6f88435358bc1142992cb47d28ecb38
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-09-06

    entropy: drop PK_BACKEND_OPTIONS macro usage

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

commit b6a5fea6583c3863b673b0072f0137ec76c9309a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-09-06

    portage: drop PK_BACKEND_OPTIONS macro usage

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

commit d6ae281d6d1fe5cffd14c1acf138593652e2ca13
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-09-05

    qt2: Remove old Find* macro

D	lib/packagekit-qt2/modules/FindPackageKitQt2.cmake
M	lib/packagekit-qt2/modules/packagekit-qt2-config.cmake.in

commit afb8ba04431a4750e1b32ef6cf44be7b1a5eb4d1
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-09-05

    trivial: Fix typo in component-naming doc

M	docs/provides-component-naming.txt

commit 0349e0501b33eaaf2c139349f5f2c5034906c978
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-05

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit dd21ff1f1766a7faa81d3f8802b2fa705be20cd7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-05

    trivial: update the NEWS file, arggggghh

M	NEWS

commit 9e1a014f5b8b4ee582bd341302e1be14ebd8ad4b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-05

    Release version 0.7.0

M	RELEASE
M	configure.ac
M	docs/html/pk-download.html
M	po/ar.po
M	po/bg_BG.po
M	po/ca@valencia.po
M	po/fa_IR.po
M	po/ga.po
M	po/gl.po
M	po/kk.po
M	po/pa.po
M	po/wa.po
M	po/zh_TW.po

commit 06fbfb3c01417019c1739e209120c76426ecea14
Author: Frederic Crozat <fcrozat@suse.com>
Date:	2011-09-02

    browser-plugin: Fix build with GTK+ < 2.24

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

commit 81d91f4217b7ca561fe1b3f89b7523ac324574c6
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-09-01

    trivial: add a description for POSTSCRIPT_DRIVER to the docs

M	docs/provides-component-naming.txt

commit 8b3573d08851b8607e8ffd84c379127a27caa64b
Author: Denis Washington <denisw@online.de>
Date:	2011-08-31

    Use g_unix_signal_add_full() which has been renamed in the unstable
    GLib branch

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

M	src/pk-main.c

commit 8bd17abce4b742e52447d1b6f7f873b8262a97fd
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-31

    trivial: fix up the Fedora spec file now we install the cmake files
    in the right place

M	contrib/PackageKit.spec.in

commit 8e5ccae41cbae39f886f0ffef18972d26ff918e9
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-08-26

    trivial: Add missing files from last commit

    Sorry, I forgot to add these files in my last commit...

A	lib/packagekit-qt2/modules/packagekit-qt2-config-version.cmake.in
A	lib/packagekit-qt2/modules/packagekit-qt2-config.cmake.in

commit 95ff042d5d45478d8faf929cd94cc261c554b1d3
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-08-26

    qt2: Use cmake package config instead of Find* module

    CMake package config is the preferred way for 3rd-party
    packages to install package config.

M	configure.ac
M	lib/packagekit-qt2/modules/Makefile.am

commit faf345a90d27e1481daf51167cc3c28c5806abca
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-08-25

    Add a "Python" type to PkProvidesEnum and document how the
    provided components should be named.

    Also renamed the "LIBRARY" type to "SHARED_LIB", as we don't
    search for all libraries but only for shared libs.
    (This change is possible because there hasn't been a PK release
    with this change yet, so this doesn't break existing API)

    The component naming shemes are documented in
    docs/provides-component-naming.txt. This file is still incomplete
    and needs to be extended.
    Also, I'm not really happy with it's content (yet).

M	backends/aptcc/pk-backend-aptcc.cpp
A	docs/provides-component-naming.txt
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 04b2660b48216eff77eb9815590f12af0a04d360
Author: Daniel Nicoletti <dantti12@gmail.com>
Date:	2011-08-24

    aptcc: Fix crash when long description blow char buffer, remove some
    mem leaks too

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

commit fa92a0897e210afae64326578f6e54859585c0bf
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-08-23

    aptcc: Fix the size of the packages by emitting installedSize when
    installed and download size when available.

M	backends/aptcc/apt.cpp

commit 79fe858f895f0fa37f21ea2a475f7c7f8f210a90
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-22

    Make percentage, subpercentage and remaining proper GObject properties
    on the PkBackend object

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

commit 89ae922305d5aeb77a8d3107dcd8a78f23cbcb03
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-22

    trivial: remove the unused pk_backend_get_progress()

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

commit bda3016e0728c15518288834cabf5018da0ea0fb
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-22

    Add an ItemProgress signal designed to eventually replace
    SubPercentage

    Most GUI's try to link the SubPercentage with a package, in order
    to do sane
    per-package completion reports. This is a hacky heuristic that just
    works around
    a deficiency in the public API. The ItemProgress is a new signal
    that's designed
    to be emitted by backends tying the package to the percentage and
    should make
    all the evil hacks go away.

    We've not going to drop SubPercentage just yet, as the client code
    will need
    time to convert to the new world order.

M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-progress.h
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c

commit 0ccb8672d9a157ba77f9671fb09ab27720675ab2
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2011-08-22

    Free the PkProgress' package

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

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

commit 4295e147cc7a4769ede8468ee9c3ccefdab16ce8
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-16

    zif: Fix a fatal error when doing 'pkcon repo-list --filter=~devel'

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

commit 8864e4b3256ca08006fe6c7f0b7a0cbfe3af967c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-16

    Remove the duplicate 'The software is not from a trusted source'
    authentication line when updating

M	src/pk-transaction.c

commit fe7538feb0877737415dd13a5110b0b14501d490
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-12

    trivial: Fix the daemon self test program

M	src/Makefile.am
M	src/pk-self-test.c
M	src/pk-transaction-list.c
A	src/pk-transaction-private.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 3be719a27e2fea4596dd9e30cfcf0c70f28c20bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-12

    trivial: The D-Bus connection is unset in the self test program

M	src/pk-transaction.c

commit cb72d03a68d8ec89fa8e99bc4cdef03a91adf758
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-12

    Setting the plugin list is optional

    The self test program does not do this.

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

commit 71d31481afdcbf191ef9678e860ecc0cb7bc9b75
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-12

    trivial: Remove some dead code from the self test code

M	src/pk-self-test.c

commit 58b2409227b9e59b96227bbcc75b22a5fd3428f3
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-12

    Make the lsof plugin code support distros such as Fedora with /lib64

M	src/plugins/pk-lsof.c

commit 6d3bd0daf1b7209c51f688d069ed3cb3c1e49854
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-12

    plugin: Make lsof use the '-n' option to avoid looking up hostnames

    This makes running lsof a couple of orders of magnitude quicker.

M	src/plugins/pk-lsof.c

commit 5d6419ac83883e4d2161032f65d565df8eb007ac
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-08-09

    entropy: properly account package size when "extra" downloads are
    available

M	backends/entropy/entropyBackend.py

commit 5759bd093cb35c3ef0e57370e3ec474438f845bb
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-05

    Add an 'auto' string for the --with-default-backend= configure option

M	configure.ac
M	src/pk-backend.c

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

    yum: Ignore missing obsoleted updates rather than failing the update

    This should fix upgrading packages that both provide a subpackage
    and obsolete
    the very same subpackage as well.

    It appears yum also treats this as a non-fatal error, so turn the
    error into a
    message (which is ignored by the frontends by default).

M	backends/yum/yumBackend.py

commit f9f250b0d46ee5833fa35117a295e380550d1bf0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-08-02

    qt: Do not dist the moc files, as this causes build failures with
    newer versions of QT

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt2/Makefile.am

commit ad275648841ab1e3f7537edb0fbab6efc03373ae
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-07-28

    remove cppunit check as packagekit-qt2 does not use it

M	configure.ac

commit e0a2907f96a5058eacc28ae946b07215488a4e27
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    trivial: Remove some redundant code when filtering the simulate lists

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

commit 13eb70467a69c12f7feed47c7f53ffd8fb0de24e
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    Ignore local packages when calculating the simulate list

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

commit 8d823ff9da7c5718207ac2cabf4dfe0e234072b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    Ignore untrusted packages when calculating the simulate list

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

commit 8fbffc243570f2692f5aaa39b153b571cbe4abad
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    yum: Emit Package(Untrusted) for each package that is untrusted in
    the transaction

M	backends/yum/yumBackend.py

commit ec3f39a80d2ee94e13584e2a5b33c6dd45da2c4f
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    zif: Emit Package(Untrusted) for each package that is untrusted in
    the transaction

    This will allow us to show the packages that are unsigned in any UI.

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

commit 366cd5694e28397e139bff7752ed63a68fc337db
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    zif: Emit Message(UntrustedPackage) to sometimes skip the trusted
    authentication

    This means we go straight to the untrusted authentication after
    the simulate
    has completed.

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

commit bd0e9628cc623176b26119a0bcc60878cfbd2872
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    zif: Use the shared version for newest filtering

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

commit 6d953614436d0b2d3faf0087aa0636b055a21286
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    Add an untrusted section header when using console applications

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

commit eff456e80014ef8ce5de03a4c5c5941b296cb383
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-28

    Do not try to assign a GVariant string with NULL

    This won't work until we have 'maybe' types, but that's not possible
    until we
    have https://bugs.freedesktop.org/show_bug.cgi?id=27857 fixed in
    DBus and then
    rolled out to distros.

M	src/pk-transaction.c

commit 2316fd605894216930619345e96af4949f9443d8
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-07-26

    dont call build pool inside the loop

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

commit 31923cb948c4fcce9de137f0b33f37c94fa87b5f
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-07-26

    only load repositories once

M	backends/zypp/zypp-utils.cpp

commit 170c7911df1eb1d533c0c90fac1c185d772371a2
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-07-25

    refactor the private static data into one structure

M	backends/zypp/Makefile.am
A	backends/zypp/pk-backend-zypp-private.h
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 1b2db06aab8a5d8475ad02f46f0952e7ad5b503d
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-07-23

    Just use the iterator instead of so many temps

M	backends/zypp/zypp-utils.cpp

commit cf65ba285d546e4bbe981d364b0b111fc142bc89
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-07-23

    Do not rebuild the pool on every call to find package by name
    causing slowness when getting the update list (bnc#679650)

M	backends/zypp/zypp-utils.cpp

commit 260cd58da6689115a377aa44381892777e9c7381
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-07-23

    Replace egg-string.h with pk-shared.h functions

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

commit 2daa103ef836ec767daf839da7298f2b94a74988
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-22

    trivial: fix the PackageKit build on Debian by not relying on implicit
    linking of gio-2.0

M	configure.ac

commit 1f8289d256e07e89d09fc7a0d20c4f3ef9da7bb1
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    Require a new version of automake, and make configure.in sane again

M	Makefile.am
M	configure.ac

commit 2b02db28d82bcbe36846183fdf02cd3da68cfba5
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    Raise the PolicyKit required version to 0.98 and drop the compat code

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

commit 13773e44d0d44c2e00a865d4dbab2af328c098bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    trivial: add the output of the self test programs to CLEANFILES

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

commit 23f5f29396a4586f6e7ef870d7e1b287ff705fe9
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    trivial: get rid of some spurious dbus/dbus-glib.h includes

M	contrib/command-not-found/Makefile.am
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/Makefile.am
M	src/Makefile.am

commit 4d0728b6cb55c26878f673f8e4020378ae7bcd8b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    gtk-module: Port from dbus-glib to GDBus

M	configure.ac
M	contrib/gtk-module/pk-gtk-module.c

commit bbfe95216d47bd3789e67b2868d029d1bb69e184
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    gstreamer-plugin: Port from dbus-glib to GDBus

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

commit 6bf6d9f0f65376635f06cba6be6505df23f80626
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    browser-plugin: Port from dbus-glib to GDBus

M	configure.ac
M	contrib/browser-plugin/Makefile.am
M	contrib/browser-plugin/pk-main.c
D	contrib/browser-plugin/pk-main.h
M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/browser-plugin/pk-plugin.c

commit 57b70bc1db440a5ff4f4d24d4f401d4fe26077e5
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-15

    Convert the daemon to use GDBus rather than dbus-glib

M	configure.ac
M	contrib/PackageKit.spec.in
M	src/Makefile.am
M	src/pk-backend.c
M	src/pk-dbus.c
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-main.c
M	src/pk-network-stack-connman.c
M	src/pk-network-stack-nm.c
M	src/pk-network-stack.h
M	src/pk-notify.c
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-spawn.c
D	src/pk-transaction-dbus.h
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 8e6785a110a36c5a62c77749848fcaf13b0ebfa6
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-20

    Remove the HAL integration code

M	src/Makefile.am
M	src/pk-backend-spawn.c
M	src/pk-engine.c
D	src/pk-inhibit.c
D	src/pk-inhibit.h
M	src/pk-transaction.c

commit 1cd36ae7f895c17c837c17ef4847d88af78624d3
Author: Adam Jackson <ajax@redhat.com>
Date:	2011-07-19

    pk-command-not-found: An ellipsis has three dots, not two

    Signed-off-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Hughes <richard@hughsie.com>

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

commit d4f68acccef08689e40729f048eed70505fe29db
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-19

    trivial: Fix the libpackagekit-glib self tests now
    PkPackage:package-id isn't directly writable

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

commit 0232e3f096cc87fab3f556cdfd2d2febbf9d93a2
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-19

    trivial: fix the compile of the self tests

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

commit 1d2e2a8893d346368bbd10eb18387fd8209f7497
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-19

    dummy: Implement SimulateUpdatePackages and SimulateRemovePackages

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

commit 63a67d153192b10117b5e5bfb90a8b5ace466a07
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-07-19

    aptcc: Implement provides-library

    aptcc can now search for packages providing
    a shared-library.
    This function is very limited, as it relies on
    package maintainers creating policy-compliant
    library packages.

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

commit ebd4283951d222d57a296fe18c7ae08a46d60e80
Author: Chris Lumens <clumens@redhat.com>
Date:	2011-07-19

    yum: Parse the new style .discinfo files for F15

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

M	backends/yum/yumBackend.py

commit 27c7bf7f14ce7d585fcd38b498e26b2aeb8664b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-18

    Do not do the compatibility fallbacks

    Backends should just implement SimulateX() as using a heuristic
    is buggy.

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

commit 09866107f3e258094e336e7dcdcba38c178b29fd
Author: Ladislav Slezak <lslezak@novell.com>
Date:	2011-07-19

    zypp: do not install locked (taboo) patches

    ignore patches in status "taboo" (never install),
    fixes https://bugzilla.novell.com/show_bug.cgi?id=627316

M	backends/zypp/zypp-utils.cpp

commit 711a8320e6fc314948adb00fbaa80e0543cfff2b
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-07-18

    Add a PK_PROVIDES_ENUM_LIBRARY entry

    This entry can be used to limit search to libraries only.

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

commit 0325b003ee2d1662e88aea20c6155c192b960d20
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-18

    Don't ship all the valid licences as enums anymore

    They really shouldn't be a part of our ABI. Use the text file instead.

M	backends/yum/licenses.txt
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/python/packagekit/package.py
M	tools/pk-refresh-licenses.c

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

    trivial: remove some #ifdef code that is always TRUE

D	client/egg-string.c
D	client/egg-string.h
M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/gtk-module/pk-gtk-module.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-task.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-notify.c
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 6bb439e39d270ebdaf8345e03048b5861e7d30b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-14

    trivial: disable the smart backend until it compiles

M	contrib/PackageKit.spec.in

commit 19a0a0f48b3dcd024899bdb40bcbfafc474e6575
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-13

    trivial: Remove egg-string and move the shared stuff to pk-shared

M	contrib/command-not-found/Makefile.am
D	contrib/command-not-found/egg-string.c
D	contrib/command-not-found/egg-string.h
M	contrib/command-not-found/pk-command-not-found.c
M	src/Makefile.am
D	src/egg-string.c
D	src/egg-string.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-network-stack-unix.c
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-spawn.c
M	src/pk-store.c
M	src/pk-transaction-db.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/plugins/pk-proc.c

commit 4b74f496ad4d4e2243caae9a841450aa59350489
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-13

    Remove PkFileMonitor, we can now use GFileMonitor

M	src/Makefile.am
M	src/pk-backend.c
M	src/pk-engine.c
D	src/pk-file-monitor.c
D	src/pk-file-monitor.h
M	src/pk-network-stack-unix.c
M	src/pk-self-test.c

commit 4b69f158f83f8a5555f7b669208d44eff8212208
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    Remove the deprecated PK_BACKEND_OPTIONS

M	src/pk-backend.h

commit 98a729ffeb57864cff02abd5b1f93d3815910b1e
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    trivial: fix up the self test compile

M	src/pk-self-test.c

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

    Use g_bus_watch_name() and remove the homegrown EggDbusMonitor

M	configure.ac
M	src/Makefile.am
D	src/egg-dbus-monitor.c
D	src/egg-dbus-monitor.h
M	src/pk-main.c
M	src/pk-network-stack-connman.c
M	src/pk-network-stack-nm.c
M	src/pk-network.c
M	src/pk-transaction.c

commit 789264ffa8250fb6b6f4d94e82802aa560152ec0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    Remove the GTK+2 pango module and only support GTK+3

M	configure.ac
M	contrib/PackageKit.spec.in
M	contrib/gtk-module/Makefile.am
D	contrib/gtk-module/gtk-2.0/Makefile.am
D	contrib/gtk-module/gtk-3.0/Makefile.am

commit 920311f22ac419334586334eeb6f47e7d1113770
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    glib: Remove the foo_from_text() compatibility defines

M	backends/zif/pk-backend-zif.c
M	lib/packagekit-glib2/pk-enum.h

commit 996d5488dc7951875dcbe1034ef489084686af8a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    razor: Remove the razor backend, upstream razor is dead

    Razor could have been so great, but alas, it's dead.

M	backends/Makefile.am
D	backends/razor/Makefile.am
D	backends/razor/pk-backend-razor.c
M	configure.ac

commit 0c811a55414684f3f2dd5e3f2a1672c2fcce3a98
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    apt: Remove the python apt backend, and leave the aptcc backend

    It's been more than a year since the last commit, and it's limping
    along.
    I think aptcc is much better maintained these days.

M	backends/Makefile.am
D	backends/apt/20packagekit
D	backends/apt/HACKING.apt
D	backends/apt/Makefile.am
D	backends/apt/README.apt
D	backends/apt/TODO.apt
D	backends/apt/aptBackend.py
D	backends/apt/data/Packages
D	backends/apt/data/status
D	backends/apt/data/xterm.list
D	backends/apt/hotshot-analyze.py
D	backends/apt/packagekit
D	backends/apt/pk-backend-apt.c
D	backends/apt/profiler.py
D	backends/apt/test.sh
D	backends/apt/tests.py
D	backends/apt/update-packagekit-app-data
M	configure.ac

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

    python: Remove the native python library

    It's bitrotted as it's unused, and soon we'll have the GIR
    auto-generated binding.

M	lib/python/packagekit/Makefile.am
D	lib/python/packagekit/client.py
D	lib/python/packagekit/frontend.py
D	lib/python/packagekit/pkdbus.py
D	lib/python/packagekit/pkexceptions.py
D	lib/python/pk-frontend-test.py
D	lib/python/wrapper-test.py

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

    trivial: Post branch version bump

M	configure.ac

commit 0e5c2d88a4e9f955e491c950d7c35e222a1815bd
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    trivial: Move PkProc to plugins/ since it's only used there

M	src/Makefile.am
M	src/pk-self-test.c
M	src/plugins/Makefile.am
R094	src/pk-proc.c	src/plugins/pk-proc.c
R100	src/pk-proc.h	src/plugins/pk-proc.h
M	src/plugins/pk-self-test.c

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

    yum: Add a document detailing the yum API we're using

    This might help avoid security bugs in the future if the yum guys
    know what
    we're using.

A	backends/yum/yum-api-search.txt

commit 5456681c29753439766700f5dc431a4a1cf72a2e
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    Actually use the value from /etc/login.defs

M	src/plugins/pk-plugin-check-shared-libraries-in-use.c

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

    trivial: Use the PkBackend in the PkPlugin structure

M	src/pk-transaction.c
M	src/pk-transaction.h
M	src/plugins/pk-plugin-check-shared-libraries-in-use.c
M	src/plugins/pk-plugin-example.c
M	src/plugins/pk-plugin-no-update-process.c
M	src/plugins/pk-plugin-scan-desktop-files.c
M	src/plugins/pk-plugin-update-check-processes.c
M	src/plugins/pk-plugin-update-package-list.c

commit 44f4129c6d561554ca57cfa2b349c5250d6c9f85
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    trivial: Add the PkBackend in the PkPlugin struct

    Most of the plugins need this, and it's easy to provide.

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

commit 6f4e16094532afc4adab44a1d6da5ffb9d595026
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    trivial: Add a method for a plugin to register a role implementation

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

commit 69ea6dc0601f3826da2d2f56798168fa226af4d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    trivial: Do not continue to the native backend if the plugin serviced
    the request completely

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

commit 15fde4371d047fd5bdf5b01c4143c0e5b1034486
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-12

    Add plugin API so that plugins can modify the internal array state

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

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

    trivial: add another plugin phase for adding content types

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

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

    trivial: log when no plugins provide a phase hook

M	src/pk-transaction.c

commit 64e123ead3552c6f7d0d1d9df3c447db74e4867b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: only call initialize and destroy on the plugins once,
    not every transaction

M	src/pk-engine.c
M	src/pk-plugin.h
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h
M	src/plugins/pk-plugin-check-shared-libraries-in-use.c
M	src/plugins/pk-plugin-no-update-process.c
M	src/plugins/pk-plugin-scan-desktop-files.c
M	src/plugins/pk-plugin-update-check-processes.c
M	src/plugins/pk-plugin-update-package-list.c

commit 736237694671ec8fd2b498e016d8d2cf0cd45cbc
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: change the plugin API to be shorter and not use static
    variables

M	contrib/pk-plugin-external.c
M	src/Makefile.am
M	src/packagekit-plugin.h
A	src/pk-plugin.h
M	src/pk-transaction.c
M	src/pk-transaction.h
M	src/plugins/pk-plugin-check-shared-libraries-in-use.c
M	src/plugins/pk-plugin-clear-firmware-requests.c
M	src/plugins/pk-plugin-example.c
M	src/plugins/pk-plugin-no-update-process.c
M	src/plugins/pk-plugin-scan-desktop-files.c
M	src/plugins/pk-plugin-scripts.c
M	src/plugins/pk-plugin-update-check-processes.c
M	src/plugins/pk-plugin-update-package-list.c

commit 0872988cc1e43f04dacc08e5d8be62bcdebcacef
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: ensure all the plugins get built

M	src/plugins/Makefile.am

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

    trivial: Move PkLsof to the plugin directory

M	src/Makefile.am
M	src/pk-self-test.c
M	src/plugins/Makefile.am
R093	src/pk-lsof.c	src/plugins/pk-lsof.c
R100	src/pk-lsof.h	src/plugins/pk-lsof.h
M	src/plugins/pk-self-test.c

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

    Add an example to contrib to show how to build an out-of-tree plugin

A	contrib/pk-plugin-external.c

commit 7cd5b68e4427ebe03d393193234e48f4aef6d0a9
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: move the plugins to thier own directory

M	configure.ac
M	src/Makefile.am
A	src/plugins/Makefile.am
R100	src/packagekit-plugin.pc.in
src/plugins/packagekit-plugin.pc.in
R100	src/pk-plugin-check-shared-libraries-in-use.c
src/plugins/pk-plugin-check-shared-libraries-in-use.c
C100	src/pk-plugin-clear-firmware-requests.c
src/plugins/pk-plugin-clear-firmware-requests.c
R100	src/pk-plugin-example.c src/plugins/pk-plugin-example.c
R100	src/pk-plugin-no-update-process.c
src/plugins/pk-plugin-no-update-process.c
R100	src/pk-plugin-scan-desktop-files.c
src/plugins/pk-plugin-scan-desktop-files.c
R100	src/pk-plugin-scripts.c src/plugins/pk-plugin-scripts.c
R100	src/pk-plugin-update-check-processes.c
src/plugins/pk-plugin-update-check-processes.c
R100	src/pk-plugin-update-package-list.c
src/plugins/pk-plugin-update-package-list.c
R050	src/pk-plugin-clear-firmware-requests.c src/plugins/pk-self-test.c

commit 7ad2d8f186e773ed46192aaab569f78f1353f349
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    Ensure the example plugin is included in the tarball and built,
    but not installed

M	src/Makefile.am
M	src/pk-plugin-example.c

commit 014d570376e5999b483aa25a4ce3cd32c6d232ce
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: unexport more stuff in PkTransaction

M	src/pk-plugin-check-shared-libraries-in-use.c
M	src/pk-plugin-clear-firmware-requests.c
M	src/pk-plugin-example.c
M	src/pk-plugin-no-update-process.c
M	src/pk-plugin-scan-desktop-files.c
M	src/pk-plugin-scripts.c
M	src/pk-plugin-update-check-processes.c
M	src/pk-plugin-update-package-list.c
M	src/pk-self-test.c
M	src/pk-transaction-dbus.h
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 09943505d10b337405d6fafb40caad74f6830805
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: split out the DBus method prototypes into a new header,
    we don't need to export those

M	src/Makefile.am
M	src/pk-engine.c
C057	src/pk-transaction.h	src/pk-transaction-dbus.h
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 43f3d26fc46eed0b8b4cc1033129ff186439bb7b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-11

    trivial: add two more hooks for plugins to use

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

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

    trivial: Add another transaction phase for plugins to use

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

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

    trivial: don't use egg_strtoint() in plugins, just use
    g_ascii_strtoull() directly

M	src/pk-plugin-check-shared-libraries-in-use.c

commit 8ea3dcda5543af119ccf32dc80cf65633cb78ad7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    Install a pkgconfig file so external projects can build plugins

M	configure.ac
M	contrib/PackageKit.spec.in
M	src/Makefile.am
A	src/packagekit-plugin.h
A	src/packagekit-plugin.pc.in
M	src/pk-backend.h

commit 804e525126fb364ba6ae23eca7469f4cc22b9577
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    trivial: fix make check

M	src/pk-self-test.c

commit 9e47f5708d017d02e193c5dad8eb242cab3a43c7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    Allow plugins to add supported content types

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

commit 5ebf3117590ee8cd6511218dd2cf2e5829e9aa04
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    Call destroy for each plugin when the transaction is destroyed

M	src/pk-plugin-check-shared-libraries-in-use.c
M	src/pk-plugin-example.c
M	src/pk-plugin-no-update-process.c
M	src/pk-plugin-scan-desktop-files.c
M	src/pk-plugin-update-check-processes.c
M	src/pk-plugin-update-package-list.c
M	src/pk-transaction.c

commit 5bbb92bb06cd2263da82c5c593d3c199f3eeffed
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    Move the check for libraries in use for security updates functionality
    to a plugin

M	src/Makefile.am
A	src/pk-plugin-check-shared-libraries-in-use.c
D	src/pk-transaction-extra.c
D	src/pk-transaction-extra.h
M	src/pk-transaction.c

commit 3052bce4046cc6e2b77f3473f59d64f4a62bd846
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    Move the update check for running processes into a plugin

M	src/Makefile.am
A	src/pk-plugin-update-check-processes.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c

commit 889e02dc75b18942e2cdf78f4151fadd1a2ab30d
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    Move the desktop database rescan functionality into a plugin

M	src/Makefile.am
A	src/pk-plugin-scan-desktop-files.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c
M	src/pk-transaction.h

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

    trivial: flesh out the example plugin a little more

M	src/pk-plugin-example.c

commit 61d869dc067d0a31638f8fb9ccc2e15712feffe9
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-10

    trivial: initialize plugins in order in one phase

M	src/pk-transaction.c

commit d37ed83285160115b54e3a2ef77fbce3e2708e11
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-09

    Move the checking for running processes before update to a plugin

M	src/Makefile.am
A	src/pk-plugin-no-update-process.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit ead279b92414d6c4a2fd3d9cdd0bab47108a22c6
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-09

    Move the updating of the package list into a plugin

M	src/Makefile.am
A	src/pk-plugin-update-package-list.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c

commit 36857a1381d31ff56b67d9fcedcda68515b19036
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-09

    Split the post-transaction plugin phase into 3 phases

    This allows us to grab the various transaction objects before we
    destroy them in
    other plugins.

M	src/pk-plugin-clear-firmware-requests.c
M	src/pk-plugin-example.c
M	src/pk-plugin-scripts.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 75ef6ac1f6bf489e08f4dd2144b2f94e8d9915da
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-09

    trivial: Add some accessors for different objects from plugins

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

commit 6d118111e3e11116d339ac4339eea9aefcf74fb7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-08

    Move the clearing firmware functionality into a plugin

M	src/Makefile.am
A	src/pk-plugin-clear-firmware-requests.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c

commit 77f6dbd75e31313f3f1ddddef3951a1505d81b17
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-08

    Add an example plugin that saves private state

A	src/pk-plugin-example.c

commit 1915b0586cd24329a72a93c525c713b0a35ee1d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-08

    Move the pre-transaction.d and post-transaction.d functionality into
    a plugin

M	src/Makefile.am
A	src/pk-plugin-scripts.c
M	src/pk-transaction.c

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

    Add a transaction plugin infrastructure to packagekitd

    The plan is to move the PkTransactionExtra hacks to proper plugins.
    This also allows out-of-tree projects to add extensions to PackageKit.

M	contrib/PackageKit.spec.in
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 7f752fe0241dde3c42ddda18ec93fed3977290e4
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-08

    yum: Manually convert the results of GetDetails to unicode. Fixes
    rh#719916

M	backends/yum/yumBackend.py

commit 54fe916971a6810e5868c93fbb6813e4a1fc6c92
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-04

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 84fb796a49ad86e0aefa5a8318ca6bb77df4f846
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-04

    Release version 0.6.16

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	po/ar.po
M	po/bg_BG.po
M	po/ca@valencia.po
M	po/fa_IR.po
M	po/ga.po
M	po/kk.po
M	po/ko.po
M	po/sl.po
M	po/wa.po

commit 7daec14f84ebfc25ab82b7063ca7d2998e0ef343
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-07-04

    zif: trivially update to the actual released version of
    zif_store_array_get_updates()

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

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

    Fix CVE-2011-2515 which affects the YUM backend

    In commit 290933489b1aaeb1017d10fb59ccf3231e309115, YUM changed
    the behaviour
    when checking signatures on a package. The commit added a new
    configuration key
    'localpkg_gpgcheck' which only affects local packages, but the key
    was set by
    default to False, unlike 'gpgcheck' which was used for local and
    remote
    packages before this commit.

    This meant that an end user could install a local unsigned rpm
    package using
    PackageKit without a GPG trust check, and the user would be told
    the untrusted
    package is itself trusted. This would cause PackageKit to use
    a different
    (weaker) PolicyKit authentication that what would be required of
    an unsigned
    package.

    To exploit this low-impact vulnerability, a user would have to
    manually
    download an unsigned package file and would still be required to
    authenticate
    to install the package unless this has been changed by an
    administrator.

    Now, PackageKit sets internaly 'localpkg_gpgcheck' to match 'gpgcheck'
    for all
    versions of yum with this new feature to match the expected behaviour.

    Red Hat would like to thank Peter Robinson for reporting this issue.

    See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2515 for
    more details.

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=717566

M	backends/yum/yumBackend.py

commit 534c7b587d0b9032c34f49218b898fab70b4412c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-29

    zif: Implement UpdateSystem() by adding all the results from
    GetUpdates to a transaction

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

commit 8cb69128cd85d630cbac45fc9d593e22420ce3ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-28

    Do not hardcode the UID_MIN as 500. Fixes rh#717110

M	src/pk-transaction-extra.c

commit a74ad8ea111bd01771280ce6028eb69b3bb6dc4f
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-28

    Ensure we save the updates cache for the pre-transaction checks

    We need to save this regardless of the UseUpdateCache config value.

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

commit 5a8c9067452fe103791c53c9790325953d814fd2
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-28

    zif: Fix a critical warning when getting details about a package

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

commit ab05a1fcf83ba2668dcdb4b7d9618baae88f3b05
Author: Robert Xu <robxu9@gmail.com>
Date:	2011-06-23

    Update the PackageKit matrix webpage to reflect current backends.

M	docs/html/pk-matrix.html

commit 9524579555da3cc546a165fda89352098db38539
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-06-20

    conary: simplify _resolve_list

M	backends/conary/TODO
M	backends/conary/conaryBackend.py

commit ecd27739cd8e4d63e50d7b8bfd92aeaca4035807
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-06-17

    conary: don't show redirected packages

M	backends/conary/TODO
M	backends/conary/conaryBackend.py

commit 9345191c9041b9cafd5ecdf89d1f84772a92adb7
Author: Kevin Kofler <kevin.kofler@chello.at>
Date:	2011-06-20

    Support looking up Plasma services (yum and zif backends only
    for now).

    Add a PK_PROVIDES_ENUM_PLASMA_SERVICE enum entry.
    Handle it in the yum and zif backends.

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

M	backends/yum/yumBackend.py
M	backends/zif/pk-backend-zif.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-qt/src/enum.h
M	lib/packagekit-qt2/transaction.h

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

    Use pk_package_set_id() in the daemon now we cannot write to
    PkPackage:package-id

M	src/pk-backend.c

commit 0305a4ec631fdcbe34586415d62b0d988f0feac1
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-17

    yum: Emit RepoDetail when refreshing a repository

M	backends/yum/yumBackend.py

commit de58b8c9972efb4c8e393ad67e97c8ee657b0d78
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-17

    Do not try to parse any arguments in command-not-found

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

commit 02ef9094e7d6b7ed59f61cc5e988d06db4cafc8f
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-16

    Fix a build error in the browser plugin when using old versions of gdk

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

commit a6a527f8e117d3b8758a30975e87931b8f75d9d5
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-16

    glib: Ensure packages emitted from the progress handler have the
    package_id assigned correctly

    Using g_object_set(pkg,package-id,id) meant that the package_id
    wasn't being
    checked, nor was the package_id_split[] array being allocated.
    The result was that any client trying to do pk_package_get_name()
    on the
    PkPackage from the progress handler would segfault.

    The fix is to disallow setting the package-id property using
    g_object_set(),
    and to force users to call pk_package_set_id() which handles errors
    and does
    the right thing.

    Many thanks to Alex Eftimie for spotting the problem and testing
    this patch.

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

commit 101ced7d38b6ac522080d27a1e80ff91c5d33161
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-15

    Do not hardcode G_DISABLE_DEPRECATED as it breaks with GTK+-2 and GLib

    Also remove the other CPPFLAGS as they are making building PackageKit
    more fragile.

M	configure.ac

commit 0cd337cf60a7dea654bd3b1802bf3a6f6caf393b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-14

    Remove PackageKit.pot as it's autogenerated and is breaking buildbot

D	po/PackageKit.pot

commit c015c4d5596e89cfbe15ed6957751da68d1a1a46
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-13

    Generate .tar.gz release tarballs

    This brings us into the current decade, with a fast and efficient
    compression format.
    It will also reduce the amount of storage we require for each release.

M	configure.ac
M	contrib/PackageKit.spec.in

commit d8775da1854734e4670d452a384141f7a2f14fe7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-13

    Autogenerate the .gitignore files using git.mk

D	.gitignore
M	Makefile.am
D	backends/.gitignore
M	backends/Makefile.am
D	backends/alpm/.gitignore
M	backends/alpm/Makefile.am
D	backends/apt/.gitignore
M	backends/apt/Makefile.am
D	backends/aptcc/.gitignore
M	backends/aptcc/Makefile.am
D	backends/box/.gitignore
M	backends/box/Makefile.am
D	backends/conary/.gitignore
M	backends/conary/Makefile.am
D	backends/dummy/.gitignore
M	backends/dummy/Makefile.am
M	backends/entropy/Makefile.am
D	backends/opkg/.gitignore
M	backends/opkg/Makefile.am
D	backends/pisi/.gitignore
M	backends/pisi/Makefile.am
D	backends/poldek/.gitignore
M	backends/poldek/Makefile.am
D	backends/portage/.gitignore
M	backends/portage/Makefile.am
D	backends/ports/.gitignore
M	backends/ports/Makefile.am
M	backends/ports/helpers/Makefile.am
M	backends/ports/ruby_packagekit/Makefile.am
D	backends/razor/.gitignore
M	backends/razor/Makefile.am
D	backends/slapt/.gitignore
M	backends/slapt/Makefile.am
D	backends/smart/.gitignore
M	backends/smart/Makefile.am
D	backends/test/.gitignore
M	backends/test/Makefile.am
D	backends/test/helpers/.gitignore
M	backends/test/helpers/Makefile.am
D	backends/urpmi/.gitignore
M	backends/urpmi/Makefile.am
M	backends/urpmi/helpers/Makefile.am
M	backends/urpmi/helpers/perl_packagekit/Makefile.am
M	backends/urpmi/helpers/urpmi_backend/Makefile.am
D	backends/yum/.gitignore
M	backends/yum/Makefile.am
D	backends/zif/.gitignore
M	backends/zif/Makefile.am
D	backends/zypp/.gitignore
M	backends/zypp/Makefile.am
D	client/.gitignore
M	client/Makefile.am
M	contrib/Makefile.am
D	contrib/browser-plugin/.gitignore
M	contrib/browser-plugin/Makefile.am
D	contrib/command-not-found/.gitignore
M	contrib/command-not-found/Makefile.am
D	contrib/cron/.gitignore
M	contrib/cron/Makefile.am
D	contrib/debuginfo-install/.gitignore
M	contrib/debuginfo-install/Makefile.am
D	contrib/device-rebind/.gitignore
M	contrib/device-rebind/Makefile.am
D	contrib/gstreamer-plugin/.gitignore
M	contrib/gstreamer-plugin/Makefile.am
D	contrib/gtk-module/.gitignore
M	contrib/gtk-module/Makefile.am
M	contrib/gtk-module/gtk-2.0/Makefile.am
M	contrib/gtk-module/gtk-3.0/Makefile.am
M	contrib/pm-utils/Makefile.am
M	contrib/yum-packagekit/Makefile.am
D	data/.gitignore
M	data/Makefile.am
D	data/tests/.gitignore
M	data/tests/Makefile.am
D	docs/.gitignore
M	docs/Makefile.am
D	docs/api/.gitignore
M	docs/api/Makefile.am
D	docs/api/dbus/.gitignore
M	docs/api/dbus/Makefile.am
D	docs/html/.gitignore
M	docs/html/Makefile.am
M	docs/html/img/Makefile.am
D	docs/html/img/thumbnails/.gitignore
M	docs/html/img/thumbnails/Makefile.am
M	docs/html/videos/Makefile.am
D	etc/.gitignore
M	etc/Makefile.am
A	git.mk
D	lib/.gitignore
M	lib/Makefile.am
D	lib/packagekit-glib2/.gitignore
M	lib/packagekit-glib2/Makefile.am
D	lib/packagekit-qt/.gitignore
M	lib/packagekit-qt/Makefile.am
D	lib/packagekit-qt/modules/.gitignore
M	lib/packagekit-qt/modules/Makefile.am
D	lib/packagekit-qt/src/.gitignore
M	lib/packagekit-qt/src/Makefile.am
D	lib/packagekit-qt/test/.gitignore
M	lib/packagekit-qt/test/Makefile.am
D	lib/packagekit-qt2/.gitignore
M	lib/packagekit-qt2/Makefile.am
M	lib/packagekit-qt2/modules/Makefile.am
D	lib/python/.gitignore
M	lib/python/Makefile.am
D	lib/python/packagekit/.gitignore
M	lib/python/packagekit/Makefile.am
D	policy/.gitignore
M	policy/Makefile.am
D	src/.gitignore
M	src/Makefile.am
D	tools/.gitignore
M	tools/Makefile.am

commit 42e6c5f0d96abcc209dfb502f7c907dc0cb2f02f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-06-12

    aptcc: Better put last fix in pk_backend_initialize

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

commit 374837411a99cea618fb59152eb62ae4981cc2df
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-06-12

    aptcc: set env var to disable apt-listbugs closes debian bug #628835

M	backends/aptcc/apt.cpp

commit 1c1e990351ddefef77e27e68b5f915e06ce30163
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-06-12

    aptcc: Fix bug that resolved packages were emited as installed when
    they were updates

M	backends/aptcc/apt.cpp

commit 8a09c32f2530267a2b7969cb50521186be0be84e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-06-12

    aptcc: Fix getDetails to actually use the resolved version when
    displaying info, fixed debian bug #606135

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

commit c2016d35d33a03c481fd0586af26426184dfd758
Author: Alex Eftimie <alex@eftimie.ro>
Date:	2011-06-10

    glib: Added element-type annotations for each function returning a
    GPtrArray*, see  #652287 in gnome bugzilla

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

commit aaa57efb80f3bd69d45b4d489cb7c42237a95a42
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-06-09

    aptcc: Initial support to conffile handling still not reliable

M	backends/aptcc/Makefile.am
M	backends/aptcc/apt.cpp
A	backends/aptcc/pkconffile
A	backends/aptcc/pkconffile.nodiff

commit 8d2b64c02d1389a520780bdf10872c5ba16fb318
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-07

    trivial: post release version bump

M	RELEASE
M	configure.ac

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

    Release version 0.6.15

M	NEWS
M	docs/html/pk-download.html
M	po/ar.po
M	po/as.po
M	po/bg.po
M	po/bg_BG.po
M	po/bn_IN.po
M	po/ca.po
M	po/ca@valencia.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/eu.po
M	po/fa_IR.po
M	po/fi.po
M	po/fr.po
M	po/ga.po
M	po/gl.po
M	po/gu.po
M	po/he.po
M	po/hi.po
M	po/hu.po
M	po/id.po
M	po/it.po
M	po/it_IT.po
M	po/ja.po
M	po/kk.po
M	po/kn.po
M	po/ko.po
M	po/lt.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/sl.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/uk.po
M	po/wa.po
M	po/zh_CN.po
M	po/zh_TW.po

commit 5f10a512cbddc23c1c7c299659d5fa26fcecd8d8
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-06-05

    gir: Annotations for file arrays

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

commit b68a7fc23e0694654b5ab5242cb410803780f4b9
Merge: d936938 6dd0be5
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-06-03

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

commit d936938779067399f17fec637b341dd545c25722
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-06-03

    gir: Some more annotation updates

M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-results.c

commit 6dd0be5ad2aa5ef96016ff200fb05548bc9a9147
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-06-01

    yum: Allow the 'any' WhatProvides kind to match already formatted
    provide strings

M	backends/yum/yumBackend.py

commit a3dcb4793a8338aa3a78ee05dfd5bfb42a0d1232
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-26

    API: when refreshing cache backends should emit RepoDetail as
    frontends will be able to present extra details.

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

commit fe7eb0d122e53adab53b6349a9c410e7e14908d2
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-26

    API: fix typo

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

commit d1eb615298ab208f9589faf6364bd163e5d956dd
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-25

    API: Adding PK_INFO_ENUM_UNTRUSTED so that simulate methods can tell
    which packages are untrusted

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-qt2/package.h
M	lib/packagekit-qt2/transaction.h
M	src/org.freedesktop.PackageKit.Transaction.xml

commit f8771f7ab15f297ad38ce8ee03b0566ff76dafbc
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-25

    Only include glib-unix.h if the GLib version is >= 2.29.4

M	src/pk-main.c

commit 4c7cb9dc18dcb97de4433454e4d1539329b63fad
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    implement 'Free' filter

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/filters.pm
M	backends/urpmi/pk-backend-urpmi.c

commit abe0967ae35aca7e1309a2903d7c44040e3ebb5b
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    use urpm2deium from tools & check if undefined or not..

M	backends/urpmi/helpers/urpmi_backend/filters.pm

commit 7bed77dc9765b6ce7ade9c35111981845f7c31d0
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    import urpm::msg for N()

M	backends/urpmi/helpers/urpmi_backend/tools.pm

commit 4a6a4d89d147eceff49c5049d9b323d431810abc
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    traverse database by name rather than nvra

M	backends/urpmi/helpers/urpmi_backend/tools.pm

commit 9c78c0b4a1944344b187729d8fe3e95faed8d3c3
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    put 'supported' filter to use..

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 2155b677925357ada0d393e809735edd5a3e0c98
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    missing part of previous commit..

M	backends/urpmi/helpers/urpmi_backend/filters.pm
M	backends/urpmi/helpers/urpmi_backend/tools.pm

commit 494ae6f5f4d19a4eb23cc6d334ef105c5ecccc53
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    implement is_package_installed() which uses
    URPM:is_package_installed()

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/filters.pm
M	backends/urpmi/helpers/urpmi_backend/tools.pm

commit d797385637f6166afe7b078ed80660f1253de78f
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    minor cleanup..

M	backends/urpmi/helpers/urpmi_backend/filters.pm

commit 188c60b8153fcc6bb8e8366336a91f8145a92433
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    implement a 'Supported' filter

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/filters.pm
M	backends/urpmi/pk-backend-urpmi.c

commit 413bc96c1482cae2b4400b23b4d048ad0d4396e6
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-24

    update to use find_installed_fullname

M	backends/urpmi/helpers/urpmi_backend/filters.pm

commit df2aa6a31f6488eb28b8d97ea3822e6561da53c3
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-23

    Do not prevent updating when firefox is running, we don't have all
    the client UI ready yet

M	etc/PackageKit.conf.in

commit 551d1e3d42d060d0b5490dd811f2ab2c53c2d1f5
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-20

    sneak myself in as co-author.. :p

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

commit 13a23501b4487fb1de8b335163863bfc2144cbc2
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-20

    do matching against fullname

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/tools.pm

commit aea09e40382b4a17cae570867e0ce763ac2ae361
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-20

    make find_installed_version use EVRD

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/tools.pm

commit bc817a949da6248e8dd1adcf21b0e9c759e6f8a4
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-20

    print PK_STATUS_ENUM_REQUEST for what-provides..

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit d4f3799051866dfb0fd2f01feabe38fdac13ddfa
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-20

    add support for provide type

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 368de5752e84571604c98a823f7f75c27b270570
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    fix previous commit..

M	backends/urpmi/helpers/urpmi_backend/groups.pm

commit 77ccb24f90e2bd55c6c7f8effe35d64be080bec9
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    fix 'Using a hash as a reference is deprecated' warning

M	backends/urpmi/helpers/urpmi_backend/groups.pm

commit 244ca47cfe8f165185b688a04c78e40cf5fd7deb
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    oops, part of commit forgotten..

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit 6306cbe794e82d4c0ad4d0b6cebbfd9323ac9047
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    first shot at what-provides for urpmi...

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/pk-backend-urpmi.c

commit 906c3973898f16fcc970c6ee982c927d9e36406e
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    add enums for unimplemented features as commented out code

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

commit 47b29380c4000e402d298b75ab1e4b69f01de8ba
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    implement get_roles

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

commit d6d0c355fd575102238a75750e630052a17acdb2
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    implement get_mime_types

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

commit 1d0a5af5c0409554895dfeb708d09b44f55b0d45
Author: Per Øyvind Karlsen <peroyvind@mandriva.org>
Date:	2011-05-19

    implement 'Cancel' feature

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

commit f444d83032edf97bbc55d21bd41effcb4dc26289
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-15

    aptcc: Fix the way we emit repos, now it emits the string more
    human readable

M	backends/aptcc/acqprogress.cpp

commit f00ecd0574bc7ea3c44f3d4f20e2212efe4bd9e5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-15

    aptcc: Emit repos while refreshing cache, and speed up searchDetails
    a bit

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

commit e82097ef821c56b1fe76b0f54b530550c3fad88d
Merge: 9a0add7 e9ed000
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-05-14

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

commit 9a0add7488694ab02c057609fdb354ea807cddb9
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-05-14

    alpm: fix package cache location

M	backends/alpm/Makefile.am

commit e9ed00089de47e64090af65f42c9eba1e8eee0d4
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-05-06

    zypp: fix deletion of package locks (bnc#690038)

    Save and restore Pool status when doing calculations like
    in get_depends and get_requires.

    Fixes bug introduced by commit:
    "zypp: reset packages status in repo while removing packages" which
    resetted the status of an item, including its locks.

    So if you browse a locked package, see if requires, the reset done
    after removed the locks, and if you installed a package later,
    this was
    saved.

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

commit ad3ce3e90b50c2b6e50306831cb4c502eb870c34
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-05-06

    zypp: log to ZYpp's log the start of a PK backend function to ease
    debugging

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

commit df6eef34178c3e68663861ec32dede330495081a
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-05-07

    alpm: improve backend messages

M	backends/alpm/pk-backend-alpm.c
M	backends/alpm/pk-backend-error.c
M	backends/alpm/pk-backend-error.h
M	backends/alpm/pk-backend-transaction.c
M	backends/alpm/pk-backend-transaction.h

commit 953c0980265b2b0120bc1337d1a2061f47a1373d
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-05

    yum: fix a failure to get updates caused by using the rename of
    pre_process

M	backends/yum/yumBackend.py

commit d92016c9329dc1c5ea6fff4bfc3dadaa738e3bc8
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-04

    trivial: fix up the Fedora spec file from upstream

M	contrib/PackageKit.spec.in

commit 264df93fbdfe85808e3f94dc88f410d8d5d710bc
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-05-04

    Some more GIR annotations

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

commit aaf248f16135cf5b6af3880a98bcc2f044e52510
Merge: 48a1775 6f2c444
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-04

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

commit 48a1775cb409609d766901038f6c9ae53f6e94fb
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-04

    packagekit-qt2: Remove package caching as we use const Packages now

M	lib/packagekit-qt2/transaction.cpp
M	lib/packagekit-qt2/transactionprivate.h

commit 6f2c444049e1772529fcb37712125f2e30bbae1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-04

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 9d7f3263cf3ac9c4ad3fbf1017e2f2d950266f60
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-04

    Release version 0.6.14

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	po/LINGUAS
M	po/PackageKit.pot
C099	po/ko.po	po/ar.po
M	po/as.po
M	po/bg.po
C099	po/ko.po	po/bg_BG.po
M	po/bn_IN.po
M	po/ca.po
C099	po/ko.po	po/ca@valencia.po
M	po/cs.po
M	po/da.po
M	po/el.po
M	po/en_GB.po
M	po/es.po
M	po/eu.po
C099	po/ko.po	po/fa_IR.po
M	po/fi.po
M	po/fr.po
C099	po/ko.po	po/ga.po
M	po/gl.po
M	po/gu.po
M	po/he.po
M	po/hi.po
M	po/hu.po
M	po/id.po
M	po/it.po
M	po/it_IT.po
M	po/ja.po
C099	po/ko.po	po/kk.po
M	po/kn.po
M	po/ko.po
M	po/lt.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
C099	po/ko.po	po/sl.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/uk.po
C099	po/ko.po	po/wa.po
M	po/zh_CN.po
M	po/zh_TW.po

commit c04d6924db938527a88b451b07b853c307def159
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-03

    HTML: updating the kpackagekit info and adding myself to authors

A	docs/html/img/author-dantti.png
M	docs/html/pk-authors.html
M	docs/html/pk-download.html

commit d1f1916678c4e5e1393366d54968d872ddbd0814
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-03

    packagekit-qt2: Updating enums and adding UpgradeSystem() method

M	lib/packagekit-qt2/package.h
M	lib/packagekit-qt2/signature.h
M	lib/packagekit-qt2/transaction.cpp
M	lib/packagekit-qt2/transaction.h

commit ea04885f13b91d1dbcf762f2db2b595e38b4e1f6
Merge: 5eb0ee7 b032a9e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-03

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

commit 5eb0ee7357b9ccc3adbfa5de9501c5a220d9d405
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-03

    packagekit-qt2: The Package crash was apparently a caching error on
    apper build dir, including docs.

M	lib/packagekit-qt2/Doxyfile
M	lib/packagekit-qt2/daemon.h
M	lib/packagekit-qt2/package.cpp
M	lib/packagekit-qt2/package.h
M	lib/packagekit-qt2/transaction.cpp
M	lib/packagekit-qt2/transaction.h

commit b032a9e71966d30cf31e4c6ad2d2042ce04c546a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-05-03

    trivial: include the PackageKitQt2 header files in the Fedora
    spec file

M	contrib/PackageKit.spec.in

commit 251152b162d437365ab50c4e21b96963327f0c5d
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-05-03

    Add GIR annotations to make PK GIR usable

    I only fixed the most obvious issues with GIR,
    there might be other modifications needed until
    the GIR is fully functional.

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

commit bc68754995d440b9567e9cf11394b88e6ab029b5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-03

    packagekit-qt2: Fix Package class to not delete d, which fixes
    crashes weirdly

M	lib/packagekit-qt2/Doxyfile
M	lib/packagekit-qt2/Makefile.am
M	lib/packagekit-qt2/daemon.cpp
M	lib/packagekit-qt2/daemon.h
M	lib/packagekit-qt2/daemonprivate.h
M	lib/packagekit-qt2/package.cpp
M	lib/packagekit-qt2/package.h
M	lib/packagekit-qt2/signature.h
M	lib/packagekit-qt2/transaction.cpp
M	lib/packagekit-qt2/transaction.h
M	lib/packagekit-qt2/transactionprivate.cpp
M	lib/packagekit-qt2/transactionprivate.h
M	lib/packagekit-qt2/util.h

commit 7606be5004d8bee99c3fd16f3c559f0643f030e4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-02

    packagekit-qt2: change the Transaction constructor to be more
    convinient

M	lib/packagekit-qt2/daemonprivate.cpp
M	lib/packagekit-qt2/transaction.cpp
M	lib/packagekit-qt2/transaction.h

commit b36d71a4bf61d07ad4433cda3f4b8952dee4ab4f
Merge: d17fcd6 a275155
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-02

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

commit d17fcd659f7d41c80ac0d452ce998497379a2a11
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-02

    packagekit-qt2: Include QSet in package.h so that Groups get defined

M	lib/packagekit-qt2/package.h

commit a275155b4d2dff3d49dc27d89ea287dd278500f2
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-05-02

    trivial: Add gitigore file to qt-2 binding dir

    Ignore some auto-generated files.

A	lib/packagekit-qt2/.gitignore

commit fd9a46eff894d3e45228d0b90ca0b11373d75cf8
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-05-02

    Add header name to GIR and set export package

    Without these changes, the GIR is not usable.

M	lib/packagekit-glib2/Makefile.am

commit 5819a3a9544c10835f5a4edca555ef93a7d304c4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-02

    packagekit-qt2: As always adding Signature missing file

A	lib/packagekit-qt2/Signature

commit 8783a6bd29c4f8dab297def9b024b5a10d10aed6
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-02

    packagekit-qt2: Add Eula class to avoid API breaks in case pk changes

A	lib/packagekit-qt2/Eula
M	lib/packagekit-qt2/Makefile.am
A	lib/packagekit-qt2/eula.cpp
A	lib/packagekit-qt2/eula.h
M	lib/packagekit-qt2/transaction.h
M	lib/packagekit-qt2/transactionprivate.cpp

commit 73ca225fba7d6781f96e1994c83d7c96892a73ef
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-02

    packagekit-qt2: Add Signature header and install Daemon header

M	lib/packagekit-qt2/Makefile.am

commit 9ba55e479e1d1b251aaa443b9304fef2b1374e74
Merge: 03d8d9c 1213790
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-01

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

commit 03d8d9c3fcc619ddf4950111990b69069a12c074
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-01

    aptcc: Fix configure.ac to avoid pk-qt linking against apt-pkg

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

commit de25cb865003dac7d9b233cd94b1da256f051785
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-05-01

    packagekit-qt2: Initial commit, brand new API, hardest of my life

M	configure.ac
M	lib/Makefile.am
A	lib/packagekit-qt2/Daemon
A	lib/packagekit-qt2/Doxyfile
A	lib/packagekit-qt2/Makefile.am
A	lib/packagekit-qt2/Package
A	lib/packagekit-qt2/Transaction
A	lib/packagekit-qt2/bitfield.cpp
A	lib/packagekit-qt2/bitfield.h
A	lib/packagekit-qt2/common.h
A	lib/packagekit-qt2/daemon.cpp
A	lib/packagekit-qt2/daemon.h
A	lib/packagekit-qt2/daemonprivate.cpp
A	lib/packagekit-qt2/daemonprivate.h
A	lib/packagekit-qt2/modules/FindPackageKitQt2.cmake
A	lib/packagekit-qt2/modules/Makefile.am
A	lib/packagekit-qt2/package.cpp
A	lib/packagekit-qt2/package.h
A	lib/packagekit-qt2/packagekit-qt2.pc.in
A	lib/packagekit-qt2/signature.cpp
A	lib/packagekit-qt2/signature.h
A	lib/packagekit-qt2/transaction.cpp
A	lib/packagekit-qt2/transaction.h
A	lib/packagekit-qt2/transactionprivate.cpp
A	lib/packagekit-qt2/transactionprivate.h
A	lib/packagekit-qt2/util.cpp
A	lib/packagekit-qt2/util.h

commit 12137903a3b088c0b4dca6860393eef22686986e
Author: Marcin Banasiak <marcin.banasiak@gmail.com>
Date:	2011-04-29

    poldek: port away from PK_BACKEND_OPTIONS

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

commit fc6710a4f9e0f78877e4c4131b3b1191a68e5b4b
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-29

    zypp: reset packages status in repo while removing packages

    without this patch packages can't be removed success, which occurs you
    execute remove operations immediatly after you install it.

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

commit 3a5ccee5360162d12925c329af22c2a9c15a2e41
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-29

    conary: clear job cache at the right place

    Only clear the cache when it's not a dry-run.

M	backends/conary/conarypk.py

commit e2cba833dff3ca59193f68416b2301024eaf2d5f
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:	2011-04-28

    conary: clear the job cache when updating through classical,
    non-sysmodel pathway.

M	backends/conary/conarypk.py

commit 979535f16b6d82ac25c9ac6909f3dbbb1cc84638
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-04-28

    alpm: trivial: fix compile warning

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

commit 4585036373f4f72fda92ab7ff172d779ea6853cd
Merge: 4f40759 b11231a
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-04-28

    Merge remote-tracking branch 'origin/master'

commit b11231a9f084385ad3d715e399bb245306a2b87c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-04-28

    Use the new threadsafe signal handling support in GLib

    If the version of Glib is too old, we continue to use the old
    non-threadsafe version.

M	src/pk-main.c

commit 57bedddc2d0eec1c6efd7ff6305431b5b9000e6b
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    Report download speed (bnc#663069)

M	backends/zypp/zypp-events.h

commit f21741b6c5567affcbd234fc6dc792c227815edc
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    remove unused function

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

commit a144d513553fa9f011a354d6e1362370b96bc249
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    typo

M	backends/zypp/zypp-utils.cpp

commit 2352d5c46f7c5c9d98b8b7033139e97f8ffc121f
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    Use const string &

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

commit e0d33905cfe7bd130f5d37a2cbfeefe421684dc9
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    use std:: and zypp:: namespace once to remove the hundred ocurrences
    of
    namespace noise.

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

commit f408787d8562089ba283ec251e74bd618ae54267
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    Use output parameters (references) for containers instead of
    pointers. ZYpp throws exceptions and therefore it is safer to
    have objects allocated on the stack if you are not protecting them
    with a guard or smart pointer.

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

commit f524ce6a59fb3c01da726b57194ab7dc5e1987e4
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-04-27

    Patch::Content is returned by value, so we should not iterate
    using two different copies. Fixes crash on get-updates (bnc#685831)

M	backends/zypp/zypp-utils.cpp

commit d9c5a352b9e7cc013c37608828e43392bb0c1676
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-23

    conary: fix call of deleted method in conaryCallback

    PackageKitConaryBackend no longer has get_package_id.

    And some other trivial fixes.

M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/conarypk.py

commit 7247193b2f90bdf918314d99977c107ecb2cb96a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-04-26

    Do not abort in pk_catalog_init() if PackageKit is not
    available. Fixes rh#688280

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

commit ff50fbc35f2d912535cf2e78831134c1ddfed20d
Author: ElleUca <elle.uca@libero.it>
Date:	2011-04-26

    Added Italian translation

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

A	po/it_IT.po

commit 375a8c9040242d50a5f1c95be650aad359fc861f
Author: mbouzada <mbouzada@gmail.com>
Date:	2011-04-26

    Added Galician translation

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

A	po/gl.po

commit eacba4badf8b31c5f341b541605cba942fbbfd5c
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-26

    docs: update Feature Matrix for conary

    The conary backend can SimulateInstallPackages/SimulateRemovePackages
    and can't UpdatePackages.

M	docs/html/pk-matrix.html

commit 31a4493d95d78bfa12850a60ee11781fd362b56e
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-25

    Backend Matrix:Set zypp backend can downloadPackages

M	docs/html/pk-matrix.html

commit 5333e6be752e83c2080b43473ec5f38b6b0fc7f0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-04-24

    trivial: Update linguas file after I broke it in
    f983ebe658d596cc7847e31feb3ef4894338ecac

    Apologies.

M	po/LINGUAS

commit 5508438eb0ac0e105d4bb6ae51c66e4a1b4b39a2
Merge: 02779ba 37c46a2
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-04-24

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

commit 02779bae76041f2cdec9b7c936ac5f35d1d3c008
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-04-24

    browser-plugin: Remove deprecated symbols

    Compile with GSEAL_ENABLE to remove all
    deprecated symbols.
    This might also fix an implicit pointer conversion,
    which causes Debian builds with GCC 4.6 to fail.

M	contrib/browser-plugin/Makefile.am
M	contrib/browser-plugin/pk-main.c

commit 37c46a2d5f53b82660f64fcc7489614ab227ed88
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-21

    Creat transaction db properly if it's not exist

    This commit creat transaction db proxy table properly even if it's not
    exist.

M	src/pk-transaction-db.c

commit f983ebe658d596cc7847e31feb3ef4894338ecac
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-04-21

    trivial: update the LINGUAS file

M	po/LINGUAS

commit cc52ca053ed3faf03a97a114674934d8ceb9685d
Author: Jonny Lamb <jonnylamb@gnome.org>
Date:	2011-04-20

    client: fix precedence when assigning strings to a *GStrv

    Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
    Signed-off-by: Richard Hughes <richard@hughsie.com>

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

commit 78cea15a1fbde767ed21395715084507bbb267d8
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-18

    conary: make pylint happier

M	backends/conary/conaryBackend.py

commit 0cadd836f1adeb3ec52b18184550a3c39f3da0a5
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-18

    conary: use ExceptionHandler again

    ExceptionHandler was made a no-op by the immediate 'return
    func'. Enable
    it again and put the exception handling from _do_conary_update and
    _do_conary_updateall here together.

M	backends/conary/conaryBackend.py

commit 6644913042ea904332a6ab3eeed8a857f9b52c4e
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-18

    Get more proxy info after the new proxy parameters was introduced

M	src/pk-transaction-db.c

commit 130514d642e2e54d813789a1427fd701af433c0d
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-18

    zypp:fix memory leak in pk_backend_transaction_start

    'locale' variable is alloced but not freed. This patch fix this memory
    leak issue.

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

commit 2c9e6c2a71072be26e7c566ac67c6e8902751b96
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-18

    zypp: support proxy_https,proxy_socks,no_proxy

    This commit adds the proxy_https, proxy_socks, no_proxy and pac
    supporting for zypp backend.

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

commit ca30e6152a09b35f0ff28a1f2c5ca3c128d877a6
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-16

    Fix a typo in pk_transaction_db_get_proxy

M	src/pk-transaction-db.c

commit 54e608a4391cb1bebd661d6d44ab8a6e06e795fa
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-16

    zypp:Set locale info at the begin of transaction

    Set locale for each transaction for zypp backend.

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

commit 9d213b812c6141443dba5264153387f272dd5c9a
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-14

    conary: update TODO

M	backends/conary/TODO

commit d1bd4b9a357e838730ca795f805fe968d262b7ec
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:	2011-04-13

    conary: handle stale jobs for updateall

    And using a better error description.

M	backends/conary/conaryBackend.py

commit 1b4d716f8753034f7e2f3f81fe37fce8b341a760
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-12

    conary: fix typo of conary operation

    remove -> erase

M	backends/conary/TODO
M	backends/conary/conaryBackend.py

commit bb2d4534a847bcfc563415e7ae952055b23f94ab
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-11

    conary: fix generating XMLCache for custom labels

    Don't pass instance of a class (conarypk) around, esp. across modules.

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

commit 7fd365ef0bf32538d5eaa9da4b6ea6164d6586ec
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-11

    conary: use makedirs instead of mkdir

    ConaryPk should be initialized after XMLCache, since the later
    creates a
    dir that ConaryPk uses. But in order not introduce coupling,
    simply use
    makedirs instead of mkdir.

M	backends/conary/conarypk.py

commit d286eaddb92540aad76271e5b88cf0c1237758e2
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-11

    docs: fix path of packagekitd

    packagekitd is now in /usr/libexec.

M	docs/html/pk-bugs.html

commit e2e91d4b38af338c986aa10c4e043fc8c179d997
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-11

    pkcon: add missing {} around if

M	client/pk-console.c

commit 41b4d17c01fc67400b4a6737c135c9c545e4cf89
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-11

    conary: port away from PK_BACKEND_OPTIONS

    And some minor cleanup in Makefile.am

    Fix the prototype of pk_backend_simulate_remove_packages. There
    was one
    argument missing.

    Fix the name of pk_backend_search_names/groups/files.

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

commit 6a2c17abdf9a3ad58090a16dc599c5ee2d58c10d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-04-11

    entropy: restore compatibility with newer releases

M	backends/entropy/entropyBackend.py

commit bec17c432f666d6ed8aabc5056cac8318b0f6a23
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-04-11

    entropy: make use of the new Entropy Web Services interfaces

M	backends/entropy/entropyBackend.py

commit 7ed083bda2090bd1218f6104e84686a9d2d119a0
Merge: 27ca81a dc9af32
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-04-10

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

commit 27ca81a196343946fa7574ed693221eecdebb350
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-04-10

    trivial: Inform about GNOME-PackageKit in Debian

    GPK can now be fetched from Debian Sid.

M	docs/html/pk-download.html

commit dc9af3229438ef12b6abbdfa5965954e62331cb0
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:	2011-04-09

    Minor typo

M	backends/conary/generateXML.py

commit 1394da3430643d583d4a6c24747922f5bec4bf30
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-09

    conary: assorted fixes

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

commit 11da590ed8e51f3d219ee24555dfa03eb8551643
Merge: 66bc1e1 317128c
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-08

    Merge branch 'conary'

commit 317128cc9d26f3790fd0413d85337005a235f4f3
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-08

    conary: remove some code duplication

M	backends/conary/TODO
M	backends/conary/conaryBackend.py

commit f4f9c008ebfbddad4b18e0cc9887b49ce7369c4f
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-08

    conary: move the get-files function into conarypk

    Hide implementation details from conaryBackend

M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit 43ebfd8f9fb40fd01eabab580d3dcd08104ea9f4
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-08

    conary: simplify and remove needless functions

M	backends/conary/conaryBackend.py

commit 3b32510ab0e1681d45dcb687f2dbd13122080bd5
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-08

    conary: simplify _resolve_list

M	backends/conary/conaryBackend.py

commit 376bfc8724227c043171ca9a9676a043eb5d102f
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-08

    conary: clean up

M	backends/conary/TODO
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit 66bc1e180259f0ae95c806ce40bcdc9673e98f90
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-07

    zypp:reload RpmDB before removing packages

    This patch reload RpmDB before removing packages, as RpmDB can't be
    reloaded immediately  while finish installation.

    This patch also fix a bug in perform_execution, and without this
    patch,
    some error information would be reported.

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

commit fb8ff8dcce9b406276dfe87b5cf522e9c94f5e48
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-04-07

    zypp:consider only_trusted option while installing packages

    This patch consider only_trusted option to enable user to install
    un-signed packages if possible.

M	backends/zypp/zypp-utils.cpp

commit bfdcda1d317c05940360e6b704a179ef79040fbc
Author: Mikel Olasagasti Uranga <mikel@olasagasti.info>
Date:	2011-04-03

    Add missing languages to LINGUAS file

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

M	po/LINGUAS

commit 1fe7c5034a8d16233b2a7a4a50fb6822449747fb
Merge: abc434a 36389ca
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-04-01

    Merge branch 'conary'

commit 36389ca02a66e3f7ae842851f484502108f7f52a
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-31

    conary: implement install/remove for system model

M	backends/conary/TODO
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit 0fd9684aadff5ae4f6587fb6c27701b307794683
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-31

    conary: trivial fix

    _apply_update_job doesn't have to return anything.

M	backends/conary/TODO
M	backends/conary/conaryBackend.py

commit 2effdf1fa6c83830277b3efafa522313813a1add
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-31

    conary: add exception handling around get_updateall_job

M	backends/conary/conaryBackend.py

commit e7f06a23d8f5740e2383db2e1913a720f848f8e6
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-31

    conary: fix get-updates

    The original implementation didn't understand what's returned by
    UpdateJobs.getJobs(). Some jobs were missing in the displayed update
    list, since it only considered the first job in each jobs list:
	    for job in jobs_list:
		job = job[0][:3]

M	backends/conary/conaryBackend.py

commit 320118cf065f3977857dffa652841296c39063d7
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-31

    conary: remove broken GetDepends implementation

    It makes no sense to get dependencies by try installing the package
    and
    see what conary wants to install.

    And it doesn't even have an entry in pk-backend-conary.c

M	backends/conary/TODO
M	backends/conary/conaryBackend.py

commit d8efc5fe42e163b440cf860035099077308a9d7a
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: implement get-updates for system model

M	backends/conary/conarypk.py

commit 1677e9f7832c837382d2e889e92af809e4ccc5d3
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: move more code to conarypk

    Move get_package_update and get_updateall_job to conarypk.py, to get
    ready for supporting system model.

M	backends/conary/TODO
M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit 86c8d0f94b3c81473053e7a1d077f39e2ffdab50
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: remove unused methods

M	backends/conary/conaryBackend.py

commit bff5d7ec99a5883eccdee5539a4e52a66712dc2d
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: don't support UpdatePackages

    It doesn't make sense for conary.

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

commit 4f407598615b67ff000b3124c688ec075f5d7da5
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-04-01

    alpm: download packages to the system cache if no directory is
    specified

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

commit 2bf4f209995d57462e7f5e207b3ed1de14f44750
Merge: abc434a fd0f5a1
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-04-01

    Merge branch 'alpm'

commit fd0f5a158ae27253a99bde0a3bfe77320b8ce048
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-04-01

    alpm: update for libalpm 6

M	backends/alpm/pk-backend-alpm.c
M	backends/alpm/pk-backend-alpm.h
M	backends/alpm/pk-backend-config.c
M	backends/alpm/pk-backend-databases.c
M	backends/alpm/pk-backend-databases.h
M	backends/alpm/pk-backend-depends.c
M	backends/alpm/pk-backend-error.c
M	backends/alpm/pk-backend-install.c
M	backends/alpm/pk-backend-packages.c
M	backends/alpm/pk-backend-remove.c
M	backends/alpm/pk-backend-search.c
M	backends/alpm/pk-backend-sync.c
M	backends/alpm/pk-backend-transaction.c
M	backends/alpm/pk-backend-update.c

commit 35070d60ac860bcb1d749173e2e507fc5b7e1cb0
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: bring back exception handling around build_update_job

M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit f814d9c1a6a6b252a7bdede69d55a28ff5cfc950
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: show update jobs correctly

    Update jobs are different from updates.

M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit cefa2e8e3a267d35c1ac154b6f8b471233a7d50b
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: fix exception processing of applyUpdateJob

M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit 8a87c7e66fa22b543e812d7a1c7ff169ba2c03b9
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-30

    conary: move build_update_job to where it belongs

    * build_update_job should be part of conarypk.py.
    * also move UpdateJobCache to conarypk.py
    * did some cleanup in the meantime. Removed unused method
    _show_package.

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

commit abc434a5845cf3c55bde066e003906320c277f07
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-30

    yum: implement _pkg_compare() and use get_package_list()

    This fixes the backend after 3d740a67ba48c65bc6711bb035a96d6344925941
    broke it.

M	backends/yum/yumBackend.py
M	backends/yum/yumFilter.py

commit 3d740a67ba48c65bc6711bb035a96d6344925941
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-30

    Do not allow backends to output duplicate older packages when
    searching with newest

    Python backends should implement _pkg_compare() rather than
    _pkg_get_unique() and use
    fliter.get_package_list() rather than using filter.post_process()
    directly.

M	lib/python/packagekit/filter.py

commit f8238c9ea2c6b2b7bc09c15cc6b80346a9789546
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2011-03-30

    Add storeInCache parameter to downloadPackages to cover new API

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

commit 9a315cc5263ca1bae9f66fc62f19f39a9e76c905
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-30

    yum: fix DownloadPackages to save to the system cache if there is
    no directory passed to it

M	backends/yum/yumBackend.py

commit c1ee03fb4c29922acd69d33e8cbe5aa85aad8d30
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-30

    Add a 'store_in_cache' attribute to the DownloadPackages method

    This is so we know whether to copy them into a new directory, or
    leave them in
    the package manager cache.

    Note: this does not change the API of the client libraries as we
    can test if the
    download directory is not NULL and set the boolean value accordingly.

M	lib/packagekit-glib2/pk-client.c
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-transaction.c
M	src/pk-transaction.h

commit c50bc7fe87a0d7c929c10e6a858bebf971fa1399
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: remove class scope variable

    Make logic clearer.

M	backends/conary/conaryBackend.py

commit 445c15a900e00520a642929b43a32e1e3705f0db
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: really implement simulate* and don't rely on conary --test

M	backends/conary/conaryBackend.py

commit 0f86471a1a609132b45b62305eea7a96c53e2801
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: process packages update/erase in a single job

    Don't process N packages in N jobs.

M	backends/conary/conaryBackend.py

commit bca698fae727382b6ae71427370b8a13fcc3ce7e
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: remove unnecessary method

M	backends/conary/conaryBackend.py

commit 56d79587e0d132bed5f56d9c41b76edf79d726b3
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: reduce code duplication between get_updates and update_system

    Extract common code into methods

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

commit 7c19db7e6fc32777298f444b3f6ad4f01f7ded6b
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: add a method to reset callback

M	backends/conary/conaryBackend.py

commit a55666118b36b63e62689fc2aad62a69c5f9dd20
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: move job caching methods to UpdateJobCache

    Split job caching methods out from XMLCache

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

commit 4a22a6cf72574ec15e0a35b45da3dfe40015bc52
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-29

    conary: add a TODO

A	backends/conary/TODO

commit 216da925fe9b50720de8459515c004c3ae79d242
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-25

    conary: rename variables to better reflect the return type

M	backends/conary/conaryBackend.py

commit 2750b6dc86f521ce1b97ddfbaf76b95f8fd01bd9
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-25

    conary: move get_arch to conarypk.py

    Moving conary api away from conaryBackend.py

M	backends/conary/conaryBackend.py
M	backends/conary/conaryFilter.py
M	backends/conary/conarypk.py

commit 5cad22fae74f946a1b8e457f936bbae7784534e3
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-25

    conary: remove abundant imports

M	backends/conary/conaryBackend.py

commit 49ae911b4714b4aa23348375ee8f438b55a0afaf
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-25

    conary: clean up trailing spaces

M	backends/conary/XMLCache.py
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/conaryEnums.py
M	backends/conary/conarypk.py
M	backends/conary/generateXML.py

commit b505b70005160e7ff112274193459eb6639d813a
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-25

    conary: rename _get_update to _build_update_job

    Use a more descriptive name.

M	backends/conary/conaryBackend.py

commit ff247546d7d10236927b1238ae44a4e78f637620
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-24

    conary: initialize local variable before using it

    When using a previously cached update job, suggMap can be null
    when it's
    referenced in the return statement.

M	backends/conary/conaryBackend.py

commit 3371da61cef9fdc4985d8a473f346dba25a263b5
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-24

    conary: remove duplicated code

    Remove the duplication between _do_package_update and
    _get_package_update.

M	backends/conary/conaryBackend.py

commit 3724366eef78b4d9adbcf05a706211ca7a9c6cb9
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-03-24

    conary: remove unused parameter

    _do_update doesn't need the applyList.

M	backends/conary/conaryBackend.py

commit befa51c17b77ce53262fb050948f059043b8d456
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-15

    trivial: fix up the Fedora spec file

M	contrib/PackageKit.spec.in

commit 61ec66a10c6ecc42e58f759ab93049a717be26a5
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-14

    Clear the pending queue and cancel any background transactions when
    we get SuggestDaemonQuit

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

commit 67b241b30906052dacf921c5f4419e53732d41ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-14

    Automatically cancel running background transactions if a foreground
    transaction is committed

    This allows us to have session agents automatically using PackageKit,
    and for any
    in-flight requests to be cancelled and automatically requeued if
    a high-priority
    transaction is added.

    This option can be disabled in PackageKit.conf by setting the key
    CancelBackgroundTransactions to false.

M	etc/PackageKit.conf.in
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-task.c
M	src/pk-backend.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 11872c12358cb3ec1491c5309280f548d04aa00e
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-15

    Fix a crash where the error code was pointing to freed memory. Fixes
    rh#684464

M	src/pk-transaction.c

commit bc3d338c7f4c842a494f805b99ad8d45f5572eca
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-14

    trivial: fix make check after the new proxy parameters was introduced

M	src/pk-self-test.c
M	src/pk-transaction-db.c

commit a32482c30d3760ed5a158d4cad7c1f2a569b49ae
Author: Dimitar Popov <dimitar.georgiev.popov@googlemail.com>
Date:	2011-03-14

    qt: Fix typo in SearchGroups

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

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

commit fb1dca938389972793c3e392f0309eead0578e88
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-14

    Honour ACLOCAL_FLAGS in Makefile.am. Fixes fd#35237

    Thanks to hummerbliss@gmail.com for the fix.

M	Makefile.am

commit b3c6db3834ce6f1bc7d2a3d7ba45af0eb2f82f8c
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-03-11

    zypp: check repo file before using it

    The format of repo file should be checked before using it, which can
    prevent crash issue when modify/refresh repo.

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

commit 1c07c5495e4b250f5d21aa5c9db4f7ab4d067c55
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-03-11

    pk-debuginfo-install:fix typo of using PK_FILTER

    PkFilterEnum can't be passed to pk_client_get_repo_list directlly,
    and PkFilterEnum should be transfered using pk_bitfield_value first.

M	contrib/debuginfo-install/pk-debuginfo-install.c

commit 0d9258e2faddf2fd87efcba491dae74403e0bd6b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-04

    Introduce other attributes in the SetProxy() method

    This commit adds the proxy_https, proxy_socks, no_proxy and pac
    attributes to the
    DBus method. It breaks DBus interface API, but is careful to maintain
    packagekit-glib
    and packagekit-qt API and ABI compatibility.

M	etc/PackageKit.conf.in
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	src/org.freedesktop.PackageKit.xml
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-self-test.c
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction.c

commit a1edaa30b3df51ad3c5fc52548aef6b8aed8d693
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-03-09

    entropy: drop entropy.tools deprecated functions usage

M	backends/entropy/entropyBackend.py

commit 26670fcfa4e6e2b634b880cac5e8a34324528aaa
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-07

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 24033e17cb263ae98fab9f0339b6c779782f2995
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-07

    Release version 0.6.13

M	NEWS
M	RELEASE
M	docs/html/pk-download.html
M	po/as.po
M	po/bg.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/eu.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/id.po
M	po/it.po
M	po/ja.po
M	po/kn.po
M	po/ko.po
M	po/lt.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/uk.po
M	po/zh_CN.po
M	po/zh_TW.po

commit d8635bf6f54af8bcccfc06ccee9bd9d2e485d508
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-07

    zif: fix up a trivial bug which the new GCC warns about

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

commit 9469e7c7a079ba1a91eb360b689e6c2318d37c99
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-04

    Port away from PolkitBackendActionLookup to support new versions
    of PolicyKit

M	po/POTFILES.in
M	src/Makefile.am
M	src/pk-engine.c
D	src/pk-polkit-action-lookup.c
M	src/pk-transaction.c

commit 8c8b741701ba3dec367f9bc8f5e7cddc5c6c634c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-03

    glib: allow pk_client_download_packages_async() to be called with
    no target directory

M	docs/planned-api-changes.txt
M	lib/packagekit-glib2/pk-client.c

commit bc795379399a7315fe9a1d3c3ffc03ecbbcbe904
Author: Dan Williams <dcbw@redhat.com>
Date:	2011-03-02

    network: update for NetworkManager 0.9 snapshots

    NM 0.9 consolidates modem devices as the hard separation between
    access technology families is not flexible enough with all the
    new multi-mode devices starting to show up.

    Also, add support for WiMAX mobile broadband.

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

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

commit 891a5a49d8c7c34d31f7646d7da9cf897979aa3d
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-03-03

    Revert "Work with NetworkManager >= 0.8.992 which has removed two
    enumerated types"

    This reverts commit a9babc28659365f1c127f588b18c0ebad19d0f1a.

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

commit 0b1ca77320db9a55e6aa6b231a12fb3c171eec40
Author: Panu Matilainen <pmatilai@laiskiainen.org>
Date:	2011-03-01

    Enable use of new callback mode on yum versions that support it

    The new callback mode saves (tens of) megabytes of memory on
    larger transactions as it avoids keeping rpm headers loaded in
    memory needlessly. This enables the new mode on yum versions that
    support it, on older versions it does nothing at all. As PK callback
    is inherited from yum.rpmtrans.RPMBaseCallback, it's shielded from the
    underlying changes so no further modifications are needed for the new
    callback mode.

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

M	backends/yum/yumBackend.py

commit a9babc28659365f1c127f588b18c0ebad19d0f1a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-28

    Work with NetworkManager >= 0.8.992 which has removed two enumerated
    types

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

commit 3ab29e709f7313221c2c5cac9d46c0f026671781
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-02-26

    entropy: update handled mime types

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

commit 7d66146b24f6550896e8ddb79090fd931f627f7b
Author: Duncan Mac-Vicar P <dmacvicar@suse.de>
Date:	2011-02-18

    zypp: uses the standard system update algorithm from ZYpp, which
    honours user policies. (bnc#637764)

    zypp: Configurable HidePackages=true in [Updates] section in
    /etc/PackageKit/ZYpp.conf to show only maintenance patches
    instead of all packages with update candidates.

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

commit f6c639abc0794850c18927913c6f3b254e0c896b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-18

    trivial: increase the allowed time for cleanup in the self test
    programs to prevent an intermittent failure

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

commit a96d18cb8316ad1766a5c3eedc1ae2afce49ceab
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-02-18

    zypp: remove check online in refresh cache

    check online is not neccesary while refreshing cache, as local
    repo also
    can be used while offline.

M	backends/zypp/zypp-utils.cpp

commit 0bd4c77fa29043ac6d513175d5c533625ba6c5e7
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-02-18

    connman: Change the connman dbus name

    connman dbus name is changed as 'net.connman', and this patch sync
    connmand dbus name with upstream.

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

commit f4329839ed8f60a4daa828678663661946cb5b97
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-17

    trivial: make the error checks more strict in the
    pk_backend_set_name() tests

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

commit 5a7f6f912eaf8dd5cf7d4e468f57c83c23b93f8a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-17

    trivial: show different warning messages for the different databases

M	src/pk-transaction-db.c
M	src/pk-transaction-extra.c

commit 6b54fa7ab7765b2e6e7bf52e67b6e44fb7245436
Merge: 4eb4ab9 99a53c7
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-02-17

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

commit 4eb4ab9a483c590989b3edcc8d851a8e8da12d5e
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-02-17

    trivial: Increase loop timeout in engine self-test

    1000ms is a too fast timeout for slower computers,
    so we increase it to 1500ms.

M	src/pk-self-test.c

commit 99a53c71df78b6ba22db4c54f28aa7c9b1c58bb7
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-17

    trivial: remove the get-updates cached results test, we're testing
    code that no longer exists

M	src/pk-self-test.c

commit f78eb22f4c142b35b149ef2ea5cbdd88b6b41ec8
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-17

    trivial: fix make check for 64bit debian systems that only have
    /lib/libglib-2.0.so.0.2800.0 rather than /lib/libglib-2.0.so

M	src/pk-self-test.c

commit a164364b0eedb56217c23085f39b77b3fa1c98e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-17

    trivial: require --enable-local for make check support in src/

M	src/pk-self-test.c

commit 017a4464524e29389893e13514bf78212903bd5b
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-02-10

    conary: not need to call _get_package_update before _do_package_update

M	backends/conary/conaryBackend.py

commit 73c5dc7634bdac721ac36fafd49a143643f3f831
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-02-10

    conary: make update-system faster

    Avoid duplicate call to _get_update().

M	backends/conary/conaryBackend.py

commit 8411417f2844c7283589b5994deddeeeb9f1f1ed
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-02-10

    conary: fix get-updates

    _get_update should return a tuple of UpdateJob and suggest map.

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

commit 938f54cb228a29588bc232747bf8f1c7294943ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-10

    zif: fix compile with libzif upstream as there was a small API change
    in zif_store_remote_set_enabled()

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

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

    entropy: do not switch UrlFetcher using a Client property (forward
    compatibility)

M	backends/entropy/entropyBackend.py

commit fbbbcaad86c17dfe5b5b403ccd88efd16b0876fc
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-02-07

    entropy: add forward compatibility with newer Entropy (exposing
    Client.PackageFileUpdates())

M	backends/entropy/entropyBackend.py

commit 39d88e39b43aa7839d2c7f3eb0792c3696d00f7d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-05

    slapt: use hash for catgroup

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

commit 1c57b3408533db37f9db9e0ed46cfbc67b4e1286
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-05

    trivial: refactor category to group

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

commit a0c998ba18dd47314d671be1f1992c904cb58d55
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-05

    slapt: update to new slapt

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

commit cfb62db61b2f8f0681372c98bb54de69b53338cd
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-05

    slapt: update to new api

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

commit 6ab611f87632218b78bb70303701b1a5649f77ff
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-05

    slapt: update to glib2 types

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

commit f6543f9e6d510919e5710b7fb24b01643e2b8cdc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-05

    check for polkit_authority_get_sync symbol

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

commit 07a83e7c7011b856c0d75d71a6d90d87f75e4d22
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-02-05

    Remove pacman backend

M	backends/Makefile.am
D	backends/pacman/Makefile.am
D	backends/pacman/backend-depends.c
D	backends/pacman/backend-depends.h
D	backends/pacman/backend-error.c
D	backends/pacman/backend-error.h
D	backends/pacman/backend-groups.c
D	backends/pacman/backend-groups.h
D	backends/pacman/backend-install.c
D	backends/pacman/backend-install.h
D	backends/pacman/backend-packages.c
D	backends/pacman/backend-packages.h
D	backends/pacman/backend-pacman.c
D	backends/pacman/backend-pacman.h
D	backends/pacman/backend-remove.c
D	backends/pacman/backend-remove.h
D	backends/pacman/backend-repos.c
D	backends/pacman/backend-repos.h
D	backends/pacman/backend-search.c
D	backends/pacman/backend-search.h
D	backends/pacman/backend-transaction.c
D	backends/pacman/backend-transaction.h
D	backends/pacman/backend-update.c
D	backends/pacman/backend-update.h
D	backends/pacman/groups.list
D	backends/pacman/pacman.conf
M	configure.ac
M	docs/html/pk-matrix.html

commit 9a448ce737d327a16b6c034081f83e458befc1ca
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-02-05

    alpm: Port features from the pacman backend

M	backends/alpm/Makefile.am
D	backends/alpm/TODO
A	backends/alpm/groups.list
A	backends/alpm/pacman.conf
M	backends/alpm/pk-backend-alpm.c
A	backends/alpm/pk-backend-alpm.h
A	backends/alpm/pk-backend-config.c
A	backends/alpm/pk-backend-config.h
A	backends/alpm/pk-backend-databases.c
A	backends/alpm/pk-backend-databases.h
A	backends/alpm/pk-backend-depends.c
A	backends/alpm/pk-backend-depends.h
A	backends/alpm/pk-backend-error.c
A	backends/alpm/pk-backend-error.h
A	backends/alpm/pk-backend-groups.c
A	backends/alpm/pk-backend-groups.h
A	backends/alpm/pk-backend-install.c
A	backends/alpm/pk-backend-install.h
A	backends/alpm/pk-backend-packages.c
A	backends/alpm/pk-backend-packages.h
A	backends/alpm/pk-backend-remove.c
A	backends/alpm/pk-backend-remove.h
A	backends/alpm/pk-backend-search.c
A	backends/alpm/pk-backend-search.h
A	backends/alpm/pk-backend-sync.c
A	backends/alpm/pk-backend-sync.h
A	backends/alpm/pk-backend-transaction.c
A	backends/alpm/pk-backend-transaction.h
A	backends/alpm/pk-backend-update.c
A	backends/alpm/pk-backend-update.h
A	backends/alpm/repos.list
M	docs/html/pk-matrix.html

commit ec528e95f74dfb473b864680aed0ab6f1a65ea5d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-02

    add missing python(gio) requirement

M	contrib/PackageKit.spec.in

commit ae71842f5c5d9a38575eb3319aff17c30c8f740f
Merge: 3a68e23 ebf0e3b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-02-02

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

commit ebf0e3bb180d95889f49ab604bd9c6be18ec0832
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 2dfcd20f9a2287d6e08edec549c9977352eef0fc
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-01

    Release version 0.6.12

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html
M	po/as.po
M	po/bn_IN.po
M	po/ca.po
M	po/el.po
M	po/eu.po
M	po/gu.po
M	po/id.po
M	po/it.po
M	po/lt.po
M	po/mr.po
M	po/nb.po
M	po/nl.po
M	po/pt.po
M	po/ru.po
M	po/th.po
M	po/tr.po

commit 23b4d884fd446cdd557880944162c8aba657088a
Author: aalam <apreet.alam@gmail.com>
Date:	2011-02-01

    Update Panjabi translation

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

M	po/pa.po

commit 3ae779c53fe68b416f468d63a5333e310d18fc97
Author: fri <pavelfric@seznam.cz>
Date:	2011-02-01

    Update Czech translation

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

M	po/cs.po

commit c0fd3f893eb66f5a9d5c106dc57cc9a80b40ec8f
Author: aloriel <aloriel@gmail.com>
Date:	2011-02-01

    Update Spanish translation

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

M	po/es.po

commit 0300e100c91dca5140308bb2752c4f6d5be55a21
Author: al_shopov <ash@kambanaria.org>
Date:	2011-02-01

    Update Bulgarian translation

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

M	po/bg.po

commit f88df78390b36aa686513c21a59571b77c3deccf
Author: yeager <po@danielnylander.se>
Date:	2011-02-01

    Update Swedish translation

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

M	po/sv.po

commit bb43ac9197a0060237af7e5c8203ddbeece8feeb
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-01

    glib: allow the service pack self tests to run by setting the temp
    directory

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

commit 08f68c5b17a72120e1477fa2cf8060d4ef66b47a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-02-01

    glib: only use g_time_val_from_iso8601() when we have a valid
    ISO8601 value

    The ABI of glib seems to have changed (or a bug has been fixed)
    where values like g_time_val_from_iso8601('2008-08-23') used to
    fail, and now passes (with invalid results).

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

commit 3a68e2302ec2554db13f7a06bf211dd831ba4f6d
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-01-27

    trivial: add missing slackware-version

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

commit 1730723c5c35a7247f2efdb652881522cc2071d7
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-02-01

    conary: space means AND for search-name and search-details

    As specified in the reference manual, "search can contain many words
    separated by spaces. In this case, the search operator is AND."

M	backends/conary/XMLCache.py
M	backends/conary/test-label.xml
M	backends/conary/test.py

commit 5c4885233a72ea2b78fa9edc74c7db2b9b0ff1f5
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-02-01

    conary: fix get-files

    capsules=False is needed for the iterFilesInTrove call.

    Files are not contained in 'packages', but in components. So no
    need to
    do iterFilesInTrove on the package.

    Also get_package_from_id doesn't have to do repoquery if package is
    installed locally.

M	backends/conary/conaryBackend.py

commit 01b968029b98cf5f1b14ee3ac952f4a1f451fee1
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-02-01

    conary: fix resolve to show all versions of installed pkgs

M	backends/conary/conaryBackend.py

commit 8682a16fe30c478f179581ea6231fdc9c9ec4a4b
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-31

    conary: fix ~installed filter

    Commit e8787ffd has a bug. If a package was installed locally,
    a search
    with '~installed' filter didn't return information about this package.

M	backends/conary/conaryBackend.py

commit 6c020d400417cc32c32036b8ed67368d7ea3ee9a
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-31

    conary: fix search to show all versions of installed pkgs

    Remove unused function _edit_package.

M	backends/conary/conaryBackend.py

commit fdebe11e4dbeaa808727eaa7613ec8b717846b9a
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-31

    conary: add get_roles so pkcon correctly reports all supported
    commands

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

commit cf84e3ca9c59080d7a0edcaaac9f252e1b5f0f71
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-31

    conary: fix resolve to not do repo_query if trove is found locally

    If package is found in local db, return it and don't have to do
    repoquery.

    Rename request_query to repo_query. 'conary rq' means repo_query, not
    'request_query'.

M	backends/conary/conaryBackend.py
M	backends/conary/conarypk.py

commit ae8787ffd6e4b3ab2dd52694e68ace1edc56b427
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-31

    conary: fix installed filter

    ConaryFilter can't do proper filtering, since our list of troves
    doesn't
    contain information about whether a trove is installed.

    Check filters manually before calling add_installed() and
    add_available().

M	backends/conary/conaryBackend.py

commit d119e267223e97e2cff483b65fa7c9fc99a57eb1
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-30

    conary: clean up resolve_list

    Give more staightforward names to variables and organize codes into
    logical blocks.

    _search_package doesn't need to return an index.

M	backends/conary/conaryBackend.py

commit 261ac5a3dc98652cb8aac3b04a8abe9d7c788c75
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-30

    conary: fix get-details to really output the licenses

    Simplify the code a bit and don't filter through
    PackageKitEnum.free_licenses.

M	backends/conary/conaryBackend.py

commit d05d4f28e6099cf3c5dc539e07a06d48b87cbc80
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-29

    conary: simplify a little

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

commit df2adcee7e7b6b5eec35c8aa817be9d048369866
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-29

    conary: add some test

A	backends/conary/test-label.xml
A	backends/conary/test.py

commit cfb59cda1201c6cab34cff9f9c7935caedbbd5cd
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-29

    conary: fix refresh-cache

    Stop trying to parse the XML file in __init__, or else refresh-cache
    has
    no way to continue.

    Also need to put _fetch_XML in XMLRepo. Data about a single repo
    should
    be managed in XMLRepo instead of XMLCache.

M	backends/conary/XMLCache.py

commit 41a1cff532d114bd519b127c13a79609f29c0b31
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-29

    conary: fix search-details

    search-details is now provided the values argument in a list.

M	backends/conary/XMLCache.py

commit 41eb2d4798ccd7c667f6e78be80a321d78aeb652
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-29

    conary: fix search-group

    search-group is now provided the values argument in a list.

M	backends/conary/XMLCache.py

commit 9b839457d60a08bc347ceb58582a653a35a7336e
Author: Jesse Zhang <zh.jesse@gmail.com>
Date:	2011-01-29

    conary: fix search-name

    search-name is now provided the values argument in a list instead
    of a str.

M	backends/conary/XMLCache.py

commit 7df4eb7270d390836aaff598e49b26dc4674cc65
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-27

    glib: do not return distro-specific id's whilst testing, to fix
    'make check' on Debian

M	data/tests/test.catalog
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-control.c

commit 1466503bab00a316252bb1d951d7a3167da2d587
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-27

    glib: ensure we test for and always run the self-check-socket-program
    in 'make check'

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

commit 5f4857b53ad9209a5eb83612312cf8515389192a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-26

    trivial: Use strncmp rather than strcmp when passing the buffer as
    we can't rely on the data being NULL terminated

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

commit 8cb9b2f022cfb920e78fb9c73adbdbba9fa29eb0
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-26

    Fix calling pk_client_helper_start() with no environment set

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

commit ebea77ef7c678daf3c993a0976c32ecd529c4809
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-26

    glib: Check sscanf() returned the correct number of items before
    using the answer

M	lib/packagekit-glib2/pk-console-shared.c

commit 8be5cd1f326b34d4d0e911a14b0151fba5cb038b
Merge: 9086620 c8d4cd0
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-01-25

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

commit 90866206886d635770a47047b54d65f776af9e8c
Author: Colin Watson <cjwatson@canonical.com>
Date:	2011-01-25

    aptcc: Use a pty rather than a pipe for writing to apt

    This works just as well for writing conffile prompt responses, and
    allows apt to produce useful entries in /var/log/apt/term.log again.

M	backends/aptcc/apt.cpp

commit 481f5a1616c8d3c0f0ce1787baacd59ded9f4d70
Author: Colin Watson <cjwatson@canonical.com>
Date:	2011-01-25

    Set client locale to LC_MESSAGES rather than LC_ALL

    If some locale categories are set to different values (e.g.
    LANG=en_GB.UTF-8 LC_COLLATE=C), then glibc's setlocale (LC_ALL, NULL)
    will return a composite name, which looks something like this:

      LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=en_GB.UTF-8;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MONETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=en_GB.UTF-8;LC_ADDRESS=en_GB.UTF-8;LC_TELEPHONE=en_GB.UTF-8;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=en_GB.UTF-8

    Setting LANG to this, as some backends do, will produce invalid
    results;
    the only thing that can validly be done with this string is to set the
    LC_ALL locale category to it.

    However, in some cases (e.g. the aptcc backend), we need to set the
    locale in the environment rather than via setlocale.  Since some
    programs have been known to look at locale environment variables
    directly, passing a composite name through the environment is probably
    not the most reliable approach.  Instead, fetch the LC_MESSAGES
    category, since our uses of the client locale are generally for
    message
    localization.

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

commit 2fcce8f5014a44e28d00c47e9f01c1b76c8abc5c
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2011-01-25

    aptcc: sanitize file descriptor handling

    Make sure that apt always has a stdout fd.	Running apt with no fd
    1 is
    invalid, and causes any maintainer script that writes to stdout
    (not an
    uncommon practice) to die with EBADF.

    Close pipes we don't need before running apt.
    (patch by Colin Watson <cjwatson@canonical.com>)

M	backends/aptcc/apt.cpp

commit c8d4cd05cfc9732765f1b5241f6c50927e1dc7ee
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-25

    yum: Update the cached comps group list when enabling of disabling
    a repo. Fixes rh#629049

M	backends/yum/yumBackend.py

commit b136989d626b49f28181fee1dc599aaf2238b592
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-25

    yum: make a few trivial changes to keep pylint happy

M	backends/yum/yumBackend.py

commit 4fbf73124e83f90a952a951847c83e3df4fa954c
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-25

    yum: Correct three syntax errors that could cause a backtrace

M	backends/yum/yumBackend.py

commit 36d97933479400948d96a57c1a72921b219a505d
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-25

    yum: Do not attempt to call yum.repos twice when using RHN

    If using PK+yum+RHN we can try to setup the prerepoconf stuff twice,
    which explodes in an ugly python backtrace. Try to do something clever
    in this case, to avoid the AttributeError.

    Patch idea from James Antill, many thanks.

M	backends/yum/yumBackend.py

commit 8c385ed7a5b972d213ccef887d90065988c03e19
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-25

    trivial: fix up the pylint checker script to run with modern pylints

M	lib/python/packagekit/pylint.sh

commit d7a2d1e7b15c8d6f8c45bcdd1948d80cf3b6a423
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-25

    trivial: update the fedora spec file

M	contrib/PackageKit.spec.in

commit 466b53075e156e6584642aec7b4f084708c4e506
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-01-24

    trivial: fix typo in log messages

M	backends/entropy/entropyBackend.py

commit 920d81a0da57f8d1818b0a29d28e882ab31c1f12
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-01-24

    entropy: fix crash in dependencies removal calculation

M	backends/entropy/entropyBackend.py

commit 6ad33cf6e2e35756b089c35f34c8620c1fe08b9c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2011-01-21

    entropy: restore compatibility with entropy >=1.0_alpha8

M	backends/entropy/entropyBackend.py

commit 9775f4a93bf91e4d541f8103733930e2962e8124
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-01-21

    zypp: consider autoremove in remove_packages

    This patch enable the autoremove feature for zypp backend.

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

commit 4440e5287ad680643e37cd2bb25ea2cda5c97f6a
Merge: 1c090a3 79ccdfc
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-01-15

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

commit 79ccdfc64120f0ec8e55561a8190d32cea804ef0
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2011-01-11

    zypp: include system repo when install local rpm

    system repo is necessary to be considered when install local rpm.

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

commit 9aa318baf3fed1b4c9b53d0271fe63dfe1aa6c1b
Author: Jonathan Conder <jonno.conder@gmail.com>
Date:	2011-01-11

    trivial: pacman: fix compilation

M	backends/pacman/backend-pacman.c

commit 1c090a39d867bafb2f91c7a8487355d7faf37947
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2011-01-10

    add speed backend method

M	lib/python/packagekit/backend.py

commit 83a829d210a6af2f5f491dd2ab6085fce3b0d23f
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-10

    zif: Support the new speed property

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

commit 6c0d5b00ee307b179033a8832c6758866e5ea457
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-10

    trivial: remove a debugging line that isn't actually true

M	src/pk-backend.c

commit 2993f04dbb094e390a60f9c06e56b139d6166d2b
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-10

    Provide a hook so spawned backends can report speed

M	src/egg-string.c
M	src/egg-string.h
M	src/pk-backend-spawn.c

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

    zif: ensure we set the correct key for the metadata_expire value

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

commit 13bce887c16f4ade215c354ff69c3714a787cacc
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-10

    glib: avoid spamming lots of low level debugging to
    .xsession-errors. Fixes rh#668303

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

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

    trivial: fix up loading the backends in order by breaking the loop
    on success

M	src/pk-main.c

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

    Allow the user to specify a comma delimited list of backends to try
    to load at daemon startup

M	contrib/PackageKit.spec.in
M	etc/PackageKit.conf.in
M	src/pk-main.c

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

    Only try to populate the command list in pkcon after the PkControl
    command has finished

M	client/pk-console.c

commit 139237f20e4083a143d67e073e1b5438a12ea07a
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-06

    zif: Remove the trivial state warning when we simulate an update

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

commit 6ca8d1a666665dfe9714a0e0567d5573765ca048
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-06

    zif: do not crash when returning the package untrusted error

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

commit 8c1a59ae2e2941b917aa8a7969a6d79e6262c2a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-06

    zif: return the correct error when a transaction needs further
    authorisation

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

commit d7d6a6d50e54f658ed60ec18fc04b17919ba9000
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-05

    yum: Do not block the update list on InfrastructurePackages it breaks
    auto-updating on security packages

M	backends/yum/Yum.conf

commit 73f3fd40952d2c2ca71b29af976d3044c211b980
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-04

    packagekit-qt: do not cause a build error when building with -j4

M	lib/packagekit-qt/src/Makefile.am

commit 7a92f842830e3ea9122463fe279f0b42150cbd63
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-04

    yum: Ensure the category data is valid UTF8

M	backends/yum/yumBackend.py

commit 0414a053c0e4f0ec361e86f6a57d43cf5f5ad948
Author: Richard Hughes <richard@hughsie.com>
Date:	2011-01-04

    cnf: do not enable debugging unless VERBOSE is present in the
    environment. Fixes rh#666254

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

commit 37b95f785a1f5e342238a6295738622d624e7950
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-12-29

    entropy: fix compatibility with newer Entropy releases

M	backends/entropy/entropyBackend.py

commit ff04b5e9cdca4b50d5b652f6a78935a957182bc4
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-27

    pkcon: check PK error in pk_console_resolve_package

    pk error should be checked first in pk_console_resolve_package,
    or pkcon
    can't report correct error info, and pkcon can't catch the error
    occurs
    in PK backend.

M	lib/packagekit-glib2/pk-console-shared.c

commit 36886ff2e6c8aacf049a50c9385d93015833ec5a
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-27

    zypp:support download source RPM packages

    without this patch, zypp backend can't download source RPM.

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

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

    Fix LP#591474 bug which caused a crash when the Section() of a
    package was NULL

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

commit 40b35fd2cda8a558b2ef2721ab67bb1c46861750
Merge: 8b7d7b9 5147655
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-19

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

commit 8b7d7b9452e33c1a2e7f808b1b12e9d9e6c27ab0
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-19

    trivial: Make PK compile for GLib 2.24

    Replace g_unix_socket_address_new_with_type with
    g_unix_socket_address_new whereever possible.

M	backends/dummy/pk-backend-dummy.c
M	lib/packagekit-glib2/pk-client-helper.c
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-socket-example.c

commit 93bf0a760cf489764427234258b0bb57d76c7c5c
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-19

    aptcc: Make it compile with GLib 2.24

    This is a fix by Julian Andres Klode which
    we ship in the Debian packaging of PK.
    It also simplifies the date/time handing in APTcc.

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

commit 51476559ce05b63bdf31184aeffdca46def33f8a
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-14

    zypp:implement download packages

    This patch implemented download packages features for zypp backend.

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

commit 731fb250588348125195788e9c89f0e2ac6b80ac
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-14

    zypp:erase system resolvables in zypp_build_pool

    If we call zypp_build_pool without local, then the system resolvables
    should be erased from pool. Just as the case of downloading packages,
    and
    we should search from the pool excluded the system resolvables.

M	backends/zypp/zypp-utils.cpp

commit b592797b17f0629264f8113ed319983580633f28
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-14

    zypp:dont send package signal in DownloadProgressReportReceiver

    package signal should not be sent in
    DownloadProgressReportReceiver. In
    fact, we cant get the summary, and package signal should be sent in
    backend_install_packages_thread, backend_download_packages_thread,
    etc.

M	backends/zypp/zypp-events.h

commit c8a3e700778e3fe3e5d7086f8b277f611e4a4205
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-12-14

    zypp:Refresh cache before searching

    refresh cache is necessary for searching to sync rpmdb and repo.

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

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

commit 4095a1f17eec9e9ed3b8e1be362bfc84f5f7c3ac
Merge: d6d64e4 25c16c2
Author: Matthias Klumpp <matthias@nlinux.org>
Date:	2010-12-13

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

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

    Explictly include GIO in command-not-found too

    Added GIO to LDADD to try and fix a weird
    linker error on Debian.

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

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

    trivial: update our release process to alight with Transifex 1.0

A	.tx/config
M	RELEASE
M	po/.gitignore

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

    trivial: sync all the translations with the Transifex instance

M	po/as.po
M	po/bg.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/eu.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/id.po
M	po/it.po
M	po/ja.po
M	po/kn.po
M	po/ko.po
M	po/lt.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/uk.po
M	po/zh_CN.po
M	po/zh_TW.po

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

    Explictly include GIO in the command line tools LDADD to try and
    fix a wierd compile error on Debian

M	client/Makefile.am

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

    trivial: Commit the pot file to make Transifex happy

M	po/.gitignore
A	po/PackageKit.pot

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

    trivial: post release version bump

M	RELEASE
M	configure.ac

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

    Release version 0.6.11

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

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

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

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

    trivial: Fix compilation issue with GCC 4.5

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

M	src/pk-transaction.c

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

    smart: add origin to installed, if available

M	backends/smart/smartBackend.py

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

    python: use SetHints now instead of SetLocale.

M	lib/python/packagekit/client.py

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

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

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

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

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

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

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

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

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

    Spawn KDE Debconf frontend if KDE is running

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

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

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

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

M	backends/yum/yumBackend.py

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

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

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

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

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

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

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

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

M	backends/yum/yumBackend.py

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

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

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

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

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

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

M	src/pk-transaction.c

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

    Allow cancelling a transaction if it is not cancellable

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

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

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

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

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

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

    aptcc: Use the new PK_ERROR_ENUM_CANNOT_GET_LOCK

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

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

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

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

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

    packagekit-qt: Updated enums and converted tabs to spaces

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

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

    zypp:fix a logic error in refresh cache

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

M	backends/zypp/zypp-utils.cpp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

M	src/pk-backend.c

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

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

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

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

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

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

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

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

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

    trivial: update the fedora reference spec file

M	contrib/PackageKit.spec.in

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

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

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

    packagekit-qt: fix order of initialization

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

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

    zif: fix a few trivial bugs spotted by clang

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

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

    dummy: fix a potential NULL dereference spotted by clang

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

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

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

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

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

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

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

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

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

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

    trivial: Point to Gitorious repo on download page

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

M	docs/html/pk-download.html

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

    pacman: actually fix recursive logging

M	backends/pacman/backend-pacman.c

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

    l10n: Updated Ukrainian (uk) translation to 100%

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

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

M	po/uk.po

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

    l10n: Updated Basque (eu) translation to 100%

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

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

M	po/eu.po

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

    aptcc: Make sure the package is valid before some operations

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

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

    l10n: Updated Basque (eu) translation to 100%

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

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

M	po/eu.po

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

    l10n: Basque translation added to PackageKit

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

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

A	po/eu.po

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

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

M	backends/aptcc/gstMatcher.cpp

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

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

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

    aptcc: Gstreamer search coded support finished

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

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

    l10n: Updated Polish (pl) translation to 100%

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

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

M	po/pl.po

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

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

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

    trivial: add the transifex auth token

A	README.transifex

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

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

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

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

    zypp: Fix a typo in get_zypp

M	backends/zypp/zypp-utils.cpp

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

    zypp:Catch ZYppFactoryException in get_zypp

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

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

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

    aptcc: first bits to a working gstreamer matcher

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

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

    aptcc: link aptcc to gstreamer

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

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

    l10n: Updated Czech (cs) translation to 100%

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

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

M	po/cs.po

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

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

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

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

M	po/zh_TW.po

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

    l10n: Updated Czech (cs) translation to 100%

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

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

M	po/cs.po

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

    Transfer correct restart info while updating packages

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

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

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

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

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

    zypp:  filter installed packages to update

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

M	backends/zypp/zypp-utils.cpp

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

    trivial: Select KDE Debconf frontend if KDE is running

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    yum: adjust to the Zif 0.1.3 API break

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

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

    yum: Set the repository directory when doing a complete upgrade

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

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

    trivial: Added Debian to PK download page

M	docs/html/pk-download.html

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

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

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

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

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

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

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

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

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

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

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

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

    Add an upgrade-kind parameter to UpgradeSystem()

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

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

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

    trivial: Add the python stub for upgrade-system

M	lib/python/packagekit/backend.py

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

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

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

    aptcc: Ported away from PK_BACKEND_OPTIONS

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

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

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

    pkcon get-roles shows no changes

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

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

    zypp: support repo filter in geting repo list

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

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

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

    Always show update a package even if already update

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

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

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

    pacman: prevent recursive logging

M	backends/pacman/backend-pacman.c

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

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

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

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

M	backends/aptcc/apt.cpp

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

    yum: fix compile with git master versions of Zif

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

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

    dummy: add a more realistic UpgradeSystem

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

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

    Use PolicyKit to restrict the UpgradeSystem method to administrators

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

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

    yum: do not claim to implement the RepoSetData method

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

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

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

M	src/pk-backend.c

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

    glib: Add some C getters to PkDistroUpgrade

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

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

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

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

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

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

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

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

    trivial: make the bash completion file match reality

M	contrib/pk-completion.bash

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

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

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

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

    Use G_LOG_DOMAIN in all the backends

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

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

    yum: fix compiling when not using Zif

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

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

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

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

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

M	po/es.po

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

    trivial: post release version bump

M	RELEASE
M	configure.ac

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

    Release version 0.6.10

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

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

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

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

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

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

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

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

    trivial: I need to setup a 64 bit machine here

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

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

    trivial: fix compile with 64 bit size_t, harder

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

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

    trivial: fix compile with 64 bit size_t

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

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

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

M	etc/PackageKit.conf.in

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

    Add some C getters and setters for PkClient and PkTask

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

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

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

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

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

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

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

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

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

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

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

    Set the DISPLAY when using debconf-communicate

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    trivial: fix up some syntax highlighting issues

M	configure.ac

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

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

M	backends/yum/Yum.conf

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

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

M	backends/yum/Makefile.am

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

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

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

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

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

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

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

M	po/en_GB.po

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

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

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

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

    yum: fix compile when not using Zif

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

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

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

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

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

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

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

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

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

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

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

    Add the concept of a transaction lifecycle

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

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

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

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

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

M	src/pk-backend.c

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

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

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

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

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

M	src/pk-transaction-db.c

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

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

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

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

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

M	src/pk-inhibit.c

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

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

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

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

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

M	src/pk-backend.c

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

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

M	src/pk-dbus.c

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

    Make PkLsof find lsof on Debian

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

M	src/pk-lsof.c

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

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

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

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

    trivial: allow adding log domains to the default debug framework

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

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

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

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

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

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

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

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

    trivial: Add suggested settings for a Zif speed boost

M	backends/yum/Yum.conf

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

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

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

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

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

M	client/pk-console.c

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

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

M	etc/PackageKit.conf.in

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

    trivial: set G_LOG_DOMAIN in CNF

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

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

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

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

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

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

    This reverts commit 7ecec05029c23ccd2e6c25e50474768db3eb5876.

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

M	src/pk-transaction.c

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

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

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

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

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

    yum: set G_LOG_DOMAIN for pretty verbose output

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

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

    trivial: fix make distcheck

M	lib/packagekit-glib2/Makefile.am

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

    Switch from EggDebug to the GLib debugging framework

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

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

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

M	src/pk-time.c

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

    smart: set PATH for FreeBSD (and Linux)

M	backends/smart/smartBackend.py

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

    add missing os import

M	backends/smart/smartBackend.py

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

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

M	backends/smart/smartBackend.py

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

    updated slapt backend for compatibility with slapt-get 0.10.2g

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

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

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

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

M	backends/yum/Yum.conf

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

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

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

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

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

M	lib/python/packagekit/package.py

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

    glib: Add several more FSF free licenses

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

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

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

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

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

    zypp: Call zypp_build_pool() when searching with what_provides

    Call zypp_build_pool correctly when searching with what_provides.

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

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

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

    configure: fixed alpm detection code

M	configure.ac

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

    Merge branch 'remove-pk-sharp'

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

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

M	lib/packagekit-glib2/Makefile.am

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

    trivial: show if gobject-introspection support was found

M	configure.ac

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

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

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

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

    Only build with gobject-introspection when completely up to date

M	configure.ac

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

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

M	configure.ac

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

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

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

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

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

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

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

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

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

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

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

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

    trivial: post release version bump

M	RELEASE
M	configure.ac

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

    Release version 0.6.9

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

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

    trivial: require zif 0.1.1 for the new API we introduced

M	configure.ac

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

    Fix build with newer gobject-introspection

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

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

M	lib/packagekit-glib2/Makefile.am

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

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

    This reverts commit a04286d4a9b66703fc4c1a4a122251419f3bbbfc.

M	lib/packagekit-glib2/Makefile.am

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

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

M	backends/entropy/entropyBackend.py

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

    glib: Fix build of introspection with gobject-introspection 0.9.9

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

M	lib/packagekit-glib2/Makefile.am

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

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

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

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

    yum: remove RepoSetData, it's a NOOP

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

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

    yum: allow SearchFiles and GetUpdateDetail to be processed using zif

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

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

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

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

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

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

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

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

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

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

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

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

M	client/pk-console.c

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

    trivial: add Anjuta to the list of PK users

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

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

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

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

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

    trivial: pacman: fix build with new backend API

M	backends/pacman/backend-pacman.c

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

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

M	backends/yum/yumFilter.py

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

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

M	src/pk-backend.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    yum: only cancel the GCancellable if we are using ZIF

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

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

    Ensure we set an error if the spawned backend gets cancelled

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

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

M	src/pk-backend-spawn.c

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

    glib: ensure GCancellable values are valid, or NULL

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

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

    Send correct network state for connman end

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

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

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

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

M	backends/yum/yumBackend.py

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

    glib: Do not return simulation failures as critical errors

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

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

    glib: only return packages for catalogs that are _not_ installed

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

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

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

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

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

    yum: Fix the split media handling in PackageKit yum backend

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

M	backends/yum/yumBackend.py

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

    When prompting for media, include the disc number

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

M	backends/yum/yumBackend.py

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

    Enable proxy for zypp backend

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

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

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

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

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

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

    aptcc: Updated calls not to use deprecated apt code

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

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

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

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

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

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

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

M	backends/yum/yumBackend.py

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

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

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

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

    Fix generating an updates service pack using pkgenpack

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

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

    Refresh cache and sat solv pool data if necessary

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

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

M	backends/zypp/zypp-utils.cpp

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

    Refresh cache before geting upgrade and installing

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

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

M	backends/zypp/pk-backend-zypp.cpp

commit 1b39a57b9f61270e057829a4c3654be1d9337939
Author: Zhang Qiang <qiang.z.zhang@intel.com>
Date:	2010-09-16

    Refresh system rpmdb while refresh cache

    Refreshing rpmdb is necessary, which can let packagekitd get the
    correct status of packages, even if you use rpm command to change the
    status of rpmdb while packagekit is running.

M	backends/zypp/zypp-utils.cpp

commit 4be060ff28ea226dd13a133666f7f3bc53c7fbd3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    Fix g_time_val_from_iso8601() call in pk_iso8601_to_date()

    It appears the semantics of g_time_val_from_iso8601() has changed in
    new versions of GLib. Work around this until we can depend on
    GDateTime
    and remove a lot of the date/time insanity.

M	lib/packagekit-glib2/pk-common.c

commit fa6d8045d2fbe347da3986246c8fda7a2766830d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    trivial: pk_iso8601_to_date() is less strict than
    g_time_val_from_iso8601() so relax the warning a little

M	src/pk-backend.c

commit dd9e7d1fcac2783d0add807863e78766da63e1a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    yum: switch to using transaction_start() and transaction_stop()
    to reduce backend complexity

M	backends/yum/pk-backend-yum.c

commit b4fec94949739667a2a81b5c2e829f02cc34354d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    trivial: fix up compile error with the last patch, cause by a lack
    of ctrl-s

M	src/pk-backend.c

commit eb00ffb63672bb35dd4ad6ca486fb6e39b61c85c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    Add transaction_start() and transaction_stop() vfuncs to make
    backends simpler

    For threaded backends, there is a lot of copy and paste code in
    just setting up and tearing down the packaging system for each
    transaction. By making this common code we can make our lives
    much easier.

    The new vfuncs are optional, and nothing uses them yet.

M	backends/alpm/pk-backend-alpm.c
M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/box/pk-backend-box.c
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/entropy/pk-backend-entropy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/ports/pk-backend-ports.c
M	backends/razor/pk-backend-razor.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	src/pk-backend.c
M	src/pk-backend.h

commit fd0f734b8cc7a53c738acc891c801c08a910095d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    trivial: remove console warning that isn't valid anymore

M	src/pk-backend.c

commit a3aa63fc548511a670ac20533158b0a35ea5805d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-14

    yum: Add an initial rough cut of zif compatible GetDepends()

M	backends/yum/pk-backend-yum.c

commit 2a68a6cd3ce8c24a18773da888411d0f135798c6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-13

    browser-plugin: Do not query PkDesktop by default

    By default, firefox is compiled with an internal version of sqlite
    and when packagekit-glib sucks its own copy into the running
    process, hilarity ensues. Icons are less important than a crashed
    browser.

M	contrib/browser-plugin/pk-plugin-install.c

commit ff71dc0bbfda8071ef4fb6a86251dc67fda4c1c1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-13

    browser-plugin: Fix up 2 small memory leaks in error paths

M	contrib/browser-plugin/pk-plugin-install.c

commit 58e5b2b56250d1a7580831ea17d6161f84b00ef7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-13

    aptcc: Added Fonts group

M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/pk-backend-aptcc.cpp

commit c184d102997c2993b11c2654f9463c734b637232
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-10

    yum: Fix searching by category when using the zif backend

M	backends/yum/pk-backend-yum.c

commit 6114eccbee731b3b6b9e9d5b5b1289377ef5c81c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-08

    portage: add compatibility with latest Portage 2.2 rc snapshots

M	backends/portage/portageBackend.py

commit ab37d0a7c95de3b6334ca1c4b511fa0bbba4e3f6
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    cleanup get_packages_by_name callers.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 4be91a61af938b60dda052e1f3a73b12725be0ef
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    Include patches in 'resolve' results so we can:
    $ pkcon update <patch>
    Fixes bmc#2059, thanks to xiaoqiang0

M	backends/zypp/pk-backend-zypp.cpp

commit e2dbeaa07e1bc5b81459aeb8d841b357bc2898bb
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    add development package support to filtering

M	backends/zypp/zypp-utils.cpp

commit 2f70f1c459cd9028b626a10b122b76dec2b0ae5a
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    Calculate sizes for patches correctly: bmo#2281, bnc#559802,
    Thanks to Gary Lin and xiaoqiang0

M	backends/zypp/pk-backend-zypp.cpp

commit b99f29f8b38ed6b6a5958e51cc70fcd4b69b9c1d
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-09-07

    rename to clarify zypp_check_restart method.
    remove premature require_restart emission in update_packages_thread

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit cddf170210ace28fa8046946456c4c28a4f80497
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-06

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit c3813c3f3ff57e9e1eb1f22a9c881b55b141c209
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-06

    Release version 0.6.8

M	NEWS
M	docs/html/pk-download.html

commit 02a9bab2dbdd0a7be64cc1535df43226eb64c669
Merge: 908006d 18042ac
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-06

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 908006dca23437a6025198bad126dc7f52352cdd
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-06

    packagekit-qt: Fix compilation

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp

commit 18042ac75d46ff4e02b09f1c6b3aa7706f688ba5
Author: aalam <aalam@fedoraproject.org>
Date:	2010-09-05

    l10n: Updates to Panjabi (Punjabi) (pa) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pa.po

commit daa24593fea9ad8ff3b0601dc0c933dadd6b2505
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-05

    packagekit-qt: Forgot to setHints()

M	lib/packagekit-qt/src/client.cpp

commit 3d2cdb95b9c78a767ebe29d0ce771143ce206fac
Merge: bd21a16 f89b106
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-05

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit bd21a167b09f0b3a4d7fc745a970e3671107f734
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-09-05

    packagekit-qt: Fixed error on proxy creating,
    extended API but unprotecting some methods and
    moving Transaction methods to the Transaction
    object. Hopefully fixed the bug where the
    Application got irresponsive when packagekid exits.

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/common.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h

commit f89b106a39fbbf8b80b9f8e586fe6cfb3a2ef3e9
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-02

    trivial: add entropy to packagekit matrix page

M	docs/html/pk-matrix.html

commit a4b21dcdaf3f38b5e4cd3c9fab60ca1ddb8d25ac
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-02

    trivial: build with gtk2-devel as a BR too

M	contrib/PackageKit.spec.in

commit f96fc3d442fe85bad01833a91b213d2ee30c6781
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-02

    trivial: add Sabayon to pk-users page

A	docs/html/img/users-sabayon.png
M	docs/html/pk-users.html

commit a3cdb200a6d3a08201c0964c1035086b4c430308
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-02

    entropy: implement what_provides feature for mimetypes

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit 9b173c7bfd7de5925acb8910880a09566aef5604
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-09-02

    trivial: Split out the gtk-module subpackages a little

M	contrib/PackageKit.spec.in

commit 48b8f1cbda5a8a921cc0d71f4cc54972d64bb547
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-01

    trivial: fix previous entropy backend commit

M	backends/entropy/entropyBackend.py

commit fdf1e04094fe525ca6361ecbd459f69932d6f2e0
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-09-01

    entropy: encode input strings into UTF-8 before processing, thanks
    to Daniel Halens for reporting

M	backends/entropy/entropyBackend.py

commit af68cba5bf309c05da1e9aed7d7753a4cc8e9e1a
Author: Žygimantas Beručka <uid0@akl.lt>
Date:	2010-08-29

    Add Lithuanian translation

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	po/LINGUAS
A	po/lt.po

commit 1acc2b448409ba999506a0574e5283f86c077085
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-29

    Ensure gobject-introspection is installed before running
    configure. Fixes #29861

M	autogen.sh

commit 2d087eaed6572f5c5f2d28ca8c4644c1e27510bd
Author: Mark J Cox <mjc@redhat.com>
Date:	2010-08-27

    yum: Fix update notices: not all yum repos are official fedora ones

    Currently a hardcoded link pointing to
    https://admin.fedoraproject.org/updates/
    is added to all update notes that have an update_id.  But not all
    repositories
    providing updateinfo.xml data and id's are the upstream fedora
    repositories.

    Ideally the fedora repos would provide the link themselves in
    a references
    entity, and I'll add a bz for them to do that, but in the meantime the
    following patch ensures the link only gets added to updates from
    the official
    fedora repo by checking that the 'from' matches
    'updates@feodraproject.org'.

    I've also moved this logic before parsing other references as this
    vendor-specific URL is likely the most important (and self) reference.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/yum/yumBackend.py

commit 6db4bdaf595d39f6ec299e51478d59fb9487914c
Author: Mark J Cox <mjc@redhat.com>
Date:	2010-08-27

    yum: Redundant updated date gets displayed

    Some repos have the 'updated' date on an advisory included in
    updateinfo.xml
    set even on the initial release, matching the 'issued' date.

    In these cases the gpk GUI will display 'This notification was
    issued on
    08/05/2010 and updated on 08/05/2010' which could lead to confusion.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/yum/yumBackend.py

commit fb06418962666e3ff9bdbb468cefb323d1ed9d48
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-25

    aptcc: fix variable name

M	backends/aptcc/apt.cpp

commit 1e8ee872420693b5fafd482ab362c8c55c7680ba
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-25

    aptcc: Forbid canceling while installing, the user might need to
    dpkg --configure -a on the cmd line.

M	backends/aptcc/apt.cpp

commit 622d8c040a825ab531d0c8eaa3f301514ec9deab
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-25

    aptcc: Disable auto remove by default, it was said that most users
    hate this...

M	backends/aptcc/apt.cpp

commit 6aa760a140fafb6f002a58a54f97733b4b636b3d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-20

    aptcc: Improved how packages are emited

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h
M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h

commit 9462461c73c72cc4fa238234e16a629920666cb9
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    aptcc: make sure all downloaded packages emit FINISHED

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h

commit 2075558ee291b42130a2d771f03e460049b180cc
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    Fixed speed property

M	src/pk-backend.c
M	src/pk-transaction.c

commit 929bb173374d25081e9259dc88fc2e87c2a7c912
Merge: 8945599 a2e9286
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 894559904e8426b575a082ddfece9c40d48277a3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-19

    aptcc: Fix how downloads are emitted, emit speed too altough
    packagekit doesn't work yet.

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/acqprogress.h
M	backends/aptcc/apt.cpp

commit a2e9286206fcc06528525805856012681b92b2ab
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-08-17

    l10n: Updates to Chinese (Taiwan) (zh_TW) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_TW.po

commit 8b5d9a7614132d74690b044a33a28dd3958acaa5
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-13

    apcc: Improved user experience by setting subprogress on package
    installation/remove/update

M	backends/aptcc/apt.cpp

commit 43a8930a8a6f6ab0a3ff1af3496c35fd4355ae18
Merge: d5b0447 1ea6518
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-12

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit d5b0447528ebd96fe0bad93c66c8e82800ed3841
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-12

    aptcc: Improved logic for the updates category

M	backends/aptcc/apt.cpp

commit 1ea65183c3dff343d989fdec69d227c1965b62ca
Author: dapidc <dapidc@fedoraproject.org>
Date:	2010-08-12

    l10n: Updates to Indonesian (id) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/id.po

commit 8ff4922a07c911f14d32d75242dffb5508a7c244
Author: yeager <yeager@fedoraproject.org>
Date:	2010-08-11

    l10n: Updates to Swedish (sv) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sv.po

commit 9d2c36d5b35d39d33674b50d817d2256712ca41f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-11

    aptcc: Show apt error message when we could not get the cache lock

M	backends/aptcc/apt.cpp

commit d44a9f81e4cd180fe58ebec293cff11a8da8f20c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-10

    Fix compile with the latest PolicyKit release

    Do not raise the PolicyKit build dep, as that's going to anger
    distro folk...

M	configure.ac
M	src/pk-engine.c
M	src/pk-transaction.c

commit 021248e8acccc1fcc7dc1f4257b64879822a6a29
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-10

    yum: Add selinux-policy to the list of infrastructure packages

M	backends/yum/Yum.conf

commit cd7b3a68a23a8be243c4f71a3f7950c13a641435
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    immediately abort transactions that set errors relating to signature
    interactions.
    Extended comment on how this works before
    (zypp_refresh_meta_and_cache).

M	backends/zypp/TODO
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 587f0a543777417e5eb53802d56c7603f3a93c1f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    add accessor to detect if an error is already set on a backend.

M	src/pk-backend.c
M	src/pk-backend.h

commit 010125bc1cbf57a979e617c4afeb3881ce273590
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    Accept not Accep

M	backends/zypp/zypp-events.h

commit 6f109602acccfe6b84b9876df33aded3e216ecba
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    Increase timeout between an error message and assuming the thread
    is dead.
    Cleanup pk backend destruction

M	backends/zypp/pk-backend-zypp.cpp
M	src/pk-backend.c

commit 7ecec05029c23ccd2e6c25e50474768db3eb5876
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-05

    set allow_cancel default in init to match that in
    pk_transaction_set_running ie. FALSE

M	src/pk-transaction.c

commit 4457ede65970686e3fc447ffd47428b1d48b552f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-08-04

    Remove a double pk_backend_finish path, and an incorrect
    update_packages callback

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit eff5e8ba6225a71d8dfe44b787996845d1c6f726
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: update RELEASE

M	RELEASE

commit f3eafa3e21aa1bba1da6dfb1c7f702b99cb5f8d7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: post release version bump

M	configure.ac

commit 54b63ab87db3963cb7e7b8e268f971e4da701d85
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    Release version 0.6.7

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	src/pk-engine.c

commit 9c8f8838d72fc9cea91b81c3a1e72fc0da4744a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: fix up the self check program

M	data/tests/pk-spawn-test-sigquit.py

commit 0437be5bffac3847641441493031ecada2214029
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-08-04

    trivial: remove localised output from the entropy backend

M	backends/entropy/entropyBackend.py

commit 8aa909f9b72ad6b75be900dcf8ca44506a3f2e96
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-03

    apt, aptcc: When the packagekit package is removed
		the 20packagekit file is not removed
		so apt-get update & friends starts to
		print errors, this change makes it not
		exit without success.

M	backends/apt/20packagekit
M	backends/aptcc/20packagekit

commit a18c437ca5d2e270ddea58d1cb400bae19dce644
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-02

    apt, aptcc: Then real problem with the notifications is that
		the caller does not block and wait fot the answer,
		with --print-reply the man page says it will block
		for the reply. With this argument the UpdatesChanged
		signal is emmited, sounds like a DBus bug.

M	backends/apt/20packagekit
M	backends/aptcc/20packagekit

commit ea67d7641d0dd1a2ce62fba56da685993b5bb7c4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-08-02

    apt, aptcc: start packagekitd before asking it to emit cache-update

M	backends/apt/20packagekit
M	backends/aptcc/20packagekit

commit d141d960c6c57aab18dca61bbc942bc5e8896699
Author: Fatih Aşıcı <fatih@pardus.org.tr>
Date:	2010-08-01

    pisi: Adapt backend for the recent API changes

M	backends/pisi/pisiBackend.py
M	backends/pisi/pk-backend-pisi.c

commit d2e586cc5fc59ce6149abaa49d6a3d95d0e88426
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-30

    entropy: add forward compatibility with upcoming UrlFetcher changes

M	backends/entropy/entropyBackend.py

commit cf545ffd78ebb08e89c14e8cca13db22345330cf
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-07-30

    Fix an import

M	backends/aptcc/get-distro-upgrade.py

commit beeecf48a164722edb0c821dbabde153cfcfa8cd
Merge: 7af058a 36333a4
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-07-27

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 7af058a1c947a77e341bf3e2c12d3611961b8684
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-07-27

    Added support to get distro upgrades and also fixed a hook script
    that pokes packagekitd when cmd line tools are used

M	backends/apt/20packagekit
A	backends/aptcc/20packagekit
M	backends/aptcc/Makefile.am
M	backends/aptcc/get-distro-upgrade.py
M	backends/aptcc/pk-backend-aptcc.cpp

commit 36333a4ba1fadecd9e014aef74ffe5dd9ebf720c
Author: Vincent Untz <vuntz@gnome.org>
Date:	2010-07-23

    cron: Do not exit with 1 if the cron script is disabled in the config

    Exiting with 1 means it is an error, while it's really just a
    configuration option.

M	contrib/cron/packagekit-background.cron

commit 4cf075e020d818cd16dd2df32cd5f138cbf3d3e0
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-07-23

    pacman: add support for versioned provides field

M	backends/pacman/backend-search.c

commit fc468469bf955520b3cfcbd609b3b3b1252a0e40
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-22

    yum: add gnome-packagekit and kpackagekit to the list of
    infrastructure packages

M	backends/yum/Yum.conf

commit c46cc1401f9ed10a6416b4da2267e0ced2678257
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-22

    glib: Add an 'interactive' property to PkTask so that we  can use
    it to do '-y' in pkcon properly

M	client/pk-console.c
M	lib/packagekit-glib2/pk-task.c

commit 41c2fb6044042f7700190ed46275c6f3f957c8e7
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-07-22

    trivial: pacman: cosmetic fixes

M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-update.c

commit 90e45f88c1a1692950b90a471960af4598caa826
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-18

    web: update 0install logo

    there is no official logo but the closest to one is using instead the
    one that is already published in freshmeant

M	docs/html/img/users-0install.png

commit 041669640da6e6e37490f0162ff766082b090d7e
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-18

    web: trivial upgrade of copyright date

M	docs/html/index.html
M	docs/html/pk-authors.html
M	docs/html/pk-bugs.html
M	docs/html/pk-download.html
M	docs/html/pk-faq.html
M	docs/html/pk-help.html
M	docs/html/pk-intro.html
M	docs/html/pk-matrix.html
M	docs/html/pk-profiles.html
M	docs/html/pk-reference.html
M	docs/html/pk-screenshots.html
M	docs/html/pk-users.html
M	docs/html/pk-using.html

commit c0e98c1855b1219286c7a26b2622993c8b62ebeb
Author: makoto <makoto@fedoraproject.org>
Date:	2010-07-15

    l10n: Updates to Japanese (ja) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/ja.po

commit c1f23831fcb1d41310fad8f961b6f4fd7f0682c6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-13

    yum: ensure we call _check_init when we do GetCategories

M	backends/yum/yumBackend.py

commit f38e3a17c273cbd48f9ccd9f8639fc7ce151bca6
Author: warrink <warrink@fedoraproject.org>
Date:	2010-07-13

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit 95a93421a3eae2f2defdb6a2baa3e98ce3b9020a
Author: Sebastian Krzyszkowiak <seba.dos1@gmail.com>
Date:	2010-07-12

    opkg: fix status type in get_updates

M	backends/opkg/pk-backend-opkg.c

commit 83626eb50585400079bc181a9f5b822523435f9e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-12

    Unbreak CNF after the daemon moved to libexec. Fixes rh#613514

M	contrib/command-not-found/PackageKit.sh.in

commit 45d9c73e1bcbe18a731fd93c77637503478a7cf7
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-12

    web: add 0install to the user list

A	docs/html/img/users-0install.png
M	docs/html/pk-users.html

commit c727490196126cf878eb9af0f6e2cfd16cd2e224
Author: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Date:	2010-07-12

    trivial: update fedora info and image comment

M	docs/html/pk-users.html

commit cad86922f41cd07a3e280f4932eda7a59a16af8e
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-12

    entropy: fix system packages calculation

M	backends/entropy/entropyBackend.py

commit 0784442de3e321d33c143e98ab32b96030c69359
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-07-09

    alpm: fixed compilation with ALPM 5; do not fail on unrecognized
    config directives

M	backends/alpm/pk-backend-alpm.c

commit d0d5de4ca03c54e2a5000dd49dff80cb17b21c80
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-08

    Don't ship README AUTHORS NEWS COPYING in all subpackages to save
    1.1Mb for distros. Fixes rh#612332

M	contrib/PackageKit.spec.in

commit 9981c558f6c7592b1ee652915e3baf09c33f7f27
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-08

    yum: wrap _getEVR in a try,catch block to deal with invalid version
    numbers. Fixes rh#612360

M	backends/yum/yumBackend.py

commit ac6b2b35cd554b51d2d3ebd8f4ea72a8d6495d37
Author: warrink <warrink@fedoraproject.org>
Date:	2010-07-07

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit b106454dfbd27056c891a42ea25172ebdbb2d656
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-07

    If either of ProxyHTTP are set in PackageKit.conf then silently
    ignore the user proxy setting. Fixes rh#604317

M	etc/PackageKit.conf.in
M	src/pk-engine.c

commit e00fa2ff0f20b81722786c372cb5659268668fcf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-06

    yum: do not issue RepoListChanged when we disable or enable the
    media repo automatically

M	backends/yum/pk-backend-yum.c

commit 449fab71242c734c185c46277e03e41258c35340
Author: raven <raven@fedoraproject.org>
Date:	2010-07-05

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit fca047b4b75ae3798d101b3ffd47712318c7fedc
Author: logan <logan@fedoraproject.org>
Date:	2010-07-04

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit 86620188e5d64174036b5a73b4774a3dcc52d3c4
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    entropy: improve Entropy backward compatibility

M	backends/entropy/entropyBackend.py

commit 1d762e0562e09b2b398ee6872ff7fb6d3f1f570c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    entropy: improve import statements

M	backends/entropy/entropyBackend.py

commit 743d424b916f5ab97ca3b3d70d8a88231319abe6
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    portage: port to new API, make backend working again

D	backends/portage/packagekit
M	backends/portage/portageBackend.py

commit b0e6679ee13170c3d0541538e26079c2db098735
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-07-04

    portage: improve import statements

M	backends/portage/portageBackend.py

commit b27a267b97a94607567b781ed29e25711b4ddb51
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-07-04

    APT: Adapt latest Python backend API changes

M	backends/apt/aptBackend.py

commit 7a8dccf43b3ef29f284d7d2bb6c7b3b9bb7e174f
Author: chenh <chenh@fedoraproject.org>
Date:	2010-07-03

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit 75fcef69f4708057592abb4b0db8ad12467653e9
Author: chenh <chenh@fedoraproject.org>
Date:	2010-07-02

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit 86d62063d947f0f3ad3595b5ecce195e609d3cd7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-02

    Add a long document explaining the media-repo functionality

A	docs/media-repo.txt

commit c4503caf97c6f8dd62f1a6827d2ef845abc78c0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-02

    yum: Ensure we disable the MediaRepo when the PackageKit backend
    has finished

    YUM is unable to ignore repos that do not exist, even media repos
    and this stops yum working if the media is not present.

    PackageKit is a bit more clever and can ignore (with a warning)
    sources that do not exist or are not contactable but we still need
    to preserve compatibility for people who use both the PackageKit
    tools and the yum CLI.

    Ensure we set the enabled= line in the repo file so that any tool
    that cannot skip repos is able to continue working.

M	backends/yum/pk-backend-yum.c

commit 62511c88495ed87a1fc2699e809fff0ef707aa8d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-02

    Make the PkBackend always start with the WAIT state, but do not
    proxy this onto the bus

M	src/pk-backend.c
M	src/pk-transaction.c

commit 470746717a2dd9b46f582cf366b83a3ef531558b
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-07-01

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit 61af84d7fb2ad31d2fb77c158d96cd550bf6ac99
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    trivial: sync up the fedora spec file with upstream

M	contrib/PackageKit.spec.in

commit be6432ce037d94b8d011af6059dd066d24915d07
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    Recognise bluetooth connections as mobile networks. Fixes rh#609827

M	src/pk-network-stack-nm.c

commit 757702db27443a3ad1ea7c4894443bcca662f245
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-06-26

    pacman: improve debug output

M	backends/pacman/backend-pacman.c

commit 9f7728be82661a3973c5a514a6b4150471fb7324
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 80bf759941d910eed15aa4dbe047a3e51391f462
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    Release version 0.6.6

M	NEWS
M	docs/html/pk-download.html

commit e38582033a527ffc32983bb8b0151a52dff7ac66
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-07-01

    Get the control properties async when the user starts the pkmon tool

M	client/pk-monitor.c

commit 07965ec5d41e0e0eb368e0c04c7d59c217b80281
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    Ensure filters are properly split for spawned backends

M	lib/python/packagekit/backend.py

commit 7dd8db95bcaad1f86ff2c494b3111d363d3e8c98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    trivial: fix 'make distcheck'

M	client/Makefile.am

commit 6d365a61981e398a184eb1ba4cf0a1dd852c6e95
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    Port 'make check' to GTest rather than using our homegrown EggTest
    functionality

M	client/Makefile.am
D	client/egg-test.c
D	client/egg-test.h
M	client/pk-console.c
D	client/pk-self-test.c
M	data/tests/Makefile.am
M	data/tests/pk-spawn-dispatcher.py
A	data/tests/pk-spawn-test-sigquit.py
M	lib/packagekit-glib2/Makefile.am
D	lib/packagekit-glib2/egg-test.c
D	lib/packagekit-glib2/egg-test.h
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	src/Makefile.am
M	src/egg-string.c
D	src/egg-test.c
D	src/egg-test.h
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h
M	src/pk-backend.c
M	src/pk-cache.c
M	src/pk-conf.c
M	src/pk-dbus.c
M	src/pk-engine.c
M	src/pk-file-monitor.c
M	src/pk-inhibit.c
M	src/pk-lsof.c
M	src/pk-notify.c
M	src/pk-proc.c
M	src/pk-self-test.c
M	src/pk-spawn.c
M	src/pk-spawn.h
M	src/pk-store.c
M	src/pk-syslog.c
M	src/pk-time.c
M	src/pk-time.h
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit bef88a9e2e2f4e533fba40ca008fd486d11ec8ba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    Ensure we clear the cancel timer when we finish a PkBackend
    transaction to avoid the next transaction getting cancelled
    automatically

M	src/pk-backend.c

commit 80a2ead6e470b82ddba9d52b3fb852056ee6b554
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-29

    trivial: print the overwriting role in pk_backend_set_role_internal()

M	src/pk-backend.c

commit a24e9e1263ad53a5fd0e6eadef23fdd42121c168
Merge: 406d453 d122718
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-06-28

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 406d45300f7c6484e427c889e799261aadc87087
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-06-28

    aptcc: Added distro upgrade support
	   Added debconf support

M	backends/aptcc/apt.cpp
A	backends/aptcc/get-distro-upgrade.py
M	backends/aptcc/pk-backend-aptcc.cpp
M	docs/html/pk-matrix.html

commit d122718318f588735c53189437422b55c1c4fb14
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-06-28

    ports: use distfiles size, for uninstalled packages

M	backends/ports/portsBackend.rb

commit 2b79865440d4ff89bb7daca617ebed296fe83f76
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Fix group searching. Missed an API change.

M	backends/apt/aptBackend.py

commit cb52a7ef6bcc6cc73849593f5b75b435638e5376
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Adapt to an API change to allow OR searches (from last December)

M	backends/apt/pk-backend-apt.c

commit 2e48cf3c1d23d8c6c3d5811d893882c1616bdd5a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Trivial. Fix an oversight from the last commit

M	backends/apt/aptBackend.py

commit 0a7e2306c0e9190a06cafcd82e6e4683808412bf
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-06-25

    APT: Adapt to splitted arguments from the Python backend

M	backends/apt/aptBackend.py

commit bb540392bcc9be20c75d5d2059d59b74ab028df3
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-06-23

    Don't crash checking status of non-patches.

M	backends/zypp/zypp-utils.cpp

commit b9460af7429630144b01fab9dd08aa2c2534b700
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-06-23

    fix FPE when there are no repos.

M	backends/zypp/zypp-utils.cpp

commit 8fa210808d58d3c6cc45fdfd1acb7a7d73015acd
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-21

    Disable get_zypp in intialize - initialize has to be fairly fast
    otherwise
    we get dbus method timeouts killing eg. gpk-application on first
    start as
    it calls GetAll properties.

M	backends/zypp/pk-backend-zypp.cpp

commit 0db859bf598b4fab7f296631e384a3fc67658061
Author: Aurelien Lefebvre <alkh@mandriva.org>
Date:	2010-06-21

    Updated my email address in source code

M	backends/urpmi/helpers/perl_packagekit/enums.pm
M	backends/urpmi/helpers/perl_packagekit/prints.pm
M	backends/urpmi/helpers/urpmi-dispatched-backend.pl
M	backends/urpmi/helpers/urpmi_backend/actions.pm
M	backends/urpmi/helpers/urpmi_backend/filters.pm
M	backends/urpmi/helpers/urpmi_backend/groups.pm
M	backends/urpmi/helpers/urpmi_backend/open_db.pm
M	backends/urpmi/helpers/urpmi_backend/tools.pm
M	backends/urpmi/pk-backend-urpmi.c

commit fe8dc5a1f15561f54baf28545e23098115d56350
Author: Aurelien Lefebvre <alkh@mandriva.org>
Date:	2010-06-21

    urpmi: fix update-system command and only_trusted parameter

    incorrectly modified two calls to perform_installation to pass
    options hash as a reference,
    causing the parameters to not be interpreted correctly by
    perform_installation, breaking update-system command and causing
    only_trusted to be ignored in these cases.

    Fix that by passing the options as key/value pairs as expected by
    perform_installation.

M	backends/urpmi/helpers/urpmi-dispatched-backend.pl

commit df8ccae7032823ce516675b23dc0ce21c60ea94e
Author: chenh <chenh@fedoraproject.org>
Date:	2010-06-21

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit 720e4631dc6b86cc06637ae966de3f7a538c0a0a
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-06-20

    pacman: update for pacman-glib 3.4.0

M	backends/pacman/backend-install.c
M	backends/pacman/backend-install.h
M	backends/pacman/backend-packages.c
M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-remove.c
M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-transaction.h

commit fedeb7b53eceb00759d5c5aa765cf66bb2f1bc7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-16

    Move the packagekitd binary to libexec

    According to the FHS, packagekitd is system activated, and not
    designed
    to be run by the end user. So move it where it belongs.

M	contrib/PackageKit.spec.in
M	data/Makefile.am
M	src/Makefile.am

commit aab7a985eb903c1404d0890614af926f61863de4
Author: chenh <chenh@fedoraproject.org>
Date:	2010-06-15

    l10n: Updates to Chinese (China) (zh_CN) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_CN.po

commit fe1f036f3376b36800cef03673e9c694d6ee9dfd
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-06-14

    entropy: implement forward compatibility support

M	backends/entropy/entropyBackend.py

commit 91062c028cdadefe2af5aa2adcbe3c9dde90bde1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-08

    Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available

M	configure.ac
M	contrib/PackageKit.spec.in
M	contrib/gtk-module/Makefile.am
A	contrib/gtk-module/gtk-2.0/Makefile.am
A	contrib/gtk-module/gtk-3.0/Makefile.am

commit e7fd639093a641257f8ec1dae38fa0c7073e35b5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-05

    yum: don't crash with an internal error if the .discinfo is malformed

M	backends/yum/yumBackend.py

commit a1cd508feceb9edccd6db7db30ef627d8fc4b179
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-05

    Assign names to our idle sources when using new versions of glib2

    This makes it possible to profile more accurately using systemtap

M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/gtk-module/pk-gtk-module.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-task.c
M	src/egg-test.c
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-main.c
M	src/pk-notify.c
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 886787fdb119c4e974ef44cc1ffcb31bc0b42407
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-04

    cnf: Add a MaxSearchTime entry in CommandNotFound.conf and default
    to 2000ms

M	contrib/command-not-found/CommandNotFound.conf
M	contrib/command-not-found/pk-command-not-found.c

commit a48a24afc49dc5ffb9bbd6d813f1ae182f152d89
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-04

    Only set a cancelled error after we've given the backend a fighting
    chance to process the request

M	src/pk-backend.c

commit e340880c24ba0b121494b26f09bf586c96823c6c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-04

    glib: Explicitly mark the library as LGPLv2 by using the correct
    boilerplate code

M	contrib/PackageKit.spec.in
A	lib/packagekit-glib2/COPYING
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-bitfield.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-catalog.h
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-common.h
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-console-shared.h
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-desktop.h
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-details.h
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-error.h
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-eula-required.h
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-files.h
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-media-change-required.h
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-id.h
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-ids.h
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack-sync.h
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress-bar.h
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-progress.h
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-detail.h
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-repo-signature-required.h
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-require-restart.h
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-results.h
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-service-pack.h
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-source.h
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-text.h
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task-wrapper.h
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-list.h
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-transaction-past.h
M	lib/packagekit-glib2/pk-update-detail.c
M	lib/packagekit-glib2/pk-update-detail.h

commit 0e8e984dff58fcb8ee073fc9f9e7d3b997123590
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-06-03

    l10n: Updates to Chinese (Taiwan) (zh_TW) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_TW.po

commit de478bc3df00b3dd09cd1047a078f1227bf1008f
Author: khasida <khasida@fedoraproject.org>
Date:	2010-06-03

    l10n: Updates to Japanese (ja) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/ja.po

commit 3ab408f760040a8e3913ce55544ba261169b7f3b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    trivial: sync the fedora spec file with upstream

M	contrib/PackageKit.spec.in

commit 60f0dbeece8dc8f2b089d843705a80382856c237
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 40165edb4bf665ef45a4b888a90be3d0e943ed87
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    Release version 0.6.5

M	NEWS
M	configure.ac
M	docs/html/pk-download.html

commit 13cf587de0f4eead670438f77430952b9d814110
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    trivial: remove the word link after unistd.h insanity

M	contrib/browser-plugin/pk-plugin-install.c

commit 72a5f91e354697c53ac82d91b348d627fdf52c1f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-06-02

    yum: Fix up the filter check when doing GetRepoList(). Fixes rh#598697

M	backends/yum/yumBackend.py

commit 1ed4c0c35ab8637c912a3d0dcc54295ed89356db
Author: Marcin Banasiak <marcin.banasiak@gmail.com>
Date:	2010-05-30

    poldek: port backend to new API

M	backends/poldek/pk-backend-poldek.c

commit 2e3605d941458f77951dba56e4a493b2a456d9d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-27

    yum: catch and ignore the socket exception on oddball systems. Fixes
    rh#596779

M	backends/yum/yumBackend.py

commit 79ea70836449f33c57b6c28945b38c3bcddc9e63
Author: vpv <vpv@fedoraproject.org>
Date:	2010-05-21

    l10n: Updates to Finnish (fi) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/fi.po

commit b10ce45afa4927313f339ac3b2351efea9c2caba
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-05-21

    entropy: make backend working with latest Entropy releases

M	backends/entropy/entropyBackend.py

commit 529507cb6139b38e8e3884a364b49ddeefd0b284
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-19

    tweak from merge

M	client/pk-console.c

commit 937fe4512d572e3bd7491f56f93a1f0061591802
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-19

    build conditional BUILD_ZIF needs to be at the top level

M	configure.ac

commit af07c481d42c6c98bf1fb24b3dd35389d20d548a
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-19

    add --force argument to pkcon refresh

M	client/pk-console.c

commit 25f1e4f98fcd42a85271cadb27a436a183e06ccf
Author: kristho <kristho@fedoraproject.org>
Date:	2010-05-14

    l10n: Updates to Danish (da) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/da.po

commit 9aa9a3711d52712af4665807a24cf795e4b3d61e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: Update backend to libzif git master

M	backends/yum/pk-backend-yum.c

commit 1b5d99d57acf67ecc0dbe790f18f445e68e41650
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: use the system installed version of the zif accellerator

M	backends/yum/Makefile.am
D	backends/yum/libzif/egg-debug.c
D	backends/yum/libzif/egg-debug.h
D	backends/yum/libzif/zif-changeset.c
D	backends/yum/libzif/zif-changeset.h
D	backends/yum/libzif/zif-completion.c
D	backends/yum/libzif/zif-completion.h
D	backends/yum/libzif/zif-config.c
D	backends/yum/libzif/zif-config.h
D	backends/yum/libzif/zif-depend.c
D	backends/yum/libzif/zif-depend.h
D	backends/yum/libzif/zif-download.c
D	backends/yum/libzif/zif-download.h
D	backends/yum/libzif/zif-groups.c
D	backends/yum/libzif/zif-groups.h
D	backends/yum/libzif/zif-lock.c
D	backends/yum/libzif/zif-lock.h
D	backends/yum/libzif/zif-md-comps.c
D	backends/yum/libzif/zif-md-comps.h
D	backends/yum/libzif/zif-md-filelists-sql.c
D	backends/yum/libzif/zif-md-filelists-sql.h
D	backends/yum/libzif/zif-md-filelists-xml.c
D	backends/yum/libzif/zif-md-filelists-xml.h
D	backends/yum/libzif/zif-md-metalink.c
D	backends/yum/libzif/zif-md-metalink.h
D	backends/yum/libzif/zif-md-mirrorlist.c
D	backends/yum/libzif/zif-md-mirrorlist.h
D	backends/yum/libzif/zif-md-other-sql.c
D	backends/yum/libzif/zif-md-other-sql.h
D	backends/yum/libzif/zif-md-primary-sql.c
D	backends/yum/libzif/zif-md-primary-sql.h
D	backends/yum/libzif/zif-md-primary-xml.c
D	backends/yum/libzif/zif-md-primary-xml.h
D	backends/yum/libzif/zif-md-updateinfo.c
D	backends/yum/libzif/zif-md-updateinfo.h
D	backends/yum/libzif/zif-md.c
D	backends/yum/libzif/zif-md.h
D	backends/yum/libzif/zif-monitor.c
D	backends/yum/libzif/zif-monitor.h
D	backends/yum/libzif/zif-package-local.c
D	backends/yum/libzif/zif-package-local.h
D	backends/yum/libzif/zif-package-remote.c
D	backends/yum/libzif/zif-package-remote.h
D	backends/yum/libzif/zif-package.c
D	backends/yum/libzif/zif-package.h
D	backends/yum/libzif/zif-repos.c
D	backends/yum/libzif/zif-repos.h
D	backends/yum/libzif/zif-store-array.c
D	backends/yum/libzif/zif-store-array.h
D	backends/yum/libzif/zif-store-local.c
D	backends/yum/libzif/zif-store-local.h
D	backends/yum/libzif/zif-store-remote.c
D	backends/yum/libzif/zif-store-remote.h
D	backends/yum/libzif/zif-store.c
D	backends/yum/libzif/zif-store.h
D	backends/yum/libzif/zif-string.c
D	backends/yum/libzif/zif-string.h
D	backends/yum/libzif/zif-update-info.c
D	backends/yum/libzif/zif-update-info.h
D	backends/yum/libzif/zif-update.c
D	backends/yum/libzif/zif-update.h
D	backends/yum/libzif/zif-utils.c
D	backends/yum/libzif/zif-utils.h
D	backends/yum/libzif/zif.h
M	backends/yum/pk-backend-yum.c
M	configure.ac

commit f28b67440608ae5eb7c19ad382e1c71c9bec269f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: Attempt to use removable disk repos if they exist at backend
    startup

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit dd2e6df694436cea0fb83a6fafb6e6d62a46696b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: The transaction root is not set at _init(), so we have to
    re-query the root when we start each action

M	backends/yum/libzif/zif-store-local.c
M	backends/yum/pk-backend-yum.c

commit 0d21ed15bdb4a6e62efcf602f01137d9e63ff7ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    Fix up several daemon thinkos when a client tries to set a root
    other than '/'

M	src/pk-engine.c

commit f8ffbcee30252b1dff776e5663bbc88174060e0f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    yum: Remove all the MediaManager implementations and write a small
    GIO based callback

M	backends/yum/Makefile.am
M	backends/yum/yumBackend.py
D	backends/yum/yumMediaManager.py
D	backends/yum/yumMediaManagerDeviceKit.py
D	backends/yum/yumMediaManagerGIO.py
D	backends/yum/yumMediaManagerHAL.py
D	backends/yum/yumMediaManagerOS.py

commit d6464be3475f3b505a0f62ba44994ace9034e0da
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    Use the new PkTask API in pkcon so we can deal with Media and
    Eula queries

M	client/pk-console.c

commit b9bbcf001b6adcb6faf43f2ce1ca115aa541fe53
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    glib: add sync versions of the new API in PkTask

M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h

commit 31217d5862df8aed1708cbc14b80eb57550de16e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    glib: Add some new PkTask methods that handle the Media and Eula
    callbacks for the application

M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h

commit 0244fe8f011425fc36d74c69f17e339665e82c31
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-12

    Show the MediaChangeRequired signals in pkmon

M	client/pk-monitor.c

commit 44d673b96eb1a76c2839d98bf9090aaf848dd563
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-05-11

    PackageKit-Qt: Add Q_ENUMS to DaemonError

    This commit adds the Q_ENUMS macro for the DaemonError enum defined in
    client.h. This allows using Qt's meta-object system with the enum, for
    example to convert numeric values into human readable form.

M	lib/packagekit-qt/src/client.h

commit b9ab0467e24a91d3f13cfaa947726ecab976da40
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-11

    yum: Do not abort init when Yum.conf does not contain some required
    keys

M	backends/yum/yumBackend.py

commit 1ff93715b75be888a05d64f62022dfb6c80ae8c7
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-05-10

    APT: Make sure to use format_string consequently on every output which
    could contain multiple lines

M	backends/apt/aptBackend.py

commit 29cb4d24cbad83fc3df75ebf95da53ee1c0dd2fe
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-05-10

    Python-Backend: Fix a typo in format_string

M	lib/python/packagekit/backend.py

commit b37919f81ab5a8a5a9f01f3036368e8197773e66
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-05-10

    APT: Adapt cherry picked patch for name searching to the 0.6 API

M	backends/apt/aptBackend.py

commit 170ddbf3b3126f73be539af98ffba282da460169
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-13

    APT: Allow to do an AND search for multiple package names

M	backends/apt/aptBackend.py

commit 33a6f0ed9e56216a6cc7147c6d20912cd1d797d3
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-13

    APT: use UTF-8 as default encoding and allow to write unicode
    to stdout.
    This should finally fix all the encoding problems.

M	backends/apt/aptBackend.py

commit 2e613d4919a34f02142b3a7fde7aa12a3769ba2a
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-04

    APT: Show a sub progress for package downloads

M	backends/apt/aptBackend.py

commit 37c8568c35d53d77439432aaa2813a523c2286dd
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-07

    Re-factor to pass PkBackend * around; hopefully we can GObject-ify
    that
    and use it to store state on, that is currently static.
    Very hacky 'root' implementation.

M	backends/zypp/TODO
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 588c348dc342b99a997321577ecc146a464aba64
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-07

    Detect and advertise from /etc/meego-release
    Thanks to: Peter J Zhu <peter.j.zhu@intel.com>

M	src/pk-engine.c

commit bd817872214107f3aab5fb3a8ac76b263dcc73d1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-06

    trivial: sync the rpm spec file with fedora

M	contrib/PackageKit.spec.in

commit 990e9094abe713599d64e8c6010b057c1a34a8a1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-06

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit bfe0f6760e90e414c20c1f3cbb0460da1930250f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    update

M	backends/zypp/TODO

commit 3c01fb78ecbdf7bd1bd5dfa3717ac0547ea48285
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    add TODO
    Updating:
      + unify code used to generate the list of updates
      + merge in packages, not contained in any patch
	( also allows us to update from pure patch repos )

A	backends/zypp/TODO
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit d5f2f324e52fce355b41c7a1bfde6393ca9cc900
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    Remove if (a == TRUE) type sillies; the processor has no boolean type,
    and this sort of thing is dangerous; if (2) is true, if (2 == TRUE)
    is not.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp

commit d0f8413287587c37c9d8efc945cd6e0237c9c58b
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-05-06

    l10n: Updates to Chinese (Taiwan) (zh_TW) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/zh_TW.po

commit 37c3a8fdd351b9141e1cadf876c743d10c14821a
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-07

    pacman: fixed potential memory leak

M	backends/pacman/backend-install.c

commit 95a156fbc4176e77065f20206e618ba440c79275
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-07

    pacman: Update status in pk-matrix.html

M	docs/html/pk-matrix.html

commit bc4456e647667d72a90fec998f402bba16bb38a4
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-04

    pacman: add support for updating packages

M	backends/pacman/Makefile.am
M	backends/pacman/backend-install.c
M	backends/pacman/backend-install.h
M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-transaction.c
M	backends/pacman/backend-transaction.h
A	backends/pacman/backend-update.c
C073	backends/pacman/backend-install.h
backends/pacman/backend-update.h

commit 7c323b55f520a1c26b14720b2629191f5d6fbd85
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for removing packages

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-remove.c
A	backends/pacman/backend-remove.h

commit c637c5910157a556ba3165b94d1e5708040dc7cf
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for installing packages

M	backends/pacman/Makefile.am
A	backends/pacman/backend-install.c
A	backends/pacman/backend-install.h
M	backends/pacman/backend-pacman.c

commit fc611ca97bd2e80a940b681536e06c7c795fd4d8
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add basic transaction infrastructure

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-transaction.c
A	backends/pacman/backend-transaction.h

commit 08e24e7899a9a45c59a796b356dd97fd42826665
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add dependency lookup

M	backends/pacman/Makefile.am
A	backends/pacman/backend-depends.c
A	backends/pacman/backend-depends.h
M	backends/pacman/backend-pacman.c

commit a17b9b6ea942c27df9e61d0ff9af7419b8f56847
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add searching support

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-search.c
A	backends/pacman/backend-search.h

commit 5d6ff45a59cc1256218fec87ccfb19a2be374dc8
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add package-related methods and helpers

M	backends/pacman/Makefile.am
A	backends/pacman/backend-packages.c
A	backends/pacman/backend-packages.h
M	backends/pacman/backend-pacman.c

commit f3dc5bceca79a281b1d8eb2bd59ae2facb675c13
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for package groups

M	backends/pacman/Makefile.am
A	backends/pacman/backend-groups.c
A	backends/pacman/backend-groups.h
M	backends/pacman/backend-pacman.c
A	backends/pacman/groups.list

commit a0c504f2298169a7824ff5ba77fa82d992099080
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add support for managing repos

M	backends/pacman/Makefile.am
M	backends/pacman/backend-pacman.c
A	backends/pacman/backend-repos.c
A	backends/pacman/backend-repos.h

commit b0d10be480615b02fcc4445e7c13f6c39c5b1458
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add cancellation infrastructure

M	backends/pacman/backend-pacman.c
M	backends/pacman/backend-pacman.h

commit 5f1ceb316f4cc2f5512e858855818f7d307095b5
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add trivial backend functions

M	backends/pacman/backend-pacman.c

commit a2af32b3175c32d6a4657e7afbe455ce3fd0d7ae
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    pacman: add error reporting infrastructure

M	backends/pacman/Makefile.am
A	backends/pacman/backend-error.c
A	backends/pacman/backend-error.h
M	backends/pacman/backend-pacman.c

commit 846d652ad912c15d3e342f48a8face885bc79716
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-02

    create skeleton pacman-glib backend

M	backends/Makefile.am
A	backends/pacman/Makefile.am
A	backends/pacman/backend-pacman.c
A	backends/pacman/backend-pacman.h
A	backends/pacman/pacman.conf
M	configure.ac

commit 83460a2b07aac18ffd776e23812af89e8f9028ff
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-06

    trivial: initialize arrays to NULL when replaying cached GetUpdates
    data

M	src/pk-transaction.c

commit 7cb12f937588a1cb46769e62ed94f2cb1e54ddd5
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-05-06

    trivial: set backend role after resetting it

    Fixes fd#27527 for good

M	src/pk-transaction.c

commit dfdd3ca4c434c85fa56ddd8df7ad206dd2ae4b75
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    Cleanup: kill unpleasant g_strv_length calls.
    Re-work install_packages_thread
	+ detect available packages that are already installed, and
	  forbid re-installation (the PackageKit way)
	+ emit all-packages-already-installed error
	+ search for PoolItems using the better search-by-name iterator
    First cut at specifying packages that cannot be removed and suitably
    aborting a transaction if they are requested to be so

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 3e5d25c5e13074d87b7f7a45dae142a7ead3298d
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-06

    Fix problem whereby the terminal wouldn't return data to scanf from
    a read before newline; but pk_console_get_number would only consume
    the digits, leaving a '\n' malingering to break a subsequent
    pk_console_getchar_unbuffered.

M	lib/packagekit-glib2/pk-console-shared.c

commit 7a82596532ab572d0133cd2b90068fdb4e474acb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-06

    Release version 0.6.4

M	NEWS
M	docs/html/pk-download.html

commit 446c63d971fe04df149bf74dcc2363a654e7db08
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    trivial: use the GLib TRUE/FALSE defines to fix compile

M	src/pk-backend.c

commit a84c0c2ab41f4b7bface00af3ba437a84fe4d739
Author: aalam <aalam@fedoraproject.org>
Date:	2010-05-06

    l10n: Updates to Panjabi (Punjabi) (pa) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pa.po

commit 498e327f2ccd26710456642b99646e86526bae10
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    trivial: add a link to the cgit pages in pk-download.html

M	docs/html/pk-download.html

commit f819908d41e8c172274dddc307915c0daec2c4c5
Author: Marko Myllynen <myllynen@redhat.com>
Date:	2010-05-05

    Add maximum wait time limit to cron checks

    Update checks from cron were using sleep 21332 to avoid hammering the
    servers which is indeed very useful feature. However, those wait times
    were easily several hours so a user might well shut down the system
    before any checking is done. This patch allows defining maximum wait
    time limit for the cron script, defaulting to one hour. Using the
    default clients now will wait 1 - 3600 seconds before contacting the
    servers

M	contrib/cron/packagekit-background
M	contrib/cron/packagekit-background.cron

commit 3fa90bfa3266c36dfcf751785c1733d3f1d94f93
Author: Marko Myllynen <myllynen@redhat.com>
Date:	2010-05-05

    Fix system name variable name inconsistency in the cron script

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	contrib/cron/packagekit-background
M	contrib/cron/packagekit-background.cron

commit 47baf7c5b13f869eb9cc0a802faaf41d24ca71e3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    Fix the permission of /etc/sysconfig/packagekit-background to be
    non-executable

M	contrib/cron/Makefile.am
M	contrib/cron/packagekit-background

commit da05605256722c25e7560844c8a8273b084c0be1
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    Get the final 'finished' signal right on remove
    Simulation
      + use the new hint:simulation boolean
      + add all simulation variants
      + cleanup previous simulation var usage
    Remove un-used DEPS enums, and backend variable

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit fd0e004814e659cd471216c4fdf8b1393a5229e4
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    add hint:simulate boolean on the backend, set for all simulation
    methods, to increase code re-use and simplicity in the backends.

M	src/pk-backend.c

commit 6b6217db4451d2a7f3c1a0e506e4b0902fef8e02
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    yum: Move the list of infrastructure packages that are updated first
    to the config file

M	backends/yum/Yum.conf
M	backends/yum/yumBackend.py

commit 3ee0c8596761fc7c93498cf48642c627566d281b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    yum: Move the list of system packages that cannot be removed to the
    config file

M	backends/yum/Yum.conf
M	backends/yum/yumBackend.py

commit 69454c649087495d5850a3817abfc18deb78d370
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    Ensure the daemon emits Message() signals when replaying the cached
    GetUpdates data

M	src/pk-cache.c
M	src/pk-cache.h
M	src/pk-transaction.c

commit 05bd618c58d3feb3190ed3005591acf40de44b3c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    glib: Add C accessors for PkMessage

M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h

commit abaf46fa7bce3a7eb65ddb294d03b988871b03e4
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    Tweak filtering to ensure that we never emit both 'installed' and
    'available' for a given package name/ver/arch - even if it is also
    available for re-installation.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 5e4d31e813c8c92396b5abb933083283b379a7ce
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-05

    fix whitespace foo

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit bb7eec4024e25ccd936b8c58b51e6724eabe0430
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Factor pool item change notification out into
    zypp_backend_pool_item_notify.
    Simplify get_requires_thread.
    zypp_perform_execution
      + add 'simulate' parameter
      + improve resetting of parameters on exit
      + improve exception handling
    Implement simulated package removal

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit dce84081ae19287a308d16eaf622fbeb69c9a9fa
Merge: c7f9942 3357269
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-05

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 3357269f56c4725d6ca60f0ec7e3b8dbe5390539
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    whitespace cleans wrt. }else{

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 6d14bcf136484b8fa73bcd10f6e2ebaeeb3e9d9e
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    introduce a pseudo-architecture "source" to distinguish source
    packages from binary ones of the same name and version.

M	backends/zypp/zypp-utils.cpp

commit 3abbf4b3aaf664cbe96304a80c3aa9fa69632279
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    share the version / architecture comparison code into
    zypp_ver_and_arch_equal
    fix associated leaks.
    Update backend's advertised filter flags

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 70d18b3bc674cca9ca65c05eaf23d43b2bf3f1c5
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Yes it is a better idea to use a strong package version compare
    instead of a string compare.

M	backends/zypp/pk-backend-zypp.cpp

commit cbe307ba6f97a512b6c6b3da5917a747128f1dab
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Wrap pk_backend_package, use the wrapper to simplify the code,
    and fix leaks in getrequires, resolve and what_provides.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit dc2dfa2d1949c27418320936799ba9a23eed3962
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Fix multiple bugs in 'resolve'
      + resolve should return all matching results, not just one
      + it needs to support the 'NEWEST' filter

    Also remove all manual calls to pk_package_id_build, and update
    signature to zypp_build_package_id_from_resolvable to help.

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit c7f9942f597cea2da551a1f65ea948837a49e4a1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-05-04

    yum: ensure we catch the exception if there are no groups. Fixes
    rh#587196

M	backends/yum/yumBackend.py

commit b4c32e864abbdf1d7ed359657e4bf4a90359faca
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    cleanup calling convention

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit a933fa10661df435e45a812b340b81b8301f2e83
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    cleanup 'resolve' filtering code
    cosmetic error return cleanup to improve readability

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 8d766104b804c2672568d976eff9bc2477c2c319
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    fix dummy security model proxy support

M	src/pk-engine.c

commit b28d224984de9899cf30ccb0d2a0ed18cdb4c4f6
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    downgrade required autoconf version

M	configure.ac

commit a53ce81e8ff638bbb47703821ff9f3448468a832
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    fix parallel-build snafu wrt. MOC generated files

M	lib/packagekit-qt/src/Makefile.am

commit 48c58d36fc435a3c14f3d352673fc2a17767307f
Author: Michael Meeks <michael.meeks@novell.com>
Date:	2010-05-04

    Cleanup a certain amount of superstitious coding:
      + no need to g_strdup before checking for null strings
      + no need to heap allocate and delete stl types in the same scope
      + no need to convert pk-bitfields to strings, and use strstr
    Misc whitespace, comment, naming cleanups
    Split out the filtering functionality into zypp_filter_solvable
      + re-use this for emit_filtered_packages
      + re-use filtering where it was missing.
    Fixes several key pkcon bugs:
      + bogus (installed) dependencies shown during install
      + resolve not doing filtering broke remove - by sometimes
	returning 'available' and not 'installed' packages of
	the same name

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit ee4a1d13df5b6ca3faaf0c6a2e14a11caa98517e
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-05-03

    entropy: catch DependenciesNotRemovable exception during reverse
    dependencies calculation

M	backends/entropy/entropyBackend.py

commit 6bf9b8676548acdeb4657a751a9e761f8a00dc88
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-04-30

    l10n: Updates to Portuguese (pt) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pt.po

commit c25e4244c72ca73ea9c2beee31ed4b5b562c2e81
Author: warrink <warrink@fedoraproject.org>
Date:	2010-04-30

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit ee5669cbdd1cf9d4116cf71a063fd77036ee78a1
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Serbian (Latin) (sr@latin) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr@latin.po

commit e918b92acf38d307a4c79b1efd2f262f242ad5a8
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Serbian (sr) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr.po

commit 5610fe964e537d16f49b9cc45f999a2bb90a6659
Author: raven <raven@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit e58b15064059fca2bd8a43366814463ed582b0b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-29

    Ensure we send MESSAGE_OTHER_UPDATES_HELD_BACK when we hold packages
    back

M	backends/yum/yumBackend.py

commit 87399341e4f122b8bd81dcb98c0f1127dd92e958
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit c4d199e1183458149491ffbc537b9a9d78b3ddf3
Author: logan <logan@fedoraproject.org>
Date:	2010-04-29

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit b5d70ba0c4b77e1e181edb5d185de84b5cda396d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-28

    Allow clients to request a relocatable root, but only with admin
    authority

M	backends/yum/pk-backend-yum.c
M	client/pk-console.c
M	etc/PackageKit.conf.in
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	policy/org.freedesktop.packagekit.policy.in
M	src/org.freedesktop.PackageKit.xml
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction.c

commit 59d5111dd620a3978cd02946a94ecc7d9bc6e3cf
Author: Michael Andres <ma@suse.de>
Date:	2010-04-28

    zypp: let libzypp determine whether a patch is needed.

    - with libzypp-6(>= 6.32) or libzypp-7(>=7.3) locked patches are
    no longer
      classified as being needed. Thus locking unwanted patches should
      prevent
      them from being shown.

M	backends/zypp/zypp-utils.cpp

commit 3a26c7c8515df9dac1c60052213d721cd2fecf83
Author: Michael Andres <ma@suse.de>
Date:	2010-04-21

    zypp: attempt to improve backend_find_packages

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h

commit 7f48336a852e584c43a1c34154ceb15b995f7e3d
Author: Michael Andres <ma@suse.de>
Date:	2010-04-21

    zypp: fix memeory leaks

M	backends/zypp/pk-backend-zypp.cpp

commit 90c0aee993691e698d414cbf450284dd8f8db0ab
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-25

    yum: Ensure the lock failure message is proper unicode. Fixes
    rh#585620

M	backends/yum/yumBackend.py

commit 8e884eca6153a6be2a1099d65a239b9dc79c4420
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-20

    yum: fix up two runtime critical warnings when using the zif
    accellerator

M	backends/yum/libzif/zif-md-filelists-xml.c
M	backends/yum/libzif/zif-md-primary-sql.c

commit 491af515effdd4683222fd8d0c17ea4abe149126
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-20

    yum: Fix a crash when there are no updates and the user is using zif

M	backends/yum/pk-backend-yum.c

commit c61e9664ed7d33084b7d00b9c664c521004d74dc
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-20

    yum: Ship a standalone version of licenses.txt for future code

M	backends/yum/Makefile.am
A	backends/yum/licenses.txt
M	tools/pk-refresh-licenses.c

commit 06c0dd3bf417387de36fbd2b9290ec768b4c7458
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    yum: update to a newer version of libzif that supports getting the
    file lists for a remote package

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-completion.h
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-md-filelists-sql.c
M	backends/yum/libzif/zif-md-filelists-xml.c
M	backends/yum/libzif/zif-md-other-sql.c
M	backends/yum/libzif/zif-md-primary-sql.c
M	backends/yum/libzif/zif-md-primary-xml.c
M	backends/yum/libzif/zif-md.c
M	backends/yum/libzif/zif-md.h
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package-remote.h
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store-remote.h
M	backends/yum/pk-backend-yum.c

commit 76e2ca1a89e490e52ce1e4e2da96ccfb8243061a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    trivial: don't print a scary error message when there is simply no
    process running

M	src/pk-spawn.c

commit 7da52e55abed1b650cf5b262ecf025986afaccd9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    trivial: update the fedora spec file

M	contrib/PackageKit.spec.in

commit 8a8c92949f385fa7ac8f953531910d96e3cf13f2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-19

    yum: Ensure we create /var/cache/PackageKit if the user nukes it
    and then tries to re-create the comps cache

M	backends/yum/yumComps.py

commit 1622a0c5dba6cf8e6294fab5609478a6d4cdd4e8
Author: dichi <dichi@fedoraproject.org>
Date:	2010-04-19

    l10n: Updates to Indonesian (id) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/id.po

commit c3046c09dd4f7395e0c844c8c50d8e19c4718047
Author: kristho <kristho@fedoraproject.org>
Date:	2010-04-19

    l10n: Updates to Danish (da) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/da.po

commit 48a464074c00acf4213690cba28dae48a577fb8c
Author: aalam <aalam@fedoraproject.org>
Date:	2010-04-19

    l10n: Updates to Panjabi (Punjabi) (pa) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pa.po

commit 2d546c059b47fa9bd77a81fe4935f7e47cd1b441
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-15

    yum: Sync with libzif upstream which offers a pretty stellar
    performance increase

M	backends/yum/Makefile.am
D	backends/yum/libzif/egg-string.c
D	backends/yum/libzif/egg-string.h
M	backends/yum/libzif/zif-changeset.c
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-md-comps.c
R073	backends/yum/libzif/zif-md-filelists.c
backends/yum/libzif/zif-md-filelists-sql.c
A	backends/yum/libzif/zif-md-filelists-sql.h
A	backends/yum/libzif/zif-md-filelists-xml.c
A	backends/yum/libzif/zif-md-filelists-xml.h
D	backends/yum/libzif/zif-md-filelists.h
M	backends/yum/libzif/zif-md-metalink.c
M	backends/yum/libzif/zif-md-mirrorlist.c
M	backends/yum/libzif/zif-md-other-sql.c
M	backends/yum/libzif/zif-md-primary-sql.c
M	backends/yum/libzif/zif-md-primary-xml.c
M	backends/yum/libzif/zif-md-updateinfo.c
M	backends/yum/libzif/zif-md.c
M	backends/yum/libzif/zif-md.h
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package-remote.h
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-array.h
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-store.h
M	backends/yum/libzif/zif-update.c
M	backends/yum/libzif/zif-update.h
M	backends/yum/libzif/zif-utils.c
M	backends/yum/pk-backend-yum.c
M	src/egg-string.c

commit 91ebf46a4e1b717493a82abf7b3ff76bc47d34e8
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-04-14

    l10n: Updates to Portuguese (pt) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pt.po

commit 5835debdb751aae682cc8dd922039f5889370cb8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-14

    yum: get the correct state for each update. Fixes rh#574658

M	backends/yum/yumBackend.py

commit b65b14f8e232b9bcf09e538583b5c20401b4ca80
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-14

    trivial: sync up with libzif from git master

M	backends/yum/Makefile.am
A	backends/yum/libzif/zif-changeset.c
A	backends/yum/libzif/zif-changeset.h
A	backends/yum/libzif/zif-md-other-sql.c
A	backends/yum/libzif/zif-md-other-sql.h
M	backends/yum/libzif/zif-md.c
M	backends/yum/libzif/zif-md.h
D	backends/yum/libzif/zif-self-test.c
M	backends/yum/libzif/zif-store-remote.c

commit f74d519ebca2a0a5415d0c928123276e4e9323dd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-12

    Remove the ruck client, it's been broken for the last few releases

M	configure.ac
M	contrib/Makefile.am
D	contrib/ruck/AUTHORS
D	contrib/ruck/Makefile.am
D	contrib/ruck/README
D	contrib/ruck/src/.gitignore
D	contrib/ruck/src/Makefile.am
D	contrib/ruck/src/i18n.py
D	contrib/ruck/src/ruck.in
D	contrib/ruck/src/ruckcachecmds.py
D	contrib/ruck/src/ruckcommand.py
D	contrib/ruck/src/ruckformat.py
D	contrib/ruck/src/ruckmain.py
D	contrib/ruck/src/ruckpackagecmds.py
D	contrib/ruck/src/rucktalk.py
D	contrib/ruck/src/rucktransactcmds.py
D	contrib/ruck/src/ruckyum.py

commit 0ee5ef732cb1dae802ceb69ea461ff8e3728e45d
Author: Warren Turkal <wt@penguintechs.org>
Date:	2010-04-12

    apt: Fix a spelling error in the config file prompt message

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	backends/apt/aptBackend.py

commit dcabf9a81c15fc7d590567f8aec1645f0f537620
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-11

    Send a message when other updates are held back so we can add a note
    to the GUI tool

M	backends/yum/yumBackend.py
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit a08f9b9a999a7339e8a9ddad1385ed794e606b9d
Author: Grzegorz Dabrowski <grzegorz.dabrowski@gmail.com>
Date:	2010-04-11

    ported PackageKit to Haiku - http://www.haiku-os.org/
    - daemon() exists in libbsd.so library
    - there is no setpriority() function
    - pid_t is defined as signed long int

    Please review pid_t change. I hope that it compiles on FreeBSD.

M	configure.ac
M	src/pk-spawn.c

commit 448d8868aeaa08b33e0ab0180a1971893d5f3a3c
Author: Koen Kooi <koen@openembedded.org>
Date:	2010-04-10

    opkg: include stdio.h before opkg.h to make newer gcc happy

M	backends/opkg/pk-backend-opkg.c

commit 1d18e85e5302c92ceae56c58dc4a3b81dc56eb30
Author: Koen Kooi <koen@openembedded.org>
Date:	2010-04-10

    Fix opkg backend

M	backends/opkg/pk-backend-opkg.c

commit 29dc9f3cf4342f4f8ae8f5c362da61f753fedbe4
Author: Grzegorz Dabrowski <grzegorz.dabrowski@gmail.com>
Date:	2010-04-10

    updated box backend, now it compiles and works again

M	backends/box/pk-backend-box.c

commit 5fb1ec9abea73ec261b978cc72222306bb5d2532
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-09

    l10n: Updates to Serbian (Latin) (sr@latin) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr@latin.po

commit d0c0f27a68e67ab2d4b64348cf48e8ea65cd23d4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-08

    Correctly fallback by checking the transaction role, not the backend
    role. Fixes fd#27527

M	src/pk-backend.c

commit 49c62bc75647ca28ce50b92f56e58e12335df115
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: do not crash when using the newest filter with libzif

M	backends/yum/pk-backend-yum.c

commit d1b892ce76a3170389c9a1b85491bcc7aa594308
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: Add some test code to get the update info using zif

M	backends/yum/pk-backend-yum.c

commit d2d66dcc4ceab765908c8aec7145319ca5797b7f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: use zif to get the update lists

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c

commit 48ecaebae6a5368e05d1000852ff32b9c928b1c0
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    Fix build when not using PolicyKit

M	src/pk-engine.c

commit a6bb5de5a32d5140d8097d66dd6a8b4856547e2f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: update to the latest snapshot of libzif to support legacy
    primary metadata

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
D	backends/yum/libzif/zif-repo-md-comps.c
D	backends/yum/libzif/zif-repo-md-comps.h
D	backends/yum/libzif/zif-repo-md-filelists.c
D	backends/yum/libzif/zif-repo-md-filelists.h
D	backends/yum/libzif/zif-repo-md-metalink.c
D	backends/yum/libzif/zif-repo-md-metalink.h
D	backends/yum/libzif/zif-repo-md-mirrorlist.c
D	backends/yum/libzif/zif-repo-md-mirrorlist.h
D	backends/yum/libzif/zif-repo-md-primary.c
D	backends/yum/libzif/zif-repo-md-primary.h
D	backends/yum/libzif/zif-repo-md.c
D	backends/yum/libzif/zif-repo-md.h
M	backends/yum/libzif/zif-self-test.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-array.h
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store-remote.h
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-store.h
M	backends/yum/pk-backend-yum.c

commit 9d659a43d888c481964611c7af6182f3e5c88319
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: update to the latest snapshot of libzif to support legacy
    primary metadata

A	backends/yum/libzif/zif-md-comps.c
A	backends/yum/libzif/zif-md-comps.h
A	backends/yum/libzif/zif-md-filelists.c
A	backends/yum/libzif/zif-md-filelists.h
A	backends/yum/libzif/zif-md-metalink.c
A	backends/yum/libzif/zif-md-metalink.h
A	backends/yum/libzif/zif-md-mirrorlist.c
A	backends/yum/libzif/zif-md-mirrorlist.h
A	backends/yum/libzif/zif-md-primary-sql.c
A	backends/yum/libzif/zif-md-primary-sql.h
A	backends/yum/libzif/zif-md-primary-xml.c
A	backends/yum/libzif/zif-md-primary-xml.h
A	backends/yum/libzif/zif-md-updateinfo.c
A	backends/yum/libzif/zif-md-updateinfo.h
A	backends/yum/libzif/zif-md.c
A	backends/yum/libzif/zif-md.h
A	backends/yum/libzif/zif-update-info.c
A	backends/yum/libzif/zif-update-info.h
A	backends/yum/libzif/zif-update.c
A	backends/yum/libzif/zif-update.h

commit 45bad680ec2ab1c274fe3709871919cc1be28f49
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-04-07

    l10n: Updates to Serbian (sr) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr.po

commit c8971f45c7c3b90039d09f2ab47f2766ffa76dc9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: Fix two warnings from clang, neither of them look like bugs

M	lib/packagekit-glib2/pk-task.c
M	src/pk-transaction-extra.c
M	src/pk-transaction.c

commit d062c6b64d684a6c8ce9959c86b95e612a078f7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    Fix up an unintialized g_free() spotted by clang

M	src/pk-backend-spawn.c

commit 52e651a4cef05a01ca796e550cc529be5b322d01
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    trivial: Remove some prototypes without bodies which caused warnings
    with gobject-introspection

M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-progress.h
M	lib/packagekit-glib2/pk-results.h
M	lib/packagekit-glib2/pk-task.h

commit 84c92b6494bd91568567b75c35f91af2518e940d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    glib: add some more simple C accessors for package data

M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h

commit 6f293f11aa49c0421cdc5a3a4035f6714299bd4c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: catch exceptions.IOError whenever we do a low-level yum
    call. Fixes rh#577549

M	backends/yum/yumBackend.py

commit 0da7f62bf7d8cc34a04c6d2721edd3f00286ecba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-07

    yum: Ensure we force a cache update if the comps groups cannot
    be loaded

M	backends/yum/yumBackend.py

commit 44b63a9d0204c9cbb5d4700ffa5e51b8bf08b17d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-06

    trivial: sync spec file with fedora upstream

M	contrib/PackageKit.spec.in

commit dcf9aaf5fada567a06e7a3aacbb797e01f3372a8
Author: warrink <warrink@fedoraproject.org>
Date:	2010-04-04

    l10n: Updates to Dutch (Flemish) (nl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/nl.po

commit 1025e26da681cfefa29980f00495a03e28185448
Author: logan <logan@fedoraproject.org>
Date:	2010-04-03

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit 0e674e4f4fc54670dcd0d8c46df9c07be949e78f
Author: raven <raven@fedoraproject.org>
Date:	2010-04-03

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit 0a0c741e1968add33bf3f63bfbc2cc4d672889d6
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-04-03

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit a215659436fd2a1abf2295b844d73008235c8f21
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:	2010-04-02

    Fix up three typos in translated strings

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	client/pk-console.c
M	client/pk-generate-pack.c

commit 6d937aaeab8173494ae4aa4ac018311c5ace2131
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-04-02

    l10n: Updates to Ukrainian (uk) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/uk.po

commit abd582cc9daed8bd573477a4053827183b4ebf78
Author: logan <logan@fedoraproject.org>
Date:	2010-04-02

    l10n: Updates to Spanish (Castilian) (es) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/es.po

commit df4039e0898a72c199e449a07f9da5beb3e95864
Author: raven <raven@fedoraproject.org>
Date:	2010-04-02

    l10n: Updates to Polish (pl) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pl.po

commit 9bdd05966612891eb744b290558ceb2bd9943bd6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-01

    Add support for the 'frontend-socket' hint and pass it to backends

M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c

commit 26eb4321e30fa5fb4f843e43a1e28547acd2e898
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-01

    Don't return from SetProxy() before we've got the authentication
    result

M	client/pk-console.c
M	src/pk-engine.c

commit 28be6ee257f81d9db1fd7ce8b45edf3b5564a610
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-04-01

    pkcon: if http_proxy or ftp_proxy are set in the environment, use them

M	client/pk-console.c
M	client/pkcon.xml
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h

commit 2f668c94b6895e2cba2f98ffc25d36a9a834495d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-31

    trivial: update the spec file to the latest from fedora

M	contrib/PackageKit.spec.in

commit 8bf6bbe200f11abe4c527c7cf0aeb270aaec19f5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-30

    yum: Do not abort if the package-id is not unique in the reposet

    This can happen if you do 'ln -s newpackage oldpackage' and then run
    createrepo. Fixes rh#569460

M	backends/yum/yumBackend.py

commit 174d14e2ba500de41d5ddc58ee7dcc42a2c4a32a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-29

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 980a0df5b54c367f5a06ccbd7d8ec7faf08f43ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-29

    Release version 0.6.3

M	NEWS
M	configure.ac
M	docs/html/pk-download.html
M	po/POTFILES.skip

commit b32820f514cf1acf82448a651553448d069448c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-29

    trivial: add some compat code to zif

M	backends/yum/pk-backend-yum.c

commit 492f35e29b5362c91e303d0c2fdfd2eb2457094c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    trivial: update a gitignore file

M	lib/packagekit-qt/src/.gitignore

commit 95f29eab53e273f8b7824d878578ffe2e8770aba
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    Ensure the Package(finished) signal is always sent during the
    transaction. Fixes rh#522628

M	src/pk-backend.c

commit bd74f0efa85f990cfa6ddbcaac904229c384fde3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    trivial: tiny optimisation so that we don't try to do
    Package(finished) for finished packages

M	src/pk-backend.c

commit 03ade7d2fe598c0ffb391e020a11a14a1f1a4c7c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    trivial: Do not do AC_SUBST twice in configure.in as PKG_CHECK_MODULES
    does this for us

M	configure.ac

commit 4065ac5f09f35f425e0fe807cceb56d4d0ffa27d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-26

    Show PkPackage changes in pkmon for easier debugging

M	client/pk-monitor.c

commit 198ca3c3b1a4cf6c177df6b4c48b20732983889b
Author: vpv <vpv@fedoraproject.org>
Date:	2010-03-24

    l10n: Updates to Finnish (fi) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/fi.po

commit 6c32d907318f81ba7e4b0e477ebe3de2d7f6c906
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-23

    CNF: add a boolean configure variable 'SimilarNameSearch' to allow
    skipping swizzle testing. Fixes #27246

M	contrib/command-not-found/CommandNotFound.conf
M	contrib/command-not-found/pk-command-not-found.c

commit 981d1ccb3a079a689861e7ef61df715eedc8a57a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-22

    Add some missing G_BEGIN_DECLS and G_END_DECLS to fix including
    from C++

    Should hopefully fix rh#572467

M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-console-shared.h
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-package-sack-sync.h
M	lib/packagekit-glib2/pk-task-sync.h

commit cdec669fd682f76ba392d71df375b72a02895b0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-22

    trivial: do not print a verbose debug statement in
    egg_debug_post_parse_hook()

M	contrib/PackageKit.spec.in
M	src/egg-debug.c

commit 301575ee6c62b72208c319d0de73554e3e7e373e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-19

    pk-qt: Fixed UpdateState enum

M	lib/packagekit-qt/src/transactionprivate.cpp

commit e78ba8f77c9dfa4fbbb0b2dc63cdb3173ce4ceb1
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-18

    * Fix Kubuntu support for upgrade (using env var exported by
    KPackageKit)
     Patch by Jonathan Riddell

M	data/pk-upgrade-distro.sh

commit 1bcaf457b92eecd069da34b7a4b143743e298a00
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-18

    Never exit the daemon, even when we hit a race in PkSpawn - just
    cleanup, warn, and continue

M	src/pk-spawn.c

commit 7ba0793015e19ff6f7e532cd9d92364212217984
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: be less verbose when we are cleaning up after a script that
    does not do finished

M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-spawn.c
M	src/pk-transaction-extra.c

commit 5f92c6d07083e0fc761934bf4488245b46dea3df
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    python: do not call finished before exiting the script due to an error

    Python takes an _enormous_ amount of time to exit, and leaves a
    huge race when you try to change a dispatcher because of an error.

    Leave PackageKit to clean up for us in this case.

M	lib/python/packagekit/backend.py

commit fc7a7f87b07cdd1134b990f31e84888ecfd0d415
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: print an error to the console if the PkTransactionError
    action fails to run

M	src/pk-transaction-extra.c

commit b455e2c8d1ddd1d8ba81703aa895b8d4d56d378e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: poll in a 10ms delay when killing the backend, to avoid
    the noticable delay when switching dispatchers

M	src/pk-spawn.c

commit d7ab5d0d48a9c970c3d4a5f7ac4fb2d83b74ea0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    Be more careful when testing the value of waitpid() to try to debug
    a problem where the backend appears to exit

M	src/pk-spawn.c

commit 40b1c10fc0ea87f7a62b891487d38a49a2405093
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: fix up a few comments in PkSpawn

M	src/pk-spawn.c

commit 6de3cf2754f707551c364c375f5aa75c9b38c45d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    Do not finish the transaction with success when the spawned backend
    does an non-finished exit

M	src/pk-backend-spawn.c

commit cf240718d70ba94ae9ede9cc3afdca749c9ff12f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    yum: display the location of the config file used when loading

M	backends/yum/pk-backend-yum.c

commit b5d4f689c77ef07df3c73e919d2d62cc03c11bac
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: ensure we remove CLEANUP and FINISHED packages from the package
    sack before we run the simulate callback

M	lib/packagekit-glib2/pk-task.c

commit 944392eaecc399cb9db92c7b34917c47c052cb26
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: add some self tests for pk_package_sack_remove_by_filter()

M	lib/packagekit-glib2/pk-package-sack.c

commit 4916a0fb4513cff22bd4d9c3189713b7f3c3ca25
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: do not generate a PkPackageSack from the package array,
    instead add packages as they appear

    This clears the bug where the new PkPackageSack has packages present
    that we're just removed...

M	lib/packagekit-glib2/pk-results.c

commit 4e88f66d890d787a629f38ca48d68ffe45d46574
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    glib: add pk_package_sack_filter() and
    pk_package_sack_remove_by_filter()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 77db664167c406afea590526bc0762241c02fb44
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-17

    trivial: use the const package data to reduce the number of g_strdup
    and g_free's we do when sorting a large list of packages

M	lib/packagekit-glib2/pk-package-sack.c

commit 3fe8ab433623faf5f40681e06ebc9d4fbefcd64b
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-03-16

    l10n: Updates to Serbian (Latin) (sr@latin) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr@latin.po

commit 08300f1a4c84ca0950e2fe5f4e3b6e94c2717db8
Author: kmilos <kmilos@fedoraproject.org>
Date:	2010-03-16

    l10n: Updates to Serbian (sr) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/sr.po

commit e8689b781d92c80c570d8119df901951c72b94ea
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: use libzif to get the update lists, although disable this until
    we can load the update descriptions too

M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-utils.c
M	backends/yum/libzif/zif-utils.h
M	backends/yum/pk-backend-yum.c

commit 5e45e40df3591f3bd0eee3a37607bdc2c34fe79e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: use libzif when doing WhatProvides

    No massive speed increase this time, it's been done so we
    have precise control over when the network is accessed

M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md-primary.h
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c

commit 07e28edd2af6768aeebc9346cffb16bd8d4c8e2a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    trivial: add one more error enum,
    PK_ERROR_ENUM_PROVIDE_TYPE_NOT_SUPPORTED

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit bc014c395cb23c1a6b4b201dc7b8f57b096d8c4b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    trivial: allow PkStore values to be changed by the backend if required

M	src/pk-store.c

commit 043b776ac73ec527b49dbc1337829c0f09201703
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: if we failed to resolve deps in a simulate pass, then don't
    just return empty package list

M	backends/yum/yumBackend.py

commit 6adcc075d192bbc861488aeab95ae2b398824e63
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-03-16

    l10n: Updates to Portuguese (pt) translation

    Transmitted-via: Transifex (translate.fedoraproject.org)

M	po/pt.po

commit eb20d300cb325181160078e9bd72810a8bb60385
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: ensure we can create repomd for empty repos when using libzif

M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-store-remote.c

commit 2dcceeefe6790e7bdeab4e3fd98b032a19067541
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: gently nudge the backend to exit if we're waiting for the lock,
    rather than kill it

M	backends/yum/pk-backend-yum.c
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h

commit 71732de3d461fc39c84aa6013a4bdaa5a5cc5f98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    glib: fix up a critical warning when installing a file, not a package

M	lib/packagekit-glib2/pk-task.c

commit 70e6a148a0f97df124478dc205473eabbd9a58c9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-16

    yum: ensure we send out the UntrustedPackage message when we simulate
    installing a file, so ensure we don't prompt the user twice

M	backends/yum/yumBackend.py

commit 730ae1c42628a270b0551f4e413bab91cadd80b2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-15

    yum: ensure to catch exceptions when we fail to initialize for
    GetRepoList

M	backends/yum/yumBackend.py

commit 7e02395cc49c94ac8de21f01aba8f462d72d526a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-15

    trivial: update the example spec file to the latest from Fedora

M	contrib/PackageKit.spec.in

commit e7c1ea0edbd3de453df64756ff71232cd1376dc5
Merge: 2bc7836 e777013
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 2bc7836db7985e11c648261af323a1c3a6b7259c
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: fix local variable called before it was set (hurrr)

M	backends/conary/conaryCallback.py

commit c41579cca48a2c028b26e5a95fa0a1785861041e
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: make progress really chatty

M	backends/conary/conaryProgress.py

commit 73159eb800e5840a36358d652a3fe94e1b07292a
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    Fix typo

M	backends/conary/conaryBackend.py

commit 747a1ed13b0ba9f33acb3c2b20c5343e31010e7b
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: bring back _do_update, which got whacked accidently

M	backends/conary/conaryBackend.py

commit a81e49b5e58418d5d9643b8f491399a90cdb3cf5
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: fix details views, more or less

M	backends/conary/conaryBackend.py

commit f4836816c20c987e20d7936998d7d9183f3c4f29
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: make _get_update a bit less spaghetti-ish

M	backends/conary/conaryBackend.py

commit af4e564c190be5993336638449a8427366078db7
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: tidy things up a bit in conaryCallback

M	backends/conary/conaryCallback.py

commit d1412ce709ba39149f698527b1985f850feebfe8
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: improvements to XMLCache and generateXML

    1. Do not write a partial XML file upon a network error
       or when there is no repos data to write. This can happen
       if the Conary repository is down, and may cause subsequent
       parsetree errors when ElementTree tries to read an empty
       file.
    2. Ignore the NETWORK env variable (not used ATM AFAICT)
    3. Hardcode in a list of "pregenerated" labels for Foresight.
    4. Fix a case where the XML was fetched too many times.

M	backends/conary/XMLCache.py
M	backends/conary/generateXML.py

commit 81d82c23e1155e74aec7a3f6c74cacf8c9780667
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: instantiate XMLCache only once, avoiding massive memory usage

M	backends/conary/conaryBackend.py

commit 3ad0efb6d630454a4c19628e7c8c1eea363a502b
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: refuse to explode on a warning callback

M	backends/conary/conaryCallback.py

commit 73a645e69421cbc547bbcbb809a74a1926757f82
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-12

    conary: refrain from using threaded mode

M	backends/conary/conarypk.py

commit e777013a7609e7a4a24cdbe6e9d5ac70645f8d30
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: enable the libzif code for downloading packages

    Also update the version of libzif used, to fix various other buglets.

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md-mirrorlist.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md.c
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-utils.c
M	backends/yum/pk-backend-yum.c

commit 0c2416d88a8a9e6bd73935f84c317c19709b45c1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: use libzif to download packages

    Note: this isn't any faster than the yum version, and it's
    currently disabled due to a zif bug.

M	backends/yum/libzif/zif-package.c
M	backends/yum/pk-backend-yum.c

commit 170c5ccba2526646a93592b861e4d307ec2bfa33
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    Do not show installed packages when we choose packages to download

M	client/pk-console.c
M	lib/packagekit-glib2/pk-console-shared.c

commit 211ffa4e1c8884444d6e1894f48ac06bb730125c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    trivial: do not allow backends to kill the default process (-1)

M	src/pk-spawn.c

commit 9e97ca0ca071cf21bc757f5ddb7680c3368391f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: when using libzif, quit the spawned backend rather than waiting
    for it to time out

M	backends/yum/pk-backend-yum.c

commit 3a07bcd8c55dd7160f3193f801d0a07929bbf36e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: fix up API usage of get_applicable_notices to prevent an
    internal error

    Apparently get_applicable_notices(pkgtup) returns an array of
    (pkgtup, notice)
    which doesn't make a lot of sense to me.

M	backends/yum/yumBackend.py

commit 98b2b56a7e4efead8c7628062a37c992279f003f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: use libzif to refresh the repos

    This is 2.3x faster than using yum

M	backends/yum/pk-backend-yum.c

commit bbb0237b4117e5bbf824dfe62bf862c8791ac2c2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    Set the backend role in the pk_backend_(role) functions, not in
    PkTransaction

    Otherwise we do not get the role set correctly when the backend
    is being used in PkTransactionExtra which affects some threaded
    backends.

M	src/pk-backend.c
M	src/pk-transaction.c

commit 044c9f8b9b283b823b8fb303f8604f65fed7cb98
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: ignore repos that are not contactable when using libzif

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-array.h
M	backends/yum/pk-backend-yum.c

commit 782b1c9122ac0959b063e4fb750a49bcae379fbf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: add an entry UseZif into Yum.conf so admins can change the
    default setting

M	backends/yum/Yum.conf
M	backends/yum/pk-backend-yum.c

commit ab3a78ee15cf866d03ecdf79917e11cf8def092a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: add a Yum.conf configuration file and add the DisabledPlugin
    key there

M	backends/yum/Makefile.am
A	backends/yum/Yum.conf
M	backends/yum/yumBackend.py
M	contrib/PackageKit.spec.in

commit 6a9be7be3a68d860149ada7dd80df7124c3a3660
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-11

    yum: fix searching by file when using zif

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c

commit 7a8901dae04527347b0804b1e45a75f0ae927b5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: use more Zif functionality when searching for packages

    17.1x faster than using yum when doing a Resolve() on 10 packages

M	backends/yum/libzif/zif-completion.c
M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-config.h
M	backends/yum/libzif/zif-depend.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-download.h
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-groups.h
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-lock.h
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-monitor.h
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package-remote.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md-mirrorlist.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md.c
M	backends/yum/libzif/zif-repo-md.h
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-repos.h
M	backends/yum/libzif/zif-store-array.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-store.h
M	backends/yum/libzif/zif-string.c
M	backends/yum/libzif/zif-utils.c
M	backends/yum/libzif/zif-utils.h
M	backends/yum/pk-backend-yum.c

commit a048884d3e8f4aebf0f657aa9af45f9b9426c5a4
Author: shnurapet <shnurapet@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Russian

M	po/ru.po

commit a6b9a20490739414b42c68dc49b8b177425a1f73
Author: shnurapet <shnurapet@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Russian

M	po/ru.po

commit 0c0c5d2401570a3ac2b83980f81ad0ebb6d5bd61
Author: kristho <kristho@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Danish

M	po/da.po

commit 134fe6080cf89aa7f326506ec05a2eb3f37e3247
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Ukrainian

M	po/uk.po

commit c9a86d89d052fe6bbca75e03cfc2c9be5c39dad9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: trivial: bring back the old yum support in place if we ever
    want to test zif

M	backends/yum/libzif/zif-store-array.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 6c35820b8bc0430a667b05e176846a0c9b49fea6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    trivial: add pk_backend_thread_finished() for use on threads that
    want to return the signal in the main thread

    This is useful for debugging some threading issues. You don't want
    to use this function.

M	src/pk-backend.c
M	src/pk-backend.h

commit 70767734679fd19584f1803aa23f9db23a304f20
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    Do not crash libdbus when libnm-glib uses it's own context

    libnm_glib.c is trying to do something which isn't really supported
    with dbus-glib
    which is using a non-default context. This crashes packagekitd when
    using a threaded
    backend every 1 in 300ish times.

    Bug found by Colin Walters <cwalters@gnome.org>, many thanks

M	configure.ac
M	contrib/PackageKit.spec.in
M	src/Makefile.am
M	src/pk-network-stack-nm.c

commit a8536977ea35232df89efa3e33245e5edc467b84
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    trivial: make the test-succed backend more useful for debugging races

M	backends/test/pk-backend-test-succeed.c

commit ad6c0e521ff9c4789ef33a9ac8f4d806ab966753
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    Add a configure option UseThreadsInBackend so we can more easily
    debug packagekitd

M	etc/PackageKit.conf.in
M	src/pk-backend.c

commit 4c8c78f895d88a7c08d919ff9474ae9cfcea6d92
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    trivial: make gdb.sh generally more useful

M	src/gdb.sh

commit 4484f491f41ac0269cc8d4cc8a56d3e5a6e279f8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: for installed packages, use Zif to get the package details

    This is 2.1x faster than using yum

M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-package.h
M	backends/yum/pk-backend-yum.c

commit bcbb8b4264f19a601d48347f3a6341054308ce01
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: ensure we inform Zif of the network state so it can download
    repodata if required

M	backends/yum/pk-backend-yum.c

commit a31e89c927cc55a71f234747d2874b2a2f2c66eb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-10

    yum: for installed files, use Zif to get the file list

    This is 2.3x faster than using yum as we're only using the rpmdb,
    not loading the repos

M	backends/yum/Makefile.am
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md.c
D	backends/yum/libzif/zif-sack.h
R064	backends/yum/libzif/zif-sack.c
backends/yum/libzif/zif-store-array.c
A	backends/yum/libzif/zif-store-array.h
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif.h
M	backends/yum/pk-backend-yum.c

commit 42383763e1566f3476ff0d38b43f19cccba9b055
Author: raven <raven@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Polish

M	po/pl.po

commit 9b0eab18ac4c62210d4b382086d908500579bfa6
Author: warrink <warrink@fedoraproject.org>
Date:	2010-03-10

    Sending translation for Dutch

M	po/nl.po

commit c83d07435008ec286c88bf14cd0c8deea9965543
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: trivial: update to the latest upstream version of libzif

M	backends/yum/libzif/zif-config.c
M	backends/yum/libzif/zif-download.c
M	backends/yum/libzif/zif-download.h
M	backends/yum/libzif/zif-groups.c
M	backends/yum/libzif/zif-lock.c
M	backends/yum/libzif/zif-monitor.c
M	backends/yum/libzif/zif-package-local.c
M	backends/yum/libzif/zif-package.c
M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-repo-md-filelists.c
M	backends/yum/libzif/zif-repo-md-metalink.c
M	backends/yum/libzif/zif-repo-md-mirrorlist.c
M	backends/yum/libzif/zif-repo-md-primary.c
M	backends/yum/libzif/zif-repo-md.c
M	backends/yum/libzif/zif-repos.c
M	backends/yum/libzif/zif-sack.c
M	backends/yum/libzif/zif-store-local.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/libzif/zif-store.c
M	backends/yum/libzif/zif-utils.c

commit 7724e79be8767b35da5965a5202fc7f9e7d51baf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: ensure we trigger the GCancellable when we're doing a transaction
    cancel

M	backends/yum/pk-backend-yum.c

commit fe50bfd14367131e8193b8a67e1acf3622721e6a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Fix up the LXDE and Moblin groups. Fixes rh#571775

M	backends/yum/yum-comps-groups.conf

commit 72c0d548a9ac828e28a3702a23134d412a7903f4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Use Zif for getting the category lists

    This ensures we don't do network IO just for reading a few XML files.
    10x speedup compared to forking yum.

M	backends/yum/libzif/zif-repo-md-comps.c
M	backends/yum/libzif/zif-sack.c
M	backends/yum/libzif/zif-store-remote.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 95d8a0d83d7516272679ece00cc35698ccfbdcf4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Use Zif for enabling and disabling repos

    This ensures we don't do network IO just for reading a few repo files.
    17x speedup compared to forking yum.

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 690662d6ce5c393e60eb4f8bcf3ad8bf96772816
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: Use Zif for getting the repo list (2x speedup)

M	backends/yum/libzif/zif-repos.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit ed290da775936890e13cfc96c24707412b2707b3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: get the group list from Zif rather than hardcoding a fixed list

M	backends/yum/pk-backend-yum.c

commit b9bc42ec3d7650336f08e9c0f47ca141a3c8c304
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-09

    yum: connect up more Zif helper objects in the yum backend

M	backends/yum/libzif/zif.h
M	backends/yum/pk-backend-yum.c

commit a6d8abe4dfbf2029b0ba95545fe9f32a1c26b1d4
Author: zerng07 <zerng07@fedoraproject.org>
Date:	2010-03-09

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 6306c1879fcc1a3e93269afa45eb3eaffed040b2
Author: logan <logan@fedoraproject.org>
Date:	2010-03-09

    Sending translation for Spanish

M	po/es.po

commit 7ad33dbb308653a28da60a36b374940c9a333175
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    trivial: print a message if there are not distro upgrades

M	client/pk-console.c

commit 52a11e4dcc40f0bea25a5e2e0bdec22e95021b3c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    trivial: ensure GetDistroUpgrades is run in a thread to prevent
    blocking the daemon

M	backends/yum/libzif/zif-download.c
M	backends/yum/pk-backend-yum.c

commit 14b1dd1ef2cc3d00fa4a30062ea6271c600b3b0e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    yum: use Zif to get the list of distro-upgrades

M	backends/yum/Makefile.am
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py
M	configure.ac
M	contrib/PackageKit.spec.in

commit d33a3c9ab21fb6f1bf461c5851790a1144d61259
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    yum: add the 'Zif' accelerator so we don't have to use yum for small
    local queries

    This just imports some source files, the actual zif project lives
    here:
    http://github.com/hughsie/zif

    Note: we're not going to use zif to replace yum, just to accelerate
    some things that have to be faster.

A	backends/yum/libzif/egg-debug.c
A	backends/yum/libzif/egg-debug.h
A	backends/yum/libzif/egg-string.c
A	backends/yum/libzif/egg-string.h
A	backends/yum/libzif/zif-completion.c
A	backends/yum/libzif/zif-completion.h
A	backends/yum/libzif/zif-config.c
A	backends/yum/libzif/zif-config.h
A	backends/yum/libzif/zif-depend.c
A	backends/yum/libzif/zif-depend.h
A	backends/yum/libzif/zif-download.c
A	backends/yum/libzif/zif-download.h
A	backends/yum/libzif/zif-groups.c
A	backends/yum/libzif/zif-groups.h
A	backends/yum/libzif/zif-lock.c
A	backends/yum/libzif/zif-lock.h
A	backends/yum/libzif/zif-monitor.c
A	backends/yum/libzif/zif-monitor.h
A	backends/yum/libzif/zif-package-local.c
A	backends/yum/libzif/zif-package-local.h
A	backends/yum/libzif/zif-package-remote.c
A	backends/yum/libzif/zif-package-remote.h
A	backends/yum/libzif/zif-package.c
A	backends/yum/libzif/zif-package.h
A	backends/yum/libzif/zif-repo-md-comps.c
A	backends/yum/libzif/zif-repo-md-comps.h
A	backends/yum/libzif/zif-repo-md-filelists.c
A	backends/yum/libzif/zif-repo-md-filelists.h
A	backends/yum/libzif/zif-repo-md-metalink.c
A	backends/yum/libzif/zif-repo-md-metalink.h
A	backends/yum/libzif/zif-repo-md-mirrorlist.c
A	backends/yum/libzif/zif-repo-md-mirrorlist.h
A	backends/yum/libzif/zif-repo-md-primary.c
A	backends/yum/libzif/zif-repo-md-primary.h
A	backends/yum/libzif/zif-repo-md.c
A	backends/yum/libzif/zif-repo-md.h
A	backends/yum/libzif/zif-repos.c
A	backends/yum/libzif/zif-repos.h
A	backends/yum/libzif/zif-sack.c
A	backends/yum/libzif/zif-sack.h
A	backends/yum/libzif/zif-self-test.c
A	backends/yum/libzif/zif-store-local.c
A	backends/yum/libzif/zif-store-local.h
A	backends/yum/libzif/zif-store-remote.c
A	backends/yum/libzif/zif-store-remote.h
A	backends/yum/libzif/zif-store.c
A	backends/yum/libzif/zif-store.h
A	backends/yum/libzif/zif-string.c
A	backends/yum/libzif/zif-string.h
A	backends/yum/libzif/zif-utils.c
A	backends/yum/libzif/zif-utils.h
A	backends/yum/libzif/zif.h

commit a633c7b3ec6f85e06fb52e438fa48d4269efcd14
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    Fix reporting distribution upgrades by setting the correct property
    in two places

M	lib/packagekit-glib2/pk-client.c
M	src/pk-backend.c
M	src/pk-backend.h

commit 19926d4ce04e1c693c1468323c354b5cdb6da756
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-08

    When realpath fails, do not silently fail but return with an error

M	lib/packagekit-glib2/pk-client.c

commit 59b9e5821d3332cc24a86a44ac3d4d63978f67d0
Merge: 0951895 2f7e5c6
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-06

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 2f7e5c6a4708b22037094426e270f5e81106ab1d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-04

    Fix a nasty segfault if the library check-restart code tries to emit
    a restart-required

M	src/pk-transaction-extra.c
M	src/pk-transaction.c

commit 7ec02d79bc535f87932a8654bcb2ceacd6917499
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-03-03

    entropy: fix up the backend as the filters string is now a list,
    not a delimited string

M	backends/entropy/entropyBackend.py

commit cb35f934d693a20c318cb3e09963e42be74cfe13
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-03-03

    smart: convert filters string to array

M	backends/smart/smartBackend.py

commit 8bd1638fc959a6bcf5c0de403909b6c1bb89a001
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    trivial: add data about stable releases

M	docs/html/pk-download.html

commit 05778bf386cd90b6fac41c1317c19eb923194090
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    trivial: add some compat defines for old versions of gnome-packagekit

M	lib/packagekit-glib2/pk-package-ids.h

commit d3557f5c5ab96352b0b00e095ef9d5f8516f2070
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    yum: fix up the backend as the filters string is now a list, not a
    delimited string

M	backends/yum/yumBackend.py

commit a7f3186db437e3409f8f72d7bd1c631abc63fedd
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-03

    Break internal python API by supplying a list of filters to the
    backend, not a delimited list

M	lib/python/packagekit/backend.py

commit 0951895adf46008df5713d771bad208d24f243fe
Author: Scott Parkerson <scott.parkerson@gmail.com>
Date:	2010-03-03

    conary: first blush at getting conary backend to listen to simulate_*

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit fd3de6a4dc21eb3467f4d60b7e4fa79dcff65aff
Merge: b4976cb c809012
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-02

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit c809012143dd78a86d3366ed0d75865ef40c03d5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-02

    yum: if yum, rpm or PackageKit are available as updates, then
    update these packages first and surpress any other updates until
    the next check

M	backends/yum/yumBackend.py

commit 93967983f83feaab5d8dfd872a751e9d76a873f5
Merge: 467a9c6 975f37d
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 467a9c68faf1604b51e8270537333512a4cf6cb1
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    aptcc: fix a mem leak

M	backends/aptcc/apt.cpp

commit 975f37de07c124384edd40d5c2d8ef965d6f6d86
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-02

    yum: ensure we actually do self._check_init() for RefreshCache so
    non-contactable repos get disabled

M	backends/yum/yumBackend.py

commit 33a4cf61608bc65f907a0b7e4ca45ea971c81f6c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    aptcc: Don't allow essential packages to be removed

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit 89fbc4a5faf8a478205c0789df3c56d354e0dc9b
Merge: 97c893f db726c3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 97c893fcf40084d40046642440af06160bd6b413
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-03-02

    aptcc: Fix show broken packages

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/aptcc_show_broken.cpp
M	backends/aptcc/aptcc_show_broken.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit db726c31a383622ccaedbcf752d40feeb6b6bbc0
Author: yurchor <yurchor@fedoraproject.org>
Date:	2010-03-02

    Sending translation for Ukrainian

M	po/uk.po

commit 15f883e6823c080f7f5e2b62b79e8cd64c255e52
Author: Tim Waugh <twaugh@redhat.com>
Date:	2010-03-02

    bugfix: fixed packagekit.client.search_file() in Python bindings.

M	lib/python/packagekit/client.py

commit 4e892f7c07bd408e0b39986ee72cd50e16e3e6db
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit b4976cb7ae3279a1b7a1901bb665480060fa8240
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-03-02

    APT: Convert search-files to latest Python backend API
    changes. Perform
    an AND instead an OR search.

M	backends/apt/aptBackend.py

commit 7ff454a98f5f88d72381dfe7c8f1ae36c644d98d
Author: yeager <yeager@fedoraproject.org>
Date:	2010-03-01

    Sending translation for Swedish

M	po/sv.po

commit 02a79b2c2cf0c92805b24c71e246a75bf1d0401c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-03-01

    Release version 0.6.2

M	NEWS
M	RELEASE
M	docs/html/pk-download.html

commit 09dbf4c0f38023af59c869b1ab338aea2bdf6a97
Author: Sebastian Heinlein <devel@glatzor.de>
Date:	2010-02-28

    APT: call the correct command for simualte-install-files

M	backends/apt/pk-backend-apt.c

commit ea5286373d0b3154bed993f6ab2a57e701d2dbc9
Author: igor <igor@fedoraproject.org>
Date:	2010-02-26

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit c3dbe95e503836eac0b949834d6eba8f9f6ef818
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-26

    trivial: add another thing to the planned-api-changes doc

M	docs/planned-api-changes.txt

commit ee3f32c7cf1fd4ffbc94a35f13016eef68a0d206
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-26

    entropy: update exposed public function signatures, uniform them
    with superclass ones

M	backends/entropy/entropyBackend.py

commit a648024434640c4de5f9cf4769cb721910ae3660
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-26

    trivial (almost): uniform Python backend API signatures, this
    shouldn't affect any currently implemented backend

M	lib/python/packagekit/backend.py

commit 0396745e16cd8fc204ed67347db0410b9581d2a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-25

    Bump LT_CURRENT as we broke API this cycle

M	configure.ac

commit 6596032cec6386375923827f828d4c0712a61d9b
Author: kristho <kristho@fedoraproject.org>
Date:	2010-02-24

    Sending translation for Danish

M	po/da.po

commit 80252871424fb2b35dc95718320b8ff5a53dab50
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Forgot lib-glib2 change about simulateRemovePackage autoremove

M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c

commit 76c3f56ce6af48245145cc4e965e230cb4e4638a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Added autoremove to simulateRemovePackage

M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/entropy/pk-backend-entropy.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/test/pk-backend-test-succeed.c
M	backends/yum/pk-backend-yum.c
M	docs/planned-api-changes.txt
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-internal.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 56402de0a6fc3bbc17856c9340fdc45cf45d51e4
Merge: 3c2052a 341d43c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 3c2052aca2a99034a9e20ca260779ffb1fcaea4c
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-24

    Removed deprecated SetLocale

M	docs/planned-api-changes.txt
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 341d43ccc181b46e70e855053a53d4b8939fd7a2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-24

    trivial: Fix up the run-p.sh helper text

M	src/run-pk.sh

commit fcfcd755502cfd1c885a83e2e3a67ba12a270c90
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-24

    yum: blacklist auto-update-debuginfo when using PK tools to prevent
    madness. Fixes rh#566578

M	backends/yum/yumBackend.py

commit fb4669c72d0e17065c9aecb30ddb746099bcbef2
Author: Jonathan Conder <j@skurvy.no-ip.org>
Date:	2010-02-24

    Initialize relevant GError's to NULL

    Hi, I've been debugging a packagekit backend for my distribution
    (Arch Linux)
    and came across a GLib warning about setting a GError twice. I did
    a grep for
    uninitialized GError's and found lots in src/pk-transaction.c,
    which I assume
    was why the warnings occured. Attached is a patch to fix this.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	src/pk-transaction.c

commit 4e00fe54a487eda8210244a6c681e948086ab74c
Merge: 9655ba0 8502a99
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-02-23

    Merge branch 'qt-sharedpointer'

commit 9655ba047e2224ef635ca6a680e29a58c11d541d
Author: ruigo <ruigo@fedoraproject.org>
Date:	2010-02-23

    Sending translation for Portuguese

M	po/pt.po

commit ab2ac164b8e656433c1338d32cf8c2abafff663b
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-02-22

    smart: make repo-list work with channelsync too

M	backends/smart/smartBackend.py

commit 899861f3a7bd62a28aace43513e872bc4fb086c1
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-02-22

    smart: change encoding to preferred, replace errors on stdout

M	backends/smart/smartBackend.py

commit 8502a99f500ec198e10f555e5a23d8434bf5b666
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-02-18

    PackageKit-Qt: Drop QObject for Package

    This commit removes the QObject parent class from the Package
    class. To handle
    memory management, the QSharedPointer class is used.

    Note: All the API is broken by this commit. But it's for your own
    goodness.

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/util.cpp
M	lib/packagekit-qt/src/util.h
M	lib/packagekit-qt/test/transactiontest.cpp
M	lib/packagekit-qt/test/transactiontest.h

commit 58fb8cc1671b4e1aba770186ba7691cb17c28837
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-22

    portage: add myself to authors

M	backends/portage/pk-backend-portage.c

commit f20dca5c666846f62a6c21a2e64c1f44abedf230
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-20

    portage: port backend to new API

M	backends/portage/portageBackend.py

commit cb115d8021dcc11fc18ad9d7977a55afcb7f71ae
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-20

    entropy: port backend to new API

M	backends/entropy/entropyBackend.py

commit 45222ee64b4900e59fc42ece094d49eeb7f9db10
Author: alshopov <alshopov@fedoraproject.org>
Date:	2010-02-20

    Sending translation for Bulgarian

M	po/bg.po

commit 5d886b771629228c89b3973b5e23e24a46d104b3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-19

    aptcc: fix compiling

M	backends/aptcc/apt-utils.cpp

commit 6182926db2a2c5cd4c6546293b14227a3c334bef
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-19

    aptcc: fix once package descriptions FDO bug #26357

M	backends/aptcc/apt-utils.cpp

commit f91495412e7f0188a295fb0677eb9ab406cd5f20
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-02-19

    smart: convert search term string to array

M	backends/smart/smartBackend.py

commit 49cf53d5668d23d679b431a2ebfd9f7b59055ff3
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-19

    aptcc: improved kind of updates detection

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit b62a05a786f9a254b6a29f15b874ff9d7a15f402
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    trivial: Fix up the self test program now we've fixed the
    pk_backend_finished race

M	src/pk-spawn.c

commit dcb9e8af02c2d75d746084a3280877dd9f95a986
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    Fix a logic problem where the PkSpawn and PkBackend instances would
    race and sometimes issue a pk_backend_finished() when the dispatcher
    instance was being changed

M	src/pk-backend-spawn.c

commit d02e6a88e2be7969edcbee58bc82a486aad72231
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    trivial: Remove a legacy test file

D	backends/test-backend.sh

commit a7a6d622c0111cc8e1c53c7100810c4fd535b795
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    yum: remove the '&' multiple parameter hacks

M	backends/yum/yumBackend.py

commit 1dad89f15c235158a59b13cbd1d9f9bd46ebbcda
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-19

    Change the python helpers to get sent an array of values, not a
    delimited string

    This requires backend authors to change thier backed so that the
    search term passed
    to search-name, search-details, search-group, search-details and
    what-provides is
    now an array of strings, not a single string.

M	lib/python/packagekit/backend.py

commit 0d8fa002ca02a01257f94697b1deddd5fb654b17
Author: Adrien Bustany <abustany@gnome.org>
Date:	2010-02-18

    packagekit-qt: Fix tests to use correct signal proto

    With the change to the Enum class, a few signal protos changed,
    and the tests
    were not all kept up to date.

M	lib/packagekit-qt/test/transactiontest.cpp

commit fb85f58da5aa2bef0fd732ce65257232a8519a64
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-10

    PackageKit-Qt: Switch from QDbusReply to QDBusPendingReply

M	lib/packagekit-qt/src/client.cpp

commit 054e969b43dfe5b7776c1e9d91775c293f566ba6
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-10

    PackageKit-Qt: Port the tests to the new Enum class

M	lib/packagekit-qt/test/transactiontest.cpp

commit a6b5c32678d5d971b141d99c1bb495a89d212e6f
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-10

    PackageKit-Qt: Fix filtersToString and make enumToString more robust

M	lib/packagekit-qt/src/util.h

commit 160a1543601ef68ebe955e0898da8ea083a98e0e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-18

    packagekit-qt: fix the enum use

M	lib/packagekit-qt/src/util.cpp

commit f510fb852e98e60fa3f547739c74763ee0cac423
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-18

    aptcc: fix unknown progress when download takes too much time to go
    to 1%

M	backends/aptcc/acqprogress.cpp
M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h

commit 03a55dd90661b91ffdc50bed8a97662c744c4131
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-18

    trivial: actually define PK_CLIENT_ERROR_LAST -- I think I'm actually
    going insane...

M	lib/packagekit-glib2/pk-client.h

commit cd0da3084feaab29210c731f3496f3a843e50458
Author: Vincent Untz <vuntz@gnome.org>
Date:	2010-02-17

    glib2: add pk_control_suggest_daemon_quit() (and async version)

M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h

commit bf0b83a083ef3c00ee150ca38d857ec9db1b6edb
Author: kenda <kenda@fedoraproject.org>
Date:	2010-02-17

    Sending translation for German

M	po/de.po

commit 83cbbfff483f12bfeaa488d4fff045a15f3f24f4
Author: zodman <zodman@gnome.juglas.name>
Date:	2010-02-15

    trivial: getting conary backed works again

M	backends/conary/conaryBackend.py
M	backends/conary/pk-backend-conary.c

commit 80cb2da24313799e3ae5679f533ecafcfa107076
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-15

    Do not set the transaction id for all backends, it's a bad performance
    penalty

M	src/pk-backend-spawn.c

commit 5ca1a5b5c39a6eead8d3436e04bfc80f5733c7f2
Author: snicore <snicore@fedoraproject.org>
Date:	2010-02-12

    Sending translation for Hungarian

M	po/hu.po

commit bf29de7a373588330a67788d63e46a56fd1624d4
Author: dichi <dichi@fedoraproject.org>
Date:	2010-02-12

    Sending translation for po/id.po

A	po/id.po

commit 6188e8b6b39502868abb3ea3b026ab6df70e1240
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-11

    trivial: ensure we set the role in the transaction after
    pk_backend_reset() has been called

M	src/pk-transaction.c

commit 469899c293b5194bc8f42188f19b1176a1505298
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-11

    trivial: add internal function pk_backend_get_role()

M	src/pk-backend.c
M	src/pk-backend.h

commit 6fc6e4db4575b84a803cd2774110e9b3148b7ed6
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    entropy: update TODO

M	backends/entropy/TODO

commit e2c0db2693b598822f344baf19d0da7c401f1b07
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    portage: implement PackageKitPortageBackend.get_categories()

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 077254f83dc3e0656cb6761255194e32b17b2391
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    entropy: fix error message typo

M	backends/entropy/entropyBackend.py

commit e734c23088671f3f3fc25b00c09a6207e650d90a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-10

    portage: factor out portage code from PackageKit overridden methods,
    several bug fixes

M	backends/portage/portageBackend.py

commit 76685bb09b671fe3cb99523a64da02a27531c632
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-09

    PackageKit-Qt: Hopefully fix moc files generation

M	lib/packagekit-qt/src/Makefile.am

commit fd11637619930245541ce842284ea55067f5cb3a
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-09

    Revert "pk-qt: fixed some small issues with makefiles"

    This reverts commit 3c3fd76a09a71b16c0bc05e3448fa6b784a4a241.

    Conflicts:

	lib/packagekit-qt/src/Makefile.am

M	lib/packagekit-qt/src/Makefile.am
A	lib/packagekit-qt/src/enum.cpp

commit 44273daa7b23c093becd3e23233282e4dec02e25
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-09

    PackageKit-Qt: Fix Makefile.am for generated files

    The switch to fully generated proxies introduced a bug where
    generated files
    wouldn't be shipped or updated correctly, breaking make distcheck.

M	lib/packagekit-qt/src/Makefile.am

commit 0d1713e7f9adc439921c0aac647a80c1e22c6d3e
Merge: 3c3fd76 31f2130
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-09

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 3c3fd76a09a71b16c0bc05e3448fa6b784a4a241
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-09

    pk-qt: fixed some small issues with makefiles

M	lib/packagekit-qt/src/Makefile.am
D	lib/packagekit-qt/src/enum.cpp

commit 31f21308ec1d695d8ea9d73c3af0c65a07c9025d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: implement EULA handling on pkgs install

M	backends/entropy/entropyBackend.py

commit 92a84e44af215bc234d6c598afa5a2a954223baf
Merge: e2da1ce 483bfd0
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    Merge remote branch 'official/master'

commit e2da1ce18330721cdf53bae8c4b50bff908e30d4
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    portage: add basic simulate_* backend support (backend needs
    refactoring first)

M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py

commit 2a0c2d80ccb8a41d2c95e934a8ffc01b7783ff94
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: add simulate_* support

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit 56660f059f825af81942e832ba7f5ca516dfe037
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: disable backend_what_provides by default

M	backends/entropy/pk-backend-entropy.c

commit c5e483482fd6eb9b90e6764b761712faad363f5a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: add stubby EntropyPackageKitBackend.what_provides()

M	backends/entropy/entropyBackend.py

commit 483bfd01027719fdbd1028faaf7496ebd5b60f06
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Add the environment variable accecpted_eulas to the spawned processes

M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend.c

commit f6314d1e579314e746874629304302561b1bc259
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Ensure that a malicious user can't make the backend exit by injecting
    a bogus EULA call into the transaction

M	src/pk-backend-spawn.c

commit 1d797872b05786a223511376ebd30270f70077d5
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: add what_provides C backend support (disabled for now)

M	backends/entropy/pk-backend-entropy.c

commit b05161319a28a32f07a0d3bbf8fcc2010b6b8b8a
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-09

    entropy: properly emit package() signals when installing/fetching

M	backends/entropy/entropyBackend.py

commit ea7214ae6af5ed424190e8ff143b05a71e68c52b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Add the environment variable transaction_id to the spawned processes

M	src/pk-backend-spawn.c

commit b7c052dc64d50320afcdc60e67ccc29508f058c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    trivial: update the fedora spec file

M	contrib/PackageKit.spec.in

commit ac9baa270950422518c3125016b620ec3553d983
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    Install the introspection data to the correct location

M	lib/packagekit-glib2/Makefile.am

commit d78e57853283c8102eb592b54579df0416672905
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-09

    trivial: add some getters and setters to PkCategory

M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h

commit a072ed4b06a1c759c6076f83806f8713bbbcfb04
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-08

    PackageKit-Qt: Fully automatize the proxy generation

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/clientprivate.h
D	lib/packagekit-qt/src/daemonproxy.cpp
D	lib/packagekit-qt/src/daemonproxy.h
A	lib/packagekit-qt/src/enum.cpp
M	lib/packagekit-qt/src/transactionprivate.h
D	lib/packagekit-qt/src/transactionproxy.cpp
D	lib/packagekit-qt/src/transactionproxy.h

commit e1cbebd375f659fd61b1da650ac83fef8e8b3423
Author: Adrien Bustany <madcat@mymadcat.com>
Date:	2010-02-08

    PackageKit-Qt: Port tests to current API

M	lib/packagekit-qt/test/daemontest.cpp
M	lib/packagekit-qt/test/main.cpp
M	lib/packagekit-qt/test/transactiontest.cpp

commit 61f2a41c220cdab7dcbbcde2b3a7bf5e9fad4e55
Author: snicore <snicore@fedoraproject.org>
Date:	2010-02-08

    Sending translation for Hungarian

M	po/hu.po

commit 9ff395dcfc4ffb16109db93990a75e8c5de033ca
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-08

    entropy: implement PackageKitEntropyBackend.install_files()

M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit 6d830250970dbcc17696b8c7d5e4d5e745bcc565
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-08

    entropy: add get_mime_types support in backend

M	backends/entropy/pk-backend-entropy.c

commit ac592ac66f0f6da2c4a86797af6012f381bd0188
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-08

    entropy: temp disable EULA agreement checks

M	backends/entropy/entropyBackend.py

commit b11b661a81df8b75b9712bb336e96eb08446f4f9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-08

    trivial: fix make distcheck

M	lib/packagekit-qt/src/Makefile.am

commit 849ba664683cf5942027a3937c18cab669ee9305
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-05

    pk-qt: Moved all enums to Enum::class, and updated some

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
D	lib/packagekit-qt/src/enum.cpp
M	lib/packagekit-qt/src/enum.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/util.cpp
M	lib/packagekit-qt/src/util.h

commit aee67a4ce44b2abcec0d73f082842d56317306c0
Merge: e88dd57 b7241eb
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-05

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit e88dd573eca3d341ce5034b355d17302a3394525
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-05

    pk-qt: Added more constness to the lib, cleaned some includes and
    updated API to 0.6.1

M	lib/packagekit-qt/src/Makefile.am
M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/daemonproxy.h
M	lib/packagekit-qt/src/enum.cpp
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/transactionproxy.h

commit b7241eb689b4fc8883c224442c2da17ff22d23f6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-05

    yum: don't show an internal error if the database was changed by
    rpm when we are building a transaction

M	backends/yum/yumBackend.py

commit adee23f5a1468ab61c3e3fb4ae099db7edcf074e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-05

    trivial: Add another error enum: PACKAGE_DATABASE_CHANGED

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 90066e3b2ca20ad09a267194bd924bdf7b8d0a97
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-05

    qt: Add a Last[enum-type] entry to ensure we always can compile with
    -pedantic-errors and be able to insert an enum in  single line

M	lib/packagekit-qt/src/client.h

commit e794d925a8497dc2d962b169823b4f2146cf7443
Author: Slawomir Czarko <bugzilla.redhat.com@sklep.czarko.net>
Date:	2010-02-05

    Fix up a typo that prevents compiling programs that use packagekit-qt
    with -pedantic-errors

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	lib/packagekit-qt/src/client.h

commit e203b0b432e029a294da36b3546b7df160891a8f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-04

    pk-qt: moved the package enums to Enum class

M	lib/packagekit-qt/src/Makefile.am
A	lib/packagekit-qt/src/enum.cpp
C053	lib/packagekit-qt/src/package.h lib/packagekit-qt/src/enum.h
M	lib/packagekit-qt/src/package.cpp
M	lib/packagekit-qt/src/package.h

commit 2d1d04799b8c640b00b91681aaa779c5656ba8f7
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-02-04

    Changed the planned-api-changes for pk 6.0

M	docs/planned-api-changes.txt

commit 1d24f4c9e3ba1c7de8333ee9d0a3478d5d302381
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    entropy: spawn error on missing accepted EULAs

M	backends/entropy/entropyBackend.py

commit 08a5bb9780cbc9bd3852d784c13af364e0116c06
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    entropy: add eula-required signal emission

M	backends/entropy/entropyBackend.py

commit 5438d9e815d15264cf4be93eb9571ef4a56bd0c5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-04

    Add a pk_backend_set_speed() helper function

M	src/pk-backend.c
M	src/pk-backend.h

commit 91cd7e7da809bf0300ba52a211f8750d37442116
Merge: cda3a3b 9641b42
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    Merge remote branch 'official/master'

commit 9641b42e38c5f642cc7d52645bdbc3d91302e0b0
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-04

    Add the eula-required python method helper

M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c

commit cda3a3ba59b90b3bccdaa6fd5fe18ab0a8eccee8
Merge: fd7fde7 cb622dc
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    Merge remote branch 'official/master'

commit fd7fde797dd85cca228134ce839e46ae42f5a8aa
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-04

    entropy: trivial backend module cleanup

M	backends/entropy/entropyBackend.py

commit cb622dc7f88807d3be8fdd5c140e851dc7d7de33
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-04

    Update the list of free licences from the Fedora wiki

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 5b2a3aae94b48621f5b620ebedc3ccf2fa9b88eb
Merge: d57452f 7b4671c
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-02-03

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit d57452f25a00fc2fd55f3f6cb71ae097098554ff
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-02-03

    zypp: change policy to download first

M	backends/zypp/zypp-utils.cpp
M	configure.ac

commit 7b4671c1dc3679600fcb9d0c0ce12ad96104b8ef
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    entropy: disable debug logging by default

M	backends/entropy/entropyBackend.py

commit 3430d160a6a68a096d50a2618b933aeb74e03faa
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-03

    trivial: add a list of planned API changes in 0.6.x

A	docs/planned-api-changes.txt

commit 3c3a272d2d79bb9252d401eab446d8b8e4d560c8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-03

    trivial: update some gitignore files

M	.gitignore
M	lib/packagekit-glib2/.gitignore

commit 27f4a3cefd02d45bc8d51c1e10b24b2855324dc1
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update TODO

M	backends/entropy/TODO

commit faa3aefe0588830504e5e63250deea0a3a5e9c63
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    entropy: add Entropy PackageKit backend

M	backends/Makefile.am
A	backends/entropy/Makefile.am
A	backends/entropy/TODO
A	backends/entropy/entropyBackend.py
A	backends/entropy/pk-backend-entropy.c
M	configure.ac

commit 5ecb7cbfb5c967c8d321a912d67712d5eb63bff4
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] disable EntropyPackageKitBackend.get_distro_upgrades for now

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py

commit 059fb32e4bbd6dcfe2c088b746f76a7f351d7de5
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update TODO

M	backends/entropy/TODO

commit d4cb2f8d51d8804460df6fffd67d214be96de04d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.update_system()

M	backends/entropy/entropyBackend.py

commit 41f4100be8035595bc2ab90800e3f0e2879e5f1c
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] more backend bits ftw

M	backends/entropy/pk-backend-entropy.c

commit f30befc9f87c291583a93a70ea104deec686eb32
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update more backend bits ;)

M	backends/entropy/TODO
M	backends/entropy/pk-backend-entropy.c

commit 0e9389c2119be0b6090857da485de4712b8450b3
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] update TODO

M	backends/entropy/TODO

commit db81823790cdd9b108b95f015fb8d796c340cf98
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [portage] port portage backend to PackageKit HEAD

M	backends/portage/pk-backend-portage.c

commit 86d84676e8c089e5f1dc1e12688cd7f27a8d769e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: scale lxnay to fit on the page...

M	docs/html/img/author-lxnay.png

commit 8e451286badc6de26c3c343106fa2e68dbcdd0a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Define a new error code for when the user declines the simulation

M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c

commit 8fe49c17329ec4bdfc54d1838e429b697e6ffe5b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add a new library function: pk_package_sack_filter_by_info()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit c3c2b51492735165475fa75feb7e91b94abb01a6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: re-instate pk_package_sack_get_size()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 6285f181eab2256b51227b5d1d6e1de6898418a8
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    add myself to developers' page

A	docs/html/img/author-lxnay.png
M	docs/html/pk-authors.html

commit c63790de60ff000af3dd19c48bcb5744fcbb1b78
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add the polkit backend library in LIBADD, not LDFLAGS. Fixes fd#26373

M	src/Makefile.am

commit 64e8c018d4d579ebb68e6ed3e75829b1c91b8e3b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    yum: add simulate-install-packages, simulate-update-packages and
    simulate-remove-packages

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 47375485bc5abb27f3c9c3f679927ac4fe362bf6
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Do not run the transaction with only_trusted if the simulation
    inferred that any packages were unsigned

M	lib/packagekit-glib2/pk-task.c

commit 2e9e8484c750d2621a765dae5bc312c85fd1c49a
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: show a warning when we fallback to get-depends or
    get-requires

M	src/pk-transaction.c

commit 4c7676549e1eee450c3289037929b7c0ce104bf8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Show messages in the pkmon output when the task has completed

M	client/pk-monitor.c

commit 2a9bdd7a5e9ad5946e7debe35acaef2ab9e1e187
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit 8aa4c4c30537c9c66533b2de15f8fe8806fcb5d2
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Release version 0.6.1

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html

commit 499fcb7cfc9e826583682bbc93fc97a3902ce39a
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-29

    zypp: add more features to repo_set_data.
    patch from Ladislav Slezak

M	backends/zypp/pk-backend-zypp.cpp

commit e9ec74c453f9d800391d5eea872a02046bff71da
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.download_packages()
    support (+ module QA checks)

M	backends/entropy/TODO
M	backends/entropy/entropyBackend.py

commit 23baf9e6f0bb840b1da47de3f2366af89e2252f3
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.get_categories()
    (and prepare download_packages)

M	backends/entropy/entropyBackend.py
M	backends/entropy/pk-backend-entropy.c

commit c401361c3c04f92bcec9276112a4845af24e2694
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] add TODO

A	backends/entropy/TODO

commit bcefe8f76c7d961fa50c22b506db1ac9beb17984
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] subclass UrlFetcher to redirect output to PK, make possible
    to cancel pkg install/removal

M	backends/entropy/entropyBackend.py

commit 4cf6b74bd3d037c4b13f62f9a2311d890800cb51
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-03

    [entropy] implement EntropyPackageKitBackend.remove_packages()

M	backends/entropy/entropyBackend.py

commit df998e868842e77c278f3a965edb12e5ee659976
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement EntropyPackageKitBackend.install_packages()
    and update_packages()

M	backends/entropy/entropyBackend.py

commit 9d55e7fae71b8c35c75939c2be921278ce83cdf1
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] fix backend_update_packages pk_backend_spawn_helper
    arguments

M	backends/entropy/pk-backend-entropy.c

commit 30658b7058ed5cba9299bfeb192e40740041b264
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    portage: fix backend_update_packages() spawn_helper argument was
    missing

M	backends/portage/pk-backend-portage.c

commit a94db726cd8586f1c2f6d30444c430f44f153b87
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    portage: fix backend_update_packages() spawn_helper argument was
    missing

M	backends/portage/pk-backend-portage.c

commit b5100a8e44efb21e6cd1440ac2f248d32e72d404
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement EntropyPackageKitBackend.get_requires()

M	backends/entropy/entropyBackend.py

commit 6501f03327776e3a4becdc6a011e7fde8c0358c3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: scale lxnay to fit on the page...

M	docs/html/img/author-lxnay.png

commit 0fa913c6b546f24f36ec0967006f7cd70de50a35
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Define a new error code for when the user declines the simulation

M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-task.c

commit 754dae752962f2bd2000406b340342f499c17087
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add a new library function: pk_package_sack_filter_by_info()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 42bd6832a68864b3baac1f1d9d751f03da8a0a49
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    trivial: re-instate pk_package_sack_get_size()

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 368b253e45a63976ccae7aeac9df86276dd6864d
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement PackageKitEntropyBackend.get_update_detail()

M	backends/entropy/entropyBackend.py

commit 1f0f2ba0462b3a84607a7bf2e2db7c7018dd590b
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    add myself to developers' page

A	docs/html/img/author-lxnay.png
M	docs/html/pk-authors.html

commit 5b2749861754d84dfba250031bc500f4ac883993
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    fix PackageKitPortageBackend.get_update_detail()

    Signed-off-by: Fabio Erculiani <lxnay@sabayon.org>

M	backends/portage/portageBackend.py

commit f6ff602d814d188afae3bb91eb770c70ee4a1d93
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [portage] fix PackageKitPortageBackend.get_update_detail()

M	backends/portage/portageBackend.py

commit 6af40e600d9b78d5ed926d25d7f0f0efbd5eaa1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-02

    Add the polkit backend library in LIBADD, not LDFLAGS. Fixes fd#26373

M	src/Makefile.am

commit 259e29781fc18f4d41d3c4d079ecb3837c8396d6
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-02

    [entropy] implement PackageKitEntropyBackend.get_details()

M	backends/entropy/entropyBackend.py

commit 9ced345300e193b150c95dcadca66c20d621d339
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] fix log message typo

M	backends/entropy/entropyBackend.py

commit 3c3b31d5dad0bb0ad7d9c4945b5ba831c291b221
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_packages()

M	backends/entropy/entropyBackend.py

commit 764c930b659d5ca2b6e81313b225813308a6a37b
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_files()

M	backends/entropy/entropyBackend.py

commit 12408e9348b15d1bb714aba69e4368d424e08c36
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_depends()

M	backends/entropy/entropyBackend.py

commit 9a9e8694e8d0ac616981392d3da1665637cbd6bf
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.get_repo_list()

M	backends/entropy/entropyBackend.py

commit 344b6409fa0c36489bfa5cb3bcaa161ebc7c8fcd
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.repo_enable()

M	backends/entropy/entropyBackend.py

commit a737f8b90bb70e4764406cbc3fabe53274c54954
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] implement PackageKitEntropyBackend.resolve()

M	backends/entropy/entropyBackend.py

commit c8ddf8649ec18edc0b2c9e02a0da2dcf7f86eed9
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] complete PackageKitEntropyBackend.get_updates()

M	backends/entropy/entropyBackend.py

commit 425f1c43f172505b9decfeca319e5cf32c9b1edb
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] subclass entropy.client.interfaces.Client, get transparent
    progress update support

M	backends/entropy/entropyBackend.py

commit 559607f03b970d83d8ebb8e1a8ecbdbe5cdd4ead
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] basic functionality of
    PackageKitEntropyBackend.refresh_cache() implemented, split class
    functions

M	backends/entropy/entropyBackend.py

commit 84a54410cf60b4da76a4dbb08d4ef57bdd2efe42
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    complete PackageKitEntropyBackend.search_details()

M	backends/entropy/entropyBackend.py

commit a5b4c9f1ad4aacc65efd80bccdf887fe51eccc94
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] complete PackageKitEntropyBackend.search_file()

M	backends/entropy/entropyBackend.py

commit 5b90d74aca391931d4dea7375ae511e1ed38ea36
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    yum: add simulate-install-packages, simulate-update-packages and
    simulate-remove-packages

M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py

commit 58a8f12d3f2d0643c63eedf7162a2ea02df1ecc3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Do not run the transaction with only_trusted if the simulation
    inferred that any packages were unsigned

M	lib/packagekit-glib2/pk-task.c

commit ac5e3fc4b4501713b52d83691fb621311a3a07a4
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: show a warning when we fallback to get-depends or
    get-requires

M	src/pk-transaction.c

commit 1407896df5aa05e9330490a98638aa7eff95f028
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Show messages in the pkmon output when the task has completed

M	client/pk-monitor.c

commit 0205e31b8c7a1ab166d30e051e1fcad43925426e
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] improve PackageKitEntropyBackend.search_group(), implement
    filters support

M	backends/entropy/entropyBackend.py

commit bf807d78c23bce26899b3230a81ea24efbbff8f9
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-02-01

    [entropy] complete PackageKitEntropyBackend.search_group()

M	backends/entropy/entropyBackend.py

commit 13dded04032c2e466977d31fcbfd6db53372ea15
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit b1785d40ec04ebde29d9fc0738773c9590ca658f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-02-01

    Release version 0.6.1

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html

commit 80e8444c52c42071663a93491ed2f347e7744199
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-01-31

    [entropy] complete PackageKitEntropyBackend.search_name()

M	backends/entropy/entropyBackend.py

commit 21799491268c94106a044ce5d2e42bc865fb5a06
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2010-01-31

    portage: fix compilation and port code to new API

M	backends/portage/pk-backend-portage.c

commit 568d23e682de8d8cc6c0d89f026c8476bee50204
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] fix variable in backend_update_system

M	backends/entropy/pk-backend-entropy.c

commit ec3fb2a5971b687b693874f41b8d947a19584adf
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [portage] fix variable in backend_update_system

M	backends/portage/pk-backend-portage.c

commit 7a5d0aa0d478592b11d2d4cf1a4920493e1ad77e
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] make Entropy backend back working, port to HEAD

M	backends/entropy/pk-backend-entropy.c

commit 3b67ae7abc22da1c7511f1851e4ebc37c05fdb05
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [portage] port portage backend to PackageKit HEAD

M	backends/portage/pk-backend-portage.c

commit e30680d68f6865dec55ed29037a88097f8cc79b1
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] make backend C part working with PackageKit HEAD

M	backends/entropy/pk-backend-entropy.c

commit aba7b6b775eaa3e8d80416c93725624602a6e0f6
Author: Fabio Erculiani <fabio.erculiani@itsme.it>
Date:	2010-01-30

    [entropy] initial commit, add build system support and basic
    (non-working) backend

M	backends/Makefile.am
A	backends/entropy/Makefile.am
A	backends/entropy/entropyBackend.py
A	backends/entropy/pk-backend-entropy.c
M	configure.ac

commit c032d12ab1a438fcc87ae1bc6cabfff734b04ea1
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-29

    zypp: add more features to repo_set_data.
    patch from Ladislav Slezak

M	backends/zypp/pk-backend-zypp.cpp

commit 898fdce65df77d6380eba5b17fa4c0f3a85dd573
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-29

    trivial: correct the email address in HACKING

M	HACKING

commit 4137be32d14188cf4fadea55a88fd575385fde63
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-28

    trivial: Remove the compatibility defines for pk_package_sack() --
    nothing outside of PackageKit uses them

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-task.c

commit 8ac67b10c33287814465a2a2ae67cc1d76061ca3
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-28

    Remove the glib2 functions pk_package_sack_get_size() and
    pk_package_sack_get_index() as they are horribly inefficient for just
    getting items from the sack. Just use pk_package_sack_get_array()
    instead

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-task-wrapper.c

commit b9894bff5a271d87dc571d41a4c371054f298756
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-28

    Sort the packages by name in all pkcon results

M	client/pk-console.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit 2138430b21c71bf4ddb538db3fdc5843725f64d8
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-27

    Update the Free Software Foundation address

M	backends/alpm/pk-backend-alpm.c
M	backends/apt/pk-backend-apt.c
M	backends/apt/profiler.py
M	backends/apt/tests.py
M	backends/aptcc/apt-utils.cpp
M	backends/aptcc/apt-utils.h
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/box/pk-backend-box.c
M	backends/conary/conaryBackend.py
M	backends/conary/conaryCallback.py
M	backends/conary/conaryFilter.py
M	backends/conary/conaryProgress.py
M	backends/conary/pk-backend-conary.c
M	backends/dummy/pk-backend-dummy.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pisiBackend.py
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/portage/portageBackend.py
M	backends/ports/pk-backend-ports.c
M	backends/ports/portsBackend.rb
M	backends/razor/pk-backend-razor.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/smart/smartBackend.py
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/yum/yumBackend.py
M	backends/yum/yumComps.py
M	backends/yum/yumCompsTest.py
M	backends/yum/yumFilter.py
M	backends/yum/yumMediaManager.py
M	backends/yum/yumMediaManagerDeviceKit.py
M	backends/yum/yumMediaManagerGIO.py
M	backends/yum/yumMediaManagerHAL.py
M	backends/yum/yumMediaManagerOS.py
M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-events.h
M	backends/zypp/zypp-utils.cpp
M	backends/zypp/zypp-utils.h
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	client/pk-self-test.c
M	contrib/browser-plugin/pk-main.c
M	contrib/browser-plugin/pk-main.h
M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/browser-plugin/pk-plugin-install.h
M	contrib/browser-plugin/pk-plugin.c
M	contrib/browser-plugin/pk-plugin.h
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/pk-debuginfo-install.c
M	contrib/device-rebind/pk-device-rebind.c
M	contrib/gstreamer-plugin/pk-gstreamer-install.c
M	contrib/gtk-module/pk-gtk-module.c
M	data/tests/pk-spawn-dispatcher.py
M	lib/packagekit-glib2/packagekit-private.h
M	lib/packagekit-glib2/packagekit.h
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-bitfield.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-catalog.h
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client-sync.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-common.h
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-console-shared.h
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control-sync.h
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-control.h
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-desktop.h
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-details.h
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-error.h
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-eula-required.h
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-files.h
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-media-change-required.h
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-id.h
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-ids.h
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack-sync.h
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-progress-bar.c
M	lib/packagekit-glib2/pk-progress-bar.h
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-progress.h
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-detail.h
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-repo-signature-required.h
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-require-restart.h
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-results.h
M	lib/packagekit-glib2/pk-self-test.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-service-pack.h
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-source.h
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task-sync.h
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-text.h
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task-wrapper.h
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-task.h
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-list.h
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-transaction-past.h
M	lib/packagekit-glib2/pk-update-detail.c
M	lib/packagekit-glib2/pk-update-detail.h
M	lib/packagekit-glib2/pk-version.h.in
M	lib/python/packagekit/backend.py
M	lib/python/packagekit/client.py
M	lib/python/packagekit/filter.py
M	lib/python/packagekit/frontend.py
M	lib/python/packagekit/misc.py
M	lib/python/packagekit/package.py
M	lib/python/packagekit/pkdbus.py
M	lib/python/packagekit/pkexceptions.py
M	lib/python/packagekit/progress.py
M	lib/python/pk-frontend-test.py
M	lib/python/wrapper-test.py
M	src/egg-dbus-monitor.c
M	src/egg-dbus-monitor.h
M	src/egg-debug.c
M	src/egg-debug.h
M	src/egg-string.c
M	src/egg-string.h
M	src/egg-test.c
M	src/egg-test.h
M	src/pk-backend-internal.h
M	src/pk-backend-spawn.c
M	src/pk-backend-spawn.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-cache.c
M	src/pk-cache.h
M	src/pk-conf.c
M	src/pk-conf.h
M	src/pk-dbus.c
M	src/pk-dbus.h
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-file-monitor.c
M	src/pk-file-monitor.h
M	src/pk-inhibit.c
M	src/pk-inhibit.h
M	src/pk-lsof.c
M	src/pk-lsof.h
M	src/pk-main.c
M	src/pk-network.c
M	src/pk-network.h
M	src/pk-notify.c
M	src/pk-notify.h
M	src/pk-polkit-action-lookup.c
M	src/pk-proc.c
M	src/pk-proc.h
M	src/pk-self-test.c
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-spawn.c
M	src/pk-spawn.h
M	src/pk-store.c
M	src/pk-store.h
M	src/pk-sysdep.c
M	src/pk-sysdep.h
M	src/pk-syslog.c
M	src/pk-syslog.h
M	src/pk-time.c
M	src/pk-time.h
M	src/pk-transaction-db.c
M	src/pk-transaction-db.h
M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction-list.c
M	src/pk-transaction-list.h
M	src/pk-transaction.c
M	src/pk-transaction.h
M	tools/pk-refresh-licenses.c

commit 5b83b0e04fdcfc65457f92aa686659bd960b94b9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-26

    trivial: Modernize the configure.ac file

M	configure.ac

commit deb7b6d28284ccfc62760877699af2def50f01cf
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-26

    Fix some trivial whitespace issues

M	configure.ac
M	lib/packagekit-glib2/pk-client.h

commit 171bc15a9228b4bc90725e4b17ef6a57edc8cbb0
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-01-26

    * Add Kubuntu support for upgrade (using env var exported by
    KPackageKit)
    * Add KDialog support as alternative to zenity and xmessage for
    the "system not recognized" message (also using env var exported
    by KPackageKit)

    Patch by (Harald Sitter <sitter.harald@gmail.com>)

M	data/pk-upgrade-distro.sh

commit 36ebf6ba02f249a6d1642a2353d0275db211689e
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-25

    zypp: partial support of multiple values for search params

M	backends/zypp/pk-backend-zypp.cpp

commit 251ce613af9c6e862e7999c735798723cd8c88e2
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2010-01-25

    ports: convert search params to array values

M	backends/ports/pk-backend-ports.c

commit fbef1027178ee1f1e66b1e68a4309cbbb7f77bc4
Author: Scott Reeves <sreeves@novell.com>
Date:	2010-01-23

    zypp: work with packagekit-glib2

M	backends/zypp/pk-backend-zypp.cpp
M	backends/zypp/zypp-utils.cpp

commit 05da249853df8afdf46c637bd367c0692380260c
Author: warrink <warrink@fedoraproject.org>
Date:	2010-01-21

    Sending translation for Dutch

M	po/nl.po

commit 93bcd506293fb62b749fc1fae28d3cc1118891b1
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-20

    yum: Ensure we look in all update notices for a security update. Fixes
    rh#526279

M	backends/yum/yumBackend.py

commit 0cdd5afa6f1d6c9982a3185313cee9d57131c967
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-20

    trivial: add brasero to the website example users

A	docs/html/img/users-brasero.png
M	docs/html/pk-users.html

commit 46d04d92f6dcccbf0c04dd2a14fddfb75016a8e5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-19

    yum: emit a warning when a developer tries to use autoremove

M	Makefile.am
M	backends/yum/yumBackend.py

commit af9ad19283e33704fa4ad1202e6e9055de0fc501
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-18

    trivial: add 'Since: foo' lines to public methods and properties
    in packagekit-glib2

M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-client-sync.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-common.c
M	lib/packagekit-glib2/pk-control-sync.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-package-id.c
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-sack-sync.c
M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-source.c
M	lib/packagekit-glib2/pk-task-sync.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-update-detail.c

commit 713c7c2536ec430d3b839c5ddf4b98a4c67ff50b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-15

    trivial: enable introspection in the Fedora spec file

M	contrib/PackageKit.spec.in

commit c6d655f0647f7a3e476ea8212d4adf0448c34e14
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-15

    feature: Enable initial introspection support in PackageKit-glib2

M	Makefile.am
M	configure.ac
M	lib/packagekit-glib2/Makefile.am

commit 39f1afae5bbd9ae790c0505ede4467f5eac6dfe7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-17

    trivial: use g_set_error() in more places

M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-desktop.c
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-service-pack.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit f509d262b464ca1fd069927af4478113ecea8199
Author: elsupergomez <elsupergomez@fedoraproject.org>
Date:	2010-01-15

    Sending translation for Spanish

M	po/es.po

commit 0975a1a8b31a1551b712f6358b12e3b5bfc266ef
Author: raven <raven@fedoraproject.org>
Date:	2010-01-14

    Sending translation for Polish

M	po/pl.po

commit 149252ee88454eb602a98ed43869a5f0fb70dafb
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    trivial: add install-local to the bash autocompletion rules

M	contrib/pk-completion.bash

commit 4b71f550ec7dd3dd639ea14784697680e9ddbe94
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    If the user uses 'pkcon install dave.rpm' then give a useful error
    message

M	client/pk-console.c

commit 2bbc11bc42373310604992f961061ea6201b3ec9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    Ensure that pkgenpack generates filenames without ';' embedded in them

M	client/pk-generate-pack.c

commit bc6218abc7d52f4af04c4ad06a84cfa96a23786f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-14

    Show the translated role and status when using pkgenpack

M	client/pk-generate-pack.c

commit 0f3b83cf400e1f7eaf33758088488297ccea6438
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-12

    trivial: rename foo_[to|from]_text to foo_[to|from}_string functions,
    to fit in more with coding standards

    Also add in compatibility defines for applications using
    packagekit-glib2.
    This looks like a large commit, but it's actually just a
    search-replace script.

M	backends/apt/pk-backend-apt.c
M	backends/aptcc/pk-backend-aptcc.cpp
M	backends/conary/pk-backend-conary.c
M	backends/opkg/pk-backend-opkg.c
M	backends/pisi/pk-backend-pisi.c
M	backends/poldek/pk-backend-poldek.c
M	backends/portage/pk-backend-portage.c
M	backends/ports/pk-backend-ports.c
M	backends/slapt/pk-backend-slapt.c
M	backends/smart/pk-backend-smart.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-thread.c
M	backends/urpmi/pk-backend-urpmi.c
M	backends/yum/pk-backend-yum.c
M	backends/zypp/pk-backend-zypp.cpp
M	client/pk-console.c
M	client/pk-generate-pack.c
M	client/pk-monitor.c
M	contrib/browser-plugin/pk-plugin-install.c
M	contrib/command-not-found/pk-command-not-found.c
M	contrib/debuginfo-install/pk-debuginfo-install.c
M	lib/packagekit-glib2/pk-bitfield.c
M	lib/packagekit-glib2/pk-bitfield.h
M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-console-shared.c
M	lib/packagekit-glib2/pk-control.c
M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h
M	lib/packagekit-glib2/pk-package-ids.c
M	lib/packagekit-glib2/pk-package-ids.h
M	lib/packagekit-glib2/pk-progress.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-service-pack.c
M	lib/packagekit-glib2/pk-task-text.c
M	lib/packagekit-glib2/pk-task-wrapper.c
M	lib/packagekit-glib2/pk-task.c
M	lib/packagekit-glib2/pk-transaction-list.c
M	lib/packagekit-sharp/packagekit-api.raw
M	lib/packagekit-sharp/packagekit-api.xml
M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-engine.c
M	src/pk-lsof.c
M	src/pk-network-stack-connman.c
M	src/pk-network-stack-nm.c
M	src/pk-network-stack-unix.c
M	src/pk-network.c
M	src/pk-polkit-action-lookup.c
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-spawn.c
M	src/pk-transaction-db.c
M	src/pk-transaction-extra.c
M	src/pk-transaction-list.c
M	src/pk-transaction.c

commit 5879cb55b16ae3f67b5908dd1a5558fcaf887b2e
Merge: df73a39 08d1917
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-01-11

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit df73a39e466d273fb95a5a428503e7f45dc97e5f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2010-01-11

    aptcc: impoved search file

M	backends/aptcc/apt.cpp

commit 08d19175bb9f809294325578593fe42e5e0bbb24
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-10

    Add sync versions of the PkPackageSack functions

M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/packagekit.h
A	lib/packagekit-glib2/pk-package-sack-sync.c
A	lib/packagekit-glib2/pk-package-sack-sync.h

commit 7316eee6cfe90959e55896564f2caaac74b26775
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-10

    trivial: rename a couple of functions to be more like the PkClient API

    Nothing yet use these new functions, so the API break is okay.

M	lib/packagekit-glib2/pk-package-sack.c
M	lib/packagekit-glib2/pk-package-sack.h

commit ee394e8c505a7cd56fdd7fa4749df2217b4c1a2c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-10

    trivial: add a self check to ensure that PK_INFO_ENUM_FINISHED
    packages cannot be added

M	lib/packagekit-glib2/pk-results.c

commit 45d66375e4328d68c6d3aabd643e21069495a2cb
Author: gml520 <gml520@fedoraproject.org>
Date:	2010-01-09

    Sending translation for Chinese (Simplified)

M	po/zh_CN.po

commit 48d4b071ec699afbb488635c2e906082d2b9dd20
Author: Tim Waugh <twaugh@redhat.com>
Date:	2010-01-08

    bugfix: fixed packagekit.client.install_packages() in Python bindings.

M	lib/python/packagekit/client.py

commit 20bb7039c02e0d6088676588671b6889fd5e3aa7
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: reduce the verbosity of the debugging in PkProc

M	src/pk-proc.c

commit f0296a8a3503fc4322184a6e50be7a51fae5920b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    bugfix: when adopting a transaction ensure we set the role on the
    PkResults object

    This fixes the require-restart icon in gnome-packagekit as it filters
    on the role after adopting

M	lib/packagekit-glib2/pk-client.c

commit 0405e7bb50af874cd864d4c38c9865f4a2bc6a5c
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: remove some superflurious debugging in PkTransactionExtra

M	src/pk-transaction-extra.c

commit ba70f9ca039fe9a1c0f9d8fb537002bdfe020e59
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: relax the make check parameters in PkDesktop so that it
    works on Fedora 13

M	lib/packagekit-glib2/pk-desktop.c

commit 7e02d09f397fbdfc6c9cda2840acfdd60f34c27b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: fix up make check as now the daemon can send a cancelled
    error message

M	lib/packagekit-glib2/pk-client.c

commit 99a53be9027eefbb0a8bc35294b2fdd04f330191
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    Ensure PkProgress sends ::notify signals when properties change

M	lib/packagekit-glib2/pk-progress.c

commit 22958d80ddf50573006eef06a3c5f1636df4cc7d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: remove two warning statements left in by accident

M	lib/packagekit-glib2/pk-transaction-list.c

commit 663cb489e20132964301cdf3fb8c69e66074583d
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    trivial: be more resilient to internal errors and simply warn instead

M	lib/packagekit-glib2/pk-catalog.c
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-results.c
M	lib/packagekit-glib2/pk-task.c

commit c32a26c8997962ac21d1937b1b7bcf0357a7fc1b
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-08

    bugfix: Ensure we set an error when the transaction is cancelled

    This fixes a bug where old versions of the glib2 library would
    assert when
    the transaction does not exit with success and an error is expected

M	src/pk-backend.c

commit cc995557f05520a97ea7b195b4c2765227780d00
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: added autoremove and HoldPkg functionality (thanks to
    PirateJonno); changed search functions to allow multiple search values

M	backends/alpm/pk-backend-alpm.c

commit 2761bc5470786fb175b7b58585b2b8ee42eaf223
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    Cache autoremove too in transaction_remove_packages

M	src/pk-transaction.c

commit f946bf10b000fba96101c7bf44be5810876c7aa5
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: understand more config options (thanks to PirateJonno)

M	backends/alpm/pk-backend-alpm.c

commit 27d423cb37ff1afee75480c76d5c8227979575f8
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: more formatting (thanks to PirateJonno)

M	backends/alpm/pk-backend-alpm.c

commit 27016056c90c85b9c9c2e432cbf562d4636e3d97
Author: Valeriy Lyasotskiy <onestep@ukr.net>
Date:	2010-01-08

    alpm: handle ILoveCandy config option (thanks to PirateJonno)

M	backends/alpm/pk-backend-alpm.c

commit 3669f7d8b529e91f063e90f9597cc6f0191dbebb
Author: Aurelien Lefebvre <alkh@mandriva.org>
Date:	2010-01-07

    urpmi: fix backend api

M	backends/urpmi/pk-backend-urpmi.c

commit 97803b3fbe46dfbef1bf2b83ad7dc9bff27ed89e
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    trivial: install pk-source.h so that client tools can use it

M	lib/packagekit-glib2/Makefile.am

commit 189e754db6d71483026231d1fcdb4d6c9f433f87
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    glib2: Add a parent object to all the source objects to track the
    source role and transacton id

M	lib/packagekit-glib2/Makefile.am
M	lib/packagekit-glib2/pk-category.c
M	lib/packagekit-glib2/pk-category.h
M	lib/packagekit-glib2/pk-client.c
M	lib/packagekit-glib2/pk-client.h
M	lib/packagekit-glib2/pk-details.c
M	lib/packagekit-glib2/pk-details.h
M	lib/packagekit-glib2/pk-distro-upgrade.c
M	lib/packagekit-glib2/pk-distro-upgrade.h
M	lib/packagekit-glib2/pk-error.c
M	lib/packagekit-glib2/pk-error.h
M	lib/packagekit-glib2/pk-eula-required.c
M	lib/packagekit-glib2/pk-eula-required.h
M	lib/packagekit-glib2/pk-files.c
M	lib/packagekit-glib2/pk-files.h
M	lib/packagekit-glib2/pk-media-change-required.c
M	lib/packagekit-glib2/pk-media-change-required.h
M	lib/packagekit-glib2/pk-message.c
M	lib/packagekit-glib2/pk-message.h
M	lib/packagekit-glib2/pk-package.c
M	lib/packagekit-glib2/pk-package.h
M	lib/packagekit-glib2/pk-repo-detail.c
M	lib/packagekit-glib2/pk-repo-detail.h
M	lib/packagekit-glib2/pk-repo-signature-required.c
M	lib/packagekit-glib2/pk-repo-signature-required.h
M	lib/packagekit-glib2/pk-require-restart.c
M	lib/packagekit-glib2/pk-require-restart.h
A	lib/packagekit-glib2/pk-source.c
C061	lib/packagekit-glib2/pk-files.h lib/packagekit-glib2/pk-source.h
M	lib/packagekit-glib2/pk-transaction-past.c
M	lib/packagekit-glib2/pk-transaction-past.h
M	lib/packagekit-glib2/pk-update-detail.c
M	lib/packagekit-glib2/pk-update-detail.h

commit 1b254465105d0e171ae693be80f0f73c18c43058
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    yum: use repo-for-developers-only when enabling rawhide

M	backends/yum/yumBackend.py

commit d36fbccad0242e6a7111cfeee4a1ebf002460473
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    Add a new message enum 'repo-for-developers-only' for repos that
    should not be used by users

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 487b0c63abaf471ba8b8ab4cc64ca77ba801c543
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-07

    trivial: update a script not glib has been removed

M	tools/add-error-enum.sh

commit 84d6e16d274f55dc8cebb611c61689ae20102b2f
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-06

    Add support for the 'interactive' hint in the daemon, and also sent
    it to the backend

M	lib/packagekit-glib2/pk-common.h
M	lib/python/packagekit/backend.py
M	src/pk-backend-spawn.c
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-shared.c
M	src/pk-shared.h
M	src/pk-transaction.c

commit 23db0214ffa5ea07e0e45b9c4f31cb879e57f827
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-06

    bugfix: Ensure we enter SETUP before we run the pre-transaction checks

    This fixes a warning from the daemon and the random 'Waiting in
    queue..' message from cnf.

M	src/pk-transaction.c

commit a063ce8a90f5585eefc7982c69396e57c21f1f56
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-05

    yum: include PackageKit in the list of essential packages

M	backends/yum/yumBackend.py

commit aa7a41e1e9bde3848885c07c9feb59325c229743
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-05

    yum: show a message to the user if the repo could not be
    reached. Fixes rh#531838

M	backends/yum/yumBackend.py

commit e589dee9c9dea85530f5c9c702b482a2c2efd67e
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2010-01-05

    Fix a trivial translation typo

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	po/de.po

commit d353f63653d4c1ccf91c55e30e5257cce321ea29
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    trivial: post release version bump

M	RELEASE
M	configure.ac

commit de041cb65ef8cd45d9387bec530d183a83c7eaf5
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    Release version 0.6.0

M	NEWS
M	RELEASE
M	configure.ac
M	docs/html/pk-download.html

commit aabf47e3eec7b1cc9ba72514864843b11bb173d9
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    trivial: fix up some NULL/FALSE typos

M	contrib/browser-plugin/pk-plugin.c
M	src/pk-backend.c

commit 7b97a642e09bd070e6f815acfe98be0298cb2878
Author: Richard Hughes <richard@hughsie.com>
Date:	2010-01-04

    trivial: fix up some simple errors that prevent make check from
    completing

M	src/pk-backend.c
M	src/pk-engine.c
M	src/pk-transaction-list.c

commit f63d34d602db8cb551edc88308f73aebb05a49a9
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-30

    trivial: fix up fedora spec file

M	contrib/PackageKit.spec.in

commit f2d95df7b7bdd674eefd7023e312db8410ad386e
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-28

    packagekit-qt: Improved and fixed transaction handling so does not
    crash kded module anymore

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h

commit 3e265e65df0a9b88a7c646190e3959b23c4f28fd
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-28

    packagekit-qt: forgot the cpp files from last commit

M	lib/packagekit-qt/src/client.cpp

commit fa58f8d6f70836dacffde71e87070dd7d347ce73
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-28

    packagekit-qt: fixed the naming of the conviniece functions to match
    the same function

M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/transaction.h

commit aed83722e45cd71a45e5aa2f74117def338bbfaa
Author: vpv <vpv@fedoraproject.org>
Date:	2009-12-23

    Sending translation for Finnish

M	po/fi.po

commit 41d49c55f205f09c5d003f010fa15c3cd74e1d5c
Author: troubi51 <troubi51@fedoraproject.org>
Date:	2009-12-22

    Sending translation for French

M	po/fr.po

commit d24e91f9bf310c593e775e665d9d3251bcf51630
Author: Scott Reeves <sreeves@novell.com>
Date:	2009-12-16

    bugfix: allow the inhibit call to go through even if cancel is
    not implemented

M	src/pk-backend.c

commit 8e1b478f84b955ff080152a266538bfeea848a6c
Author: perplex <perplex@fedoraproject.org>
Date:	2009-12-16

    Sending translation for Italian

M	po/it.po

commit cd729f54d00b473259d67cc50021c54fb3ba37d6
Author: Anders F Bjorklund <afb@users.sourceforge.net>
Date:	2009-12-16

    smart: convert search params to array values

M	backends/smart/pk-backend-smart.c

commit 3cb32ad40af3a38456e09baf1b29b046d82c587e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-16

    Add functionality to check if certain running applications should
    prevent an update

M	src/pk-transaction-extra.c
M	src/pk-transaction-extra.h
M	src/pk-transaction.c

commit f17608f3bf05cf844c4e48f710e6a96e7752e6ad
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-16

    trivial: add a file to the dummy backend for testing

M	backends/dummy/pk-backend-dummy.c

commit 66d3fc26054abd528ee18017d9c67edb6400f239
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    Add a new config file entry, NoUpdateProcessList that specifies
    processes that should not be updated when running

M	etc/PackageKit.conf.in

commit 22196a4af0ca470d518e51cf315da7472d892b6f
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: Add a helper pk_conf_get_strv() for getting string arrays

M	src/pk-conf.c
M	src/pk-conf.h

commit 379532488a639774905f864d742bb3bb0f136dd0
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: use the PkProc shared functionality rather than the hacked
    up version in PkTransactionExtra

M	src/pk-transaction-extra.c

commit 43f5ceb1a241534679d47843a534509391007997
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    Fix a crash where the extra library check file callbacks had the
    wrong signature

M	src/pk-transaction-extra.c

commit e36715c98cd6993a650c0bfcd9d5d1b459dea64c
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: add functionality to PkProc to get the uid, and add two
    public functions

M	src/pk-proc.c
M	src/pk-proc.h

commit c866f2a80eee6757c0b093313b8b54f99c731088
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-15

    trivial: use g_ptr_array_new_with_free_func() in PkTransactionExtra

M	src/pk-transaction-extra.c

commit 4f001b20e5ca2e4f46ad5e6425fc6ccf0a4222a5
Author: troubi51 <troubi51@fedoraproject.org>
Date:	2009-12-15

    Sending translation for French

M	po/fr.po

commit 8047a940a78d055d7360163d7d51b3fbff53a819
Author: leahliu <leahliu@fedoraproject.org>
Date:	2009-12-14

    Sending translation for Chinese (Simplified)

M	po/zh_CN.po

commit ddf8a1545a494671e99c36c3be13abdd282a06e2
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    Add a new error enum 'failed-due-to-running-process' for future code

M	lib/packagekit-glib2/pk-enum.c
M	lib/packagekit-glib2/pk-enum.h

commit 43f80a9b26dad6b2db105e86925c39e640cdf5ec
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    Add PkProc, to monitor the running applications on the system for
    future functionality

M	src/Makefile.am
A	src/pk-proc.c
A	src/pk-proc.h
M	src/pk-self-test.c

commit 9f2645de4b58c37b11165a0f03d8f9f6acb25c0d
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    trivial: correct a warning message in PkTransactionExtra

M	src/pk-transaction-extra.c

commit 58e91563952e853ac64b2c555fa3a43376229677
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-11

    trivial: use g_ptr_array_unref() in PkLsof

M	src/pk-lsof.c

commit de5b58b5bbe1b956892ad657c78131131ae8109a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-09

    trivial: fix a warning when building pk-device-rebind

M	contrib/device-rebind/pk-device-rebind.c

commit 4635f723ea9be747f6fcc23d64ba7f1d992cdae1
Author: amitakhya <amitakhya@fedoraproject.org>
Date:	2009-12-11

    Sending translation for Assamese

M	po/as.po

commit a798c28cb1c9e829e15ad1ed9d241baf6e99699c
Author: shanky <shanky@fedoraproject.org>
Date:	2009-12-10

    Sending translation for Kannada

M	po/kn.po

commit 58a2690bc2d4c66e3377cd1e394c85e4af5de145
Author: khasida <khasida@fedoraproject.org>
Date:	2009-12-10

    Sending translation for Japanese

M	po/ja.po

commit d94610850b7f6e370b10e38eef5b58aaf7e66252
Author: snowlet <snowlet@fedoraproject.org>
Date:	2009-12-10

    Sending translation for Chinese (Traditional)

M	po/zh_TW.po

commit 991ff162ed8758c9fca86e4ac7141ff67ffaa42a
Author: sandeeps <sandeeps@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Marathi

M	po/mr.po

commit 508e4d195c7310bce2202b7431d99f2c82593dcd
Author: ifelix <ifelix@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Tamil

M	po/ta.po

commit 1cbe1ea5b65c73d78a10a8645ae8dc100bf28af6
Author: anipeter <anipeter@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Malayalam

M	po/ml.po

commit 127d67cbdade00675bd0fed0af54de7522df31f8
Author: ypoyarko <ypoyarko@fedoraproject.org>
Date:	2009-12-09

    Sending translation for Russian

M	po/ru.po

commit 25ea95d544fe4c2ec00dcce4b0a5e553e4fd64c6
Author: hedda <hedda@fedoraproject.org>
Date:	2009-12-09

    Sending translation for German

M	po/de.po

commit 9a528010e74b4b6e0bd2f5eb86ca5bae22947b51
Author: igor <igor@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Brazilian Portuguese

M	po/pt_BR.po

commit eb82b59219daecea0e0a9b94c5fbf6c21cc4945e
Merge: 83046c9 18e26ca
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-08

    Merge branch 'master' of
    git+ssh://git.packagekit.org/srv/git/PackageKit

commit 83046c937903e0af117c25d90122781ae3b20978
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-08

    cnf: ensure we send error messages to stderr, not stdout. Fxes
    rh#545220

M	contrib/command-not-found/pk-command-not-found.c

commit 18e26cacf5c5bb27ba8cc980a4de0864788d1b59
Author: kkrothap <kkrothap@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Telugu

M	po/te.po

commit 6bce2991ede7cbbcea20edeedae159c81c6e8485
Author: runab <runab@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Bengali (India)

M	po/bn_IN.po

commit a4529c66f5fac5a121333e1678b84e1e0ecdd73a
Author: jassy <jassy@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Punjabi

M	po/pa.po

commit 7ea1be283c8c9577eeb74c55a1ba06cb3708147e
Author: rajesh <rajesh@fedoraproject.org>
Date:	2009-12-08

    Sending translation for Hindi

M	po/hi.po

commit b073ad764ad92ff8bb768df897b2c1c6dc105dfe
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-07

    aptcc: Updated searchNames, files and groups.

M	backends/aptcc/apt.cpp
M	backends/aptcc/apt.h
M	backends/aptcc/pk-backend-aptcc.cpp

commit e4f47b7c42f9ee5c3f6f0510d9b2b3f67d53094a
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-07

    packagekit-qt: Added searchNames, searchFiles and searchGroups

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/transactionproxy.h

commit b9204f08e2df864bd2aaebbc6d0515c1db872e3f
Author: Daniel Nicoletti <dantti85-pk@yahoo.com.br>
Date:	2009-12-07

    packagekit-qt: removed deprecated methods

M	lib/packagekit-qt/src/client.cpp
M	lib/packagekit-qt/src/client.h
M	lib/packagekit-qt/src/clientprivate.cpp
M	lib/packagekit-qt/src/clientprivate.h
M	lib/packagekit-qt/src/transaction.cpp
M	lib/packagekit-qt/src/transaction.h
M	lib/packagekit-qt/src/transactionprivate.cpp
M	lib/packagekit-qt/src/transactionprivate.h
M	lib/packagekit-qt/src/transactionproxy.h

commit 54a57ae752acd0cbf41d1bfe665414402136dbf4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    glib2: remove the deprecated pk_control_get_network_state_async()

M	lib/packagekit-glib2/pk-control.c

commit dd9da9d5f00f7a67cbee6fa928a9487fea93fafe
Author: warrink <warrink@fedoraproject.org>
Date:	2009-12-07

    Sending translation for Dutch

M	po/nl.po

commit 95a49ba1dcff1c2bf438d49c8a1c9e946eedfd5a
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Break internal and external API to support OR queries

    SearchFile() -> SearchFiles()
    SearchGroup() -> SearchGroups()
    SearchName() -> SearchNames()

    Note: applications using PackageKit-glib2 just need recompiling,
    as this API has been already forward-converted

M	backends/dummy/pk-backend-dummy.c
M	backends/test/pk-backend-test-fail.c
M	backends/test/pk-backend-test-nop.c
M	backends/test/pk-backend-test-spawn.c
M	backends/test/pk-backend-test-succeed.c
M	backends/test/pk-backend-test-thread.c
M	backends/yum/pk-backend-yum.c
M	lib/packagekit-glib2/pk-client.c
M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/pk-backend-internal.h
M	src/pk-backend.c
M	src/pk-backend.h
M	src/pk-transaction-extra.c
M	src/pk-transaction.c
M	src/pk-transaction.h

commit d9485ff282d2edb1c557c8a9dcdc5be6549899b4
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Update the version number post-branch

M	configure.ac

commit d4c319ed2a6d635effffc956d6fd1cff16c8ff8e
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Remove the deprecated DBus methods from the daemon

M	src/org.freedesktop.PackageKit.Transaction.xml
M	src/org.freedesktop.PackageKit.xml
M	src/pk-engine.c
M	src/pk-engine.h
M	src/pk-transaction.c
M	src/pk-transaction.h

commit 5f9397ca0db8e3d258b2804f7cfbe825fc9d461b
Author: Richard Hughes <richard@hughsie.com>
Date:	2009-12-07

    Remove the deprecated glib library

M	client/egg-string.c
M	client/egg-string.h
M	client/egg-test.c
M	client/egg-test.h
M	configure.ac
M	lib/Makefile.am
D	lib/packagekit-glib/.gitignore
D	lib/packagekit-glib/Makefile.am
D	lib/packagekit-glib/egg-debug.c
D	lib/packagekit-glib/egg-debug.h
D	lib/packagekit-glib/egg-string.c
D	lib/packagekit-glib/egg-string.h
D	lib/packagekit-glib/egg-test.c
D	lib/packagekit-glib/egg-test.h
D	lib/packagekit-glib/packagekit-glib.pc.in
D	lib/packagekit-glib/packagekit.h
D	lib/packagekit-glib/pk-bitfield.c
D	lib/packagekit-glib/pk-bitfield.h
D	lib/packagekit-glib/pk-catalog.c
D	lib/packagekit-glib/pk-catalog.h
D	lib/packagekit-glib/pk-category-obj.c
D	lib/packagekit-glib/pk-category-obj.h
D	lib/packagekit-glib/pk-client-pool.c
D	lib/packagekit-glib/pk-client-pool.h
D	lib/packagekit-glib/pk-client.c
D	lib/packagekit-glib/pk-client.h
D	lib/packagekit-glib/pk-common.c
D	lib/packagekit-glib/pk-common.h
D	lib/packagekit-glib/pk-connection.c
D	lib/packagekit-glib/pk-connection.h
D	lib/packagekit-glib/pk-control.c
D	lib/packagekit-glib/pk-control.h
D	lib/packagekit-glib/pk-desktop.c
D	lib/packagekit-glib/pk-desktop.h
D	lib/packagekit-glib/pk-details-obj.c
D	lib/packagekit-glib/pk-details-obj.h
D	lib/packagekit-glib/pk-distro-upgrade-obj.c
D	lib/packagekit-glib/pk-distro-upgrade-obj.h
D	lib/packagekit-glib/pk-enum.c
D	lib/packagekit-glib/pk-enum.h
D	lib/packagekit-glib/pk-marshal.list
D	lib/packagekit-glib/pk-obj-list.c
D	lib/packagekit-glib/pk-obj-list.h
D	lib/packagekit-glib/pk-package-id.c
D	lib/packagekit-glib/pk-package-id.h
D	lib/packagekit-glib/pk-package-ids.c
D	lib/packagekit-glib/pk-package-ids.h
D	lib/packagekit-glib/pk-package-list.c
D	lib/packagekit-glib/pk-package-list.h
D	lib/packagekit-glib/pk-package-obj.c
D	lib/packagekit-glib/pk-package-obj.h
D	lib/packagekit-glib/pk-require-restart-obj.c
D	lib/packagekit-glib/pk-require-restart-obj.h
D	lib/packagekit-glib/pk-self-test.c
D	lib/packagekit-glib/pk-service-pack.c
D	lib/packagekit-glib/pk-service-pack.h
D	lib/packagekit-glib/pk-task-list.c
D	lib/packagekit-glib/pk-task-list.h
D	lib/packagekit-glib/pk-transaction-obj.c
D	lib/packagekit-glib/pk-transaction-obj.h
D	lib/packagekit-glib/pk-update-detail-obj.c
D	lib/packagekit-glib/pk-update-detail-obj.h
D	lib/packagekit-glib/pk-version.h.in
M	lib/packagekit-glib2/pk-marshal.list
