Hi Strk,

A couple things from me:

1. The branch doesn't build on Linux. Its missing geos/ChangeLog, which causes ./autogen.sh to only partially complete, which then causes configure not to work. Fix is simple, add a ChangeLog (maybe its not tagged with the branch?)

2.  Could you apply the patch for the SRID bug:

http://postgis.refractions.net/bugs/bug.php?op=show&bugid=97

I.E. - this is the patch that changes WKBReader so that it sets the SRID on newly created geometries as opposed to throwing away the SRID value. I've extracted it out of the patches that I sent to you last week. This patch does not make any changes to any GEOS apis so won't break ABI compatibility. Note I've been using it for the last four months are so and have unit tests in the Ruby test suite, so it should be well tested.

I will retest the SWIG build this evening on VC++, msys and linux and report back any issues.

Thanks,

Charlie


[EMAIL PROTECTED] wrote:
Is there any pending issue before we release GEOS-2.2.2 ?

Changes since 2.2.1 are:

- Added GEOSArea(), GEOSLength(), GEOSEnvelope(), and GEOSGeomType() to the
  C API
- Cleanups in C-API
- Support for gcc-4
- Fixed Polygon::equalsExact
- Improved XMLTester
- Fixed bug in NULL-factory Geometry constructor
- Cleanups in SWIG wrappers
- New Ruby bindings
- Enumerated SweepLineEvent's DELETE and INSERT labels
  renamed to DELETE_EVENT and INSERT_EVENT.

It will ship with C-API version 1.1.0

--strk;
_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to