Updated ChangeLog; Bumped version to 1.1.0 librouteros-1.1.0
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 25 Dec 2009 10:53:07 +0000 (11:53 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 25 Dec 2009 10:53:07 +0000 (11:53 +0100)
ChangeLog
configure.ac

index 152588b..18cf54c 100644 (file)
--- 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
index 1102e77..99b9e59 100644 (file)
@@ -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)