Thanks!

2014-03-20 12:54 GMT+01:00 Willem Jiang <[email protected]>:

> Don’t worry, I can help with it :)
> I just created a JIRA[1] for it.
>
> [1]https://issues.apache.org/jira/browse/SMX4-1725
>
> --
> Willem Jiang
>
> Red Hat, Inc.
> Web: http://www.redhat.com
> Blog: http://willemjiang.blogspot.com (English)
> http://jnn.iteye.com (Chinese)
> Twitter: willemjiang
> Weibo: 姜宁willem
>
>
>
> On March 20, 2014 at 5:19:57 PM, Bengt Rodehav ([email protected]) wrote:
> > Sorry no I haven't done that.
> >
> > /Bengt
> >
> >
> > 2014-03-19 22:39 GMT+01:00 Christian Müller :
> >
> > > Hi Bengt!
> > >
> > > Did you already pingt the SMX guys to build an OSGI bundle for that
> version
> > > [1]?
> > >
> > > [1]
> > >
> > >
> http://search.maven.org/#search|gav|1|g%3A%22org.apache.servicemix.bundles%22%20AND%20a%3A%22org.apache.servicemix.bundles.jsch%22
> > >
> > > Best,
> > >
> > > Christian
> > > -----------------
> > >
> > > Software Integration Specialist
> > >
> > > Apache Member
> > > V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
> > > Apache Incubator PMC Member
> > >
> > > https://www.linkedin.com/pub/christian-mueller/11/551/642
> > >
> > >
> > > On Wed, Mar 19, 2014 at 10:33 AM, Bengt Rodehav wrote:
> > >
> > > > There has been a new release of Jsch. There is an unusually long
> list of
> > > > bugfixes and changes and I think it's a good idea to upgrade to the
> new
> > > > version (0.1.51).
> > > >
> > > > /Bengt
> > > >
> > > >
> > > >
> > > > ---------- Forwarded message ----------
> > > > From: Atsuhiko Yamanaka
> > > > Date: 2014-03-18 15:23 GMT+01:00
> > > > Subject: [JSch-users] ANNOUNCE: JSch 0.1.51
> > > > To: [email protected]
> > > >
> > > >
> > > > Hi there,
> > > >
> > > > JSch 0.1.51 has been released.
> > > > It is available at
> > > >
> > > >
> > > >
> > >
> http://sourceforge.net/projects/jsch/files/jsch/0.1.51/jsch-0.1.51.zip/download
> > > > and its md5sum is 89d0ff6d36040622da0a482e51d87725
> > > > And you can get its byte code in jar file format at
> > > >
> > > >
> > > >
> > >
> http://sourceforge.net/projects/jsch/files/jsch.jar/0.1.51/jsch-0.1.51.jar/download
> > > > and its md5sum is de3a2b0d03295f167fea1904939443cf
> > > >
> > > > Changes since version 0.1.50:
> > > > - bugfix: reproducibility of "verify: false". FIXED.
> > > > The hundreds of thousands connections had caused that
> > > exception.
> > > > - bugfix: resource leaks at the failure of making local port
> forwarding.
> > > > FIXED.
> > > > - bugfix: NPE in connecting to the non-standard TCP port. FIXED.
> > > > This problem had appeared if a host-key does not exist in
> > > > "known_host" file.
> > > > - bugfix: TCP connection may not be dropped if error messages from
> > > > the remote are too long. FIXED.
> > > > - bugfix: SftpATTRS#getAtimeString() returns the wrong string. FIXED.
> > > > - bugfix: bytes to be added by SSH_MSG_CHANNEL_WINDOW_ADJUST must be
> in
> > > > unsigned integer. FIXED.
> > > > - bugfix: Util#checkTilde() should not convert a tilde in
> > > > "C:\PROGRA~1\". FIXED.
> > > > - bugfix: A long long command for ChannelExec will cause
> > > > an ArrayIndexOutOfBoundsException. FIXED.
> > > > - bugfix: ChannelSftp should not send bulk request greedily even if
> the
> > > > remote
> > > > window has the enough space. FIXED.
> > > > - bugfix: Util.createSocket() should throw an exception with 'cause'.
> > > > FIXED.
> > > > - bugfix: failed to parse .ssh/config in the EBCDIC environment.
> FIXED.
> > > > - bugfix: com.jcraft.jsch.jcraft.HMACSHA1(used only for MacOSX) is
> not
> > > > reusable. FIXED.
> > > > - bugfix: NPE caused by the delayed response for channel opening
> > > > requests. FIXED.
> > > > - bugfix: hung-up in uploading huge data to ProFTPd without the
> config
> > > > 'SFTPClientMatch "JSCH.*" channelWindowSize 1GB' FIXED.
> > > > - bugfix: Cipher#init() may cause an infinite loop with 100% cpu use
> due
> > > to
> > > > https://bugs.openjdk.java.net/browse/JDK-8028627 FIXED.
> > > > - bugfix: in some case, JSche#setKnowHosts(InputStream stream) may
> fail
> > > > to close the given stream. FIXED
> > > > - change: com.jcraft.jsch.jcraft.HMAC* will not be used.
> > > > It seems Java6 on Mac OS X has fixed some memory leak bug in
> > > JCE,
> > > > so there is no reason to use c.j.j.j.HMAC* introduced at
> > > 0.1.30.
> > > > - change: updating copyright messages; 2013 -> 2014
> > > > - change: allowed to create the symbolic/hard link to the relative
> path
> > > by
> > > > ChannelSftp#symlink(String oldpath, String newpath)
> > > > ChannelSftp#hardlink(String oldpath, String newpath)
> > > > - change: the availability of ciphers listed in "CheckCiphers" config
> > > will
> > > > not be checked if they are not used.
> > > > - change: Util#fromBase64() will throw JSchException in stead of
> > > > RuntimeException, if the given string is not in base64 format.
> > > > - feature: added the support for private keys in PKCS#8 format.
> > > > - feature: introduced the interface com.jcraft.jsch.PBKDF to abstract
> > > > the implementation of Password-Based Key Derivation Function,
> > > > and added its implementation com.jcraft.jsch.jce.PBKDF by
> > > using
> > > > JCE.
> > > >
> > > >
> > > >
> > >
> ------------------------------------------------------------------------------
> > > > Learn Graph Databases - Download FREE O'Reilly Book
> > > > "Graph Databases" is the definitive new guide to graph databases and
> > > their
> > > > applications. Written by three acclaimed leaders in the field,
> > > > this first edition is now available. Download your free book today!
> > > > http://p.sf.net/sfu/13534_NeoTech
> > > > _______________________________________________
> > > > JSch-users mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/jsch-users
> > > >
> > >
> >
>
>

Reply via email to