From d753a306fdc3bb1f403e068a3d8c10b2e2815002 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 6 Apr 2015 21:25:03 +0200 Subject: [PATCH] Updated README and pom.xml for version 2.1 --- README.md | 9 +++++---- pom.xml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73e699a..9c8701c 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,20 @@ This library uses [semantic versioning](http://semver.org/) **The current stable version is 2.0.3.** -### Changes in version 2.0.2: +### Changes in version 2.1: -* Fixed bug #18 - An empty username in ```login()``` caused the API to hang. +Version 2.1 adds the ability to use connection and command timeouts as requested by users. To see how to use these, please refer to the examples below. For more information, look at issue [#16](https://github.com/GideonLeGrange/mikrotik-java/issues/16). -### Previous 2.0 versions: +#### Previous 2.0 versions: +* 2.0.3 Fixed bug #18 - An empty username in ```login()``` caused the API to hang. * 2.0.2 Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases. * 2.0.1 fixed parsing of !=, < and > operators in a where clause. * 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x. The last version 1.x release was 1.1.6 which was the first version to be pushed to Maven Central. Version 1 is considered *deprecated* and will no longer be supported or patched. -Previous 1.1 versions: +#### Previous 1.1 versions: * 1.1.5 fixed even more comamnd line parsing bugs. * 1.1.4 fixed command line parsing bugs #7 and #8. diff --git a/pom.xml b/pom.xml index 41576f6..fef94c5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ me.legrange mikrotik - 2.0.3 + 2.1 jar Mikrotik API Java Client Library