Skip to content

Releases: fieldrndservices/libssh2lv

Beta-2.4

12 Mar 18:45
ec3c85c
Compare
Choose a tag to compare

Changed

  • The OpenSSL dependency from v1.1.1l to v3.0.1

Beta-2.3

19 Oct 01:20
Compare
Choose a tag to compare

Added

  • The lv_libssh2_trace function
  • The lv_libssh2_trace_options_t enum type definition

Changed

  • The libssh2 dependency from v1.9.0 to v1.10.0
  • The OpenSSL dependency from v1.1.1f to v1.1.1l

Beta-2.2

25 Sep 17:04
Compare
Choose a tag to compare

Added

  • Strawberry Perl as an option for Windows builds

Changed

  • Code formatting style to ccls (clang-based LSP) default format

Fixed

  • Error handling for the lv_libssh2_scp_receive function (#4)
  • Error handling for the lv_libssh2_scp_send function

Beta-2.1

31 Mar 19:09
Compare
Choose a tag to compare

Changed

  • The libssh2 dependency from v1.8.2 to v1.9.0
  • The OpenSSL dependency from v1.1.0j to v1.1.1f

Beta-2.0

13 Jul 17:46
Compare
Choose a tag to compare

Added

  • All libssh2 library macro definitions as enum values where appropriate

Changed

  • Enum variant values to match values from the libssh2 library macro definitions

Beta-1.2

28 May 17:59
Compare
Choose a tag to compare

Added

  • The overwrite paramater to the lv_libssh2_sftp_file_rename function

Fixed

  • Error handling for SFTP API

Beta-1.1

27 May 00:53
Compare
Choose a tag to compare

Added

  • Getter function to SFTP attributes for the file type

Beta-1

08 May 21:43
Compare
Choose a tag to compare

Added

  • CMake-based build procedure.
  • Dependency management via CMake ExternalProject module
  • Build instructions for Windows, macOS, Linux, and NI Linux RT.
  • Initial public Application Programming Interface (API).
  • Tests and minunit testing framework.
  • The LICENSE file.
  • The README file.
  • The ignore list.