SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for qftp-4.0.1-1.32.x86_64.rpm :

* Wed May 11 2016 malcolmlewisAATTopensuse.org- Updated to version 4.0-1: + Fix erroneous removal of local file on PUT when transfer fails. + Link data netbuf to control netbuf in FtpOpenPort instead of routine that calls it. + Fix check of response type in FtpClose. + Add NULL check from nodename lookup.
* Sun Jun 21 2015 malcolmlewisAATTopensuse.org- Updated to version 4.0: + License changed from GPL/LGPL to Artistic License 2.0. + Many bugs reported over the years have been addressed. + The reentrant versions of gethostbyname and getservbyname are used if available. + Internal buffers are larger which should allow for longer filenames. + The library will not output anything to stdout or stderr unless ftplib_debug is defined. + Some additional arguments are declared const. + The second argument to FtpSize is the address of an integer to receive the size of the remote file. The type of this argument has been changed from int to unsigned int. A new function, FtpSizeLong, returns the remote file\'s size as an unsigned long long. + The second argument to the callback function has been changed from an int to an unsigned long long. This value contains the number of bytes transferred so far. + The library version 1 interface compatability macros have been removed from the header file. If your application needs them, extract them from the old header file. + The usage information in qftp.c has been corrected. + qftp now accepts a \'-s \' option to send as a SITE command. + qftp progress reports now use floating point calculation so that large numbers don\'t cause overflows. If the remote server does not support the SIZE command, qftp will update every 32KB. + A new type-safe method is provided to establish a callback function. Put the details of when the function should be called into a FtpCallbackOptions structure and pass it to FtpSetCallback(). To remove a callback, call FtpClearCallback().- Spec file clean up.
* Thu Sep 09 2010 malcolmlewisAATTopensuse.org- Removed changelog entry in spec file
* Thu Sep 09 2010 malcolmlewisAATTopensuse.org- Spec clean up
* Tue Mar 09 2010 coyoteuserAATTgmail.com- based on fedora spec file
 
ICM