Changes between Version 10 and Version 11 of MaintenanceReportsByChaitanya


Ignore:
Timestamp:
Mar 23, 2010, 10:08:13 PM (14 years ago)
Author:
chaitanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MaintenanceReportsByChaitanya

    v10 v11  
    11= GDAL Maintenance Reports by Chaitanya kumar CH =
     2
     3=== Feb 24, 2010 to Mar 23, 2010 ===
     4
     5#3434: Fixed the shapefile driver related to system specific directory seperator.
     6
     7#3436: Added the INTERLEAVE value to the IMAGE_STRUCTURE domain for ENVIDataset. Also fixed the overflow check.
     8
     9#3462: Reviewed  a fix to gdal_contour algorithm. Need to write a test script for further testing.
     10
     11#3473: Caught a bug in GDALRasterizeLayers() that was revealed by a bug in the script tiff_write.py.
     12
     13#3467: Applied a patch to fix a bug in OGRPolygon::PointOnSurface() and OGRPolygon::Centroid()
     14
     15#3385: Applied a patch to fix problems caused by a call to unixODBC in some architectures.
     16
     17#3480: Fixed the PG driver to differentiate system tables correctly.
     18
     19=== Jan 2, 2010 to Feb 22, 2010 ===
     20
     21#3354: Fixed some bugs and added multi-band initialization to gdal_merge.py
     22
     23#3391: Fixed the mitab driver to create an OGRFeatureDefn for a newly created layer.
     24
     25#3394: Fixed SQLite driver to report correct transaction capability.
     26
     27#3402: Tested CPLError calls with a static string argument. I had a problem, probably related to linking wrong libraries.
     28
     29#3335: Transaction support to CopyLayer()
     30
     31#3396: Fixed a bug in GDALRasterizeLayers
     32
     33Added some features to gdalbuildvrt and the VRT format to facilitate a user-defined background colour.
    234
    335=== Oct 28, 2009 to Jan 1, 2010 ===