-------------------------------------------------------------------
Tue Mar  7 15:59:12 UTC 2017 - mbologna@suse.de

- Update to 0.1.54 
  - bugfix: fixed CVE-2016-5725 (bsc#997542)
          Refer to following links,
            http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2016-5725
            https://github.com/tintinweb/pub/tree/master/pocs/cve-2016-5725
  - bugfix: sftp-put may send the garbage data in some rare case.
  - bugfix: fixed a deadlock bug in KnownHosts#getHostKey().
  - bugfix: SftpProgressMonitor#init() was not invoked in sftp-put
          by using the output-stream.
  - change: KnownHosts#setKnownHosts() should accept the non-existing file.
  - change: excluding the user interaction time from the timeout value.
  - change: addressing SFTP slow file transfer speed with Titan FTP.
  - change: updating copyright messages; 2015 -> 2016

-------------------------------------------------------------------
Sun Oct  4 15:37:18 UTC 2015 - mc@suse.com

- update to 0.1.53
  - bugfix: resource leak: duplicate keys in LocalIdentityRepository.
  - bugfix: the rekey initiated by the remote may crash the session.
  - feature: added the support for SSH ECC defined in RFC5656,
           ecdsa-sha2-nistp256,
           ecdsa-sha2-nistp384,
           ecdsa-sha2-nistp521,
           ecdh-sha2-nistp256,
           ecdh-sha2-nistp384,
           ecdh-sha2-nistp521
           This functionality requires Java7 or later.
  - feature: added the support for server host keys in
           ecdsa-sha2-nistp256,
           ecdsa-sha2-nistp384,
           ecdsa-sha2-nistp521
  - feature: generating key-pairs in
           ecdh-sha2-nistp256,
           ecdh-sha2-nistp384,
           ecdh-sha2-nistp521
  - for more changes see the changelog
    http://www.jcraft.com/jsch/ChangeLog

-------------------------------------------------------------------
Mon Sep  9 11:06:06 UTC 2013 - tchvatal@suse.com

- Move from jpackage-utils to javapackage-tools

-------------------------------------------------------------------
Mon May 13 06:15:53 UTC 2013 - mvyskocil@suse.com

- update to 0.1.50
  * fixes connection errors with "verify: false" when running on
    Java 7u6 (and later).
  * The OpenSSH config file and the key exchange method
    "diffie-hellman-group-exchange-sha256" are now supported

-------------------------------------------------------------------
Tue Oct 16 08:39:25 UTC 2012 - mvyskocil@suse.com

- update to 0.1.49
  * Putty's private key files support
  * hmax-sha2-256 defined in RFC6668 is supported
  * integration with jsch-agent-proxy
  * and many bugfixes

-------------------------------------------------------------------
Tue Apr 28 11:23:11 CEST 2009 - mvyskocil@suse.cz

- Initial SUSE packaging of version 0.1.40 (from jpp5) 

