commit 9a91107fe8d02fa1212fbca08ea12b2214213401 Author: Richard Hughes Date: 2010-07-20 Release version 2.30.3 M NEWS commit e4b69bb7fbd80a24184540c508347b7d8f525411 Author: Richard Hughes Date: 2010-07-20 trivial: bump the Fedora PackageKit require so we get the correct version M contrib/gnome-packagekit.spec.in commit fe509519c6763de19bb7a3338691c5c9fc831d0d Author: Richard Hughes Date: 2010-06-10 Only mark the find button sensitive if we have valid text _and_ are not searching at this time. Fixes rh#602422 M src/gpk-application.c commit 95f3c2d7497b3d88975ff6f3a0a5e7fdc534d56a Author: Richard Hughes Date: 2010-06-23 Use the correct URL in the about dialog to fix an error. Fixes rh#598261 M src/gpk-watch.c commit 388dca2f0d5e91508cabce906004051bd645712d Author: Richard Hughes Date: 2010-07-01 Ensure we reset the UI to sensitive after creating the system package list M src/gpk-service-pack.c commit fba46ccfeaa5699507ded02363ed2a8923296efb Author: Richard Hughes Date: 2010-07-01 Save the package lists to the specified directory, not the system default. Fixes rh#609531 M src/gpk-service-pack.c commit b3afcb90f588810f43969363915518bab986b204 Author: Richard Hughes Date: 2010-07-01 Ensure files created with gpk-service-pack do not have ';' in them M src/gpk-service-pack.c commit 957931a37e4867c90c45029c2a040550f08b59e7 Author: Richard Hughes Date: 2010-07-02 Ignore message types we do not recognize. Fixes rh#575669 If the daemon was built later than the client tools, the daemon could send message types that the client does not recognize, and does not have translations for. In this case ignore the message, as we don't have anything useful (other than the enum number) to show in the UI. This should stop the message icon appearing and the when the user clicks on it, they find the message is missing. Thanks to Jcarr for debugging. M src/gpk-watch.c commit 5bdf88a6934c5890b83bf7b2d8a857254a913715 Author: Richard Hughes Date: 2010-07-20 Fix an important bug that stopped GetUpdates from working correctly. Fixes rh#615099 We were sending an enum, when we should have been sending a bitfield. All the time that PK_FILTER_ENUM_NONE was index zero this was no problem, and it masked the bug. But when PK_FILTER_ENUM_UNKNOWN pushed 'none' into second spot in the enum list this caused a client side failure M src/gpk-check-update.c commit 2ed4fd62fb5b3fc7c85ceb871cd36abae37ff905 Author: Richard Hughes Date: 2010-07-20 trivial: fix compile with new GCC's that care about enum types M src/gpk-enum.c M src/gpk-update-viewer.c commit 60c16a37a7942dba87a7d68796b1fc2921059c67 Author: Petr Kovar Date: 2010-07-11 Update Czech translation by Marek Cernocky M po/cs.po commit b2a4f9d5db1a58b79c9f92e9d93009f8abe4c34a Author: Ahmed Noor Kader Mustajir Md Eusoff Date: 2010-07-07 [i18n] Added Malay translation M po/LINGUAS A po/ms.po commit ea2a98f0901405eeedbb82a2b0fff6b2972834d6 Author: Peteris Krisjanis Date: 2010-06-21 Added Latvian language to the list of translations in LINGUAS. M po/LINGUAS commit 2fd194655742ade1c2d6464a1a97265a4b1b446a Author: Peteris Krisjanis Date: 2010-06-21 Added Latvian translation. A po/lv.po commit 866a3657564b8c3224eb0f648134c461677b6ad0 Author: Priit Laes Date: 2010-06-20 Added Estonian to LINGUAS M po/LINGUAS commit 09eb7397ac98773d4e1e93aa8f0f2cc1e4245408 Author: Ivar Smolin Date: 2010-06-20 [l10n] Updated Estonian translation M po/et.po commit 249fe7affd7bb5a8b593a6f9f75e3aa79de0ff4f Author: Vincent Untz Date: 2010-06-17 Fix crash in gpk-dbus-service when looking for printer drivers We were creating a gchar ** variable that is supposed to end with NULL, except that we forgot to add a NULL at the end. https://bugzilla.gnome.org/show_bug.cgi?id=621892 M src/gpk-dbus-task.c commit 7ea4f4de481d1d285234ccab200dd8f7ba827956 Author: Ivar Smolin Date: 2010-06-11 Estonian translation updated A po/et.po commit 4c571844209912667552b8c28008c041e1f68d71 Author: Vincent Untz Date: 2010-06-04 Fix default value of ignored_messages key ';' was used instead of ',', which broke the list. M data/gnome-packagekit.schemas.in commit d8afb82e261de397389e5a1f7ae44c9132fba347 Author: Richard Hughes Date: 2010-06-01 Ensure we wait for the users respnse when an application uses InstallMimeTypes. Fixes #28323 M src/gpk-dbus-task.c commit 02c65e57433e7708eefbca3f4fcbef4a6b0d355a Author: Richard Hughes Date: 2010-05-27 trivial: Post release version bump M RELEASE M configure.ac