Changes between Version 8 and Version 9 of Release/6.4.3RC3-News
- Timestamp:
- 04/20/13 09:25:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/6.4.3RC3-News
v8 v9 37 37 38 38 * db.out.ogr: db.out.ogr: also support attribute export in case of line and area vectors 39 * g.extension: build addon in the mapset .tmp dir for cases when GRASS is installed by package and the end user doesn't have write permissions to GISBASE 40 * i.landsat.toar: bugfix for thermal band and metadata file 41 * ps.map: backport of RGB support and bugfixes 39 42 * r.cost: backport direction output 40 43 * r.drain: use movement direction surface from r.walk and r.cost; output vector paths … … 42 45 * r.watershed: sync skipping edge cells 43 46 * v.category: new option to print layers only 47 * v.category: add option=layers 44 48 * various modules: better handle spaces in GISDBASE 49 50 (see also closed tickets below) 45 51 46 52 ==== Minor module changes ==== … … 50 56 * d.grid: backport of dot flag and line width option 51 57 * d.legend: backport of RGB support for text color and at= monitor history fidelity 58 * d.thematic.area: enable color gisprompt 52 59 * i.maxlik: update manual (improved: rejection map discussion) 53 60 * r.drain: update manual 54 61 * r.in.gdal: report all possible projection mismatches 62 * r.out.arc: output is to a file not a raster 55 63 * r.random: don't segfault on long map names 56 64 * r.report: manual, note how to get computer-parsable output … … 61 69 A few more minor changes; see the detailed [http://grass.osgeo.org/grass64/source/ChangeLog_6.4.3RC3.gz ChangeLog] 62 70 71 (see also closed tickets below) 72 63 73 ==== GUI changes ==== 64 74 65 (wxGUI) 66 75 * wxGUI: check valid mapset/location name on startup page and in wizard 76 * wxGUI: enable legend from command line 77 * wxGUI/attribute manager: fix editing on Windows 78 * wxGUI/composer: fix multiline labels on Windows 79 * wxGUI/composer: show help text in statusbar 80 * wxGUI/location wizard: add help button 67 81 * wxGUI/manual renderer: show embedded screenshots properly (needed for some pages only) 68 82 * wxGUI/map calculator: fix function insert for int() … … 70 84 * wxGUI/mapcalc: fix cursor position when adding function 71 85 * wxGUI/psmap: show more useful message when preview fails 86 * wxGUI/start screen: go back after creating new location 87 88 (see also closed tickets below) 72 89 73 90 ==== Library changes ==== … … 75 92 * Python: new raster.mapcalc_start(), allows parallelizing mapcalc calls 76 93 * Vlib/intersect.c: Vlib: fix Vect_segment_intersection 94 95 (see also closed tickets below) 77 96 78 97 ==== Map projection changes ==== … … 91 110 (Mac OSX) 92 111 93 * n/a112 * 32bit/64bit compilation issue fixed 94 113 95 114 (All)