Changes between Version 10 and Version 11 of Release/7.0.1RC-News


Ignore:
Timestamp:
Jun 6, 2015, 1:15:05 AM (9 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.0.1RC-News

    v10 v11  
    3535* r.surf.idw: exit with fatal error in case of FCELL or DCELL input
    3636* r.compress: print flag added; examples added
     37* v.vol.rst: do not ignore null values in cross_input, causes serious slow down on Windows
     38* v.surf.rst: sync elevation color table with the new elevation table
     39* g.manual: use webbrowser package
     40* g.extention: improve handling of broken zipfiles on Windows
     41* v.in.ogr: fix r64353, backport 64476
     42* v.category: fix r56286, #2618
     43* r.report: fix broken layout (units moved to right)
     44* g.mapset: added G_OPT_M_DIR for gisdbase selection
     45* v.surf.bspline: fix when no default DB is defined
     46
    3747==== GUI changes ====
    3848
    3949* g.mapsets: dialog must be destroyed, app.MainLoop seems not necessary here
    4050* wxGUI: don't failed when loading map layers in quiet mode (from workspace)
     51* wxGUI/ws: fix dialog for wxPython 3.0
     52* wxGUI: fix importing vectors with one geometry column
     53* wxGUI: fix change current writing directory on Mac - style=wx.DD_CHANGE_DIR is not working on Mac
     54* wxGUI/nviz:  fix the name in the toolbar
     55* wxGUI/composer: catch error due to Ghostscript missing or not on path
     56* wxGUI/animation: fix speed dialog problem caused by granularity proble
     57* wxGUI: fix layertree error when switching to different location
     58* wxGUI/toolboxes: make tooboxes a little bit more independent from GUI
     59* wxGUI: import only after grass.script.parser() call g.gui.*
     60* wxGUI: encode from unicode when saving module output to file, see #2614
     61* wxGUI/dbmgr: add clear button to reload all data
     62* wxGUI/dmgr: fix focus on Deselect all
     63* wxGUI/dbmgr: improve handling string where values (check for quotes)
     64* wxGUI: fix extension manager when metadata are not available
     65
    4166==== Library changes ====
    4267
     
    4671* PyGRASS: fix undefined limits in the Parameter class
    4772* dbmilib: fix db_copy_table() - overwrite existing table
     73* PyGRASS: fix Area.boundaries()
     74* libraster: use strerror(errno)
     75* libgis: fix missing std options in r64733
     76* libgis: create standardized option for location and dbase, use it in r.proj, v.proj, g.mapset
     77* libgis: Improve consistency of rand() between 32-bit and 64-bit platforms
     78
    4879==== Map projection changes ====
    4980
     
    5182
    5283* Rename _n macro to n_ to avoid clashes with other libs
     84
    5385==== Manual pages ====
    5486
     
    5789* g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics
    5890* rename section BUGS to KNOWN ISSUES in manuals
     91* d.rast.num manual: example + screenshot added
     92* r.random.cells manual: clarify presence of 0
     93* pygrass manual: add missing import (PIPE)
     94* v.vect.stats added to vectorintro.html
     95* g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections)
     96* v.vol.rst manual: wmult -> wscale; zmult -> zscale
     97* r.watershed manual: clarify low mem max amount of pixels
     98* d.vect.chart manual: screenshot added
     99* i.eb.soilheatflux manual: more explanations about overpass time maps
     100
    59101==== Message translation updates ====
    60102
    61  * Many languages updated with many new translations ([http://grass.osgeo.org/devel/i18n.php#statistics see stats])
     103* Many languages updated with many new translations ([http://grass.osgeo.org/devel/i18n.php#statistics see stats])
     104* Sylvain Maillard: FR translation cont'ed
     105* Czech translation updated by Stanislav Horáček
     106* Shulin Yang: Chinese translation cont'ed
     107* Maris Nartiss: Latvian translation (port from trunk)
    62108
    63109=== Closed tickets ===