Releases: interkosmos/fortran-curl
Releases Β· interkosmos/fortran-curl
Release 0.8.0
Updated to libcurl 8.10.0.
Release 0.7.0
- Updated to libcurl 8.3.0.
- Added bindings to multi interfaces of libcurl.
- Added bindings to URL API.
Release 0.6.0
- Updated to libcurl 8.2.1.
- Fixed issues on 32-bit platforms.
- Added C wrappers around variadic functions (by @perazz).
- Added global init/cleanup interfaces.
- Added default values.
Release 0.5.0
- Several bug fixes.
- Added compatibility with cURL 8.0.
- Added MIME interfaces.
- Updated argument handling of
curl_easy_getinfo()
. - Updated examples.
Release 0.4.0
- Fixed type issues on 32-bit platforms.
- Updated to cURL 7.87.0.
Release 0.3.0
- Fixed option handling.
- Added HTTP POST example.
Release 0.2.0
- Merged request to add interface to
curl_easy_getinfo()
. - Added interface to
curl_easy_strerror()
.
Release 0.1.2
Minor updates and fixes:
- Added
implicit none
to all interfaces. - Declared some procedures explicitly as
private
. - Updated
http
example to use allocatable strings. - Updated build scripts.
Release 0.1.1
Minor update:
- Fixes
c_funptr
argument passing to Fortran interfacecurl_easy_setopt()
. - Adds DICT protocol example.
Release 0.1.0
First source release, version 0.1.0.