X-Git-Url: https://git.octo.it/?p=routeros-api.git;a=blobdiff_plain;f=ChangeLog;h=152588b2a0a3ed68aab4cdd112ea64dff5b82dff;hp=f59b69aa4b6aa2ddaaca50f06afae0f25d6306bf;hb=c038a3ffea86af06f3138f502f74dac680154ff4;hpb=fbb80c9cb3b384c4198341c7a1334f105d90015c diff --git a/ChangeLog b/ChangeLog index f59b69a..152588b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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.