Version 0.2.5
~~~~~~~~~~~~~~
Released: 2008-09-06

* Bugfixes:
 - Use a local copy of gbus now we compile with -export-dynamic (Richard Hughes)
 - Use the correct system-search icon name in gpk-application (Richard Hughes)
 - Correct the orientation of the shadow in the pk-update-high icons (Richard Hughes)

Version 0.2.4
~~~~~~~~~~~~~~
Released: 2008-07-30

* Bugfixes:
 - Set the interaction of the GClient when we are using a helper (Richard Hughes)
 - HIG specifies the affermative action should be on the right (Richard Hughes)
 - Don't autolaunch new programs if there are only one (Richard Hughes)
 - Always do gpk_client_done() even if we hit an error state (Richard Hughes)
 - Handle GpkAnimatedIcon as a widget, not a GObject (Richard Hughes)
 - Cancel timers and animations when cancelling a monitored tid (Richard Hughes)
 - Fix 'jump depends on uninitialised value' in GpkClient (Richard Hughes)
 - Fix up some error handling in GpkWatch to fix a memory leak (Richard Hughes)
 - Don't show Unknown for the group enum (Richard Hughes)
 - If we don't get a completion model, don't try to set it (Richard Hughes)
 - Use a better formatter to properly display descriptions (Richard Hughes)
 - Make the sorting quicker in gpk-application (Richard Hughes)

Version 0.2.3
~~~~~~~~~~~~~~
Released: 2008-07-04

* Translations
 - Added Czech translation (Honza Steuer)
 - Updated Spanish translation (Daniel Mustieles)
 - Updated Brazilian Portuguese translation (Igor Soares)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Finnish translation (Ville-Pekka Vainio)
 - Updated Catalan translation (Gil Forcada)

* New features:
 - Add a gpk-install-catalog binary to install .catalog files (Richard Hughes)
 - Add an InstallFont method into the session API (Richard Hughes)
 - Add a run program menu item (Richard Hughes)
 - Convert the toolbutton buttons to menuitems as suggested by Matthias (Richard Hughes)
 - Convert the add/remove->install/remove list model we used before to an install/remove->apply model (Richard Hughes)
 - Remove the three pane layout in gpk-application, nobody likes it (Richard Hughes)

* Bugfixes:
 - Don't segfault when the ident data is NULL for a packageID in gpk-application. (Patrick Niklaus)
 - Remove packages we have already selected in the depends UI (Richard Hughes)
 - Audit the use of FIXME and TODO and fix up some of the issues (Richard Hughes)
 - Stop a never ending scheduling of query-updates (Richard Hughes)
 - Don't crash if we click the help text in gpk-application (Richard Hughes)
 - Limit the size of the balloon about security updates. fixes rh#453817  (Richard Hughes)
 - Don't crash when the network comes online (Richard Hughes)
 - Pulse progressbar when we are monitoring unknown TIDs (Richard Hughes)
 - Don't crash the applet when we use the session methods (Richard Hughes)
 - Show a spinning animation when we go back to the details list, fixes rh#453250 (Richard Hughes)
 - Correct some string typos found by Andre Klapper (Richard Hughes)
 - Fix the get_updates_in_progress check (Scott Reeves)

Version 0.2.2
~~~~~~~~~~~~~~
Released: 2008-06-05

* Translations
 - Add Russian translation (Leonid Kanter)
 - Updated Spanish translation (Daniel Mustieles)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Update polish translation (Wadim Dziedzic)
 - Updated Hebrew translation (Yair Hershkovitz)
 - Updated Finnish translation (Ville-Pekka Vainio)
 - Updated Brazilian Portuguese translation (Igor Pires Soares)

