X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=f6fd46074e4dc5080c73b42cfa58adf96c3aafff;hb=34593faf57c4213e4f47a3ff59f3f76ca3402953;hp=f59b69aa4b6aa2ddaaca50f06afae0f25d6306bf;hpb=eaf833181d524686630c4a5504e16ab9cbcbbc2d;p=routeros-api.git diff --git a/ChangeLog b/ChangeLog index f59b69a..f6fd460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2010-01-04, Version 1.1.1 + * ros_system_resource: Report bytes rather than KiBibytes. The CPU + frequency is reported in Hertz rather than Megahertz. + +2009-12-25, Version 1.1.0 + * ros_system_resource: Added high-level interface for + “/system/resource/print”. + * ros: The “system-resource” high-level command has been added. + * ros: Usage output has been improved. + * librouteros(3): Versioning information has been added. + +2009-12-22, Version 1.0.1 + * ros_query: Sanity check the arguments. Passing NULL as connection + pointer (and possibly other arguments) would lead to a segmentation + fault when the null pointer was dereferenced. Thanks to Andrey + Ponomarenko for pointing out the problem. + * routeros_api.h: Include when compiling with g++. As a + GNU extension, this will define _Bool for C++ programs. + 2009-12-18, Version 1.0.0 * Code cleanup: Avoid compiler warnings.