Changes between Version 31 and Version 32 of Release/7.0.1RC-News


Ignore:
Timestamp:
Jun 1, 2016, 4:25:44 PM (8 years ago)
Author:
neteler
Comment:

G7: manual prefix updated to G70: due to change in InterMapTxt

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.0.1RC-News

    v31 v32  
    4747==== Minor module changes ====
    4848
    49  * G7:g.extention: improve handling of broken zip files on Windows
    50  * G7:g.manual: use web browser package
    51  * G7:g.mapset: added G_OPT_M_DIR for GISDBASE selection
    52  * G7:r.compress: print flag added; examples added
    53  * G7:r.report: fix broken layout (units moved to right)
    54  * G7:r.surf.idw: exit with fatal error in case of FCELL or DCELL input
    55  * G7:v.category: fix option=transfer, #2618
    56  * G7:v.colors: reading from stdin is not supported, inform user about that
    57  * G7:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions
    58  * G7:v.surf.bspline: fix when no default DB is defined
    59  * G7:v.surf.rst: sync elevation color table with the new elevation table
    60  * G7:v.to.3d: make reverse transformation possible also for lines - contours
    61  * G7:v.vect.stats: fixed error msgs; examples added
    62  * G7:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows)
     49 * G70:g.extention: improve handling of broken zip files on Windows
     50 * G70:g.manual: use web browser package
     51 * G70:g.mapset: added G_OPT_M_DIR for GISDBASE selection
     52 * G70:r.compress: print flag added; examples added
     53 * G70:r.report: fix broken layout (units moved to right)
     54 * G70:r.surf.idw: exit with fatal error in case of FCELL or DCELL input
     55 * G70:v.category: fix option=transfer, #2618
     56 * G70:v.colors: reading from stdin is not supported, inform user about that
     57 * G70:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions
     58 * G70:v.surf.bspline: fix when no default DB is defined
     59 * G70:v.surf.rst: sync elevation color table with the new elevation table
     60 * G70:v.to.3d: make reverse transformation possible also for lines - contours
     61 * G70:v.vect.stats: fixed error msgs; examples added
     62 * G70:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows)
    6363
    6464==== GUI changes ====
    6565
    66  * G7:g.mapsets: fix -s GUI dialog
     66 * G70:g.mapsets: fix -s GUI dialog
    6767 * wxGUI/animation: fix speed dialog problem caused by granularity problem
    6868 * wxGUI/animation: fix setting region, broken in r65226
     
    121121==== Manual pages ====
    122122
    123  * G7:d.legend manual: example + screenshot added
    124  * G7:d.rast.num manual: example + screenshot added
    125  * G7:d.vect.chart manual: screenshot added
    126  * G7:g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections)
    127  * G7:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
    128  * G7:i.eb.soilheatflux manual: more explanations about overpass time maps
     123 * G70:d.legend manual: example + screenshot added
     124 * G70:d.rast.num manual: example + screenshot added
     125 * G70:d.vect.chart manual: screenshot added
     126 * G70:g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections)
     127 * G70:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
     128 * G70:i.eb.soilheatflux manual: more explanations about overpass time maps
    129129 * pygrass manual: add missing import (PIPE)
    130  * G7:r.flow manual: examples added
    131  * G7:r.random.cells manual: clarify presence of 0
    132  * G7:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example
    133  * G7:r.slope.aspect manual: examples added
    134  * G7:r.watershed manual: clarify low mem max amount of pixels
    135  * G7:v.vect.stats added to G7:vectorintro.html
    136  * G7:v.vol.rst manual: wmult -> wscale; zmult -> zscale
    137  * G7:wxGUI vdigit manual: expanded
     130 * G70:r.flow manual: examples added
     131 * G70:r.random.cells manual: clarify presence of 0
     132 * G70:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example
     133 * G70:r.slope.aspect manual: examples added
     134 * G70:r.watershed manual: clarify low mem max amount of pixels
     135 * G70:v.vect.stats added to G70:vectorintro.html
     136 * G70:v.vol.rst manual: wmult -> wscale; zmult -> zscale
     137 * G70:wxGUI vdigit manual: expanded
    138138 * rename section BUGS to KNOWN ISSUES in manuals
    139139 * [http://grass.osgeo.org/grass70/manuals/libpython/script_intro.html Introduction to grass.script package]