- updated release notes
- Release task depends on build and uploadArchives
- Added gradle release and license plugins, and updated all license headers
- Updated README with release notes.
- Some cleanup
- Fixed bug in Forward lookup in which we did not deal with the special cases (Fixes #239)
- Added OSGI manifest to -sources.jar (Fixes #242)
- Fixed javadoc warning
- Attempt to fix race condition if a packet is received from the server immediately after successful auth (Fixes #237)
- Fixed some Java7 warnings
- Added callback to request updated password for a user in case of USERAUTH_PASSWD_CHANGEREQ (Fixes #193)
- Added javadoc to indicate that close() should always be called on a Command, before inspecting the result(s) (Fixes #114)
- Implemented switch for waiting on server ident before sending client ident. (Fixes #118)
- Fixed potential race condition identified in #203
- JavaDoc fixes
- Organised some imports
- Dropped Java6 support (Fixes #234)
- Upgraded gradle to 2.12
- Merge pull request #238 from hierynomus/issue-236
- Fixed race condition in global request response handling
- Added reproducing testcase
- Added settings.gradle with project name
- Ingoring integration test
- Set to snapshot
- Fixed typo in README