Version 0.5.2 (2011-09-01)
================================

Add support for Kerberos authentication to the IPA/Cascade web app.
Allow modification of catalog name/description in IPA/Cascade.
Improvements to Python module.
Documentation and manual page updates.

Version 0.5.1 (2011-03-29)
================================

Auditing functionality to track all changes to core schema tables.
Improved access control model now uses PostgreSQL database permissions.
Requires PostgreSQL 9.0 (http://www.postgresql.org/docs/9.0/static/release-9-0) on the database server
Requires glib2 2.12 (http://www.gtk.org/download.html) for the C API and utilities
Requires netsa-python 1.3 (http://tools.netsa.cert.org/netsa-python/index.html) for the Python API.
Requires psycopg2 2.4 (http://www.initd.org/psycopg/download/) for the Python API.
Requires addditional components (http://tools.netsa.cert.org/ipa/cascade.html) for the Cacade web interface.

Version 0.5.0 (2010-10-05)
================================

Add the IPA/Cascade web application for managing/querying IPA data.
Add hierarchical catalog support. 
Add user authentication and basic access control.
Add arbitrary range annotation support (outside of catalog/dataset structure.)
Add support for value queries in ipaquery for pmap/mmap catalogs.
Add support for SiLK ipafilter plugin.
Requires netsa-python 1.1 (http://tools.netsa.cert.org/netsa-python/index.html)

Version 0.4.0 (2009-05-15)
================================

New "ipaquery find" command, used for custom association queries.
Performance improvements to ipaquery setlist.
Support for open-ended time ranges in datasets.
Support appending records to existing datasets.
Simplfied database schema.

Version 0.3.0 (2008-08-26)
================================

Update database schema with support for multimap catalogs.
Add ipa-python, a Python interface to IPA.
Revise build system, adding automated install of bundled dependencies.
Update libipa interface for new schema.

Version 0.2.2 (2007-11-27)
================================

IPA tables now live in a separate schema.
Bug fix for prefix map import.

Version 0.2.1 (2007-06-14)
================================

Support for a preliminary IPA web portal.

Version 0.2.0 (2007-05-04)
================================

Use a relational database instead of flat files.

Version 0.1.0 (2006-10-09)
================================

Initial release of libipa.
