-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
98 lines (85 loc) · 3.77 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2013/05/27 [email protected]
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 [email protected]
Version 1.10
- Added Russion translation, thanks to Serge Volkov <[email protected]>.
- Use uid(0) rather than nam("root") for super-user authentication.
2011/11/15 [email protected]
Version 1.9
- Allow 64 character hexadecimal PSK keys.
- Minor corrections to code indentation.
- Added Bulgarian translation, thanks to Любомир Григоров <[email protected]>.
- 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 [email protected]
Version 1.8
- added Japanese translation, thanks to TAKANO Yuji (たかのゆ〜じ) <[email protected]>.
- added Dutch translation, done myself.
- added German translation, thanks to Frank Ebert <[email protected]>.
2011/01/30 [email protected]
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 [email protected]
Version 1.6
- added support for WiFi interface cloned under lagg(4) interface
- minor change to signal strength (bars) formula
2009/12/29 [email protected]
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 [email protected]
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 [email protected]
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 [email protected]
Version 1.2
- French translation, thanks to Patrick Lamaizière <[email protected]>.
- 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 [email protected]
Version 1.1
- set PATH to known value (needed for /etc/rc.d/netif)
- clear gui_changed flag on saving
2009/11/23 [email protected]
Version 1.0.2
- clarification to LICENSE-psdGraphics.com that our use of the two
icons is acceptable to them
2009/11/15 [email protected]
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 [email protected]
Version 1.0 released