- Created Mac OS X GUI.
- Changed default storage from 'memory' to 'hashes', hash-type='memory'.
- Updated minimum dependent versions to raptor2-2.0.4, rasqal-0.9.27, redland-1.0.14
- Improved content negotiation.
- Updated service description to match draft SPARQL 1.1 Service Description.
- Improvements to shut down - fix for BDB data loss.
- Changed the HTTP REST interface to follow SPARQL 1.1 RDF Dataset HTTP Protocol.
- Added command-line option to load RDF document at startup.
- Fix for incorrect Content-Length headers in the text/plain responses.
- Implemented creating new graphs with generated identifier by POSTing to /data.
- Added content negotiation to the RedStore error pages.
- Redland error messages are now sent back to the user.
- Using raptor's nquads formatter.
- RedStore will now exit with a non-zero exit code if there was a fatal error.
- Updated minimum dependent versions to raptor2-2.0.0, rasqal-0.9.24, redland-1.0.13
- Changed over some deprecated librdf API calls to new equivalents.
- Converted some direct calls to raptor to calls to librdf instead.
- Added postgres support to the static binary build
- RedStore now depends upon Raptor 2.
- Displays storage options configuration at startup
- Enabled support for parsing of JSON (using Raptor 2)
- Changes so that content negotation takes account of the q values from raptor.
- Removed RedStore's built-in HTML serialiser in favour of using Rasqal/Raptor.
- Added support for inserting/deleting triples via HTTP POST from a form.
- Implemented content negotiation for DELETE response.
- Added support for POSTing triples into the default graph.
- Added improved content negotiation support
- Added HTML entity escaping
- Created new Service Description page
- Full format list on query page
- Added support for selecting query language
- Added support for ASK queries
- text/plain load messages unless HTML is requested
- N-quads dumping support
- Fixed invalid XHTML
- Fixed bug in content buffering
- Changed error pages to XHTML
- Changes to fix 'make distcheck'
- Added check for checkmk command
- More tests
- Now using libtool to generate convenience library
- Initial Release.