Hi, a few issues found while running autotests: - tiff_write_55 fails because of the reordering of the projection parameters done in r15834. Just swapping the standard_parallel_1 parameter in the expected WKT before false_easting makes it pass. - osr_esri_10 also fails because we no longer used Plate Carree but Equidistant_Cylindrical (r15833) - osr_ct_proj.py fails on Equirectangular because it needs an up to date proj.4 version (4.6.1) supporting the lat_0 parameter for the eqc projection, and my system is only 4.6.0. When running against a fresh compiled proj 4.6.1, the test passes.
Le Friday 28 November 2008 05:07:04, vous avez écrit : > Folks, > > I have prepared a GDAL/OGR 1.6.0 release candidate, posted at: > > http://download.osgeo.org/gdal/gdal160RC1.zip - source as a zip > http://download.osgeo.org/gdal/gdal-1.6.0RC1.tar.gz - source as .tar.gz > http://download.osgeo.org/gdal/gdalautotest-1.6.0.tar.gz - test suite > http://download.osgeo.org/gdal/gdalautotest-1.6.0.zip - test suite > > On behalf of the GDAL project, I request everyone interested in a high > quality final release do some quick verification of this candidate release. > Depending on immediate feedback, I will call for a PSC vote promoting this > as a final release on Monday (which would take till Wendesday to complete). > > Very detailed release news is available at: > > http://trac.osgeo.org/gdal/wiki/Release/1.6.0-News > > I hope to prepare binary packages for windows tomorrow as part of OSGeo4W. > > I would add that I have also created a 1.6 branch in subversion, and trunk > is now open for GDAL/OGR 1.7 development. Bug fixes should now be > considered for the 1.6 and 1.5 branches. > > Best regards, _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
