Strabon

annotate ChangeLog @ 658:992010a1ba6b

updated changelog. To fill in the date (when a release is done), just fill it using the output of the "date" command
author Babis Nikolaou <charnik@di.uoa.gr>
date Wed Oct 24 18:55:16 2012 +0300 (2012-10-24)
parents 77cd63e44ce7
children b7cc27a40787
rev   line source
charnik@658 1 Day Month Date Hour:Min:Sec Year Pyravlos Team
charnik@645 2
charnik@645 3 * Version 3.2.5 released.
charnik@645 4
charnik@658 5 * Updated KML writer to include the projected variables of an stSPARQL
charnik@658 6 query in "ExtendedData" and "Data" tags. This is the proper way to
charnik@658 7 do it if we need to convert a KML to a ESRI shapefile and also include
charnik@658 8 such information as attributes for a feature. See related pages from
charnik@658 9 KML specification:
charnik@658 10 <https://developers.google.com/kml/documentation/kmlreference#extendeddata>
charnik@658 11 <https://developers.google.com/kml/documentation/extendeddata>
charnik@658 12
charnik@645 13 * Added user authentication for storing RDF data through Strabon
charnik@645 14 Endpoint. Now,
charnik@645 15
charnik@645 16 * Strabon Endpoints now limits the number of the results to a maximum
charnik@645 17 one. The maximum number is specified in the beans.xml file. This
charnik@645 18 corresponds to parameter "maxLimit". The endpoint script has also been
charnik@645 19 updated correspondingly; the limit can be given using the option "-l".
charnik@645 20 One can disable limiting of query results, by setting the "maxLimit"
charnik@645 21 parameter to 0. Addresses Bug #6
charnik@645 22 (<http://bug.strabon.di.uoa.gr/ticket/6>).
charnik@645 23
charnik@645 24 * Added "Known Issues" section to README.
charnik@645 25
charnik@645 26 * Added -m (more memory) and -M (much more memory) options in strabon
charnik@645 27 script for out-of-memory exceptions.
charnik@645 28
charnik@645 29 * Fixed Bug #10 (<http://bug.strabon.di.uoa.gr/ticket/10>). Now KMLWriter
charnik@645 30 handles more geometric types (other than polygons). See changeset
charnik@645 31 9a3bfee64a39.
charnik@645 32
charnik@645 33 * Menu and navigation in Strabon Endpoint has changed to use jquery.
charnik@645 34 The menu is now populated using the queries placed inside the beans.xml.
charnik@645 35
charnik@645 36 * Added BrowseBean and browse.jsp for browsing the RDF data using the
charnik@645 37 Strabon Endpoint.