src/ros.c: Add options and versioning information to usage output.
[routeros-api.git] / ChangeLog
1 2009-12-22, Version 1.0.1
2         * ros_query: Sanity check the arguments. Passing NULL as connection
3           pointer (and possibly other arguments) would lead to a segmentation
4           fault when the null pointer was dereferenced. Thanks to Andrey
5           Ponomarenko for pointing out the problem.
6         * routeros_api.h: Include <stdbool.h> when compiling with g++. As a
7           GNU extension, this will define _Bool for C++ programs.
8
9 2009-12-18, Version 1.0.0
10         * Code cleanup: Avoid compiler warnings.
11
12 2009-11-27, Version 0.2.0
13         * High-level interfaces have been added for "interface" and
14           "registration-table".
15         * ros: Command line utility has been added.
16
17 2009-11-25, Version 0.1.0
18         * Initial release.