Strabon
changeset 1360:6cf1bdca6f2e
Updated ChangeLog for next release
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed Sep 17 20:10:57 2014 +0300 (2014-09-17) |
parents | 6f201ce361e2 |
children | e453684f594f |
files | ChangeLog |
line diff
1.1 --- a/ChangeLog Sat Sep 13 19:14:25 2014 +0300 1.2 +++ b/ChangeLog Wed Sep 17 20:10:57 2014 +0300 1.3 @@ -1,7 +1,21 @@ 1.4 - 1.5 1.6 * Version 3.2.10 released. 1.7 1.8 + * The test suite of Strabon has now reached a mature level. It 1.9 + contains tests for both stSPARQL and GeoSPARQL query languages and 1.10 + most of the compliance tests covered in the specification of 1.11 + GeoSPARQL (well, only those tests for the components that we have 1.12 + chosen to implement). 1.13 + 1.14 + * The endpoint now parses Accept headers with multiple values and uses 1.15 + the first mimetype corresponding to a valid stSPARQLQueryResultFormat. 1.16 + (bug #64: http://bug.strabon.di.uoa.gr/ticket/64) 1.17 + 1.18 + * The endpoint now registers a handler for SIGTERM signals, so that if 1.19 + it is run from the command-line (endpoint-exec), then the closing of 1.20 + the connection will be ultimately called. 1.21 + (bug #40: http://bug.strabon.di.uoa.gr/ticket/40) 1.22 + 1.23 * Strabon goes debian v1. the endpoint-exec jar is now given in a .deb 1.24 format. By dpkg-ing it, one can run a stand alone strabon endpoint 1.25 locally. 1.26 @@ -9,11 +23,15 @@ 1.27 1.28 * Fixed a bug in which Strabon hanged when a unary spatial construct 1.29 had a ternary spatial construct as argument. 1.30 - (bug #45 http://bug.strabon.di.uoa.gr/ticket/45 1.31 + (bug #45 http://bug.strabon.di.uoa.gr/ticket/45) 1.32 1.33 - * Altered default SRID to GeoSPARQL SRID: Geometries with wktLiteral 1.34 - datatype in SPARQL queries were not interpreted in the correct CRS. 1.35 - (bug #44 http://bug.strabon.di.uoa.gr/ticket/44) 1.36 + * Fixed a bug according to which spatial functions in ORDER BY were not 1.37 + evaluated at all. 1.38 + (bug #62: http://bug.strabon.di.uoa.gr/ticket/62) 1.39 + 1.40 + * Fixed a bug according to which spatial boolean functions appearing 1.41 + in the SELECT clause were raising a NULL pointer exception. 1.42 + (bug #34: http://bug.strabon.di.uoa.gr/ticket/34) 1.43 1.44 * Fixed a bug in queries that contain variables that exist inside 1.45 spatial functions in select and do not exist in the where clause 1.46 @@ -34,8 +52,8 @@ 1.47 - The DESCRIBE functionality can now be accessed through the menu bar. 1.48 1.49 * Fixed a bug where strdf:intersection function did not work as an 1.50 - aggregate when used without 'GROUP BY'. 1.51 - (bug #46 https://bug.strabon.di.uoa.gr/ticket/46) 1.52 + aggregate when used without 'GROUP BY'. 1.53 + (bug #46 https://bug.strabon.di.uoa.gr/ticket/46) 1.54 1.55 1.56 Sat Oct 19 23:37:23 2013 Pyravlos Team