summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-12 18:08:21 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-12 22:20:30 +0200
commit3ec8a1cfd8e06e2308fc318d8071aa7b5ddda146 (patch)
tree933f3665ba1998349f87161c3488ed1a1a51ee34 /CHANGES
parent2c25ebd1e29a837b1c0e5fea5f464d4b6ddbab5a (diff)
Windows: When installing libraries and executables, install .pdb files as well
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ea4f515aa3..b096ec6f0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
+ *) With Windows Visual Studio builds, the .pdb files are installed
+ alongside the installed libraries and executables. For a static
+ library installation, ossl_static.pdb is the associate compiler
+ generated .pdb file to be used when linking programs.
+ [Richard Levitte]
+
*) Remove openssl.spec. Packaging files belong with the packagers.
[Richard Levitte]