summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-17 10:25:46 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-17 10:25:46 +0000
commit368f85545e3d11541aedc5e11a9b53eeea8a7494 (patch)
treefd79582d80b3f8db79ccf05ced6d5c6ded5d9373 /CHANGES
parentc59cb511f3d405ea2793202c97b1c035688dc44b (diff)
Document the reconfiguratoin option for Configure.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 188ec8b182..c2542cc1e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Made it possible to reconfigure with just the configuration
+ argument "reconf" or "reconfigure". The command line arguments
+ are stored in Makefile.ssl in the variable CONFIGURE_ARGS,
+ and are retrieved from there when reconfiguring.
+ [Richard Levitte]
+
*) MD4 implemented.
[Assar Westerlund <assar@assaris.sics.se>, Richard Levitte]