From: Florian Forster Date: Fri, 25 Dec 2009 10:53:07 +0000 (+0100) Subject: Updated ChangeLog; Bumped version to 1.1.0 X-Git-Tag: librouteros-1.1.0^0 X-Git-Url: https://git.octo.it/?p=routeros-api.git;a=commitdiff_plain;h=0eb1d1e6851f3e5dd33b385a021a5c67a3631b7a Updated ChangeLog; Bumped version to 1.1.0 --- diff --git a/ChangeLog b/ChangeLog index 152588b..18cf54c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 diff --git a/configure.ac b/configure.ac index 1102e77..99b9e59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librouteros, 1.0.1) +AC_INIT(librouteros, 1.1.0) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) @@ -15,9 +15,9 @@ AC_SUBST(LIBROUTEROS_MINOR) AC_SUBST(LIBROUTEROS_PATCH) # ABI version -LIBROUTEROS_CURRENT=1 -LIBROUTEROS_REVISION=2 -LIBROUTEROS_AGE=1 +LIBROUTEROS_CURRENT=2 +LIBROUTEROS_REVISION=0 +LIBROUTEROS_AGE=2 AC_SUBST(LIBROUTEROS_CURRENT) AC_SUBST(LIBROUTEROS_REVISION) AC_SUBST(LIBROUTEROS_AGE)