Strabon
diff ChangeLog @ 1531:142b6555a010
[maven-release-plugin] prepare release v3.2.11-temporals
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Thu Sep 22 16:52:54 2016 +0300 (2016-09-22) |
parents | ba8fb069b2ca |
children | ce70b9286f2c |
line diff
1.1 --- a/ChangeLog Wed Nov 11 13:28:26 2015 +0000 1.2 +++ b/ChangeLog Thu Sep 22 16:52:54 2016 +0300 1.3 @@ -1,58 +1,5 @@ 1.4 -Wed Mar 11 21:02:48 2015 Pyravlos Team 1.5 - 1.6 - * Bug #73, modified appendBuffer function to take the srid into 1.7 - consideration even if the argument is a constant (wktLiteral 1.8 - or strdf literal) 1.9 - 1.10 - * Update jar references on scripts used by the debian packaging. 1.11 - Previously these references pointed only (incorrectly) to 1.12 - SNAPSHOTs. 1.13 - 1.14 - * Updated package names (since repositories cannot include capital 1.15 - letters + runtime and endpoint-exec must have different names 1.16 - 1.17 - * Version 3.3.1 released. 1.18 - 1.19 - * Bug #58, added script that is invoked my maven to also update the 1.20 - version described in the deb/control file of the runtime and 1.21 - endpoint-exec components. 1.22 - 1.23 - * Related to bug #58, but it generally enhances Strabon; The runtime 1.24 - component has also been debianized. Dependencies are added to 1.25 - /usr/share/jdeb/lib/strabon-runtime. ClassPath and strabon script 1.26 - have also been updated accordingly (strabon-cmd) 1.27 - 1.28 - * Bug #58: Maven creates the debian package conditionally. Use 1.29 - -Ddebian=true in the mvn package command. 1.30 - 1.31 - * Bug #58: Added dependencies - java, postgresql, tomcat. Also, added 1.32 - a strabon-init script that detects the postgis installation path 1.33 - and sets up the template_postgis. Finally the script creates a db 1.34 - called "endpoint" (assuming it does not already exist) that is used 1.35 - for the strabon-endpoint command. 1.36 - 1.37 - * Fixed an issue that returned null SRID when unmarshalling GML geometries if 1.38 - the SRID did not follow one of the supported formats by GML-JTS. To fix that 1.39 - we added a function that handles these cases by reading the userData variable 1.40 - that JTS provides. 1.41 - 1.42 - * Fixed a bug that would return no results when a variable that results 1.43 - from a BIND clause appears in the FILTER or in the projection of a 1.44 - query and is inside a spatial function. 1.45 - (bug #78: http://bug.strabon.di.uoa.gr/ticket/78) 1.46 - 1.47 - * Fixed the precision of the geometry literals in GeoJSON writer. Now, 1.48 - this defaults to the precision model of JTS (equals to 16). Prior to 1.49 - this it was fixed to 4. 1.50 - 1.51 - * Now the GeoJSON writer is aware of the kind of typed literals (e.g., 1.52 - numeric, boolean, calendar, etc.) and prints the corresponding 1.53 - values according to these types. 1.54 - 1.55 - * Fixed a bug that would not return the correct result or would fail 1.56 - when a spatial function involved a constant and a variable. 1.57 - (bug #74: http://bug.strabon.di.uoa.gr/ticket/74) 1.58 - 1.59 + * Completed implementation of the period function, that constructs 1.60 + a period with start and end points the given arguments 1.61 * Fixed a bug that would not return the correct spatial datatype of a 1.62 projected geometry literal stored in the database. 1.63 (bug #71: http://bug.strabon.di.uoa.gr/ticket/71)