aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-13 21:21:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-13 21:21:44 +0000
commite021fe94449ca01f0ccbdfa0b20ea564f7b8d5f0 (patch)
treebd31a95681c6f90cbc9090735551a9cc55c84e36 /CHANGES
parent23d1041bd82d8bb2b828db38b53fa0470457ef5a (diff)
- Robert A. Monat made libcurl build fine with VC2005 - it doesn't have
gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3ce6545fb..e79291319 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (13 February 2007)
+- Robert A. Monat made libcurl build fine with VC2005 - it doesn't have
+ gmtime_r() like the older VC versions. He also made use of some machine-
+ specific defines to differentiate the "OS" define.
+
Daniel (12 February 2007)
- Rob Crittenden added support for NSS (Network Security Service) for the
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/