summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-30 07:17:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-10 14:41:43 +0100
commit907d2c2f62c45199d12138e597bf343283b80b12 (patch)
treeceb1a9dd9359e4e581aa3dc90315da93fcb4f5df /CHANGES
parentf578075a93c7418f72ba000d1225cb0d9fd7df5d (diff)
unified build system: add CHANGES & NEWS
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d0bd6ace4d..0bbc257c89 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,25 @@
_______________
Changes between 1.0.2f and 1.1.0 [xx XXX xxxx]
+
+ *) New "unified" build system
+
+ The "unified" build system is aimed to be a common system for all
+ platforms we support. With it comes new support for VMS.
+
+ This system builds supports building in a differnt directory tree
+ than the source tree. It produces one Makefile (for unix family
+ or lookalikes), or one descrip.mms (for VMS).
+
+ The source of information to make the Makefile / descrip.mms is
+ small files called 'build.info', holding the necessary
+ information for each directory with source to compile, and a
+ template in Configurations, like unix-Makefile.tmpl or
+ descrip.mms.tmpl.
+
+ We rely heavily on the perl module Text::Template.
+ [Richard Levitte]
+
*) Added support for auto-initialisation and de-initialisation of the library.
OpenSSL no longer requires explicit init or deinit routines to be called,
except in certain circumstances. See the