summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-01 13:55:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-01 13:55:13 +0000
commite7293e0779150f6adf32d2b1bc1599979cf9fb0e (patch)
treee2f145d85af77c71da4dc3e21cea99eff01567c4 /CHANGES
parent5c1ec168f69ca713fc5a2250ffffe7c8d8b5990b (diff)
downloadc-ares-e7293e0779150f6adf32d2b1bc1599979cf9fb0e.tar.gz
c-ares-e7293e0779150f6adf32d2b1bc1599979cf9fb0e.tar.bz2
c-ares-e7293e0779150f6adf32d2b1bc1599979cf9fb0e.zip
djgpp fixes by Gisle
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e597ed9..cd0c451 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changelog for the c-ares project
+* July 1
+- Gisle Vanem provided Makefile.dj to build with djgpp, added a few more djgpp
+ fixes and made ares not use 'errno' to provide further info on Windows.
+
* June 30
- Gisle Vanem made it build with djgpp and run fine with the Watt-32 stack.