Updated for version 2.0.3
This commit is contained in:
parent
ae639d323f
commit
0408db9b61
|
|
@ -10,14 +10,15 @@ Versions
|
||||||
|
|
||||||
This library uses [semantic versioning](http://semver.org/)
|
This library uses [semantic versioning](http://semver.org/)
|
||||||
|
|
||||||
**The current stable version is 2.0.2.**
|
**The current stable version is 2.0.3.**
|
||||||
|
|
||||||
### Changes in version 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.
|
* Fixed bug #18 - An empty username in ```login()``` caused the API to hang.
|
||||||
|
|
||||||
### Previous 2.0 versions:
|
### Previous 2.0 versions:
|
||||||
|
|
||||||
|
* 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.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.
|
* 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x.
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>me.legrange</groupId>
|
<groupId>me.legrange</groupId>
|
||||||
<artifactId>mikrotik</artifactId>
|
<artifactId>mikrotik</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Mikrotik API Java Client Library</name>
|
<name>Mikrotik API Java Client Library</name>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue