src/system_resource.c: Convert kilbytes to bytes and MHz to Hz.
[routeros-api.git] / ChangeLog
1 2009-12-25, Version 1.1.0
2         * ros_system_resource: Added high-level interface for
3           “/system/resource/print”.
4         * ros: The “system-resource” high-level command has been added.
5         * ros: Usage output has been improved.
6         * librouteros(3): Versioning information has been added.
7
8 2009-12-22, Version 1.0.1
9         * ros_query: Sanity check the arguments. Passing NULL as connection
10           pointer (and possibly other arguments) would lead to a segmentation
11           fault when the null pointer was dereferenced. Thanks to Andrey
12           Ponomarenko for pointing out the problem.
13         * routeros_api.h: Include <stdbool.h> when compiling with g++. As a
14           GNU extension, this will define _Bool for C++ programs.
15
16 2009-12-18, Version 1.0.0
17         * Code cleanup: Avoid compiler warnings.
18
19 2009-11-27, Version 0.2.0
20         * High-level interfaces have been added for "interface" and
21           "registration-table".
22         * ros: Command line utility has been added.
23
24 2009-11-25, Version 0.1.0
25         * Initial release.