2020/08/23 fbsd@opal.com
	Version 1.13
	- Fix EAP variable declarations in wifimgr.h: add "extern" to make them
	  definitions, as intended.

2018/08/28 fbsd@opal.com
	Version 1.12
	- Rewrite nl_delete_list() to make it clearer.
	- Increase network scan input buffer size from 1024->2048.
	- Rework "Any BSSID" checkbox code to show more clearly all affected networks.
	- Change default window size to 1200x600.
	- For OpenBSD, replace calls to eaccess() with calls to stat() per
	  <intemann@gmail.com> (2015/11/06(!)).
	- For NetBSD, remove strcasestr() and add support for wpa_supplicant_flags -i,
	  per Chris Turkel <zizban@live.com> (2011/03/23(!)).
	From contributions by Maxime Soulé <max@scoubidou.com>:
	- Fixes to calls to gtk_message_dialog_new_with_markup() to add missing arg to
	  keep clang(1) happy.
	- Add "Show all networks" checkbox and don't display out-of-range networks by
	  default.
	- Can now order networks by SSID (default), signal strength or channel.
	- Auto-save of sort order and display out-of-range networks in
	  ~/.cache/wifimgr/config.

2013/05/27 fbsd@opal.com
	Version 1.11
	- Added support for WiFi interface ifconfig in /etc/rc.conf.local.
	- Remove exit() when failing to open an /etc/rc.conf* file.
	- Updated .pot file.
	- WITHOUT_NLS support fixes
	- fixes to keep clang(1) happy

2012/01/28 fbsd@opal.com
	Version 1.10
	- Added Russion translation, thanks to Serge Volkov <sv@sisadminov.net>.
	- Use uid(0) rather than nam("root") for super-user authentication.

2011/11/15 fbsd@opal.com
	Version 1.9
	- Allow 64 character hexadecimal PSK keys.
	- Minor corrections to code indentation.
	- Added Bulgarian translation, thanks to Любомир Григоров <nm.knife@gmail.com>.
	- Correction to German translation.
	- Msgmerge update of all translations.
	- Added masking of password input and also a checkbox to un-mask the password.
	- Added checkbox and meta-config to not save bssid, e.g., for large campus
	  networks or mobile phone hotspots.  And made changes to associated network code
	  to work both with bssid configured and without, when it has to match
	  on ssid.
	- Fixed logic error regarding security type for EAP networks.

2011/08/15 fbsd@opal.com
	Version 1.8
	- added Japanese translation, thanks to TAKANO Yuji (たかのゆ〜じ) <takachan@running-dog.net>.
	- added Dutch translation, done myself.
	- added German translation, thanks to Frank Ebert <frank.ebert@freenet.de>.

2011/01/30 fbsd@opal.com
	Version 1.7
	- added ability to manually add networks, e.g., cloaked networks
	- do not display networks from scan when interface is down
	- fix up/down status if Rescan or Save/Rescan clicked while i/f down
	- use bssid rather than ssid to determine where to display green associated icon
	- after interface restart, poll for 10 seconds until it re-associates

2010/08/31 fbsd@opal.com
	Version 1.6
	- added support for WiFi interface cloned under lagg(4) interface
	- minor change to signal strength (bars) formula

2009/12/29 fbsd@opal.com
	Version 1.5
	- added support for RSN network announcements
	- added support for EAP authentication
	- detect when network's security type changed and alert user
	- replace fscanf() calls with fgets() to eliminate a hang some folk reported
	- added extra info on WiFi security to man page
	- added WiFi Up/Down button, on-off.png and wifimgr-grey.png icons
	- create empty wpa_supplicant.conf file if it doesn't exist
	- change to ifconfig_associated_network() to properly parse quoted SSID

2009/12/18 fbsd@opal.com
	Version 1.4
	- added support for TMPDIR environment variable
	- removed DEBUG printf() left in previous version
	- corrections to buf pointers in several [fs]scanf() calls
	- replaced two sscanf() calls with simpler strcpy() calls
	- added proper #include for umask() definition
	- added "return 1" at end of a non-void function
	- removed an unused variable

2009/12/13 fbsd@opal.com
	Version 1.3
	- use BSSID to differentiate networks with same SSID
	  (requires multiple entries for networks with multiple access points)
	- removed an unused function

2009/12/03 fbsd@opal.com
	Version 1.2
	- French translation, thanks to Patrick Lamaizière <patfbsd@davenulle.org>.
	- added call to bind_textdomain_codeset() in NLS initialization.
	- added NLS initialization to wifimgrsu.c also.
	- updated wifimgr.pot template for current line numbering.

2009/11/24 fbsd@opal.com
	Version 1.1
	- set PATH to known value (needed for /etc/rc.d/netif)
	- clear gui_changed flag on saving

2009/11/23 fbsd@opal.com
	Version 1.0.2
	- clarification to LICENSE-psdGraphics.com that our use of the two
	  icons is acceptable to them

2009/11/15 fbsd@opal.com
	Version 1.0.1
	- change to src/Makefile to create share/applications dir, if needed
	- change to FreeBSD port pkg_plist to remove share/applications dir
	- change to FreeBSD port Makefile to fix NLS comments

2009/11/10 fbsd@opal.com
	Version 1.0 released
