Add some info in CHANGES about what's happening so far with Configure et al
authorRichard Levitte <richard@levitte.org>
Sat, 23 Jan 2016 22:09:12 +0000 (23:09 +0100)
committerRichard Levitte <richard@levitte.org>
Mon, 25 Jan 2016 18:11:09 +0000 (19:11 +0100)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
CHANGES

diff --git a/CHANGES b/CHANGES
index b3647bf8780f431bb0e6bc13ce22c8968cda28d6..0114269bbb1728834f265e30dab03e1e1071d9ad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,20 @@
 
  Changes between 1.0.2e and 1.1.0  [xx XXX xxxx]
 
+  *) Configuration and writing out the results from it has changed.
+     Files such as Makefile include/openssl/opensslconf.h and are now
+     produced through general templates, such as Makefile.in and
+     crypto/opensslconf.h.in and some help from the perl module
+     Text::Template.
+
+     Also, the center of configuration information is no longer
+     Makefile.  Instead, Configure produces a perl module in
+     configdata.pm which holds most of the config data (in the hash
+     table %config), the target data that comes from the target
+     configuration in one of the Configurations/*.conf files (in
+     %target).
+     [Richard Levitte]
+
   *) To clarify their intended purposes, the Configure options
      --prefix and --openssldir change their semantics, and become more
      straightforward and less interdependent.