Changes between Version 15 and Version 16 of Release/7.0.1RC-News
- Timestamp:
- 06/06/15 03:46:49 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.0.1RC-News
v15 v16 26 26 === Overview of changes === 27 27 28 A series of stability fixes, manual improvements and a few language translations have been added. 29 28 30 ==== Major module changes ==== 29 31 30 32 ==== Minor module changes ==== 31 33 32 * G7:g.extention: improve handling of broken zip files on Windows33 * G7:g.manual: use web browser package34 * G7:g.mapset: added G_OPT_M_DIR for gisdbaseselection34 * G7:g.extention: improve handling of broken zip files on Windows 35 * G7:g.manual: use web browser package 36 * G7:g.mapset: added G_OPT_M_DIR for GISDBASE selection 35 37 * G7:r.compress: print flag added; examples added 36 38 * G7:r.report: fix broken layout (units moved to right) … … 40 42 * G7:v.surf.bspline: fix when no default DB is defined 41 43 * G7:v.surf.rst: sync elevation color table with the new elevation table 42 * G7:v.vol.rst: do not ignore null values in cross_input , causes serious slow down on Windows44 * G7:v.vol.rst: do not ignore null values in cross_input (causes serious slow down on MS Windows) 43 45 44 46 ==== GUI changes ==== … … 60 62 * wxGUI/toolboxes: make tooboxes a little bit more independent from GUI 61 63 * wxGUI/ws: fix dialog for wxPython 3.0 64 62 65 ==== Library changes ==== 63 66 64 * PyGRASS: fix exception check, remove unused or duplicated code65 * PyGRASS: removed references to RasterNumpy66 * PyGRASS: add VARCHAR column support on Table67 * PyGRASS: fix undefined limits in the Parameter class68 67 * dbmilib: fix db_copy_table() - overwrite existing table 69 * PyGRASS: fix Area.boundaries()70 * libraster: use strerror(errno)71 68 * libgis: fix missing std options in r64733 72 69 * libgis: create standardized option for location and dbase, use it in r.proj, v.proj, g.mapset 73 70 * libgis: Improve consistency of rand() between 32-bit and 64-bit platforms 71 * libraster: use strerror(errno) 72 * PyGRASS: fix exception check, remove unused or duplicated code 73 * PyGRASS: removed references to !RasterNumpy 74 * PyGRASS: add VARCHAR column support on Table 75 * PyGRASS: fix undefined limits in the Parameter class 76 * PyGRASS: fix Area.boundaries() 74 77 75 78 ==== Map projection changes ==== … … 81 84 ==== Manual pages ==== 82 85 83 * wxGUI vdigit manual: expanded 84 * r.relief manual: added Exporting shaded relief maps to GeoTIFF 85 * g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics 86 * G7:d.rast.num manual: example + screenshot added 87 * G7:d.vect.chart manual: screenshot added 88 * G7:g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections) 89 * G7:g.mapsets manual: screenshot added for g.mapsets GUI; text improvements; HTML cosmetics 90 * G7:i.eb.soilheatflux manual: more explanations about overpass time maps 91 * pygrass manual: add missing import (PIPE) 92 * G7:r.random.cells manual: clarify presence of 0 93 * G7:r.relief manual: added 'Exporting shaded relief maps to GeoTIFF' example 94 * G7:r.watershed manual: clarify low mem max amount of pixels 95 * G7:v.vect.stats added to G7:vectorintro.html 96 * G7:v.vol.rst manual: wmult -> wscale; zmult -> zscale 97 * G7:wxGUI vdigit manual: expanded 86 98 * rename section BUGS to KNOWN ISSUES in manuals 87 * d.rast.num manual: example + screenshot added88 * r.random.cells manual: clarify presence of 089 * pygrass manual: add missing import (PIPE)90 * v.vect.stats added to vectorintro.html91 * g.gui.vdigit manual: Added a paragraph on topological digitizing of polygons (+ some language corrections)92 * v.vol.rst manual: wmult -> wscale; zmult -> zscale93 * r.watershed manual: clarify low mem max amount of pixels94 * d.vect.chart manual: screenshot added95 * i.eb.soilheatflux manual: more explanations about overpass time maps96 99 97 100 ==== Message translation updates ==== 98 101 99 * Many languages updated with many new translations ([http://grass.osgeo.org/devel/i18n.php#statistics see stats]) 100 * Sylvain Maillard: FR translation cont'ed 101 * Czech translation updated by Stanislav Horáček 102 * Many languages updated with many new translations ([http://grass.osgeo.org/development/translations/#statistics see stats]) 103 * Maris Nartiss: Latvian translation (port from trunk) 102 104 * Shulin Yang: Chinese translation cont'ed 103 * Maris Nartiss: Latvian translation (port from trunk) 105 * Sylvain Maillard: French translation cont'ed 106 * Stanislav Horáček: Czech translation updated 104 107 105 108 === Closed tickets ===