Apache Mina SSHD 0.14.0 has been released.
The release is available from the web site:
    http://mina.apache.org/sshd-project/download_0.14.0.html

Release Notes - MINA SSHD - Version 0.14.0

** Bug
    * [SSHD-348] - Some SSH threads get blocked in Object.wait() method
forever
    * [SSHD-374] - Nio2Acceptor never unbinding
    * [SSHD-375] - Buffer.MAX_LEN and DefaultSftpClient#write() don't play
well together
    * [SSHD-384] - Fix broken client demo when executing a command
    * [SSHD-388] - SSH server fails during bundle update
    * [SSHD-391] - Incorrect defaulting to DHG1 in 'No suitable primes
found' scenario
    * [SSHD-393] - Ssh server freezing when under heavy load
    * [SSHD-402] - Strange behaviour when overwriting files using SCP
(ScpCommandFactory)
    * [SSHD-412] - Avoid SCP problems for zero-length files
    * [SSHD-422] - Take into account local file separator when converting
to/from SFTP paths

** Improvement
    * [SSHD-366] - Need to cross reference provided host keys with
configured signature factories
    * [SSHD-368] - Add a timeout on the client to better handle the ssh
server being slow to respond or some packets being lost
    * [SSHD-372] - Server doesn't reject connections that don't send client
identification, has to time out
    * [SSHD-385] - Fix log statement when a window is unblocked
    * [SSHD-386] - Allow controlling socket options
    * [SSHD-387] - When using inverted streams on the client, the window
should only be decreased when reading, not when writing to the pipe
    * [SSHD-389] - Implement a disconnect timeout
    * [SSHD-394] - Use an ExecutorService to spawn SftpSubsystem command
    * [SSHD-395] - Use an ExecutorService to run ScpCommand(s)
    * [SSHD-397] - Added more detailed log messages about the KEX
negotiation process
    * [SSHD-398] - Provide read-only access to the session KEX negotiation
result parameters
    * [SSHD-399] - Add KexCompleted session event
    * [SSHD-400] - Ignore SFTP extension data in SSH_FXP_INIT message
    * [SSHD-401] - Allow user control over ScpCommand send/receive buffer
size
    * [SSHD-403] - Lay down the groundwork for more event listeners
    * [SSHD-406] - Stop parsing pty-req modes for undefined opcodes
    * [SSHD-410] - Do not seek SshFile(s) input/output streams if requested
offset is zero
    * [SSHD-411] - SSH_FX_OP_UNSUPPORTED should not be logged as error
    * [SSHD-414] - Make the source code (including tests) truly 1.5
compatible

** New Feature
    * [SSHD-371] - Support Socks proxy with ssh tunnelling on the client
side
    * [SSHD-382] - Add support for custom properties on the command line
for client and server
    * [SSHD-383] - Support for loading ecdsa keys in the client demo
    * [SSHD-390] - Support switching to a none cipher on the client side
for performances

** Task
    * [SSHD-380] - Refactor tests to let the system choose the port instead
of using getFreePort() which can lead to problems
    * [SSHD-381] - Wrong values used for SSH_FXP_OPEN flags

** Test
    * [SSHD-396] - Fixed SftpTest#testOpen to work correctly on Windows

** Wish
    * [SSHD-405] - Please review AbstractClientChannel @deprecated getter
methods

Guillaume Nodet

Reply via email to