summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-28 05:57:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-28 05:57:14 +0000
commit2f47221cdf08a73ad66a82b87b2454fbc66a56bb (patch)
tree09407c4622d877a0f6739850486cbb01eff32c03
parent2aa7bd11251b8ca20801d8064c95f3507fda44f0 (diff)
downloadgnutls-2f47221cdf08a73ad66a82b87b2454fbc66a56bb.tar.gz
*** empty log message ***
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 165d1cffef..eb1cb2222d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.8.9
+- Corrected a null pointer dereference in gnutls_certificate_get_ours().
+ Report and Patch by Steve Langasek <vorlon@netexpress.net>.
+
Version 0.8.8 (10/06/2003)
- Corrected a bug in the record layer buffering, which affected
the case where external pull function was used. Report and patch