This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 71a0099e8c49510ff703b91efb7e3c94b5606b71 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sun Jul 5 19:50:58 2020 +0300 Updated release notes for 2.5.1 --- CHANGES.md | 4 ++-- docs/changes/2.5.1.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 24b15a3..f9b463f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ # [Version 2.4.0 to 2.5.0](./docs/changes/2.5.0.md) +# [Version 2.5.0 to 2.5.1](./docs/changes/2.5.1.md) + # Planned for next version ## Major code re-factoring @@ -13,5 +15,3 @@ ## Minor code helpers ## Behavioral changes and enhancements - -* [SSHD-1022](https://issues.apache.org/jira/browse/SSHD-1022) NPE in `SftpOutputStreamAsync#flush()` if no data written in between. diff --git a/docs/changes/2.5.1.md b/docs/changes/2.5.1.md new file mode 100644 index 0000000..4bee891 --- /dev/null +++ b/docs/changes/2.5.1.md @@ -0,0 +1,5 @@ +# Introduced in version 2.5.1 + +## Behavioral changes and enhancements + +* [SSHD-1022](https://issues.apache.org/jira/browse/SSHD-1022) NPE in `SftpOutputStreamAsync#flush()` if no data written in between.