From c038a3ffea86af06f3138f502f74dac680154ff4 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 22 Dec 2009 17:03:15 +0100 Subject: [PATCH] Updated ChangeLog; Bumped version to 1.0.1 --- ChangeLog | 8 ++++++++ configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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. diff --git a/configure.ac b/configure.ac index e1053e1..1102e77 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librouteros, 1.0.0) +AC_INIT(librouteros, 1.0.1) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) @@ -16,7 +16,7 @@ AC_SUBST(LIBROUTEROS_PATCH) # ABI version LIBROUTEROS_CURRENT=1 -LIBROUTEROS_REVISION=1 +LIBROUTEROS_REVISION=2 LIBROUTEROS_AGE=1 AC_SUBST(LIBROUTEROS_CURRENT) AC_SUBST(LIBROUTEROS_REVISION) -- 2.11.0