aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-06-16 03:46:41 +0200
committerRichard Levitte <levitte@openssl.org>2017-06-16 03:48:55 +0200
commit9b03b91b84b64c086081b87bd0a2c7d3612af6c0 (patch)
tree01aab8907cea83ff731795d74081bdadeefb883d /CHANGES
parent1316c9ffabf684302ea2059cdf3765492c3e7da4 (diff)
downloadopenssl-9b03b91b84b64c086081b87bd0a2c7d3612af6c0.tar.gz
Add the target 'build_all_generated'
This new target is used to build all generated files and only that. This can be used to prepare everything that requires things like perl for a system that lacks perl and then move everything to that system and do the rest of the build there. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3695)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 97bfa55484..7cb2717452 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@
Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ *) Add a build target 'build_all_generated', to build all generated files
+ and only that. This can be used to prepare everything that requires
+ things like perl for a system that lacks perl and then move everything
+ to that system and do the rest of the build there.
+ [Richard Levitte]
+
*) In the UI interface, make it possible to duplicate the user data. This
can be used by engines that need to retain the data for a longer time
than just the call where this user data is passed.