2005-07-18  Steve Harris  <steve@plugin.org.uk>

	* rdql.c: changed a use of %lld to %llx to fix a segfault in mysql 4.
	  The query that killed the server is:
	  SELECT count(*) FROM triples
	  WHERE triples.predicate=-5328443423844355786
	  AND triples.object=-5275523445234180533
	  AND triples.object != triples.subject

2005-03-23  Steve Harris  <steve@plugin.org.uk>

	* rdql.c, etc.: fixed memory leaks on queries.

2005-03-09  Steve Harris  <steve@plugin.org.uk>

	* rdql_lex/l: Made <uri> parsing less greedy, " "s are not allows in
	  URIs.

2006-02-21  Steve Harris  <steve@plugin.org.uk>

	* tstore_rdql.c: Minor fix to quote parsing code that determines if a ;
	  is inside quotes or not. Still not ideal.

2005-02-16  Steve Harris  <steve@plugin.org.uk>

	* import.c: Added .ttl to the list of Turtle extensions auto-handled

2005-01-24  Steve Harris  <steve@plugin.org.uk>

	* rdfsql/*.x: removed #include of config.h from rdfsql.h as it might
	  conflict with other packages, added to rdfsql/*.c.

2004-12-07  Steve Harris  <steve@plugin.org.uk>

	* tstore_rdql.c: fixed parser so that ;'s embedded in strings or regexs
	  dont cause the comand line parser to execute the query. Reported by
	  Kieron Taylor on 2004-12-07.

2004-11-22  Steve Harris  <steve@plugin.org.uk>

	* rst_parser.h:	Made tools accept -r short option as reported by Alan
	  Meech.

2004-11-22  Steve Harris  <steve@plugin.org.uk>

	* import.c: Fixed handled of XMLLiterals oreviously were treated as
	  Resources.

2004-11-02  Steve Harris  <steve@plugin.org.uk>

	* tables.sql.in: Fixed indexing error

2004-10-28  Steve Harris  <steve@plugin.org.uk>

	* tstire_info.c: Removed GNU extension printf flag for compatibility
	  with OSX.

2004-10-18  Steve Harris  <steve@plugin.org.uk>

	* rdql_lex.l: fix bug parsing USING statements
	* tstore_test.c: add RDQL syntax tests

2004-10-18  Steve Harris  <steve@plugin.org.uk>

	* import.c: add triple asserting real resource that was dereferenced to
	  retrieve model.
	* cache.c: chage to a different ASCII -> int function for ll
	  conversions. For OSX compatibiliity. From Daniel Smith.

2004-06-21  Steve Harris  <steve@plugin.org.uk>

	* 3store.spec.in: fixed installation of apache modules

2004-06-18  Steve Harris  <steve@plugin.org.uk>

	* md5_loc.h: fixed endian issue
	* mod_3store.c: fixed apache 1.3 imcompatability
	* tstore_rdql.c: removed x86 dependent assembler
	* tstore_test.c: made tests more comprehensive, and be human readable

2004-05-23  Steve Harris  <steve@plugin.org.uk>

	* rdql.c: added resource cache to import stage

2004-05-22  Steve Harris  <steve@@plugin.org.uk>

	* *.c: fixed warnings
	* tstore_rdql.c: accept keywords in lower case
	* tstore_rdql.c: escape iterals when passed to mysql
	* okbc.c: fixed type error in list structure

2004-05-21  Steve Harris  <steve@@plugin.org.uk>

	* tstore_rdql.c: fixed history code - was recording bad line in
	  .rdql_history file and restoring in reverse order
	* rdql_lex.l, rdql_parser.y, rdql.c: added regular expression handling
	  to RDQL contraints

2004-05-21  Steve Harris  <steve@@plugin.org.uk>

	* tstore_setup.c: fixed bug when user existed, but database didn't
	* tables.sql: removed unused table

--- old stuff in wrong format ---

2.2.14 Made commas more optional in RDQL expressions
       Added xslt parameter to apache modelue for result presentation

2.2.13 Automated database setup/install using tstore_setup (see README)
       Addition of SQL-ish LIKE opertator
       Query optimiser improvements
       Misc. bugfixes
       Access to multiple KBs from one HTTP server (changes to Apache module
         untested on Apache 1.3, so it may no longer compile)

2.1.1	Fixed some client incompatability bugs

2.2.0   Added RDQL handler and library function
@
