summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-08 15:55:48 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-08 15:55:48 +0000
commit149f4a7054e50ccfcb8e986f0be64c989d18fc25 (patch)
treea42b642c2f857f343c6917942bb96125f6464f20 /NEWS
parent16a9d7ff77f37067817d70cf6e294ba2e14a29ec (diff)
downloadgnutls-149f4a7054e50ccfcb8e986f0be64c989d18fc25.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 727c1b4794..dcf244416f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-Version 0.5.12
+Version 0.6.0
- Added "gnutls/compat4.h" header. This is included in gnutls.h
to emulate the old 0.4.x API.
- Example programs are now stored in doc/examples/
+- Several improvements and updates in the documentation.
- Added the certificate authenticated SRP cipher suites.
- gnutls_x509_extract_certificate_dn_string() was updated to return
an RFC2253 conforming string.
@@ -17,7 +18,7 @@ Version 0.5.12
- Exported the functions:
gnutls_malloc()
gnutls_free()
- which should be used in callbacks.
+ which should be used by callback functions.
- Changed the semantics of gnutls_pem_base64_encode_alloc()
and gnutls_pem_base64_decode_alloc(). In the default case
were the gnutls library is used with malloc/realloc/free,