Merge branch 'master' of github.com:GideonLeGrange/mikrotik-java

This commit is contained in:
GideonLeGrange 2014-12-22 12:51:09 +02:00
commit 3f6a930a4d
1 changed files with 6 additions and 5 deletions

View File

@ -10,15 +10,19 @@ Versions
This library uses [semantic versioning](http://semver.org/)
The current stable version is 2.0.2.
**The current stable version is 2.0.2.**
### Changes in version 2.0.2:
* Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases.
Previous 2.0 versions:
### Previous 2.0 versions:
* 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:
* 1.1.5 fixed even more comamnd line parsing bugs.
@ -27,9 +31,6 @@ Previous 1.1 versions:
* 1.1.2 added support for handling multi-line results, like for example /file print.
* 1.1 added TLS (SSL) support to encrypt API traffic.
The latest development version is 2.0.0 which is available using the 2.0.0 branch.
Getting the API
---------------