diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-30 23:03:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-30 23:03:22 +0000 |
commit | a5705acc9cdbab22e0ae1740f043611e4ad019fc (patch) | |
tree | a3940321162d0ad4e62987a60401ef56be53a5a2 | |
parent | 47e7a3e678f34fe0af57b3fdde292f9191f16df5 (diff) |
the big struct rename of the year
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ History of Changes +Daniel (31 August 2001) +- I just made a huge internal struct rehaul, and all the big internally used + structs have been renamed, redesigned and stuff have been moved around a bit + to make the source easier to follow, more logically grouped and to hopefully + decrease future bugs. I also hope that this will make new functions to get + easier to add, and make it less likely that we have bugs left like the URL- + free bug from August 23. + +Version 7.9-pre1 + Daniel (29 August 2001) - The new cookie code have enabled the brand new '-c/--cookie-jar' option. Use that to specify the file name in which you want to have all cookies curl |