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


Ignore:
Timestamp:
Jul 30, 2015, 1:56:28 PM (9 years ago)
Author:
neteler
Comment:

added various missing items from changelog

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.0.1RC-News

    v30 v31  
    4040The first release candidate GRASS GIS 7.0.1RC1 provides '''168 fixes and improvements''' with respect to GRASS GIS 7.0.0.
    4141The second release candidate GRASS GIS 7.0.1RC2 provides '''55 fixes and improvements''' with respect to the first release candidate.
     42
    4243==== Major module changes ====
    4344
    4445 * none
     46
    4547==== Minor module changes ====
    4648
    47 * G7:g.extention: improve handling of broken zip files on Windows
    48 * G7:g.manual: use web browser package
    49 * G7:g.mapset: added G_OPT_M_DIR for GISDBASE selection
    50 * G7:r.compress: print flag added; examples added
    51 * G7:r.mapcalc: Prevent concurrent raster reads when a MASK is present
    52 * G7:r.report: fix broken layout (units moved to right)
    53 * G7:r.surf.idw: exit with fatal error in case of FCELL or DCELL input
    54 * G7:v.category: fix option=transfer, #2618
    55 * G7:v.in.ogr: do not use old projection for area calculations in new projection, improve topological cleaning suggestions
    56 * G7:v.surf.bspline: fix when no default DB is defined
    57 * G7:v.surf.rst: sync elevation color table with the new elevation table
    58 * G7:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows)
    59 * G7:v.what.strds: added to Makefile
     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)
     63
    6064==== GUI changes ====
    6165
    6266 * G7:g.mapsets: fix -s GUI dialog
    6367 * wxGUI/animation: fix speed dialog problem caused by granularity problem
     68 * wxGUI/animation: fix setting region, broken in r65226
     69 * wxGUI/animation: fix exporting animation with multiple views and no data frames
    6470 * wxGUI/composer: catch error due to Ghostscript missing or not in path
    6571 * wxGUI/dbmgr: add clear button to reload all data
    6672 * wxGUI/dbmgr: improve handling string where values (check for quotes)
    6773 * wxGUI/dmgr: fix focus on Deselect all
     74 * wxGUI/iclass: fix basic functionality for Windows
     75 * wxGUI: change default command dialog style on Linuxù
     76 * wxGUI: copy button added (#2313)
    6877 * wxGUI: don't fail when loading map layers in quiet mode (from workspace)
    6978 * wxGUI: encode from unicode when saving module output to file, see #2614
    7079 * wxGUI: fix change current writing directory on Mac OSX - style=wx.DD_CHANGE_DIR is not working on Mac OSX
     80 * wxGUI: fix #2634 by bringing back r64834 and removing unnecessary decode()
    7181 * wxGUI: fix extension manager when metadata are not available
    7282 * wxGUI: fix importing vectors with one geometry column
    7383 * wxGUI: fix layertree error when switching to different location
    74  * wxGUI: fix reopening d.vect.thematic properties with multiple colors
     84 * wxGUI/profile: fix truncating values when exporting to csv
    7585 * wxGUI: import only after grass.script.parser() call g.gui.*
    7686 * wxGUI/nviz: fix the name in the toolbar
     
    7888 * wxGUI/ws: fix dialog for wxPython 3.0
    7989 * wxGUI: fix sqlbuilder verify button (#2661)
     90
    8091==== Library changes ====
    8192
    82 * dbmilib: fix db_copy_table() - overwrite existing table
    83 * libgis: fix missing std options in r64733
    84 * libgis: create standardized option for location and dbase, use it in r.proj, v.proj, g.mapset
    85 * libgis: Improve consistency of rand() between 32-bit and 64-bit platforms
    86 * libraster: use strerror(errno)
    87 * PyGRASS: fix exception check, remove unused or duplicated code
    88 * PyGRASS: removed references to !RasterNumpy
    89 * PyGRASS: add VARCHAR column support on Table
    90 * PyGRASS: fix undefined limits in the Parameter class
    91 * PyGRASS: fix Area.boundaries()
     93 * dbmilib: fix db_copy_table() - overwrite existing table
     94 * libgis: fix missing std options in r64733
     95 * libgis: create standardized option for location and dbase, use it in r.proj, v.proj, g.mapset
     96 * libgis: Improve consistency of rand() between 32-bit and 64-bit platforms
     97 * libraster: use strerror(errno)
     98 * libraster: get_row.c: Fix NaN check in GDAL (r.external) support
     99
     100==== PyGRASS changes ====
     101
     102 * fix exception check, remove unused or duplicated code
     103 * removed references to !RasterNumpy
     104 * add VARCHAR column support on Table
     105 * fix undefined limits in the Parameter class
     106 * fix Area.boundaries()
     107 * backported RasterSegment fix r65174 related to #2599
     108 * include in command also parameters with value equal 0
     109 * documentation improvements
     110 * Add a new method to check the correctness of the provide parameter, a new special parameter: check_ is added to skip the check
    92111
    93112==== Map projection changes ====
    94113
     114 * various modules: improve and streamline "override projection" message
     115
    95116==== Portability changes ====
    96117
    97 * gettext message macros: Rename _n macro to n_ to avoid clashes with other libs
     118 * gettext message macros: Rename _n macro to n_ to avoid clashes with other libs
     119 * Compile.make: change order of ldflags (gcc 4.8+ is more sensitive)
    98120
    99121==== Manual pages ====
    100122
    101 * G7:d.rast.num manual: example + screenshot added
    102 * G7:d.vect.chart manual: screenshot added
    103 * G7:g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections)
    104 * G7:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
    105 * G7:i.eb.soilheatflux manual: more explanations about overpass time maps
    106 * pygrass manual: add missing import (PIPE)
    107 * G7:r.random.cells manual: clarify presence of 0
    108 * G7:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example
    109 * G7:r.slope.aspect manual: examples added
    110 * G7:r.watershed manual: clarify low mem max amount of pixels
    111 * G7:v.vect.stats added to G7:vectorintro.html
    112 * G7:v.vol.rst manual: wmult -> wscale; zmult -> zscale
    113 * G7:wxGUI vdigit manual: expanded
    114 * rename section BUGS to KNOWN ISSUES in manuals
    115 * [http://grass.osgeo.org/grass70/manuals/libpython/script_intro.html Introduction to grass.script package]
    116 * [http://grass.osgeo.org/grass70/manuals/libpython/script.html#module-script.setup Detailed documentation of grass.script.setup.init function]
     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
     129 * 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
     138 * rename section BUGS to KNOWN ISSUES in manuals
     139 * [http://grass.osgeo.org/grass70/manuals/libpython/script_intro.html Introduction to grass.script package]
     140 * [http://grass.osgeo.org/grass70/manuals/libpython/script.html#module-script.setup Detailed documentation of grass.script.setup.init function]
     141
    117142==== Message translation updates ====
    118143
    119 * Many languages updated with many new translations ([http://grass.osgeo.org/development/translations/#statistics see stats])
    120 * Maris Nartiss: Latvian translation (port from trunk)
    121 * Shulin Yang: Chinese translation cont'ed
    122 * Sylvain Maillard: French translation cont'ed
    123 * Stanislav Horáček: Czech translation updated
     144 * Many languages updated with many new translations ([http://grass.osgeo.org/development/translations/#statistics see stats])
     145 * Maris Nartiss: Latvian translation (port from trunk)
     146 * Shulin Yang: Chinese translation cont'ed
     147 * Sylvain Maillard: French translation cont'ed
     148 * Stanislav Horáček: Czech translation updated
    124149
    125150=== Closed tickets ===