* New features:
 - Add three new animated icons (Mike Langlie)
 - Add installing icons and add into common code for the dialogs to use (Mike Langlie)
 - Add a Unique GObject that can give single instance capability to the tools (Richard Hughes)
 - Set the network proxy when we login or whenever the session proxy changes (Richard Hughes)
 - Don't allow the GTK tools to be run as the root user (Richard Hughes)
 - Add a simple GtkImage superclass to handle animation from tiles (Richard Hughes)
 - Show an animated status icon in gpk-client - sometimes things just take too long (Richard Hughes)
 - Allow users to install and remove multiple packages using gpk-application (Richard Hughes)
 - Add a check in for malformed descriptions to fix rh#447347 (Richard Hughes)
 - In GpkNotify use GtkClient rather than PkClient so we get the GPG callback to work (Richard Hughes)
 - Replace all the usual tags with the bullet symbol in the update viewer (Richard Hughes)
 - Only show the confirm page when we have succeeded to update packages (Richard Hughes)
 - Make the update-viewer non-modal and resizable (Richard Hughes)
 - Give the user a chance to update only the security updates. Fixes rh#448019 (Richard Hughes)
 - Allow the user to run an application after it has been installed (Richard Hughes)

* Bugfixes:
 - Stop the animation when we are loading in a new tile to prevent a segfault (Richard Hughes)
 - Make sure we set a valid error when we return in a failed or cancelled case (Richard Hughes)
 - Only show the Package() results in if we are not refreshing the cache (Richard Hughes)
 - Replace duplicate hotkey. Fixes rh#447970 (Richard Hughes)
 - Don't show a huge maximised confirmation window when we've maximised the chooser (Richard Hughes)
 - Support the new format ::UpdateDetail() obsoletes and updates (Richard Hughes)
 - When we remove, we want to get the required packages, not the dependant ones (Richard Hughes)
 - When GtkClient is waiting, we could potentially re-use the GpkClient object (Richard Hughes)
 - Don't allow GetUpdates() to be called from two different callbacks (Richard Hughes)
 - Fix the remove software 'Other software depends on...' window (Richard Hughes)
 - Ignore cancellation errors in gpk-update-viewer (Richard Hughes)
 - Don't make GTK sort the gpk-update-viewer list (Richard Hughes)
 - Make the visited link status only mark the correct link as visited. Fixes rh#446739 (Richard Hughes)
 - Make the gpk-client window resize (aka, jump around) less (Richard Hughes)
 - Don't double up notifications. fixed rh#448116 (Richard Hughes)

Version 0.2.1
~~~~~~~~~~~~~~
Released: 2008-05-09

* Caveats
 - Some of the client tools still have bugs. Much better than the 0.2.0 release.

* Translations
 - Update Spanish translation (Daniel Mustieles)

* New features:
 - Make gpk-update-viewer use GpkClient for getting the updates and refreshing the cache - this
   means we get the GPG and EULA callbacks for free (Richard Hughes)
 - Don't let the progress window jump around by ensuring it's always set to at least 3 lines (Richard Hughes)
 - Ask the user to confirm they want to install local files (Richard Hughes)
 - gpk-install-local-file can now install more than one file at once. fixes rh#439662 (Richard Hughes)

* Bugfixes:
 - Cleanup our handling of gtk-mainloops (Richard Hughes)
 - Make gpk-update-viewer integrate with the new GpkClient code better (Richard Hughes)

Version 0.2.0
~~~~~~~~~~~~~~
Released: 2008-05-06

* Cool new stuff
 - Session service for trivial installation
 - Tons of new help
 - New faster transaction DBUS interface
 - EULA and GPG signature callback support

* Caveats
 - This is the first (read: unstable) release of a new codebase - 0.1.11 is more stable.
 - Most of the UI tools have trivial regressions due to the new interface work.
 - There's a ton of new functionality that has only had light testing.
 - Importing multiple GPG keys or EULAs in one transaction breaks horribly.

* Translations
 - Updated Brazilian Portuguese translation (Igor Pires Soares)
 - Fixed strange english sentence (Mario Danic)
 - Updated Spanish translation (Daniel Mustieles)

