Changes between Version 42 and Version 43 of NetCDF_exportUpdateChanges


Ignore:
Timestamp:
Oct 16, 2011, 10:40:31 AM (13 years ago)
Author:
etourigny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF_exportUpdateChanges

    v42 v43  
    183183The GDAL driver summary page (http://www.gdal.org/frmt_netcdf.html) would be updated with description of new behaviour and options.
    184184
     185== Development and Testing ==
     186
     187 * Development:
     188   * Attached below is the current (Oct. 16) version of netcdfdataset.h and netcdfdataset.cpp (the only files which change from svn trunk)
     189   * Code and history of changes is in a git repository at https://github.com/etiennesky/gdal-netcdf/ (gdal-netcdf-proj branch)
     190   * Since the modifications above involved a lot of related changes to significant parts of the driver, we managed the actual development process using a Github repository for integration and testing.   
     191   * The autotest suite had been modified (in svn trunk) to test the improvements
     192 * We will ask to the users of the driver to please test the new version with their important files and notify any regressions.
     193
    185194== Release ==
    186195
    187  * The code will be committed to the trunk, and if possible will be back-ported to the 1.8 series (should a 1.8.2 release occur after implementation and sufficient testing).
    188    * Since the modifications above involved a lot of related changes to significant parts of the driver, we managed the actual development process using a Github repository for integration and testing.
    189    * The address of the Github repo, if you wish to view the code or do testing, is at https://github.com/etiennesky/gdal-netcdf/
    190  * We will ask to the users of the driver to please test the new version with their important files and notify any regressions.
    191 
     196 * The code will be committed to svn trunk, and if possible will be back-ported to the 1.8 series (should a 1.8.2 release occur after implementation and sufficient testing).
     197 * The commit will happen as soon as we get approval from members of the gdal-dev list or RFC vote (if needed)
    192198== Addenda ==
    193199