summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-11 00:37:11 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-11 00:37:11 +0000
commit30afcc072acd4f70590fec68bf0590da4e4f1883 (patch)
tree31faf9d45d0df5bdaee03f14306fbca497df07cd /CHANGES
parent832f9304fd4c339a05797fd46f4a420188fbd2bb (diff)
Move the shared library construction stuff to Makefile.shared, a
helper makefile that generalises our way of building shared libraries and is designed to take care of almost anything (I hope).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78c3dc9081..1c40b76a3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
+ *) Add Makefile.shared, a helper makefile to build shared
+ libraries. Addapt Makefile.org.
+ [Richard Levitte]
+
*) Add version info to Win32 DLLs.
[Peter 'Luna' Runestig" <peter@runestig.com>]