Version 0.6.3:
-------------
- Fixed Bug: Setting to show New Interface Wizard was not stored correctly.
- Fixed Bug: Adding new network from Scanning didn't fill in encryption settings automatically
- Fixed Bug: WPA enabled networks were shown as new if wpa_supplicant was not started
- Fixed Bug: access to pppd was not tested correctly
- Access Dialup networks from context meny of interface systray icon.

Version 0.6.2
-------------
- Added option for ad-hoc networks
- Added option to show commands in kdesu password requests
- Shows signal strength in context menu
- Shows unconfigured networks in context menu to automatically add them


Version 0.6.1
-------------
- Kwlan main icon is only shown if no interface is monitored
- Support for hidden SSIDS
- ap_scan value for wpa_supplicant configurable
- Only available profiles can be shown in profile selection context menu

Version 0.6.0
-------------
- Use kdesu instead of su / sudo

Version 0.5.9
-------------
- Fixed Bug: Disable interface did not work
- dhcp client is not startet each time connection was lost
- Added more granular state to interface tooltip
        
Version 0.5.8
-------------
- Added broadcom and bsd drivers to wpa_supplicant
- Added options to configure phase1 and phase2 options
- Added option to prevent interfaces from being configured by Kwlan
- Added option to configure custom wpa_supplicant config file

Version 0.5.7
-------------
- Use only /sys/class for interface detection and statistics instead of ifconfig
- start pppd in user mode instead of root mode (requires user to be in dialup group,
  respects linux group access rights)
- Added warning if user is not in dialup group
- Added documentation (at least started it...)

Version 0.5.6
-------------
- Fixed Bug: Storage of encrypted networks did not work correctly
     
Version 0.5.5
-------------
- Fixed Bug: Last Profile was not selected on startup of wpa_supplicant
- Fixed Bug: KWlan tried to get an ip address on startup even if interface
  already had one
- Fixed bug: Typo in creation of ISDN dialup networks
- Fixed bug: Analog networks were not stored correcty
- Added "New Interface found" wizard
- Disabled encryption configuration if wpa_supplicant is not started
- Tooltip for wireless interface does not show rows for data that is unavailable
  (like link quality or signal level, which is not shown or all network cards)
- Added support for modem init string       

Version 0.5.4
-------------
- Dialup connections can be use without storing passwords 
  (so One-Time-Passwords can be used)
- /sys/class/net and ioctl calls are used for interface statistics to avoid 
  ifconfig calls
- interface icon shows transmit / receive status (thanks to code from knetstats)

Version 0.5.3
-------------
- updated to automake 1.9
- Tooltip shows radio off for wireless interfaces that have the radio switched off
- Warning messages will be generated if sudo / su is not found
- More granular display of connection strength
- Fixed Bug: No interfaces found if ifconfig isn't in the user's path
- Fixed Bug: Menu for Settings dialog was missing

Version 0.5.2
-------------
- Re-integrated interface profile configuration into the main window
- Tooltips redisigned (thanks to Laurens Vanhove)


Version 0.5.1
-------------
- added option to start a script before disconnect and after connect
  (for example to automatically start vpn connections).
- added --debug parameter for debug output
- changed icons
  
Version 0.5.0
-------------
- One traywindow for the application to avoid kwlan beinig invisible if no interface is found
- interfaces can be excluded from being shown in systray
- Dynamic check for new interfaces

Version 0.4.9
-------------
- Basic support for dialup networks - connections can be created and stored in /etc/ppp/peers/kwlan
- Todo: allow detailed configuration of dialup connections like fixed ip address

Version 0.4.8
-------------
- Fixed Bug: Multiple password requests on startup

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
