diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-13 08:51:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-13 08:51:45 +0000 |
commit | 5c716247aa1595cb7e8388edfc5a4be026a403e3 (patch) | |
tree | bd7b6a8f2f29fbdbabb9f2563249512020e4018d | |
parent | daf688eba605de5a23d7c7df4fd7fa771d4bcbc7 (diff) |
mention yesterday's changes
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel Stenberg (12 Aug 2009) +- Karl Moerder fixed the Makefile.vc* makefiles to include the new file + nonblock.c so that they work fine again + +- I expanded test 517 with a bunch of more dates that originate from the + Chrome browser test suite. It turns out most of them get parsed the same + way. + Version 7.19.6 (12 August 2009) Daniel Stenberg (12 Aug 2009) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4651cf9a5..f38ff7091 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,7 +13,7 @@ This release includes the following changes: This release includes the following bugfixes: - o + o The windows makefiles work again This release includes the following known bugs: @@ -22,6 +22,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - + Karl Moerder Thanks! (and sorry if I forgot to mention someone) |