Updated for 1.1.4

This commit is contained in:
Gideon le Grange 2014-04-21 20:45:05 +02:00
parent 16eb6cb17e
commit 160b7f5152
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
Versions Versions
-------- --------
The current stable version 1.1.3, which fixes severe command line parsing bugs, #3, #4 and #5. The current stable version 1.1.4, which fixes a small but intrusive command line parsing bug.
* 1.1.3 fixed severe command line parsing bugs, #3, #4 and #5.
* 1.1.2 added support for handling multi-line results, like for example /file print. * 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. * 1.1 added TLS (SSL) support to encrypt API traffic.