Release Notes - Stellaris - Version 0.2.0

- Rewrote the Virtuoso-index to fix problems with removal of data
- Client now has support for both backup and restore 
- Update to latest version of virtuoso (5.0.6) fixes filtering of
  dates.
- Virtuoso is configured and started by stellaris
- Moved to trac for issue-tracking and documentation 
  (http://stellaris.zib.de/trac/)
- Updated documentation on security-model, protocol, etc.

Release Notes - Stellaris - Version 0.2.0c1

- Introduction of a separate stellaris client package (stellaris.client)
- A single installation can support multiple index backends (rdflib,
sesame, virtuoso)
- Graphs are stored in a separate database (i.e. not in the index as earlier)
- Parts of the HTTP Interface has been updated, breaking previous
clients. The old service will therefore be online until there has been
enough time to update the clients.
- The /context/-path is now configurable (e.g. it can be / or /graphs/ etc.)
- Resolving of URIs from the RDF is done by checking parent paths
until a graph is found. RDF-data stored under /jobs/1234 can then
contain paths such as /jobs/1234/config, and still be resolvable. I.e,
a request for /jobs/1234/config ends up at /jobs/1234.
- XML-format for atomically performing multiple operations (append,
remove, update) within a single request.
- Out-of-sync indices can be brought back to a current state using the
graph database. This means that it is possible to plugin new index
types at a later stage
- Client-side support for backup/(restore)
- Note that the ChangeLog is missing releases between 0.1.1 and 0.2.0c1

Release Notes - Icecore - Version 0.1.1

This is a bug-fix release for version 0.1.0

** Bug
    * [ICE-22] - exception not imported in config.py
    * [ICE-23] - config-files must be given with absolute path
    * [ICE-24] - Difference between memory-store and persistent store is not documented
    * [ICE-25] - Introspection data is lost between restarts
    * [ICE-26] - query links in the query-interface does not turn up ok

** Task
    * [ICE-27] - Fix the documentation on the public website under Usage


Release Notes - Icecore - Version 0.1.0

- Moved to Jira's ChangeLog format.
- Removed dependency on Twisted
- The CherryPy HTTP server + WSGI is used for the frontend
- Installation via setup-tools
- Re-factored into using a view concept, each request is handled by a stack
  of views before they are executed by the storage/query engine.
- Added an event-view which dispatches change-events to event-listeners 
  keeping track of the internal state.
- Implemented a single write/multiple read-view that synchronizes operations.
- Added support for authorization via VOMRS, flat-files and gridmap-files of 
  change requests (POST, PUT and DELETE).
- Tested X.509 proxy certificates with an the nginx HTTP-Proxy, sample config
  is provided in etc/nginx.conf

** Bug
    * [ICE-1] - XML Query Result output is invalid
    * [ICE-4] - list of query variables in a SPARQL XML result solution sequence is wrong
    * [ICE-6] - Query leads to internal Error
    * [ICE-9] - SPARQL query causes "Unsupported RDF term" exception
    * [ICE-10] - wrong parsing of literal constants in a SPARQL query
    * [ICE-13] - ICECORE sets invalid timestamps on RDF graphs
    * [ICE-15] - JSON and XML output handle optional variables incorrect
    * [ICE-16] - synchronisation problem when removing/uploading the same context
    * [ICE-18] - Updating lists remove the old list and the new list
    * [ICE-20] - updating existing context seems to modify the original data

** Improvement
    * [ICE-8] - Add XSLT path in the config-file
    * [ICE-12] - Packaging using setuptools
    * [ICE-17] - Update the REST interface

** New Feature
    * [ICE-2] - Add an XSLT script to the XML output
    * [ICE-3] - Secure access using GSI

** Task
    * [ICE-7] - Update the README with info on the ConfigFile

IceCore v. 0.0.3 "Intelsat the follow-up"
-----------------------------------------

- Take care of thread callback errors
- Implement support for updates (PUT is update/add, POST is add)
- Use /system/ for system metadata
- Support for format=json, format=xml in queries
- Configuration file in Python's ConfigParser format (see simple.cfg)
- Recovery of local state (contexts)

Fixing the query engine
- Support FILTER on regular expressions in SPARQL
- Support ORDER BY

Bugs:
- SPARQL XML output

IceCore v. 0.0.2 "Hawaii"
---------------------------------------

- Implemented a persistent backend using RDFLib and sleepycat (Berkeley DB)
- Improve unit-testing framework, no need to start a server before running
  the unit-tests
- Fix the SPARQL query FROM bug resulting in an infinite loop
- Non-host dependent context namespace
- Blocking calls to the storage spawn threads allowing concurrent access.


IceCore v. 0.0.1 "Early Bird"
--------------------------

- HTTP interface: put, get, delete, query
- Unit tests for the HTTP interface and the storage
