Update README.md

This commit is contained in:
Gideon le Grange 2016-04-25 13:23:14 +02:00
parent 6d7a711ce2
commit 024188f28a
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
**The current stable version is 3.0.1** **The current stable version is 3.0.1**
### Changes in version 3.0:
Version 3.0.1 fixes a harmless but annoying stack trace bug (#34). Version 3.0.1 fixes a harmless but annoying stack trace bug (#34).
### Changes in version 3.0:
Version 3.0 addresses the problems the API had around TLS encryption. The way secure connections are implemented is changed so that the user has complete control over the creation of TLS sockets. To this end: Version 3.0 addresses the problems the API had around TLS encryption. The way secure connections are implemented is changed so that the user has complete control over the creation of TLS sockets. To this end:
* A new method, `connect(SocketFactory fact, String host, int port, int timeout)`, was added to allow for better user control over sockets and especially encryption. * A new method, `connect(SocketFactory fact, String host, int port, int timeout)`, was added to allow for better user control over sockets and especially encryption.
* The `connectTLS()` API methods were removed. * The `connectTLS()` API methods were removed.