Releases: fieldrndservices/libssh2lv
Releases · fieldrndservices/libssh2lv
Beta-2.4
Changed
- The OpenSSL dependency from v1.1.1l to v3.0.1
Beta-2.3
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
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
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
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
Added
- The overwrite paramater to the lv_libssh2_sftp_file_rename function
Fixed
- Error handling for SFTP API
Beta-1.1
Added
- Getter function to SFTP attributes for the file type
Beta-1
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.