diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-27 14:22:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-27 14:22:40 +0000 |
commit | 97769737d0a7d5000f90c10619b380f41de87a60 (patch) | |
tree | 34224a3335f3d1e26293d904006bdf1042736852 /RELEASE-NOTES | |
parent | 5b0a5c4050fcd95241c816753cd2c6090a8cbc9e (diff) | |
download | curl-97769737d0a7d5000f90c10619b380f41de87a60.tar.gz |
we released yesterday, we have heaps of new stuff today! :-)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 126fe4491..8a101d95a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,18 +7,23 @@ Curl and libcurl 7.12.0. This release includes the following changes: - o + o IPv6-enabled Windows hosts now resolves names threaded/asynch as well + o configure --with-libidn can be used to point out the root dir of a libidn + installation for curl to use, then libcurl can resolve IDNA names This release includes the following bugfixes: - o + o curl works with telnet and stdin properly on Windows + o configure --without-ssl works even when pkg-config has OpenSSL details + o src/hugehelp.c builds correct again in non-configure build environments Other curl-related news since the previous public release: - o + o PycURL 7.11.2 was released: http://pycurl.sourceforge.net This release would not have looked like this without help, code, reports and advice from friends like these: + Gisle Vanem, Tommy Tam Thanks! (and sorry if I forgot to mention someone) |