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