aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-14 13:12:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-14 13:12:11 +0000
commitfebd0e7059c458b6bfc12499ee7e116dfc1c391c (patch)
tree194489cdb299d10d45632cc5a0616991e38b72bf
parent984878ed7a446972a194d8c9b01887a52f9ac1a0 (diff)
lots of stuff
-rw-r--r--CHANGES23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c7ff883d2..147b4d341 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,24 @@
Version XX
+Daniel (8 May 2000):
+- Been working lots on the new lib.
+- Together with Rich Gray <Rich.Gray@PlusTechnologies.com>, I've tried to
+ adjust the configure script to work better on the NCR MP-RAS Unix.
+
+Daniel (2 May 2000):
+- Albert Chin-A-Young pointed out that I had a few too many instructions in
+ configure.in that didn't do any good.
+
+Daniel (24 April 2000):
+- Added a new paragraph to the FAQ about what to do when configure can't
+ find OpenSSL even though it is installed. Supplied by Bob Allison
+ <allisonb@users.sourceforge.net>.
+
+Daniel (12 April 2000):
+- Started messing around big-time to convert the old library interface to a
+ better one...
+
Daniel (8 April 2000):
- Made the progress bar look better for file sizes between 9999 kilobytes
and 100 megabytes. They're now displayed XX.XM.
@@ -19,6 +37,11 @@ Daniel (8 April 2000):
build the ssl version of curl since I didn't install openssl from an rpm
package so now the rpm crap thinks I don't have openssl and refuses to build
a package that depends on ssl... Did I mention I don't get along with RPM?
+- Once again I received a bug report about autoconf not setting -L prior to -l
+ on the command line when checking for libs. In this case it made the native
+ cc compiler on Solaris 7 to fail the OpenSSL check. This has previously been
+ reported to cause problems on HP-UX and is a known flaw in autoconf 2.13. It
+ is a pity there's no newer release around...
Daniel (4 April 2000):
- Marco G. Salvagno <mgs@whiz.cjb.net> supplied me with two fixes that