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.

