Releases: deniskovalchuk/libftp
Releases · deniskovalchuk/libftp
v1.4.0
Breaking changes
- Dropped support for Boost version < 1.70.0.
New
- Added support for creating the shared library on Windows.
- Improvements in the build system.
v1.3.0
New
- Supported library installation via
CMake
.
- Minor improvements.
v1.2.0
New
- Added
ftp::client::get_file_modified_time()
method. See MDTM
command in RFC3659.
- Minor improvements.
v1.1.0
New
- Added
ftp::ssl::create_context()
function. It provides a new convenient way to create the ftp::ssl::context_ptr
object.
v1.0.0
This is the first stable major release. There are no differences from v0.5.1.
v0.5.1
Fixed
- Fixed compilation errors on g++ 13.2.1 and libstdc++ 6.0.32 by @gg-yb in #18.
v0.5.0
New
- Added support for FTP over TLS/SSL (FTPS). See RFC 2228 and RFC 4217.
- Minor improvements.
v0.4.1
Fixed
- Fixed compilation errors on gcc 13+ by @toge in #17.
v0.4.0
- Added support for CMake install target by @toge in #16.