Changes between Version 31 and Version 32 of Release/6.4.3RC1-News
- Timestamp:
- 03/03/13 00:17:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/6.4.3RC1-News
v31 v32 32 32 * '''i.landsat.toar''' - Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+. 33 33 * '''i.modis.qc''' - Extracts quality control parameters from Modis QC layers. 34 34 35 ==== Major module changes ==== 35 36 … … 41 42 42 43 * '''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 43 49 * '''v.reclass''' - bugfix #548 44 * ''' r.recode''' - use title option50 * '''v.transform''' - bugfix #1615 45 51 * '''v.what''' - fix segfault when querying multiple maps 46 52 * '''v.what.rast''' - fix fp precision 47 * '''r.report''' - bugfix #97048 * '''v.transform''' - bugfix #161549 * '''v.in.ogr''' - support whitespace in dsn and layer50 * '''r.out.gdal''' - fix output standard option51 * '''v.distance''' - always sort results for -a52 53 53 54 * Many more; see the detailed [http://grass.osgeo.org/grass64/source/ChangeLog_6.4.3RC1.gz ChangeLog] … … 59 60 * '''Major wxGUI update''' ([http://grass.osgeo.org/wiki/wxGUI pictorial overview]) including new [wiki:wxGUIDevelopment#ChangingGUImodulesdirectorylayout GUI modules directory layout] 60 61 * 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 63 65 ==== Library changes ==== 64 66 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]) 67 72 * support for more recent FFMPEG lib versions 68 * allocate enough space for a 3D coord (#1311)69 73 * 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 maps72 74 73 75 ==== Map projection changes ==== 74 76 75 * fix for undetected datums77 * fix for undetected geodetic datums 76 78 77 79 ==== Portability changes ====