summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-12 22:41:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-12 22:41:43 +0000
commit0f9f6cf1800d7971a71c3dfb323260eaf90f434e (patch)
tree37fd484e1a740e2cc8237debddc1beeaf365c038 /CHANGES
parent7f70dbcad58eb7183d129860192d6968dd7063a1 (diff)
downloadcurl-0f9f6cf1800d7971a71c3dfb323260eaf90f434e.tar.gz
mention today's LIBCURL_TIMESTAMP fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ab04f4c3b..3ce6545fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,10 @@ Daniel (12 February 2007)
internal decoding of content or transfer encoded content. This may be
preferable in cases where you use libcurl for proxy purposes or similar. The
command line tool got a --raw option to disable both at once.
+
+- release tarballs made with maketgz will from now on have a LIBCURL_TIMESTAMP
+ define set to hold the exact date and time of when the tarball was built, as
+ a human readable string using the UTC time zone.
- Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle
that has an easy handle present in the "closure" list pending closure.