Skip to content

Releases: xbmc/vfs.sftp

1.1.1-Matrix

08 Jan 18:20
c738ea4
Compare
Choose a tag to compare
  • Update depends libssh to 0.9.3
  • Update depends openssl to version 1.1.1d
  • Update depends strawberry perl on Winows UWP to 5.30.1.1
  • Code cleanups
  • Remove p8platform usage and use C++11 code
  • Change license year and name to Kodi
  • Add license and source url to addon.xml
  • Increase addon description
  • Add addon icon
  • Replace deprecated functions if ssh v0.8.0 and above is used
    • ssh_is_server_known is now ssh_session_is_known_server
    • ssh_write_knownhost is now ssh_session_update_known_hosts
  • Fix, using ssh:// prefixes was broken

1.1.0-Matrix

  • Matrix API change update
  • Some cleanups and build fixes

1.0.4-Leia

08 Jan 16:46
574234a
Compare
Choose a tag to compare
  • Update depends libssh to 0.9.3
  • Update depends openssl to version 1.1.1d
  • Update depends strawberry perl on Winows UWP to 5.30.1.1
  • Code cleanups
  • Remove p8platform usage and use C++11 code
  • Change license year and name to Kodi
  • Add license and source url to addon.xml
  • Increase addon description
  • Add addon icon
  • Replace deprecated functions if ssh v0.8.0 and above is used
    • ssh_is_server_known is now ssh_session_is_known_server
    • ssh_write_knownhost is now ssh_session_update_known_hosts

1.0.3-Leia

08 Jan 16:33
Compare
Choose a tag to compare
  • Update depends libssh to 0.9.0
  • Build system fixes and cleanups

1.0.2-Leia

  • Fixed folders showed -1 size instead of 0 on code
  • Fixed Port 22 fallback wasn't consistent causing problems with e.g. sources without port specification
  • Fixed file times not working due to mtime64 used instead of mtime
  • Test build with Kodi Leia API
  • Fix searching p8-platform headers
  • Remove kodiplatform dependency
  • Fix build issues due to libssh bug

1.0.1-Leia

08 Jan 16:31
Compare
Choose a tag to compare
bump version to 1.0.1

1.0.0-Leia

15 Oct 17:53
Compare
Choose a tag to compare
add Jenkinsfile and relocate CI