From: Markus Schaber Date: Thu, 2 Nov 2006 11:48:56 +0000 (+0000) Subject: Added missing docs about setsrid() X-Git-Tag: 1.1.6~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bd74904cedf34d762f4a741318d54927c7f13e9;p=postgis Added missing docs about setsrid() git-svn-id: http://svn.osgeo.org/postgis/trunk@2524 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index b82c48b2f..a132c2a1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-02 Markus Schaber + + * NEWS, postgis.xml, java/jdbc/src/org/postgis/ComposedGeom.java: + fixed setSRID bug in JDBC ComposedGeom. + 2006-11-02 Sandro Santilli * Version.config, doc/postgis.xml, NEWS: prepared diff --git a/doc/postgis.xml b/doc/postgis.xml index c77d2b42a..f8d01f3fd 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -5383,8 +5383,11 @@ Upgrade from any release prior to 1.0.0RC6 requires an Include the Version.config in loader/dumper USAGE messages - Replace hand-made, fragile JDBC version parser with Properties + Replace hand-made, fragile JDBC version parser with Properties + + Fixed setSRID() bug in JDBC, thanks to Thomas Marti +