2025/11/25 fbsd@opal.com
	Version 1.26
	- Update man page to reflect that wifimgr is not part of FreeBSD.
	- Added Ukrainian translation, thanks to Dmitry Luhtionov <dmitryluhtionov@gmail.com>.

2025/01/21 fbsd@opal.com
	Version 1.25
	- Change from -fPIC to -fPIE when compiling with "WITH_PIE=yes".

2025/01/19 fbsd@opal.com
	Version 1.24
	- Removed support for server_nai which was dropped from wpa_supplicant
	  in 2005-09-25 - v0.4.5.
	- Removed support for nai and eappsk which were dropped from
	  wpa_supplicant in 2008-02-22 - v0.6.3.
	- Added prototype for gui_init();
	- Move man page from ${PREFIX}/man to ${PREFIX}/share/man.
	- Add support for -fPIC when compiling with "WITH_PIE=yes".

2022/09/11 fbsd@opal.com
	Version 1.23
	- Fix install command in Makefile to strip the binaries.
	- Update port patch to strip the su binary.
	- Update port Makefile to add additional dependencies.

2022/09/09 fbsd@opal.com
	Version 1.22
	Thanks to Samy Mahmoudi <samy.mahmoudi@gmail.com>:
	- Fix support for handling aggregated lagg(4) interfaces.
	- Add support for interfaces configured using "create_args_xyzN="
	  in the rc.conf file.

2022/06/06 fbsd@opal.com
	Version 1.21
	- Change method of marking network as disabled:
		- Instead of using 'ssid="*name"', use 'disabled=1' flag.
		- Add 'X' checkbox to mark net/BSSID as disabled instead of
		  using priority of -1.

2022/06/04 fbsd@opal.com
	- Allow display of SSID name up to full 32 characters.
	- Handle markup properly in gtk3 version of gui_message().
	- Do not call gtk_toggle_button_set_active() from within its signal
	  handler.  Isn't necessary and causes recursion and gtk errors.

2022/05/28 Pierre Emeriaud <petrus.lt@gmail.com>
	- Improvements to French translations in wifimgr.desktop.in.

2021/10/31 fbsd@opal.com
	Version 1.20
	- Makefile fix to correct error when building WITHOUT_NLS.

2021/10/31 fbsd@opal.com
	Version 1.19
	- Allow use of single quotes in rc.conf variables.

2021/09/08 fbsd@opal.com
	Version 1.18

2021/08/16 fbsd@opal.com
	- Create local copy of compressed man page rather than installing directly.
	- Fix bug re not clearing previous association status when doing
	  association scan.
	- Rework Makefiles to have one Makefile per source directory.
	- Remove icons-wm dir and the icons in it:
		- Replace with one icon in wifimgr icons dir.
		- Update .desktop file to use icon from wifimgr icons dir.
		- Remove calls to gtk-update-icon-cache(1) as no longer needed.
	- Add support for wlanN interfaces configured using NOAUTO in /etc/rc.conf.

2021/07/27 fbsd@opal.com
	- Yet more interface parse improvements.
	- Bug fixes.

2021/07/20 fbsd@opal.com
	- Redo of the interface parser changes from 07/18 to make it work as intended!
	- Updated all .po files for new message.

2021/07/18 fbsd@opal.com
	- When scanning networks, use greatest bars value for any_bssid networks
	  (avoids associated network getting 0 bars and so not being shown).
	- Limit length of ssid in display and truncate if needed using an ellipsis.
	- Add support for multiple wlan interfaces.
	- Rework parser for /etc/rc.conf files to allow one pass through all files
	  and support multiple wlan interfaces.
	- For gtk3, don't attach multiple widgets in one grid space.  Use a box
	  to add multiple widgets.
	- Updated all translations.

2021/07/14 fbsd@opal.com
	- Move source from opal.com's svn server to the git server:
		git:://opal.com/src/wifimgr/
	- Change website to shorter URL, from:
		http://opal.com/freebsd/ports/net-mgmt/wifimgr/
	  to:
		https://opal.com/src/wifimgr/
	- Remove some spaces at ends of lines in the -gtk?.c files.
	- Change distribution format from .tar.bz2 to .tar.xz.

2021/07/10 fbsd@opal.com
	Version 1.17
	- Re-add support for gtk-2.0 using "make GTK_VERSION=2".
	- Gtk3 message dialogs don't display friendly icons like gtk2 does, so do our
	  own icons using dialog instead of message_dialog popups.

2021/06/28 fbsd@opal.com
	Version 1.16
	- Upgrade graphics code to from gtk-2.0 to gtk-3.0.
	- Make sure cloaked networks show as blank ssid.
	- Remove a debug printf left from 1.15.

2021/06/27 fbsd@opal.com
	Version 1.15
	- Fix bug introduced in 1.14 that causes error when aggragate i/f is not set.

2020/10/14 fbsd@opal.com
	Version 1.14
	- FreeBSD deletes aggregate i/f when it is down, so handle nonexistent i/f
	  in ifconfig_intf_status().
	- Fix ifconfig_associated_network() to handle ssid/bssid before status line.
	Thanks to Samy Mahmoudi <samy.mahmoudi@gmail.com>:
	- Add LIB_DEPENDS to port Makefile and fix USES_GNOME.
	- Add support for link aggregation:
	  + Use a generic approach to ease in porting to OpenBSD and NetBSD,
	    for which support is also provided (modulo some minor changes).
	  + Do not assume that a WiFi interface and an aggregate that
	    uses it are configured in the same configuration file, and
	    give precedence to /etc/rc.conf.local over /etc/rc.conf for
	    both WiFi configuration and link aggregation.
	  + Within the same configuration file, do not assume that a
	    WiFi interface appears before an aggregate that uses it.

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
