aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-21 08:44:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-21 08:44:58 +0000
commit6ddec1f169a52d179e94b484dcbf01ca3fb0073e (patch)
treeb87833ed14b21eccee3d10f04e6e6361c1227ebc
parent9beae7693a3d7ada9c3b0108147adadae05b0179 (diff)
old timecond defines removed
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d58506cc2..983e42c41 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (21 January 2004)
+- Removed the defines in the public header file with TIMECOND_ prefixes. They
+ have been obsolete since April 22nd 2002, and if this causes anyone any
+ problems now it is very easy to just add CURL_ to the names. This corrects
+ this name space pollution.
+
Daniel (19 January 2004)
- David Byron cleaned up how --trace with no option was treated, and also
arguments in a config file without a required parameter!