diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-08-27 20:50:52 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-08-27 20:50:52 +0000 |
commit | 42b7160c3edb02e27edd4ca482d68df9985ce301 (patch) | |
tree | 6cbf5b8b953921b56aa03e985e96b9bb83ce6c20 /NEWS | |
parent | 8d6b598678f2a550d869f2f11d4c963182a40256 (diff) | |
download | gnutls-42b7160c3edb02e27edd4ca482d68df9985ce301.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ See the end for copying conditions. * Version 1.5.1 (unreleased) +** Fix building of examples on FreeBSD by including netinet/in.h. +Reported by Roman Bogorodskiy <novel@FreeBSD.org>. + ** Fix certtool bug that caused the private key to not be loaded when generating a certificate with --load-request, which in turn triggered another unrelated bug in gnutls_x509_crt_sign2 (also fixed). Reported |