Skip to content

Releases: spk121/guile-curl

v0.9

19 Jan 23:51
Compare
Choose a tag to compare

For Release 0.9 - Jan 19, 2021

- Speed up `bv->url-encoded-bytevector`
- Improve reliability of parallel builds

v0.8

11 Jan 00:47
Compare
Choose a tag to compare

For Release 0.8 - Jan 11, 2021

- Eliminate all traces of gnulib
- Use srfi-64 for test scripts
- Avoid recursive automake
- Simplify build somewhat
- When CURL constants and enums are not present, the Guile versions
  will be #f, instead of undefined now.
- Use pkg-config instead of curl-config to gather information
  about the libcurl install
- Remove ChangeLog

v0.7 released

04 Jan 04:26
Compare
Choose a tag to compare

For Release 0.7 - Jan 1, 2021

- Eliminate Guile 2.0 support
- Allow Guile 3.0 support
- Update gnulib