From dev-return-27333-apmail-mina-dev-archive=mina.apache.org@mina.apache.org Fri Oct 24 08:05:03 2014 Return-Path: X-Original-To: apmail-mina-dev-archive@www.apache.org Delivered-To: apmail-mina-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1855410B97 for ; Fri, 24 Oct 2014 08:05:03 +0000 (UTC) Received: (qmail 54057 invoked by uid 500); 24 Oct 2014 08:05:02 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 54016 invoked by uid 500); 24 Oct 2014 08:05:02 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 54005 invoked by uid 99); 24 Oct 2014 08:05:02 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2014 08:05:02 +0000 Received: from localhost (HELO mail-qa0-f45.google.com) (127.0.0.1) (smtp-auth username gnodet, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2014 08:05:02 +0000 Received: by mail-qa0-f45.google.com with SMTP id dc16so512421qab.18 for ; Fri, 24 Oct 2014 01:05:00 -0700 (PDT) X-Received: by 10.170.84.66 with SMTP id b63mr3895902yka.69.1414137900701; Fri, 24 Oct 2014 01:05:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.181.6 with HTTP; Fri, 24 Oct 2014 01:04:40 -0700 (PDT) In-Reply-To: References: From: Guillaume Nodet Date: Fri, 24 Oct 2014 10:04:40 +0200 Message-ID: Subject: Re: [VOTE] Release Apache Mina SSHD 0.13.0 To: dev@mina.apache.org Content-Type: multipart/alternative; boundary=001a113a6c1a3c1fad050626a3d8 --001a113a6c1a3c1fad050626a3d8 Content-Type: text/plain; charset=UTF-8 +1 2014-10-21 11:28 GMT+02:00 Guillaume Nodet : > I'd like to call a vote on releasing Apache SSHD 0.13.0 > > Staging repo at > https://repository.apache.org/content/repositories/orgapachemina-1008 > > > Release Notes - MINA SSHD - Version 0.13.0 > > ** Bug > * [SSHD-69] - SshAgent test leaks /tmp/mina*apr sockets > * [SSHD-311] - NullPointerException on closing ClientSession > * [SSHD-335] - Wrong EOF error handling in sshd agent > * [SSHD-336] - Allow ECDSA based public key authentication > * [SSHD-342] - DefaultSftpClient.symlink calls SSH_FXP_RENAME instead > of SSH_FXP_SYMLINK > * [SSHD-347] - Sftplet.onConnect(...) does not obtain access to > ServerSession > * [SSHD-348] - Some SSH threads get blocked in Object.wait() method > forever > * [SSHD-353] - The close method on the stream returned by > DefaultSftpClient#read() should be idemptotent > * [SSHD-355] - Correctly handle permissions when opening files through > SFTP > * [SSHD-357] - ARCFOUR 128/256 ciphers initialization incorrect - > always fails > * [SSHD-364] - Fix SFTP writes with offset > > ** Improvement > * [SSHD-334] - Allow disabling the automatic key pair overwrite in > AbstractGeneratorHostKeyProvider > * [SSHD-339] - Remove JCraft Jzlib dependency by implementing the > Compression(s) in pure Java > * [SSHD-343] - Return substatus int programatically in SshException > * [SSHD-345] - Add isDirectory, isSymlink, isRegularFIle, and isOther > methods to Attributes > * [SSHD-349] - Add support for Putty channel requests > * [SSHD-350] - Ensure compatibility with mina 2.0.8 > * [SSHD-354] - SftpClient#write(String path) should support the > OpenMode flags as an argument > * [SSHD-359] - Make DefaultSshFuture a bit more lightweight > * [SSHD-360] - Rework CloseableUtils code > * [SSHD-361] - Upgrade to mina 2.0.8 > * [SSHD-362] - Upgrade to BouncyCastle 1.51 > * [SSHD-363] - Upgrade to jgit 3.4.1 > * [SSHD-365] - Add AES-192-CTR cipher support > > ** New Feature > * [SSHD-341] - Support UserInteractive implementations on a > per-session basis > * [SSHD-358] - Create Builders for SShServer and SShClient so they can > be extended properly > > > Please review and vote > > Cheers, > Guillaume Nodet > > --001a113a6c1a3c1fad050626a3d8--