Title: Apache SSHD 0.2.0 Release Notice: Licensed to the Apache Software Foundation (ASF) under onep or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # Overview Apache Mina SSHD 0.2.0 contains a few enhancements and bug-fixes. # Getting the Distributions * Source distributions: * [Apache Mina SSHD 0.2.0 Sources (.tar.gz)](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz) [PGP](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.gz.sha1) * [Apache Mina SSHD 0.2.0 Sources (.zip)](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip) [PGP](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.zip.sha1) * [Apache Mina SSHD 0.2.0 Sources (.bz2)](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2) [PGP](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-0.2.0-project.tar.bz2.sha1) * Individual jars: * [Apache Mina SSHD Core 0.2.0 (.jar)](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar) [PGP](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar.asc) [SHA](https://archive.apache.org/dist/mina/sshd/0.2.0/sshd-core-0.2.0.jar.sha1) # Release Notes Apache Mina SSHD 0.2.0 contains a few enhancements and bug-fixes. Please report any feedback to [users@mina.apache.org](mailto:users@mina.apache.org). * Bug * [SSHD-28](https://issues.apache.org/jira/browse/SSHD-28) - Deadlock between execute thread and NioProcessor thread * [SSHD-33](https://issues.apache.org/jira/browse/SSHD-33) - SSH uint32, sequence number wrapping * [SSHD-34](https://issues.apache.org/jira/browse/SSHD-34) - ChannelPipedInputStream/ChannelPipedOutputStream doesn't handle EOF correctly * [SSHD-35](https://issues.apache.org/jira/browse/SSHD-35) - EOF to stdin from ssh client isn't propagated to the command * [SSHD-37](https://issues.apache.org/jira/browse/SSHD-37) - When the terminal is created, the LINES and COLUMNS attributes are not set correctly * [SSHD-38](https://issues.apache.org/jira/browse/SSHD-38) - Typo that causes performance degradation with DEBUG-level logging enabled * [SSHD-39](https://issues.apache.org/jira/browse/SSHD-39) - ScpCommand cannot handle recursive copy * Improvement * [SSHD-31](https://issues.apache.org/jira/browse/SSHD-31) - Change ClientSessionImpl SshClient constructor argument from SshClient to FactoryManager * [SSHD-32](https://issues.apache.org/jira/browse/SSHD-32) - Reuse address * [SSHD-36](https://issues.apache.org/jira/browse/SSHD-36) - PasswordAuthenticator and Shell should have access to ServerSession