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:24:14 +0100
commit33c162301a1c4a611b721bf1ea883b1e5818356a (patch)
tree8c77f5157aca8fa4a1e4d4851ff3802b475acb21 /CHANGES
parent3abcf477a9208d1310a07811be2df948bcaad935 (diff)
Fix version documentation.
Specify -f is for compilation flags. Add -d to synopsis section. (cherry picked from commit 006397ea62bbcae22c8664d53c2222b808c4bdd1) Closes #80.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b9b72142e..6d6be97a92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.0l and 1.0.0m [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>]