Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.1][0.4.1]

Changes for library users since `0.4.0`.

### Changed

- Bound TLA+ Terrapin model to implementation and tightened up the SFTP model.

### Fixed

- Ensured channels are unregistered and old channels are closed in the registry.

## [0.4.0][0.4.0]

Changes for library users since `0.3.1`.
Expand Down Expand Up @@ -94,6 +106,7 @@ Changes for library users since `0.2.1`.
- Limited zlib decompression output per packet to reduce decompression-bomb
denial-of-service risk.

[0.4.1]: https://github.com/connectbot/cbssh/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/connectbot/cbssh/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/connectbot/cbssh/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/connectbot/cbssh/compare/v0.2.1...v0.3.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.configuration-cache=false
#org.gradle.configuration-cache.parallel=true

group=org.connectbot.sshlib
version=0.4.1-SNAPSHOT
version=0.4.2-SNAPSHOT
Loading