From d92340e48a1464b1a8d72974efed3146f5191233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 20:47:52 +0000 Subject: [PATCH] release notes for Heimdal 1.3 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24473 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/NEWS b/NEWS index df2f0fd9f..d9ba90524 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +Release Notes - Heimdal - Version Heimdal 1.3 + + New features + + - Make building on AIX6 possible. + - Partital support for MIT kadmind rpc protocol in kadmind + - Better support for finding keytab entries when using SPN aliases in the KDC + - Support BER in ASN.1 library (needed for CMS) + - Support decryption in Keychain private keys + - Support for new sqlite based credential cache + - Try both to KDC referals the the common DNS reverse lookup in GSS-API. + - Fix the KCM not not leak resources on failure + - Bugfixes in LDAP KDC code to make it more stable + - Make ipropd-slave reconnect when master down gown + - Add IPv6 support to iprop. + - Support localization of error strings in kinit/klist/kdestroy and Kerberos library. + - Deprecate DES + - Remove Kerberos 4 support for kinit + - Support i18n password in windows domains (using utf8) + - More complete API emumation of OpenSSL in hcrypto + + API changes + + - Support for settin friendly name on credential caches + - Move to using doxygen to generate documentation. + - Sprinkling __attribute__((depricated)) for old function to be removed + - Support to export LAST-REQUST information in AS-REQ + - Support for client deferrals in in AS-REQ + - Add seek support for krb5_storage. + - Support for split AS-REQ, first step for IA-KERB + - Fix many memory leaks and bugs + - Improved regression test + - Support krb5_cccol + - Switch to krb5_set_error_message + - Support krb5_crypto_*_iov + - Switch to use EVP for most function + - Use SOCK_CLOEXEC and O_CLOEXEC (close on exec) + - Add support for GSS_C_DELEG_POLICY_FLAG + - Add krb5_cc_[gs]et_config to store data in the credential caches + - PTY testing application + Release Notes - Heimdal - Version Heimdal 1.2.1 * Bug