Relicense to ISC License.
[routeros-api.git] / ChangeLog
1 2010-03-29, Version 1.1.2
2         * librouteros(3): Two memory leaks have been fixed in “ros_query” and
3           “ros_connect”.
4
5 2010-01-04, Version 1.1.1
6         * ros_system_resource: Report bytes rather than KiBibytes. The CPU
7           frequency is reported in Hertz rather than Megahertz.
8
9 2009-12-25, Version 1.1.0
10         * ros_system_resource: Added high-level interface for
11           “/system/resource/print”.
12         * ros: The “system-resource” high-level command has been added.
13         * ros: Usage output has been improved.
14         * librouteros(3): Versioning information has been added.
15
16 2009-12-22, Version 1.0.1
17         * ros_query: Sanity check the arguments. Passing NULL as connection
18           pointer (and possibly other arguments) would lead to a segmentation
19           fault when the null pointer was dereferenced. Thanks to Andrey
20           Ponomarenko for pointing out the problem.
21         * routeros_api.h: Include <stdbool.h> when compiling with g++. As a
22           GNU extension, this will define _Bool for C++ programs.
23
24 2009-12-18, Version 1.0.0
25         * Code cleanup: Avoid compiler warnings.
26
27 2009-11-27, Version 0.2.0
28         * High-level interfaces have been added for "interface" and
29           "registration-table".
30         * ros: Command line utility has been added.
31
32 2009-11-25, Version 0.1.0
33         * Initial release.