summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-12 20:26:27 +0000
committerBen Laurie <ben@openssl.org>1999-03-12 20:26:27 +0000
commit29c0fccba8d3fe92ecb10326e386e99cd395eb99 (patch)
tree1ec62b288429b8b8284308171f253277db2360fd /CHANGES
parent463dc742ffbf88583442d647a56f4258d4216783 (diff)
Solaris shared library support.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be13cc1af6..8af4c3ce85 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
+ *) Add support for native Solaris shared libraries. Configure
+ solaris-sparc-sc4-pic, make, then run shlib/solaris-sc4.sh. It'd be nice
+ if someone would make that last step automatic.
+ [Matthias Loepfe <Matthias.Loepfe@AdNovum.CH>]
+
*) ctx_size was not built with the right compiler during "make links". Fixed.
[Ben Laurie]