aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-03 10:07:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-03 10:07:26 +0000
commit1089d91e775d284f5f1750376cd244f2bd106fb0 (patch)
treefaddbb36dce393596018af568b3f3cd7e59e9eba /CHANGES
parent556b68f44ee3db9cd3e7ae794e503901b77772e6 (diff)
the configure and memdebug fixes of yday
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ed9d8d3c..07781c026 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,13 @@
Changelog
Daniel(2 February 2004)
+- Added a configure test to check for which option the (g)nroff tool wants
+ to extract plain text from the man pages. Tor Arntsen told us the AIX
+ version of GNU gnroff doesn't support -man!
+
+- Added an undef of accept in memdebug.h to make curl build with --enable-debug
+ on AIX 5.2 which seems to have accept defined. Reported by Tor Arntsen.
+
- curl_version() now includes c-ares version info, and curl_version_info() now
returns a struct with version SECOND that also includes that info.