summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-23 14:40:39 +0100
committerRichard Levitte <levitte@openssl.org>2018-11-24 18:43:49 +0100
commit909ecd4f371a5de20e2d74985cee3258f4d1d6d3 (patch)
tree4bf9cd3a11e4ec2050d03f300932e05d69745d81 /CHANGES
parent5f90d1b88204b893555b575cb1f22f9a4ea53522 (diff)
Document the removed 'dist' target
Also adds missing copyright boilerplate to util/mktar.sh Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7696) (cherry picked from commit b42922ea2f605fd6c42faad1743fb27be5f7f1f3)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 9cc29b7fdf..94ccdc07ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,10 @@
Changes between 1.1.1a and 1.1.1b [xx XXX xxxx]
- *)
+ *) Remove the 'dist' target and add a tarball building script. The
+ 'dist' target has fallen out of use, and it shouldn't be
+ necessary to configure just to create a source distribution.
+ [Richard Levitte]
Changes between 1.1.1 and 1.1.1a [20 Nov 2018]