summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-01 22:40:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-01 22:40:57 +0000
commited1ad4c5e25fcadfe737f1b559a329b64052834b (patch)
tree07389c60a73db4fb65886ad82c4f751fdef77bad
parent14e71a04d56c259214a7473f94814540d88fc596 (diff)
downloadgnurl-ed1ad4c5e25fcadfe737f1b559a329b64052834b.tar.gz
gnurl-ed1ad4c5e25fcadfe737f1b559a329b64052834b.tar.bz2
gnurl-ed1ad4c5e25fcadfe737f1b559a329b64052834b.zip
describes the latest commited changes
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dba754c28..8b6b200b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,28 @@
Version XX
+Daniel (24 February 2000):
+- Applied Jörn Hartroth's fixes for config-win32.h and lib/Makefile.w32.
+
+ I should also make a note here, if nothing else to myself, that when using
+ the %-syntax for variables in DOS command prompts, you must use two %-
+ letters for each one since that is an escape letter there! Maybe I should
+ use another letter instead!
+
+- Added more variables to -w:
+
+ 'http_code'
+ 'namelookup_time'
+ 'connect_time'
+ 'pretransfer_time'
+ 'effective_url'
+
+- Made -w@filename read the syntax from a file and -w@- reads the syntax from
+ stdin in the good old "standard" curl way.
+
+Daniel (22 February 2000):
+- Released a 6.5pre1 version to get some test and user feedback.
+
Daniel (21 February 2000):
- I added the -w/--write-out flag and some variables to go with it. -w is a