From 138d93bcb3b0cd94dfc30e9283244f5691996fc6 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Tue, 5 May 2015 13:23:35 +0200 Subject: [PATCH] Preparing for 2.2 --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a1c0dff..19bb8e3 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,14 @@ Version 2.2 implements AutoCloseable on ApiConnection to support Java 7's try-wi * 2.1 added the ability to use connection and command timeouts as. -* 2.0.3 Fixed bug #18 - An empty username in ```login()``` caused the API to hang. +* 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. +#### Version 1.x -#### 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. -* 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 added TLS (SSL) support to encrypt API traffic. +Version 1 is considered *deprecated* and will no longer be supported or patched. ## Getting the API