Skip to content

Commit

Permalink
release notes / changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigbjorn Finne committed Jan 19, 2009
1 parent 7edee7c commit 2106fc3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGES
@@ -0,0 +1,17 @@
Version 1.3.4: released 2009-01-18; changes from 1.3.3

* Overloaded Network.Curl operations over response representation
of payloads and headers. Controlled via CurlBuffer and CurlHeader
classes. New actions:
- curlGetString_, curlGetResponse_,
perform_with_response_, do_curl_, curlHead_

* Provided ByteString instances (strict and lazy)
* No modification in calling interface to existing exports,
so backwards compatible.
* Added Show instance for Network.Curl.Opts.CurlOption
* curl_version_string, curl_version_number now gives you access
to version info of underlying lib you _compiled_ the package with.
* Sync'ed wrt libcurl-7.19.2, so bunch of new options added to
Network.Curl.Opts. Use version functions to determine if they
are supported though.

0 comments on commit 2106fc3

Please sign in to comment.