Strabon
changeset 926:667c3e2aa9d4
updated ChangeLog file
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Mon Mar 25 02:30:10 2013 +0200 (2013-03-25) |
parents | 39d271902813 |
children | 83c75a4c96c0 |
files | ChangeLog |
line diff
1.1 --- a/ChangeLog Mon Mar 25 02:06:00 2013 +0200 1.2 +++ b/ChangeLog Mon Mar 25 02:30:10 2013 +0200 1.3 @@ -2,6 +2,22 @@ 1.4 1.5 * Version 3.2.8 released. 1.6 1.7 + * Added support for handling (storing/querying) GeoSPARQL datatypes. 1.8 + (bug #31: http://bug.strabon.di.uoa.gr/ticket/31) 1.9 + 1.10 + * Fixed a bug in StoreOp that wouldn't close the connection, neither 1.11 + rollback the transaction upon an exception. This had as a side effect 1.12 + the abnormal termination of StoreOp (through for example the use of 1.13 + Ctrl-C signal) which was leaving the database locked. 1.14 + 1.15 + * Fixed bug where spatial aggregates (e.g., union) didn't work as 1.16 + expected when the query didn't contain a `GROUP BY' clause. 1.17 + (bug #22: http://bug.strabon.di.uoa.gr/ticket/22) 1.18 + 1.19 + * Updated GeoSPARQL namespaces and fixed function names to comply with 1.20 + the GeoSPARQL specification. 1.21 + (bug #25: http://bug.strabon.di.uoa.gr/ticket/25) 1.22 + 1.23 Wed Jan 09 18:06:41 2013 Pyravlos Team 1.24 1.25 * Version 3.2.7 released.