commit | f5203e0bb5a33b65aafdeb35fb6082ea69d700ff | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 29 09:58:00 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 29 14:28:48 2015 +0200 |
tree | d9d3d64d161e85a750a9d1c8a62d311d68734335 | |
parent | 637376c2fe882e8904627ff7271bdeb97b14a5c8 [diff] [blame] |
Fix "make install" handling of symlinks
diff --git a/ChangeLog b/ChangeLog index 8d7a810..b0841ba 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -28,6 +28,7 @@ errors on use of deprecated functions. Bugfix + * Fix handling of symlinks by "make install" (found by Gaël PORTAY). * Fix potential NULL pointer dereference (not trigerrable remotely) when ssl_write() is called before the handshake is finished (introduced in 1.3.10) (first reported by Martin Blumenstingl).