Re: [gdal-dev] Python 1.6 bindings under Windows

2009-07-27 Thread Frank Warmerdam
Markus Reinhold wrote: Dear all, I'm pretty sure it has been asked before, however I wasn't able to find an answer to my question in the archive, so please bear with me... I'm using a number of oss geo tools under Windows using the OSGeo4W binary distribution. I have installed the 1.6-version o

[gdal-dev] 1.6.2 release candidate due July 31st

2009-07-27 Thread Howard Butler
All, Continuing my release manager role from the 1.6.1 release, I would like to produce a 1.6.2RC1 on July 31st. Consider this your notice to complete any bugs or backports for the 1.6 branch. http://trac.osgeo.org/gdal/milestone/1.6.2 Howard _

[gdal-dev] Python 1.6 bindings under Windows

2009-07-27 Thread Markus Reinhold
Dear all, I'm pretty sure it has been asked before, however I wasn't able to find an answer to my question in the archive, so please bear with me... I'm using a number of oss geo tools under Windows using the OSGeo4W binary distribution. I have installed the 1.6-version of GDAL and can find it

Re: [gdal-dev] Re: Possible error in the commit 14983

2009-07-27 Thread Daniel Morissette
Chaitanya kumar CH wrote: Daniel, I caught this bug while I was going through Win32 compile warnings. I am attaching a patch for the other modifications in the mitab driver. Please go through this apply to the master version. I'll apply both in the GDAL/OGR trunk after your review this. Ca

[gdal-dev] Re: Possible error in the commit 14983

2009-07-27 Thread Daniel Morissette
Hi Chaitanya, Good catch! Yes, this was a silly mistake, the line should have been above the break. I have fixed this in the master version. Will you apply this fix in the OGR copy or should I do it? Daniel Chaitanya kumar CH wrote: Daniel, You added some code in MIFFile::AddFieldNative() in