summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-12-04 16:57:36 +0100
committerRichard Levitte <levitte@openssl.org>2017-12-12 17:18:07 +0100
commit5f0e171a10325ec4502c2ce41b56d46f3c121fcb (patch)
tree1b058302c604eaa0ae140271ff34916074ed4aa4 /CHANGES
parent6e0e432cf287332cb0de43f301cdc99befdaa530 (diff)
Note the removal of Makefile.shared in CHANGES
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4840)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 691cbcdf68..92ae9655b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@
Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ *) Get rid of Makefile.shared, and in the process, make the processing
+ of certain files (rc.obj, or the .def/.map/.opt files produced from
+ the ordinal files) more visible and hopefully easier to trace and
+ debug (or make silent).
+ [Richard Levitte]
+
*) Make it possible to have environment variable assignments as
arguments to config / Configure.
[Richard Levitte]