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

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


    from 5efd3bc  Fixed version 2.4.0 changes sub-header
     new 0afb936  Fixed typo in 'IoSession#shu(t)downOutputStream' method
     new a3bca7b  [SSHD-964] Allow sending SSH_MSG_CHANNEL_EOF while channel is 
being closed gracefully
     new 385f637  [SSHD-964] Do not shutdown the TCPIP channel output stream 
when receiving SSH_MSG_CHANNEL_EOF

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |  2 +
 .../java/org/apache/sshd/common/io/IoSession.java  |  2 +-
 .../common/util/closeable/AbstractCloseable.java   | 16 +++++--
 .../sshd/client/channel/AbstractClientChannel.java |  6 ++-
 .../sshd/common/channel/AbstractChannel.java       | 50 ++++++++++++++--------
 .../common/channel/ChannelAsyncOutputStream.java   |  2 +-
 .../common/forward/DefaultForwardingFilter.java    | 14 ++----
 .../org/apache/sshd/common/forward/SocksProxy.java |  4 +-
 .../sshd/common/forward/TcpipClientChannel.java    |  6 ---
 .../apache/sshd/common/io/nio2/Nio2Session.java    |  2 +-
 .../common/session/helpers/AbstractSession.java    |  4 +-
 .../session/helpers/AbstractSessionTest.java       |  2 +-
 .../apache/sshd/common/io/mina/MinaSession.java    |  2 +-
 .../java/org/apache/sshd/netty/NettyIoSession.java |  2 +-
 14 files changed, 65 insertions(+), 49 deletions(-)

Reply via email to