Changes between Version 7 and Version 8 of Release/7.0.1-News


Ignore:
Timestamp:
Jun 1, 2016, 4:27:05 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.1-News

    v7 v8  
    88
    99This release is the '''32nd birthday release of GRASS GIS'''.
     10
    1011=== Release ===
    1112
     
    1819  svn checkout http://svn.osgeo.org/grass/grass/tags/release_20150730_grass_7_0_1
    1920}}}
     21
    2022=== SVN Source Code ===
    2123
     
    4042==== Minor module changes ====
    4143
    42  * G7:g.extension: improve handling of broken zip files on Windows
    43  * G7:g.manual: use web browser package
    44  * G7:g.mapset: added G_OPT_M_DIR for GISDBASE selection
    45  * G7:r.compress: print flag added; examples added
    46  * G7:r.mapcalc: prevent concurrent raster reads when a MASK is present
    47  * G7:r.report: fix broken layout (units moved to right)
    48  * G7:r.surf.idw: exit with fatal error in case of FCELL or DCELL input
    49  * G7:v.category: fix option=transfer, #2618
    50  * G7:v.colors: reading from stdin is not supported, inform user about that
    51  * G7:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions
    52  * G7:v.surf.bspline: fix when no default DB is defined
    53  * G7:v.surf.rst: sync elevation color table with the new elevation table
    54  * G7:v.to.3d: make reverse transformation possible also for lines - contours
    55  * G7:v.vect.stats: fixed error msgs; examples added
    56  * G7:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows)
    57  * G7:v.what.strds: added
     44 * G70:g.extension: improve handling of broken zip files on Windows
     45 * G70:g.manual: use web browser package
     46 * G70:g.mapset: added G_OPT_M_DIR for GISDBASE selection
     47 * G70:r.compress: print flag added; examples added
     48 * G70:r.mapcalc: prevent concurrent raster reads when a MASK is present
     49 * G70:r.report: fix broken layout (units moved to right)
     50 * G70:r.surf.idw: exit with fatal error in case of FCELL or DCELL input
     51 * G70:v.category: fix option=transfer, #2618
     52 * G70:v.colors: reading from stdin is not supported, inform user about that
     53 * G70:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions
     54 * G70:v.surf.bspline: fix when no default DB is defined
     55 * G70:v.surf.rst: sync elevation color table with the new elevation table
     56 * G70:v.to.3d: make reverse transformation possible also for lines - contours
     57 * G70:v.vect.stats: fixed error msgs; examples added
     58 * G70:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows)
     59 * G70:v.what.strds: added
    5860
    5961==== GUI changes ====
    6062
    61  * G7:g.mapsets: fix -s GUI dialog
     63 * G70:g.mapsets: fix -s GUI dialog
    6264 * wxGUI/animation: fix speed dialog problem caused by granularity problem
    6365 * wxGUI/animation: fix setting region, broken in r65226
     
    117119==== Manual pages ====
    118120
    119  * G7:d.legend manual: example + screenshot added
    120  * G7:d.rast.num manual: example + screenshot added
    121  * G7:d.vect.chart manual: screenshot added
    122  * G7:g.gui.vdigit manual: added a paragraph on topological digitizing of polygons (+ some language corrections)
    123  * G7:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
    124  * G7:i.eb.soilheatflux manual: more explanations about overpass time maps
     121 * G70:d.legend manual: example + screenshot added
     122 * G70:d.rast.num manual: example + screenshot added
     123 * G70:d.vect.chart manual: screenshot added
     124 * G70:g.gui.vdigit manual: added a paragraph on topological digitizing of polygons (+ some language corrections)
     125 * G70:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
     126 * G70:i.eb.soilheatflux manual: more explanations about overpass time maps
    125127 * pygrass manual: add missing import (PIPE)
    126  * G7:r.flow manual: examples added
    127  * G7:r.random.cells manual: clarify presence of 0
    128  * G7:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example
    129  * G7:r.slope.aspect manual: examples added
    130  * G7:r.watershed manual: clarify low mem max amount of pixels
    131  * G7:v.vect.stats added to G7:vectorintro.html
    132  * G7:v.vol.rst manual: wmult -> wscale; zmult -> zscale
    133  * G7:wxGUI vdigit manual: expanded
     128 * G70:r.flow manual: examples added
     129 * G70:r.random.cells manual: clarify presence of 0
     130 * G70:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example
     131 * G70:r.slope.aspect manual: examples added
     132 * G70:r.watershed manual: clarify low mem max amount of pixels
     133 * G70:v.vect.stats added to G70:vectorintro.html
     134 * G70:v.vol.rst manual: wmult -> wscale; zmult -> zscale
     135 * G70:wxGUI vdigit manual: expanded
    134136 * rename section BUGS to KNOWN ISSUES in manuals
    135137 * [http://grass.osgeo.org/grass70/manuals/libpython/script_intro.html Introduction to grass.script package]