summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormancha <mancha1@zoho.com>2014-04-25 14:58:49 +0000
committerBen Laurie <ben@links.org>2014-04-26 11:20:00 +0100
commite6a01b47e4f2247ea86cdaf6226a6d425518190b (patch)
treed3db075066d4c5771c7fc6c639112553b82e699a /CHANGES
parent3f1b3d9675aa76c9937f804c41f732082ab52216 (diff)
Fix version documentation.
Specify -f is for compilation flags. Add -d to synopsis section. (cherry picked from commit 006397ea62bbcae22c8664d53c2222b808c4bdd1) Closes #78.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bc7adb7819..2eeeb02303 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1g and 1.0.2 [xx XXX xxxx]
+ *) Harmonize version and its documentation. -f flag is used to display
+ compilation flags.
+ [mancha <mancha1@zoho.com>]
+
*) Fix eckey_priv_encode so it immediately returns an error upon a failure
in i2d_ECPrivateKey.
[mancha <mancha1@zoho.com>]