summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-10-04 21:22:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-10-04 21:22:47 +0000
commitfc6a6a10309704e10c4493d5ee5f834a3307ffa3 (patch)
tree6c473ff5cf2197f48398d70c07401c69f96e5ee9 /CHANGES
parent3d840c827f1190f11780a5bdb05665d341fcec78 (diff)
Add version info to Win32 DLLs.
We might want to edit the strings a bit... Maybe add to 0.9.7 too?
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 54fb8daecd..6bf38c2142 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
+ *) Add version info to Win32 DLLs.
+ [Peter 'Luna' Runestig" <peter@runestig.com>]
+
*) Add new 'medium level' PKCS#12 API. Certificates and keys
can be added using this API to created arbitrary PKCS#12
files while avoiding the low level API.