Changes between Version 31 and Version 32 of Release/6.4.3RC1-News


Ignore:
Timestamp:
Mar 3, 2013, 12:17:38 AM (11 years ago)
Author:
neteler
Comment:

alphabetical order

Legend:

Unmodified
Added
Removed
Modified
  • Release/6.4.3RC1-News

    v31 v32  
    3232 * '''i.landsat.toar''' - Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+.
    3333 * '''i.modis.qc''' - Extracts quality control parameters from Modis QC layers.
     34
    3435==== Major module changes ====
    3536
     
    4142
    4243 * '''r.distance''' - bugfix #1731
     44 * '''r.out.gdal''' - fix output standard option
     45 * '''r.recode''' - use title option
     46 * '''r.report''' - bugfix #970
     47 * '''v.in.ogr''' - support whitespace in dsn and layer
     48 * '''v.distance''' - always sort results for -a
    4349 * '''v.reclass''' - bugfix #548
    44  * '''r.recode''' - use title option
     50 * '''v.transform''' - bugfix #1615
    4551 * '''v.what''' - fix segfault when querying multiple maps
    4652 * '''v.what.rast''' - fix fp precision
    47  * '''r.report''' - bugfix #970
    48  * '''v.transform''' - bugfix #1615
    49  * '''v.in.ogr''' - support whitespace in dsn and layer
    50  * '''r.out.gdal''' - fix output standard option
    51  * '''v.distance''' - always sort results for -a
    5253
    5354 * Many more; see the detailed [http://grass.osgeo.org/grass64/source/ChangeLog_6.4.3RC1.gz ChangeLog]
     
    5960 * '''Major wxGUI update''' ([http://grass.osgeo.org/wiki/wxGUI pictorial overview]) including new [wiki:wxGUIDevelopment#ChangingGUImodulesdirectorylayout GUI modules directory layout]
    6061 * Various [http://grass.osgeo.org/wiki/WxNviz wxNviz]-related fixes
    61  * Language settings implemented
    62  * Python editor for wxGUI Graphical Modeler
     62 * Language choice implemented in settings
     63 * Python editor for wxGUI Graphical Modeller
     64 
    6365==== Library changes ====
    6466
    65  * New symbol: `extra/n_arrow4` ([http://grass.osgeo.org/wiki/IconSymbols#New view])
    66  * iostream: bugfix #1714
     67 * allocate enough space for a 3D coord (#1311)
     68 * export floats and doubles with correct precision (#335)
     69 * do not try to (un)compress GDAL-linked maps
     70 * iostream library: bugfix #1714
     71 * new symbol: `extra/n_arrow4` ([http://grass.osgeo.org/wiki/IconSymbols#New view])
    6772 * support for more recent FFMPEG lib versions
    68  * allocate enough space for a 3D coord (#1311)
    6973 * strncpy doesn't always null-terminate (#1315)
    70  * export floats and doubles with correct precision (#335)
    71  * Don't try to (un)compress GDAL-linked maps
    7274
    7375==== Map projection changes ====
    7476
    75  * fix for undetected datums
     77 * fix for undetected geodetic datums
    7678
    7779==== Portability changes ====