* New features:
 - Add some better icons for an available package (Mike Langlie)
 - Convert all the tools for the big .Transaction API break (Richard Hughes)
 - Add a context menu in gpk-update-viewer to select or unselect all the updates. Fixes rh#441010 (Richard Hughes)
 - Show a checkbox for repo details in gpk-repo (Richard Hughes)
 - Add a prompt when packages have to be added to an install (Richard Hughes)
 - Check for get_depends, and skip if it can't be done (Richard Hughes)
 - Allow gpg signatures to be imported when using GpkClient (Richard Hughes)
 - Add a clever error modal box that can display a details expander (Richard Hughes)
 - Add some simple man pages for the client tools (Richard Hughes)
 - Set the tooltip for the homepage button to where we are actually going. Fixes rh#442230 (Richard Hughes)
 - Set some text in the description about where the package has come from, else you don't know
   where you are downloading it from. Fixes rh#442543 (Richard Hughes)
 - Add support for accepting a EULA (Richard Hughes)
 - Try to make the gpk-log program a bit more sane. first loose the right-hand icons, and only show
   interesting transactions (success) and interesting actions (Richard Hughes)
 - Pulse the icon when the update list changes to fix rh#436726 (Richard Hughes)
 - Add a firmware checker that notices the udev integration file at startup (Richard Hughes)
 - Try to retry a package as untrusted when it fails with a missing or broken gpg key (Richard Hughes)
 - Add support for the arch filter in pk-application (Richard Hughes)
 - Add a simple package chooser widget (Richard Hughes)
 - Add gpk_client_refresh_cache() so we can do the EULA and GPG callbacks without any hassle (Richard Hughes)

