You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/11/02 22:35:13 UTC

[mina-sshd] 01/02: Changes.md: mention GH-263

This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit b724ac201afef79b8f9cb199d0afda818adc2c84
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Wed Nov 2 23:16:38 2022 +0100

    Changes.md: mention GH-263
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 803a7e714..c63b7e130 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -31,6 +31,8 @@
 * [SSHD-1303](https://issues.apache.org/jira/browse/SSHD-1303) Reading from redirected Channel.getInvertedErr() delivers stdout; should be at EOF
 * [SSHD-1307](https://issues.apache.org/jira/browse/SSHD-1307) [NIO2] TCP/IP port forwarding: shut down output stream only after pending writes have been written
 
+* [GH-263](https://github.com/apache/mina-sshd/issues/263)  Race condition in BufferedIoOutputStream
+
 ## Major code re-factoring
 
 ## Potential compatibility issues