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 08:09:53 +0100
commit8acb953880bc7fc5ed4e339de06dff0a213fa274 (patch)
tree70df5d4c34035fad0b6c18d7f10cde6ec90fe101 /CHANGES
parente14f14d36e429762b277bd584329d815760b95d2 (diff)
Fix version documentation.
Specify -f is for compilation flags. Add -d to synopsis section. Closes #77.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b9cd499c95..d5142beebb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2 and 1.1.0 [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>]