Yum Extender change list:

0.44-01 
  - Public release 
  - Updated jp,fr,it,pl translation
  - Added '--version' commandline (#175820)


0.43-10
  - Added Czech Translation
  - New version of bestmirror.py
  - Updated fi translation

0.43-09:
  - Added Turkish Translation
  - Updated fi,it,jp,ko Translation
  - Updated  fastestmirror.py to version: 0.2.2
  - New about dialog with credits
  - Added 3 types of mirror detection. (selected in preferences).
  	- default : Yum Default mirrorselection. 
  	- fastest : Use fastest mirror on list.
  	- best    : Use fastest of most recent updated mirrors.

0.43-08:
  -  Added polish translation.
  -  Updated pt_BR,it translation.
  -  New Error message dialog.
  -  Redesign of Confimation Dialog.
  -  Locked dialogs to parrent window.
  -  If all availible updates are selected, then call yum without a list of packages.
     This solves som issues when upgrading from FC4 to Rawhide. Dont solves all dependencies.
     

0.43-07:
  - Updated ja,fr translation
  - Added yumex prefix to yumexClasses py files.
  - Added depsolve callbacks in debug mode.
  - "Use Proxy" acccessibility by keyboard. (Thanks to MATSUURA Takanori)
  - use yumex-group.png instead of yumex-update.png on group page. (Thanks to MATSUURA Takanori)
  - Added error msg is printed when a 'Error in transaction' occaurs.
  - Added detection of Fastest Mirror detection not returning any urls.
  - Made more strings translateable.
	
0.43-06:
  - Updated uk,pt_BR translation
  - The latest fastestmirror.py was not working right, used the old version again.
  - Updated View header on group page.
  - Added show the 3 fastest mirrors in debug mode.
  - Added Proxy Setting to preferences.
  - Added Disable Fastest Mirror Dectection option to preferences.
  - Added new Proxy routine inside yumex.
  - Added search / clear button to filter entry. (Thanks to Hrishikesh Ballal)
  
0.43-05:
 - Updated fastestmirror.py
	- from http://people.redhat.com/lmacken/fastestmirror.py
 - Updated fr,pt_BR translation
 - Added fi translation
 - Added nofastestmirror option in /etc/yumex.conf to disable fastest mirror detection.
	
0.43-04:
 - Added proxy support option.
   -  add 'proxy=http://usr:pwd@proxy.mydomain.com:port' in /etc/yumex.conf and
      an 'export HTTP_PROXY=http://usr:pwd@proxy.mydomain.com:port' will be excuted
      before yumex is starting.     
 - Added Better Looking info dialog, there show on same page as yumex.
 - updated ja translation.
 - updated fr translation
 - updated pt_BR translation.

0.43-03:
 - Fixed problem with recent and selection filter used together.
 	- When one off the filter was turned off, the other one was too.
 - Added repository filter.
 	 - fx. repo=livna, shows only packages from the livna repository.
 - Added Fastest Mirror detection written by Luke Macken <lmacken@redhat.com>
   	- First time a repository is used, all mirrors are tested for speed and the urls
      are sorted by speed so the fastest mirrors will be used first. 
 - Added new group icon design by Nicu Buculei (Thanks to Hrishikesh Ballal)
 - redesign the pkgView class (utils.py).
	- Split up the class into a repoView (Handling the repo view) and 
      a pkgView (handling instal/update/remove view).
      Changed the listore so it is contains only yumexPackage object, and use a
      TreeModelFilter modify func to split out object attributes into the 
      right columns to show in the TreeView widget.
    - Made custom sort func. for packagename sorting (sorts by name-ver.arch)
    - Made custom sort func. for repo sorting (sorts by repo.name-ver.arch)
 - Updated pt-Br,it,de,da,ja translation with updated strings from 0.43.
 - Fixed sorting of packagename (sort by name,version,arch)
 - Fixed sorting of size, show sizes in bytes and sort as numbers.
 - Fixed sorting of repos (sort by repo,name,version,arch)
 

0.43-02:
 * Changed Progress Dialog icon to gtk information icon.
 * Fixed output page autoscroll
 * Fixed bug in yum handler, repo.cache must only be enabled while
   repo metadata is loaded or header and package download will fail.
 * Added missing Select All / Deselect All on install/update/remove view.
 * Changed Select/Deselect so they only work on visible packages.
 * Remove "Install Repository" button, it is not needed any more.
 * Added more progress logging.
 * Added Repository initialisation process time is shown i statusbar and
   in Output window.
 * Tools -> Reset Repository Cache menu added
   It cleans the yum metadata cache.

0.43-01:
 * Added group view
 	- Right Click to Install and remove groups.
 * Redesigned the way the package views are working.
 	- faster filtering.
 	- faster view updating.
 	- User can click on column to sort.
 	- persistent select ( select dont disapper when changing filter)
 	- click on selection column, show selected packages only.
 	- click on recent column, shows recent packages only.
 	- quick search (just type part of packagename, to find package in view)
 * Integrated progress dialog into output page.
 * Added new icon and logo
 * Std profile is the repositories enabled in *.repo files (just like in yum)
 * Optimized yum hander, for speed and memory (memory leak solved)
 * Fixed : Dependencies not shown in confimation dialog
 		   when updating package with added dependencies.
 		   
 
0.42-09:
 * Updated french traslation
 * Added Italien translation.
 * Added ETA truncation fix patches (Thanks to Dennis Cranston)

0.42-07:
 * Fixed exclude list, now it works again.
 * Add a Gnome HIG compliance patches (Thanks to Dennis Cranston)
 * Fixed bug when creating new repos on repo page.
 * Added new icon (Thanks to Dennis Cranston)

0.42-06:
 * added MATSUURA Takanori's menu keyboard navigation patch 
 * added Japanese translation (Thanks to MATSUURA Takanori)
 * disabled yum plugins in yumex. (Bugzilla #168595)
 * fixed wrong space chars in french translation (Bugzilla #167881)

0.42-05:
 * Added french translation (Thanks to Florian Helmlinger)
 * Updated german translation (Thanks to komi) 
 * Updated Portuguese-Brazil translation. (Thanks to Rodrigo Padula de Oliveira)

0.42-04:
 * Fixed delete repo on repos page. (Rightclick + Delete now working)
 * Fixed UTF-8 bugs, when strings are encoded with iso-8859-1.

0.42-03:
 * Dependencies not resolved bug.

0.42-02:
 * Fixed TypeError in yumexBase.errorlog in yumbase.py

0.41-06:
* Resetting progress widget on label change
* Added file logging to yum file log
* Fixed list to string convertion error in transaction error dialog.

0.41-05:
* fixed recentdays type error.
* Updated danish translation
* Updated german translation

0.41-04:
* fixed problem with "Show only recent packages filter" when switching pages.
* fixed problem with logo.png was not installed to pixmap dir.
* Removed to TODO (Created a Wiki TODO page insted)
* Bigger font in output window
* Fixed quit without any message on no network connection

0.41-03:
* Added more output to progress dialog, when initialising repositories.
  So the user can see that is being processed at the moment.	
* Added timestamp to output window in debug mode.
* Most progress output are written to output window in debug mode.
* Added "Show only recent packages filter"
	The filter is set by clicking on the recent column on the Install & Remove Page.

0.41-02:
* Confirmation Dialogs brushup. (Better Look, added package size)
* Added popup menu in repo page for edit/add/delele/install repostories.
* Repository edit dialog cleanup.
* Repository installer dialog cleanup and added names.
* Added support for /etc/yumex.repoinst 
  (file with repository information to use with repo installer)
* Added show filelist & changelogd option in preferences.
	if this option is enabled, filelist & changelogs will be shown under description.
* Added package cleanup option in preferences.
	if this option is enabled, then downloaded packages will deleted
	after installation/Update
* Added recent package indicator in Install/Update views
* Added Ukrainian translation (thanks to Maxim Dziumanenko)


0.41-01:
* Removed yumex.repos.conf from installation
* Code cleanup, unused code removed.
* Split up the code in modules, to make it easyer to maintain.
* Same filter on update,remove,install page.
* Select/deselect all by click on header of selection column
* Added translation for Portuguese-Brazil language (Thanks to Rodrigo Padula de Oliveira)
* Added German translation (Thanks to komi)
* Fixed Confirmation dialog spelling mistake. 
* Redesign of yum backend handler.


0.40-03,04,05:
* Changed misc. stuff in yumex.spec & Makefile to apply to Fedora Extra Standards

0.40-02:

* Fixed crash on invalid repository. (Thanks to Maners)
* Updated da translation

0.40-01: (FC4 Only)

New Features / changes:

* GUI Redesigned.
* Now works with Yum 2.3.x
* Better integration with yum. No more "screen scraping" 
* New Progress dialog, insted of redirected yum output.
* Remove Run Yum Command. (Might be back in a later release)


0.34-01:
New Features:
* Added Size column
* Added total download size to confimation dialog.
* Added Makefile to make the build process more easy.
* Package Selections are remembered on confimation cancel and error in tranaction
* Added support for language translation.
* Added danish translation.
* Added support for the automatic gpgkey download feature in yum >= 2.2.0.
  - Added gpgkey field to Repository Editor.
  - Added gpgkey=<Url> to most repos in repo installer.
  - Removed gpg keys from yumex installation.
* Add Package Exclude list 
* Add New GUI Look.  
 
Fixes:
* Cancel in confimation dialog, now refresh metadata 
* Do nothing when no packages are selected in install/update/remove.
* Fixed error when closing confimation window, by pressing window close.
* Forced selection of base and updates together.
* Removed unused columns in Repo view.
* Resize problems in lower resolution < 1024x768
* Fixed tooltip problems.
