Version 0.4.7
-------------
- Use wpa_supplicant for scanning if started, else use iwlist

Version 0.4.6
-------------
- Use one configuration file per interface to avoid mixup of profiles between interfaces
- Use iwlist for network scanning 

Version 0.4.5
-------------
- Added basic support for unencryped networks
- Added basic support for wired interfaces
- Use a different wpa_supplicant config file per interface located in the user's kde config directory
  

Version 0.4.4
-------------

- Fixed Bug: Driver is not remebered when wpa_supplicant is started at kwlan startup 
  instead of file->start wpa_supplicant menu
- Added open / shared authorisation to wep setting

Version 0.4.3
-------------

- Improved support for multiple wireless cards (one systray window per card)
- TODO: Make kwlan aware of insertion / removal of interface (currently interfaces are enumerated at startup)
- Driver is remembered per interface

Version 0.4.2
-------------

- Added basic support for multiple wireless card (only one cards's status is shown in systray)


Version 0.4.1
-------------

- Event History window scrolls down automatically on new events
- Changed Layout of IP settings dialog
- Added checkbox to not override existing IP / DNS settings
- fixed problem with dhcpd when using fixed IP addresses (symlink /etc/resolv.conf was overwritten)


Version 0.4.0
-------------

- kwlan can be started as normal user, kdesud / kwlansuprocess is used to configure interface 
  or start wpa_supplicant (thanks to Valentine Sinitsyn <Valentine.Sinitsyn@usu.ru>)
- uses KMessagBox instead of QMessagebox
- checks for existance of wpa_supplicant / dhclient / dhcpcd
- last connected profile is remembered and activated at startup
- scan dialog link quality corrected
- release dhcp address only on profile change to avoid release each time connection is disrupted
- fixed settings dialog layout
- fixed bug: crash on exit

Version 0.3.1
-------------

- changed icons (thanks to Andrew Barr <andrew.james.barr@gmail.com>)
- fixed bug: Wep key is not correctly read when non-hex
- ToDo: Allo configuration of Wep Mode resticted(auth_alg SHARED)

Version 0.3,0
-------------

- changed dialogs to use layout manager to properly react on resizes
- added icon for weak connections (quality < 35%)
- made systray icon behavior more kde standard (no show/hide menu)
- made KWlan KUniqueApplication to avoid double instances
- profile can be selected from the systray without opening main window

Version 0.2.3
-------------
- added Sigal Quality and speed to toooltip (thanks to Valentine Sinitsyn <Valentine.Sinitsyn@usu.ru>)
- made internal changes to the way systray tooltip is changed (thanks to Valentine Sinitsyn <Valentine.Sinitsyn@usu.ru>)
- added IP settings dialog to allow static IP addresses per ssid


Version 0.2.2
-------------

- made scan dialog modal and added "add" button
- use dhcpcd if dhclient is not available


Version 0.2.1
-------------

- added German translation
- default startup is not minimized
- added signal quality in systray tooltip
- fixed bug: icon in systray not displayed
