Releases: deniskovalchuk/libftp
Releases · deniskovalchuk/libftp
v1.5.0
25 May 14:06
Compare
Sorry, something went wrong.
No results found
Breaking changes
Dropped support for Boost version < 1.88.0.
v1.4.1
21 Dec 18:41
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed compilation with Boost 1.87.0.
v1.4.0
02 Dec 19:54
Compare
Sorry, something went wrong.
No results found
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
11 Nov 14:18
Compare
Sorry, something went wrong.
No results found
New
Supported library installation via CMake.
Minor improvements.
v1.2.0
07 Nov 09:23
Compare
Sorry, something went wrong.
No results found
New
Added ftp::client::get_file_modified_time() method. See MDTM command in RFC3659 .
Minor improvements.
v1.1.0
28 Jul 13:18
Compare
Sorry, something went wrong.
No results found
New
Added ftp::ssl::create_context() function. It provides a new convenient way to create the ftp::ssl::context_ptr object.
v1.0.0
27 Jul 18:02
Compare
Sorry, something went wrong.
No results found
This is the first stable major release. There are no differences from v0.5.1.
v0.5.1
12 Jun 23:20
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed compilation errors on g++ 13.2.1 and libstdc++ 6.0.32 by @gg-yb in #18 .
v0.5.0
20 Apr 15:38
Compare
Sorry, something went wrong.
No results found
New
Added support for FTP over TLS/SSL (FTPS). See RFC 2228 and RFC 4217 .
Minor improvements.
v0.4.1
25 Mar 10:02
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed compilation errors on gcc 13+ by @toge in #17 .