🠰 6.4 all changes 6.5.1 🠲
Changes in 6.5 - March 13 2000
Changes:
- -N now disables output buffering
- the new -w/--write-out allows for script writers to specify what curl should output after a successful request
Bugfixes:
- now sends cookies space separated
- Corrected OpenSSL 0.9.5 compliance problems
- the perl scripts are moved out from the distribution
- Ultrix port
- -K config files no longer have a max line length
- new progress meter to better show both upload and download
- MacOS X port
- upload and download now performs simultaneously in case of need. This will make posting of big forms that are "echoed back" to finally work.
- the cookie parser shouldn't crash on empty cookie names, nor should it send empty cookies to the server anymore.
- -b now supports both @[filename] and @- for stdin
- unlimited line lengths in the config file
- Compiles on sunos4 again
- Corrected the removed possibility to chose the progress bar
- Made the max display width with progress bar 79 when the COLUMNS variable isn't set.