Skip to content

Releases: deniskovalchuk/libftp

v1.4.0

02 Dec 19:54
Compare
Choose a tag to compare

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
Choose a tag to compare

New

  • Supported library installation via CMake.
  • Minor improvements.

v1.2.0

07 Nov 09:23
Compare
Choose a tag to compare

New

  • Added ftp::client::get_file_modified_time() method. See MDTM command in RFC3659.
  • Minor improvements.

v1.1.0

28 Jul 13:18
Compare
Choose a tag to compare

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
Choose a tag to compare

This is the first stable major release. There are no differences from v0.5.1.

v0.5.1

12 Jun 23:20
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Fixed compilation errors on gcc 13+ by @toge in #17.

v0.4.0

24 Mar 12:40
Compare
Choose a tag to compare
  • Added support for CMake install target by @toge in #16.

v0.3.3

17 Mar 14:46
Compare
Choose a tag to compare