v2.0.5
- Fixed Bug when seeking on potentially unopened file.
- Removed some compiler warnings.
- Fixed sprintf undefined behaviour.

v2.0.4

- Added support for MSVC 2012.
- Documentation migrated from HTML to Markdown.

v2.0.3

- License changed to LGPL.
- Added support for OSX.

v2.0.2

- Fixed a bug in the upload routine.

v2.0.1

- Fixed a problem with the -DNOSSL compile flag.
- Removed an unnecessary sys/time.h dependance.

v2.0.0

- Implemented SSL/TLS certification callback.
- SSLv2 connections aren't allowed any more.
- Made library work on win32 systems.
- Correct pasv reply functionality for misbehaving NAT servers.
- Cleaned up code and slightly modified interface.
- SSL support can be turned off now.
- Large file support.
- Fixed error when fxp'ing a rejected file.
- Logging functionality extended.
- Callback mechanisms improved.

v1.0.1

- ftplib::Fxp was always returning 0, fixed this.
- Quit returns if there's no connection anymore to do QUIT.
- Fixed a bug in secure upload.
