]> git.decadent.org.uk Git - ap-utils.git/blob - NEWS
Finalise 1.5-1
[ap-utils.git] / NEWS
1 ap-utils-1.4.1 => ap-utils-1.5
2         * New utilites: ap-rrd: to store stats from AP into RRD database,
3           ap-auth: command line utility to change the list of authorised MAC addresses,
4           ap-tftp: tftp client for upgrading ATMEL-based AP firmware.
5         * Now ap-config allow to change OEM information stored within the AP.
6         * Enhanced functionality and many bugfixes of existing utilites.
7         * Documentation and translation updates, Turkish translation added.
8
9 ap-utils-1.4 => ap-utils-1.4.1
10         * Decreaset timeouts in SNMP engine;
11         * updates to build on Solaris, also now ap-utils works with SysV curses lib;
12         * many bugfixes;
13         * Ukrainian and French translation updates.
14
15 ap-utils-1.3.3 => ap-utils-1.4
16         * ap-gl: added new utility for ATMEL410 AP with 1.4k.1 firmware and support for RADIUS auth, wireless clients isolation, Repeater mode, connected APs extended info (MAC, IP, RSSI, LQ, Status, Port);
17         * big internal code movement for future easy adding new utilites to common engine;
18         * many fixes and minor feature additions.
19
20 ap-utils-1.3.2 => ap-utils-1.3.3
21         * many new options and better support for ATMEL12350 devices;
22         * added AP type autodetection;
23         * added option to choose AP to connect from AP search result;
24         * user interface improvements;
25         * many internal improvements to avoid memory leaks;
26         * BSD compile fixes;
27         * bigendian fixes;
28         * added Romanian and Dutch translation.
29
30 ap-utils-1.3.1 => ap-utils-1.3.2
31         * added support for new AP type - new revision Netgear ME102 and compatible;
32         * many small bugfixes for 64bit archs such as the alpha and big endian machines.
33         * vi-like keys to menu movement;
34         * some updates for more faster screen handling.
35
36 ap-utils-1.3 => ap-utils-1.3.1
37         * connect option for many APs can be stored in options file;
38         * fixes to build on OpenBSD;
39         * documentation updates;
40         * many small bugfixes and code improvements.
41
42 ap-utils-1.2 => ap-utils-1.3
43         * QNX RTOS supported;
44         * updates to support CC&C Technologies APs;
45         * RSSI (Signal Strenght) now returned in dBm in ap-mrtg and ap-config (ATMEL mode);
46         * polish localization added, other localization updated;
47         * added HOWTO use ap-utils with Ovislink hardware;
48         * FreeBSD building fixes;
49         * new internal functions added;
50         * additional check for data correctness added;
51         * documentation updates and spell checking;
52         * small bugfixes in ap-mrtg and ap-config.
53
54 ap-utils-1.1.1 => ap-utils-1.2
55         * ap-nwn and ap-atmel merged to one utility ap-config;
56         * getting SNMP data drom AP optimization;
57         * FreeBSD and NetBSD fixes;
58         * added support for Smartbridges airBrige speciffic mib;
59         * added option to disable saving connect options to file;
60         * updated ukrainian and french translations;
61         * many documentation updates.
62
63 ap-utils-1.1 => ap-utils-1.1.1
64 * small fixes to build on MacOS-X, and under Linux on arm, powerpc and s390.
65 * ap-atmel: after fixes WEP encryption works fine; added Repeater mode to 
66 Brige modes; now after setting master AP from displated list of Known APs 
67 also setted mode to AP client and ESSID to master AP ESSID, also now AP 
68 resets when getting stat only if brige mode = Access Point.
69 * ap-nwn: now possible to define 4 WEP keys and choose default key; added some 
70 advanced options to optimize long range links and antenna tuning; added 
71 option to reset AP, display refreshing fixes.
72  * ap-trapd: updated traps list with new traps from 1.4j.1 firmware; small log 
73 format changes.
74 * ap-mrtg: fixes about link quality/ signal strenght values displaying without 
75 modyfication.
76 * documentation: new traps description (ap-trapd.8); andvanced options 
77 description (ap-nwn.8); new supported hardware (README).
78
79
80
81 ap-utils-1.0.5 => ap-utils-1.1
82         a lot of big-endian updates;
83         fixes for APs under Spain and France regulatory domain;
84         ap-nwn getting stations code rewriten to support D-Link DWL 1000AP;
85         build system rewrited to use macros from autoconf and support IBM C compiler under AIX;
86         in ap-atmel utility added option to connect to one of the known APs;
87         ap-mrtg now has option to reset AP when getting link quality stats;
88         many small bug-fixes, user interface improvements, localization and documentation updates, code cleanups.
89
90 ap-utils-1.0.4 => ap-utils-1.0.5
91         updates to normally run on big-endian processors;
92         ap-trapd, ap-mrtg - rewriten to use getopt(), added new options, changed synopsys (!!!) see man-pages;
93         ap-atmel, ap-nwn - user interface when program react to neutral keys fixed;
94         ap-atmel - testmode fallback procedure updated;
95         french localization added.
96
97 ap-utils-1.0.3 => ap-utils-1.0.4
98         added man-pages to all utilites;
99         added manufacturer definition using OUI value;
100         bus error running on Sparc fix;
101         compile time option to disable regulation domain restriction;
102         documentation spelling and updates.
103
104 ap-utils-1.0.2 => ap-utils-1.0.3
105         gettext internalization support;
106         ukrainian localization added;
107         a lot of internal code rewrites;
108         small interface improvements and bugfixes.
109
110 ap-utils-1.0.1 => ap-utils-1.0.2
111         changed package name to Wireless Access Point Utilites for Unix;
112         added port to FreeBSD;
113         fixes in additional info from traps logging by ap-trapd;
114         fixes in error messages in ap-nwn utulity.
115
116 ap-utils-1.0 => ap-utils-1.0.1
117         errors procesing procedure updates;
118         package building moved to autoconf;
119         compile time warnings and small bugfixes fixed.
120
121 ap-utils-0.9.6 => ap-utils-1.0
122 ap-atmel:
123         added warnings about potentially dangerous options;
124         added floating dropdown menus for choose from the list of options;
125         fixed number of minor bugs.
126 ap-nwn:
127         added options: basic rates choose, WEP key setting;
128         added floating dropdown menus for choose from the list of options;
129         added option to find IP of connected APs;
130         fixed number of non critical bugs;
131         documentation updates.
132 ap-trapd:
133         option to bind listening for traps on a specific interface added;
134         rewriten to log shorter messages without informative data lost;
135         documentation updates;
136         bugfixes.
137 ap-mrtg:
138         option to get Link Quality/Signal Strenght stat from AP in client mode added;
139         documentation updates.
140 SNMP engine:
141         memory leaks fixes when parsing received packets.