summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-11-06 17:49:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-11-06 17:49:00 +0000
commitabb0c2bba4d9970ac2e690b6aa115f33dccc3a14 (patch)
tree48dc4122bc3c65952eb4375c79f325c7861ab11b /CHANGES
parentb3bdb474a9514b094aad304a63e6fa9a7cb2a475 (diff)
Update VC++ build engine to include supported engine DLL builds.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index efa4ae8095..acd99f7ad0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8a and 0.9.8b [XX xxx XXXX]
+ *) Add support for building of engines under engine/ as shared libraries
+ under VC++ build system.
+ [Steve Henson]
+
*) Corrected the numerous bugs in the Win32 path splitter in DSO.
Hopefully, we will not see any false combination of paths any more.
[Richard Levitte]