summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-13 06:35:07 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-13 06:35:07 +0000
commit85bdd43ea13f717c749c842d477d41e7518fffc1 (patch)
treea2f312460f7563a711530830dd4129f5541125ab /NEWS
parenta6b0a0ad6031b533b16a87b58969e48bbac28f26 (diff)
downloadgnutls-85bdd43ea13f717c749c842d477d41e7518fffc1.tar.gz
Added gnutls_transport_set_ptr2() which accepts two pointers.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 407a97b340..803bfb0bfd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Version 0.5.?
- Corrected the m4 macros which used <gnutls.h> instead of
<gnutls/gnutls.h>
- Documentation fixes
+- Added gnutls_transport_set_ptr2() function, which accepts two
+ different pointers, to be used while receiving, and
+ while sending data.
Version 0.5.0 (6/07/2002)
- Added X.509 certificate tests in tests/ directory