- 
    Fri Dec 14 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.5-2
    
- Fix more regressions introduced by the fixes for CVE-2018-10933
   
  
  - 
    Thu Nov 29 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.5-1
    
- Update to version 0.8.5
  * Fixed an issue where global known_hosts file was ignored (#1649321)
  * Fixed ssh_get_fd() to return writable file descriptor (#1649319)
  * Fixed regression introduced in known_hosts parsing (#1649315)
  * Fixed a regression which caused only the first algorithm in known_hosts to
    be considered (#1638790)
   
  
  - 
    Thu Nov 08 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-5
    
- Fix regressions introduced by the fixes for CVE-2018-10933
   
  
  - 
    Wed Oct 17 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.3-4
    
- Fix for authentication bypass issue in server implementation (#1639926)
   
  
  - 
    Tue Oct 02 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-3
    
- Fixed errors found by static code analysis (#1602594)
   
  
  - 
    Fri Sep 21 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.3-1
    
- Update to version 0.8.3
  * Added support for rsa-sha2 (#1610882)
  * Added support to parse private keys in openssh container format (other than
    ed25519) (#1622983)
  * Added support for diffie-hellman-group18-sha512 and
    diffie-hellman-group16-sha512 (#1610885)
  * Added ssh_get_fingerprint_hash()
  * Added ssh_pki_export_privkey_base64()
  * Added support for Match keyword in config file
  * Improved performance and reduced memory footprint for sftp
  * Fixed ecdsa publickey auth
  * Fixed reading a closed channel
  * Added support to announce posix-rename@openssh.com and hardlink@openssh.com
    in the sftp server
  * Use -fstack-protector-strong if possible (#1624135)
   
  
  - 
    Wed Aug 15 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.1-4
    
- Fix the creation of symbolic links for libssh_threads.so.4
   
  
  - 
    Wed Aug 15 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.1-3
    
- Add missing Provides for libssh_threads.so.4
   
  
  - 
    Tue Aug 14 2018 Anderson Sasaki <ansasaki@redhat.com> - 0.8.1-2
    
- Add Provides for libssh_threads.so to unbreak applications
- Fix ABIMap detection to not depend on python to build
   
  
  - 
    Mon Aug 13 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-1
    
- Update to version 0.8.1
  https://www.libssh.org/2018/08/13/libssh-0-8-1/