* Bugfixes:
 - Improve the handling of CK errors (Matthias Clasen)
 - Use the same window icon for gpk-log as for gpk-update-viewer. Fixes rh #439330 (Matthias Clasen)
 - Make "never" work in gpk-prefs (Matthias Clasen)
 - Explain that the update frequencies are only approximate (Matthias Clasen)
 - Fix crash when cancelling auth after double-click install. Fixes rh#442150 (Matthias Clasen)
 - Grab default to the close button where it makes sense (Matthias Clasen)
 - Fix some unref braindamage in gpk-install-package to fix rh#441768 (Richard Hughes)
 - Cope if there are more than one file that can provide a file (Richard Hughes)
 - Don't show the 'additional downloads' dialog if there are no packages (Richard Hughes)
 - When gnome-icon theme is not available, don't crash gpk-update-icon when we try to do the
   animation. Fixes rh#441062 (Richard Hughes)
 - Fix the update viewer to properly update the UI if things like rereshing the cache are done
   using pkcon or the tray icon when the tool is open (Richard Hughes)
 - Put the find and cancel buttons in a notebook so they are forced to be the same size (Richard Hughes)
 - When we've done a search, focus back on the text widget (Richard Hughes)
 - Add the EulaRequired connections to GpkClient (Richard Hughes)
 - Only sort the package list after the transaction has finished. Fixes rh#441755 (Richard Hughes)
 - Make sure we repect the users request of ignoring a specific type of notification. fix this
   properly by adding a check when we go to compose the notification. Fixes rh#442398 (Richard Hughes)
 - Show the full repo name in gpk-application to fix rh#442647 (Richard Hughes)
 - Never check for updates when the update policy if 'never'. Fixes rh#442998 (Richard Hughes)
 - Turn off BASENAME when getting updates, as users are noticing that the updates are only done on
   the selected package, and not the whole subtype. Fixes rh#443117 (Richard Hughes)
 - Left align the packages when downloading to fix rh#443210 (Richard Hughes)
 - Use a custom widget handler to avoid filling the hbuttonboxes manually (Richard Hughes)
 - Be more HIG friendly with button ordering to fix rh#441852 (Richard Hughes)
 - Don't use g_main_loop in the gtk-tools, use gtk_main instead (Richard Hughes)
 - Handle failed updates (when we can't get policykit auth) better - fixes rh#443551 (Richard Hughes)
 - Allow GpkClient to emit notification windows when running without progress (Richard Hughes)
 - Make the signature dialogue more HIG friendly (Richard Hughes)
 - Make the unsigned package warning a little more stern (Richard Hughes)
 - Use GpkClient rather than GpkProgress so the dialogs look the same. Fixes rh#439189 (Richard Hughes)
 - Fix text for 'show development repos', and don't show the scrollbar unless we have to (Robin Norwood)
 - Change 'Repository' to 'Software Source' in a few more places (Robin Norwood)
 - Patch from Matthias to fix hanging on 'Other' group (Robin Norwood)
 - Remove 'apply updates when on battery power' checkbox (Robin Norwood)
 - Make gpk-client.c compile (Robin Norwood)
 - Fix a segfault when pk_client_requeue does not set error (Robin Norwood)

Version 0.1.11
~~~~~~~~~~~~~~
Released: 2008-04-05

* Translations
 - Updated Finnish translation (Ville-Pekka Vainio)
 - Updated Polish translation (Artur Flinta)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Greek translation (Giannis Katsampirhs, Nikos Charonitakis)

* New features:
 - Rename the tools and client GObjects:
     pk-transaction-viewer   ->   gpk-log
     pk-update-viewer        ->   gpk-update-viewer
     pk-update-icon          ->   gpk-update-icon
     pk-prefs                ->   gpk-prefs
 - Add some yelp documentation (Rahul Sundaram, Matthias Clasen)
 - Check for multiple command line targets. rh#440106 (Richard Hughes)
 - Add a cancel button you can use when removing or adding software (Richard Hughes)
 - Make double clicking on a line in pk-application install the package (Richard Hughes)
 - Save and restore some filter settings in gconf for pk-application (Richard Hughes)
 - Allow the user to manually update the system from the status icon more than once (Richard Hughes)
 - Add a session dbus interface to pk-update-icon so we can detect other instances (Richard Hughes)
 - Handle RestartSchedule by starting another gpk-update-icon (Richard Hughes)
 - Show the help buttons now we have some yelp help (Richard Hughes)
 - Set the icon size for software sources in pk-application. rh#439783 (Richard Hughes)
 - Show the blocked packages on the pk-update-viewer finish page (Richard Hughes)

* Bugfixes:
 - Refresh the search_group entry when changing filters (Richard Hughes)
 - Remove some markup and make the translations sane (Richard Hughes)
 - Only show the libnotify message if the client is not still active. rh#439809 (Richard Hughes)
 - Only connect up task-list-changed when we have created all the other widgets (Richard Hughes)
 - Don't show the last package when we are doing the test transaction. rh#439808 (Richard Hughes)
 - Request the data in pk-update-viewer if we go back to the preview window (Richard Hughes)
 - Fix wording about updating on battery power in pk-prefs (Rahul Sundaram)
 - Be more anal about checking errors from the PkClient methods (Richard Hughes)
 - Truncate the tooltip to avoid filling the screen. rh#439414 (Richard Hughes)
 - Set the correct page for 'Install more updates'. rh#439471 (Richard Hughes)

Version 0.1.10
~~~~~~~~~~~~~~
Released: 2008-03-28

* Translations
 - Updated Polish translation (Artur Flinta)
 - Updated British English translation (Philip Withnall)
 - Updated Spanish translation (Daniel Mustieles)
 - Updated Catalan translation (Gil Forcada)
 - Updated polish translation (Wadim Dziedzic)
 - Updated French translation (Robert-André Mauchin and Stéphane Raimbault)
 - Added Greek translation (Nikos Charonitakis)
 - Added Finnish translation (Ville-Pekka Vainio)

* New features:
 - Make the restart computer buttons actually work (Richard Hughes, Matthias Clasen)
 - Make the package lists sorted in a all applications (Richard Hughes)
 - Show a status icon when we need to reboot (Richard Hughes)
 - Convert applications to use PolKitGnomeAction for privileged operations (Matthias Clasen)
 - Rework the update viewer UI to be a bit friendlier (Matthias Clasen)
 - Add the time we last updated and since last refresh in pk-update-viewer (Richard Hughes)
 - Add a boat load of unit tests and fix up all the issues (Richard Hughes)
 - Add a message if no results were found in pk-application (Richard Hughes)
 - Add the filters in a menubar for pk-application (Richard Hughes)
 - Move 'Refresh' button and add a 'View History' button (Matthias Clasen)
 - Do the GetUpdates in pk-update-viewer when the update list changes (Richard Hughes)
 - Rewrite pk-install-file to be a more streamlined UI (Matthias Clasen)
 - Make the refresh cache button actually work in pk-application (Richard Hughes)
 - Show the status in a statusbar in pk-repo (Richard Hughes)
 - Redo the search in pk-application if we change a filter setting (Richard Hughes)
 - Use two lines to show the package summary in the progress dialog (Matthias Clasen)
 - Add another mimetype, as apache is sending us a different mimetype for skype (Richard Hughes)

* Bugfixes:
 - Show the same number of updates in the tooltip as the viewer (Richard Hughes)
 - Make the checkboxes work in pk-update-viewer (Richard Hughes)
 - Show the skipped packages in the PkNotify UI when we have finished (Richard Hughes)
 - Fix packing so long author list in pk-backend-status (Scott Reeves)
 - Don't stretch the pk-update-viewer information pane (Debarshi Ray)
 - Apply some fixes suggested by sparse (Richard Hughes)
 - Hide helpless help buttons in applications (Matthias Clasen)
 - Don't use a non-standard Tango-only icons (Matthias Clasen)
 - Add progress indication to actions in pk-update-vewer (Matthias Clasen)
 - Make 'only update security packages' actually do what it should (Richard Hughes)
 - Give a meaningful errors when we are missing privileges to install local packages (Matthias Clasen)
 - Rework the pk-update-viewer sequence for installing selected updates (Matthias Clasen)
 - Make 'don't warn again' buttons in bubbles effective (Matthias Clasen)
 - Allow the pk-application description to be resized to fix rh#439329 (Richard Hughes)
 - Don't show Software Transaction Viewer in the menu (Richard Hughes)
 - Refresh the repo list in pk-repo when we have RepolistChanged (Richard Hughes)
 - Make the package label ellipsize to avoid continuous window resizing (Matthias Clasen)
 - Make the cancel button insensitive if it's not going to work in pk-application (Richard Hughes)

Version 0.1.9
~~~~~~~~~~~~~
Released: 2008-03-04

* New features:
 - Add a new icons for a bugfix to make it more obvious (Richard Hughes)
 - Remove the GtkTextView and replace with a GtkTreeView in p-u-v (Richard Hughes)
 - Add checkboxes to the update viewer, but can't be changed yet (Richard Hughes)
 - Display the history viewer as the transaction is progressing (Richard Hughes)

* Bugfixes:
 - NotShowIn=KDE rather than OnlyShowIn=GNOME so the tools show in XFCE (Richard Hughes)
 - Cancel useless transactions when the client tool is exited (Richard Hughes)
 - Use format_secondary_markup properly to avoid a segfault (Richard Hughes)
 - Cancel old requests in the group pane when moving down the list (Richard Hughes)

Version 0.1.8
~~~~~~~~~~~~~
Released: 2008-02-21

* Translations
 - Updated Occitan translation (Yannig Marchegay)
 - Updated Arabic translation (Djihed Afifi)
 - Added Hebrew translation (Yair Hershkovitz)
 - Add Turkish translation (S.Çağlar Onur)

* Bugfixes:
 - Wrap the error detail text in pk-update-viewer (Richard Hughes)
 - Fix return types and missing finalisers in some GObjects (Richard Hughes)

Version 0.1.7
~~~~~~~~~~~~~
Released: 2008-02-10

* Translations
 - Use translations at runtime, plus mark more strings for translation (Luca Ferretti)
 - Fix a lot of localisation problems (Andre Klapper)
 - Updated Spanish translation (Jorge Gonzalez)
 - Updated Occitan translation (Yannig Marchegay)

* New features:
 - Add a libsexy search type text box (Richard Hughes)
 - Add a build dependency on libsexy (Richard Hughes)
 - Use the data from libpackagekit to display the icon and translated summary
   if this information is available (Richard Hughes)
 - Add a cancelling state, as cancelling might actually take some time (Richard Hughes)
 - Alphabetically sort the repository list in pk-repo (Richard Hughes)
 - Add some update icons with different severity (Richard Hughes)

* Bugfixes:
 - Convert the glade files to glade-3 format (Richard Hughes)
 - Add some more detailed error descriptions and display them in a error page
   not a modal box (Richard Hughes)
 - Reliably hide the cancel button if we can't do the action (Richard Hughes)
 - Choose the best (i.e. most important) themed icon in the status area (Richard Hughes)
 - Add and run a script inspired from Nicu Buculei that saves the svg files as
   plain svg and vacuumed. The size difference is pretty huge (Richard Hughes)
 - Fix build by adding #include's for locale.h (Scott Reeves)
 - GNOME HIG fixes for preferences dialog. Fixes bug #14152 (Luca Ferretti)

Version 0.1.6
~~~~~~~~~~~~~
Released: 2008-01-18

* Translations
 - Added Arabic Translation (Djihed Afifi)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Occitan translation (Yannig Marchegay)

* New features:
 - Add some more info, status and group enums (Richard Hughes)
 - Make the update viewer more interactive (Matthias Clasen, Richard Hughes)
 - Allow clicking on urls/emails in the about dialog (Christopher Aillon)
 - Turn on line wrapping in the details text view and support the new url
   parameters (Matthias Clasen)

* Bugfixes:
 - Handle error in pk-update-viewer (Richard Hughes)
 - Convert the url field into vendor_url, bugzilla_url, cve_url (Richard Hughes)
 - Valgrind reported leaks of GladeXML object (Christopher Aillon)
 - Make pk-transaction-viewer obey icon theme changes (Matthias Clasen)

Version 0.1.5
~~~~~~~~~~~~~
Released: 2007-12-21

* Translations
 - Add Catalan translation (Gil Forcada)
 - Updated Spanish translation (Javier Mazorra)
 - Updated Norwegian bokmål translation (Kjartan Maraas)

* New features:
 - Add the free filter to the UI (Richard Hughes)
 - Add tooltips to pk-update-viewer and pk-application (Robin Norwood)
 - waf: Add some initial waf files (Daniel G. Siegel)

* Bugfixes:
 - Format the Message as it may contain markup (Richard Hughes)
 - Format the Error detail as it may contain markup (Richard Hughes)
 - Change licence -> license (Robin Norwood)
 - Fix the icons in lists to follow the icon theme (Matthias Clasen)
 - Fix off-by-one buglet when determining the number of updates (James Bowes)
 - Swap tooltip text when button text changes (Robin Norwood)
 - Fix crash on dbus error (Scott Reeves)
 - Hide the details fram when we have finished the refresh (Richard Hughes)

~~~~~~~~~~~~~
Version 0.1.4
~~~~~~~~~~~~~
Released: 2007-11-26

* Translations:
 - Updated es translation (Jorge Gonzalez)
 - Add sv translation (Daniel Nylander)
 - Add fr translation (Adrien BUSTANY)

* New features:
 - Add an 'Update this package now' button to pk-update-viewer (Richard Hughes)
 - Display messages from the transaction (Richard Hughes)

* Bugfixes
 - Don't hide the subpercentage widget when we go back to zero percent, it
   makes the window bounce around (Richard Hughes)
 - Only show the error libnotify box if the caller has already exited or the
   method was called without an active window (Richard Hughes)
 - Hide the homepage button until we get valid Description data (Richard Hughes)
 - Make the tabs 'Depends on' and 'Required by' (Richard Hughes)
 - Don't error out if we can't match an enum, just put a message on the
   console (Richard Hughes)
 - Query the daemon to get the correct update interval (Richard Hughes)

~~~~~~~~~~~~~
Version 0.1.3
~~~~~~~~~~~~~
Released: 2007-11-10

* Translations:
 - Add Hungarian translation (Gabor Kelemen)
 - Add Galician translation (Iván Méndez)

* New features:
 - Add requires and depends tabs and get rid of the toolbar (Richard Hughes)
 - Display the update detail in the pk-update-viewer application (Richard Hughes)
 - Add GNOME, KDE and XFCE icons and use them in the group selector (Richard Hughes)
 - Add lots of tango themed icons for enumerated status (Richard Hughes)
 - Confirm removing requires is okay when removing packages (Richard Hughes)

* Bugfixes:
 - Don't flash the statusbar when we refresh for no reason (Richard Hughes)
 - Hide the rollback button if we can't do the action (Richard Hughes)
 - Spin the percentagebar and subpercentagebar on seporate timers, else one
   just sits at 50% (Richard Hughes)

~~~~~~~~~~~~~
Version 0.1.2
~~~~~~~~~~~~~
Released: 2007-11-01

* Translations:
 - Add nl translation (Reinout van Schouwen)
 - Add ja translation (aaron andersen)
 - Add en translation (Jorge Gonzalez)
 - Update de_DE translation (Thilo Pfennig)
 - Update nb translation (Espen Stefansen)

* New features:
 - Use a promiscuous client to get the finished and error-code from PkClient
   rather than PkTaskList (Richard Hughes)
 - Only show the refresh cache icon in the pk-update-icon menu when we are not
   already updating (Richard Hughes)
 - Display a help notice in pk-update-viewer informing the user if an update
   is already in progress (Richard Hughes)
 - Set the time in the progressbar when we have a good estimate (Richard Hughes)

* Bugfixes
 - Set focus on entry text at startup in pk-application (Grzegorz Dabrowski)
 - Add a ton of unit test code in PkCommonGui to fix several potential crasher
   bugs (Richard Hughes)
 - Only do the Descriptions and GetFiles when we click the tab, not both
   unconditionally. Should increase speed, and stop them getting out of sync in
   the UI (Richard Hughes)
 - Just use the package name, not the description in PkProgress (Richard Hughes)
 - Fix the progressbar to be in the statusbar, and add the remaining time
   statusbar code when we have an ETA available (Richard Hughes)
 - Hide the search button if we have an invalid search (Richard Hughes)
 - Cancel any previous GetDescription calls to quicken up browsing of packages
   in pk-application and to avoid a queue building up (Richard Hughes)

~~~~~~~~~~~~~
Version 0.1.1
~~~~~~~~~~~~~
Released: 2007-10-23

* Translations:
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Add Polish translation (Piotr Drąg)

* New features:
 - Show an icon when we are waiting, to give feedback when yum is waiting for a
   command line tool to release the lock (Richard Hughes)
 - Connect up the Requires button in the toolbar (Grzegorz Dabrowski)
 - Add a desktop icon for pk-repo (Richard Hughes)

* Bugfixes
 - Use the new API in PackageKit to get the cached data (Richard Hughes)
 - Use a local copy of libgbus to stop the startup race of gnome-power-manager,
   gnome-screensaver and pk-update-icon from preventing the update icon to show
   on first login (Richard Hughes)
 - Spin the progress bar at the same speed between applications (Richard Hughes)

~~~~~~~~~~~~~
Version 0.1.0
~~~~~~~~~~~~~
Released: 2007-10-16

* The first public release of gnome-packagekit!
* Current applications and tools:
 - pk-application: A more advanced package browser where you can install,
   remove and get details about installed and available packages.
 - pk-update-icon: A session process that checks for updates using PackageKit
   and optionally applies them automatically.
 - pk-install-file: A helper to allow rpms and debs to be double clicked and
   installed with dependencies automatically.
 - pk-install-package: A helper to allow packages to be installed with a
   progress UI, for instance openoffice-clipart.
 - pk-prefs: The preferences tool that sets update checking frequency and other
   package session preferences.
 - pk-update-viewer: A simple application to show the updates available, and
   more information about each update.
 - pk-backend-status: A development tool to see what capabilities the backend
   author have provided.
 - pk-transaction-viewer: A tool that lets you see what was updated, installed
   or removed and optionally rollback to an old checkpoint.
 - pk-repo: A tool that lets you enable and disable installed repositories.
* Some initial translations
* A simple help file.

