Changes since 0.2.1
1. demo/translate: Updated the script to reflect changes in the
   babelfish server.
2. doc/tm/curl.tm: Documentation tweaks (Agathoklis D. Hatzimanikas).
3. src/Makefile.in: Added support for my update_changes_version script
   for the version number to track the changes.txt file.
4. Added some documentation for babelfish, and moved some code from
   the translate demo into babelfish.sl (Manfred Hanke).
5. src/curl-module.c: Added a couple comments on the use of
   CURLOPT_PRIVATE by the module, and fixed a pointer related warning
   pertaining to its use.
6. configure: parse /etc/ld.so.conf to look for lib paths.
7. src/curl-module.c: Allow NULL to be used for string-valued options
8. src/curl-module.c: Added CURLOPT_USE_SSL (deprecated CURLOPT_FTP_SSL)
   and CURLOPT_ACCEPT_ENCODING (deprecated CURLOPT_ENCODING) (John Houck)
9. src/curl-module.c: If CURLOPT_URL is used to set the URL for a
   descriptor, then update the EZ_Type url field.
10. autoconf/scripts/getsyslibs.sh: Updated to better support
    multiarch on linux
11. Updated aclocal.m4; added support for CPPFLAGS (based upon patch
    from Rafael Laboissière)
12. Updated for slang-3 migration

Changes since 0.2.0
1. src/curl-module.c: removed "ifdef"s from the code and replaced them
   by tests against the curl version.  The reason for this is that
   what appear to be macros are actually enums.
2. src/curl-module.c: A couple of constants were defined with a
   trailing space.
3. src/curl-module.c: Several symbols disappeared in 7.16.0.  Enums
   are evil.

Changes since 0.1.2
1. src/curl-module.c: Added curl_easy_escape/unescape intrinsics
   (Brian McQueen mcqueenorama at gmail, com)
2. src/curl-module.c: Added CURL_NETRC_* constants.
3. demo/translate: Modified to use curl_easy_escape (Brian McQueen).
4. src/curl-module.c: CURL_NETRC_REQUIRED had the wrong value (Paul
   Boekholt).
5. src/curl-module.c: Added the CURLE_* constants and curl_easy_strerror
   to convert these to their string representations.
6. autoconf/aclocal.m4: CYGWIN updates
7. src/Makefile.in: added datarootdir definition
8. src/Makefile.in: Add documentation install targets

Changes since 0.1.1
1. src/curl-module.c: Add #ifdef CURLOPT_SOURCE_* since these
   constants are not always defined.

Changes since 0.1.0
1. src/Makefile.in: Create the help directory if it does not already
   exist. Paul Boekholt (p.boekholt at hetnet, nl).
2. autoconf/configure.ac: remove call to JD_SET_RPATH
3. added the translate script to the demo directory.

