Changes between Version 16 and Version 17 of Release/6.4.3-News


Ignore:
Timestamp:
Jul 27, 2013, 11:07:19 PM (11 years ago)
Author:
hamish
Comment:

cleanup text

Legend:

Unmodified
Added
Removed
Modified
  • Release/6.4.3-News

    v16 v17  
    6161==== Minor module changes ====
    6262
    63 A few more minor changes; see the detailed [http://grass.osgeo.org/grass64/source/ChangeLog_6.4.3.gz ChangeLog]
    64 
    65  * d.colortable - add flag to skip showing NULL color for FP maps, ie fill the box
    66  * d.grid - backport of dot flag and line width option
    67  * d.grid - Fix geodesic grid overlay text label placement for longitude
    68  * d.legend - backport of RGB support for text color and at= monitor history fidelity
    69  * d.thematic.area - enable color gisprompt
    70  * g.extension - Continuing improvements and robustness
    71  * i.maxlik - update manual (improved: rejection map discussion)
    72  * i.spectral - Bug fix for imagery groups and plotting improvements
    73  * r.distance - bugfix #1731
    74  * r.drain - update manual
     63Many minor changes; see the detailed [http://grass.osgeo.org/grass64/source/ChangeLog_6.4.2-6.4.3.gz ChangeLog]
     64
     65 * d.colortable - A new flag added to skip displaying NULL color for FP maps, avoiding a gaps in the box
     66 * d.grid - Adds a new flag for fiducial dots and a new option to control line width
     67 * d.grid - Fix geodesic (great circle) grid overlay text label placement for longitude
     68 * d.legend - Full RGB support for text color and improve display history placement fidelity
     69 * d.thematic.area - Enable color picker
     70 * g.extension - Continued improvements and robustness
     71 * i.maxlik - Updated manual
     72 * i.spectral - Bug fix for working with imagery groups and plotting improvements
     73 * r.distance - Fix for multiple map selection
     74 * r.drain - Updated manual
    7575 * r.in.bin - Fix large file (>2GB) support on 32-bit systems
    76  * r.in.gdal - report all possible projection mismatches
     76 * r.in.gdal - More proactive about reporting possible projection mismatches
    7777 * r.li.setup - Fix for mouse-based masked area selection
    7878 * r.mask - Fix for floating point input maps
    79  * r.out.arc - output is to a file not a raster
    80  * r.out.gdal - fix output standard option
    81  * r.random - don't segfault on long map names
    82  * r.recode - use title option
    83  * r.report - bugfix #970
    84  * r.report - manual, note how to get computer-parsable output
    85  * v.digit - don't mess with the current WIND file, use WIND_OVERRIDE instead
    86  * v.distance - always sort results for -a
    87  * v.external - fix for 3D data
    88  * v.in.ogr - suggest a minimum snapping threshold if topological errors are encountered
    89  * v.in.ogr - support whitespace in dsn and layer
    90  * v.in.wfs - check for WFS server errors; new example
    91  * v.net.distance - manual improved
    92  * v.out.svg - fix point/line export
    93  * v.reclass - bugfix #548
    94  * v.to.rast - Avoid crash when map names are very long
    95  * v.transform - fix memory issues; bugfix #1615
    96  * v.what - fix segfault when querying multiple maps
    97  * v.what.rast - fix fp precision
     79 * r.out.arc - Fix for GUI output controls
     80 * r.out.gdal - Fix for the GUI output controls
     81 * r.random - Fix a crash for long map names
     82 * r.recode - Fix for setting the map title and save command history metadata
     83 * r.report - Avoid a crash when the page width is set too narrow, help page updates
     84 * v.digit - No longer alters the mapset's computational region when changing view
     85 * v.distance - Sort results when calculating distances to all features (the ''-a'' flag)
     86 * v.external - Bug fix for 3D data
     87 * v.in.ogr - Improved support for spaces in data files and layer names
     88 * v.in.wfs - Add checks for WFS server errors and a new example
     89 * v.net.distance - Improved manual
     90 * v.out.svg - Fixes for exporting points and lines
     91 * v.reclass - Improved SQLite error handling
     92 * v.to.rast - Fix a crash when using very long map names
     93 * v.transform - Fixes for memory issues and 3D map creation
     94 * v.what - Fix a crash when querying multiple maps
     95 * v.what.rast - Improved floating point precision
    9896
    9997(see also closed tickets below)