From 9a2420d1bc29b0a7c8a19bb910a43a8e5d5c9b68 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 26 Jan 2005 22:20:42 +0000 Subject: prepare for 0.6.0 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2919440a..784a3fa1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ NEWS ==== +0.6.0 - January 27th 2005 +------------------------- + +Rewrote library internals to use standard structures instead of libxml2 nodes; +this allows faster processing, more flexibility and better support for language +bindings. Documented all the API functions. Fixed and improved the rest. + + 0.5.0 - November 9th 2004 ------------------------- @@ -14,11 +22,13 @@ Improved metadata support, a lot of new feature and bugfixes. API, ABI, and dump format of messages have changed, so this release is not compatible with previous versions. + 0.4.1 - September 7th 2004 -------------------------- Small bug fixes. Windows DLL are now linked with standard call aliases. + 0.4.0 - September 6th 2004 -------------------------- @@ -27,6 +37,7 @@ Sign On, Single Logout, and Federation Termination). Revamped language bindings to use SWIG (supported languages are noew Python, PHP, Java and C#). More unit tests. Bugs fixed. + 0.3.0 - July 27th 2004 ---------------------- -- cgit