Heikki Korpela noticed openbsd problems and libtool
authorDaniel Stenberg <daniel@haxx.se>
Sat, 1 Sep 2001 09:43:52 +0000 (09:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 1 Sep 2001 09:43:52 +0000 (09:43 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 264b248..180fd07 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
 
                                History of Changes
 
+Daniel (1 September 2001)
+- Heikki Korpela pointed out that I did not ship the proper libtool stuff in 
+  the pre-releases, even though that was my intention. libtoolize has now
+  been re-run.
+
+- Heikki also patched away the bad use of 'make -C' in the test suite
+  makefile. make -C is not very portable and is now banned from here.
+
+Version 7.9-pre2
+
 Daniel (31 August 2001)
 - I just made a huge internal struct rehaul, and all the big internally used
   structs have been renamed, redesigned and stuff have been moved around a bit