reality sync

This commit is contained in:
Daniel Stenberg
2006-01-18 12:17:20 +00:00
parent 65afc576ea
commit a2f3094eb0
3 changed files with 15 additions and 6 deletions

View File

@@ -18,6 +18,12 @@ Daniel (18 January 2006)
automake version that is used and that is gonna be painful and I don't even automake version that is used and that is gonna be painful and I don't even
want to think about that now...! want to think about that now...!
Daniel (17 January 2006)
- David Shaw: Here is the latest libcurl.m4 autoconf tests. It is updated with
the latest features and protocols that libcurl supports and has a minor fix
to better deal with the obscure case where someone has more than one libcurl
installed at the same time.
Daniel (16 January 2006) Daniel (16 January 2006)
- David Shaw finally removed all traces of Gopher and we are now officially - David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is not supporting it. It hasn't been functioning for years anyway, so this is

14
README
View File

@@ -37,28 +37,30 @@ WEB SITE
Austria http://curl.gds.tuwien.ac.at/ Austria http://curl.gds.tuwien.ac.at/
Denmark http://curl.cofman.dk/ Denmark http://curl.cofman.dk/
France http://curl.fastmirror.net/ France http://curl.fastmirror.net/
Germany http://curl.miscellaneousmirror.org/ Germany http://curl.freemirror.de/
Germany http://curl.mirror-server.net/
Germany http://curl.mirror.at.stealer.net/ Germany http://curl.mirror.at.stealer.net/
Germany http://curl.mirroring.de/ Germany http://curl.mirroring.de/
Germany http://curl.miscellaneousmirror.org/
Germany http://curl.mons-new-media.de/ Germany http://curl.mons-new-media.de/
Germany http://curl.storemypix.com/
Germany http://curl.triplemind.com/ Germany http://curl.triplemind.com/
Germany http://curl.freemirror.de/ Hong Kong http://curl.hkmirror.org/
Japan http://curl.s-lines.net/
Netherlands http://curl.nedmirror.nl/ Netherlands http://curl.nedmirror.nl/
Russia http://curl.tsuren.net/ Russia http://curl.tsuren.net/
Taiwan http://curl.cs.pu.edu.tw/ Taiwan http://curl.cs.pu.edu.tw/
Thailand http://curl.siamu.ac.th/ Thailand http://curl.siamu.ac.th/
US (AZ) http://curl.islandofpoker.com/ US (AZ) http://curl.islandofpoker.com/
US (CA) http://curl.meulie.net/
US (CA) http://curl.mirror.redwire.net/ US (CA) http://curl.mirror.redwire.net/
US (CA) http://curl.mirrormonster.com/ US (CA) http://curl.mirrormonster.com/
US (CA) http://curl.signal42.com/ US (CA) http://curl.signal42.com/
US (CA) http://curl.tolix.org/
US (CA) http://curl.webhosting76.com/
US (CA) http://curl.meulie.net/
US (FL) http://curl.hoxt.com/ US (FL) http://curl.hoxt.com/
US (TX) http://curl.109k.com/ US (TX) http://curl.109k.com/
US (TX) http://curl.hostingzero.com/
US (TX) http://curl.mirrors.cyberservers.net/ US (TX) http://curl.mirrors.cyberservers.net/
US (TX) http://curl.seekmeup.com/ US (TX) http://curl.seekmeup.com/
US (TX) http://curl.hostingzero.com/
CVS CVS

View File

@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o libcurl.m4 was updated
o configure no longer warns if the current path contains a space o configure no longer warns if the current path contains a space
o test suite kill race condition o test suite kill race condition
o FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy o FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy