From a2d09e305780b50930e9ed5d2ee9e249fff84be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Apr 2007 15:23:53 +0000 Subject: [PATCH] changes in 0.8.1 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20440 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index fd08f1059..c0864fc1e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in release 0.8.1 + +* Make ASN.1 library less paranoid to with regard to NUL in string to + make it inter-operate with MIT Kerberos again. + +* Make GSS-API library work again when using gss_acquire_cred + +* Add symbol versioning to libgssapi when using GNU ld. + +* Fix memory leaks + Changes in release 0.8 * PK-INIT support.