-
Notifications
You must be signed in to change notification settings - Fork 108
/
ChangeLog
executable file
·42 lines (30 loc) · 1007 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.