Share

libcurl.vb

File Release Notes and Changelog

Release Name: libcurl.vb 1.01

Notes: $Id: RELEASE-NOTES,v 1.2 2005/06/25 21:29:55 jeffreyphillips Exp $ libcurl.vb 1.01 (c) 2005 Jeff Phillips, jeff@jeffp.net All Rights Reserved Acknowledgements ---------------- libcurl.mono uses the following third-party libraries: -- cURL Library (http://curl.haxx.se/libcurl) Copyright (c) 1996 - 2005, Daniel Stenberg, <daniel@haxx.se>. All rights reserved. -- OpenSSL Library (http://www.openssl.org) Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. -- zLib Compression Library (http://www.gzip.org/zlib) (C) 1995-2003 Jean-loup Gailly and Mark Adler -- c-ares Asynchronous DNS Library (http://daniel.haxx.se/projects/c-ares/) Copyright 1998 by the Massachusetts Institute of Technology -- Undocumented Visual Basic 6 Type Library by Michel Rutten http://www.xbeat.net/vbspeed/i_VBVM6Lib.html -- C Interfaces and Implementations Library (http://www.cs.princeton.edu/software/cii) The author of this software is David R. Hanson. Copyright (c) 1994,1995,1996,1997 by David R. Hanson. All Rights Reserved. Permission to use, copy, modify, and distribute this software for any purpose, subject to the provisions described below, without fee is hereby granted, provided that this entire notice is included in all copies of any software that is or includes a copy or modification of this software and in all copies of the supporting documentation for such software. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, THE AUTHOR DOES MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. David Hanson / drh@microsoft.com / http://www.research.microsoft.com/~drh/


Changes: $Id: CHANGES,v 1.2 2005/06/25 21:29:55 jeffreyphillips Exp $ libcurl.vb Change Log Version 1.01 - June 25, 2005 -- Fixed cookie cleanup bug in vbcurl_easy_cleanup(): we now call curl_easy_cleanup() BEFORE deallocating strings, which ensures that cookie strings can be written during curl_easy_cleanup(). This was done in easy.c. -- Modified slist.c to add to the tail, not the head. Version 1.0 - February 28, 2005 -- Initial public release of the source code on sourceforge.net.