summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-27 20:50:52 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-27 20:50:52 +0000
commit42b7160c3edb02e27edd4ca482d68df9985ce301 (patch)
tree6cbf5b8b953921b56aa03e985e96b9bb83ce6c20 /NEWS
parent8d6b598678f2a550d869f2f11d4c963182a40256 (diff)
downloadgnutls-42b7160c3edb02e27edd4ca482d68df9985ce301.tar.gz
Add.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3572431738..829d33d74f 100644
--- a/NEWS
+++ b/NEWS
@@ -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