diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-22 19:15:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-22 19:15:18 +0000 |
commit | 9b20d0a47fa16bab8356662bad307698b0eb27e7 (patch) | |
tree | b8ad7f87c89877197f87a00961185223c1431b9d | |
parent | 67fea90f3f2e6729b22ae9868c028833e3bb0450 (diff) |
Jörn's fixes mentioned
-rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,13 +6,17 @@ History of Changes -Version XX Daniel (22 May 2000) +- Jörn Hartroth brought me fixes to make the win32 version compile properly as + well as a rename of the 'interface' field in the urldata struct, as it seems + to be reserved in some gcc versions! + - Rich Gray struck back with yet some portability reports. Data General DG/UX needed a little fix in lib/ldap.c since it doesn't have RTLD_GLOBAL defined. More fixes are expected as a result of Richies very helpful work. +Version 7.0.1beta released Daniel (21 May 2000) - Updated lots of #defines, enums and variable type names in the library. No |