LibAPI changelog file.

Version 1.2.0

  *  Make the library portable. There are no functional changes in this
     release. However, the portability work in itself asks for a new release.

Version 1.1.0

  *  The apido function, will now return -2 if the operation timed-out.
     Some programs can retry the request in this case.
  *  The function apiaddformfield, is now able to upload files with
     a POST call.
  *  Let apisetcookiefile not write cookies on storage, but keep them
     in memory, by passing NULL as a path parameter.
  *  Added the apiaddformfield function. This let's the library send
     content not only as JSON, but also as normal POST forms.
  *  Add the LIBAPI_VERBOSE environment variable. Useful for
     debugging purposes.

Version 1.0.0

  *  First public version