Changes between Version 4 and Version 5 of Release/7.0.4-News
- Timestamp:
- 04/18/16 14:21:10 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.0.4-News
v4 v5 11 11 ==== Release Candidate 1 (RC1) ==== 12 12 13 * ~~Release date: ''DD MM2016''13 * Release date: ''18 Apr 2016'' 14 14 * ~~Announcement: https://grass.osgeo.org/news/51/117/GRASS-GIS-7-0-4RC1-released/~~ 15 * ~~Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.4RC1.gz~~16 * ~~Binaries: http://grass.osgeo.org/download/software/#g70x~~17 * ~~Source code: http://grass.osgeo.org/grass70/source/grass-7.0.4RC1.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.4RC1.md5sum md5sum])~~18 * ~~SVN Source Code Checkout 7.0.4RC1:~~15 * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.4RC1.gz 16 * Binaries: http://grass.osgeo.org/download/software/#g70x 17 * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.4RC1.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.4RC1.md5sum md5sum]) 18 * SVN Source Code Checkout 7.0.4RC1: 19 19 {{{ 20 svn checkout http://svn.osgeo.org/grass/grass/tags/release_2016 XXXX_grass_7_0_4RC120 svn checkout http://svn.osgeo.org/grass/grass/tags/release_20160418_grass_7_0_4RC1 21 21 }}} 22 22 23 23 24 === SVN Source Code === … … 33 34 A series of stability fixes, manual improvements and a few language translations have been added. 34 35 35 The GRASS GIS 7.0.4 release provides '''more than XXXfixes and improvements''' with respect to GRASS GIS 7.0.3.36 The GRASS GIS 7.0.4RC1 release provides '''more than 140 fixes and improvements''' with respect to GRASS GIS 7.0.3. 36 37 37 38 ==== New modules ==== … … 41 42 ==== Major module changes ==== 42 43 43 * ... 44 * G7:db.login + PG & mySQL driver: support hostname and port 45 * G7:g.proj: read EPSG CSV files from GDAL data directory and no longer an private and meanwhile outdated copy (solves #2456) 46 * G7:r.in.lidar: fix scan box calculation for percent < 100 47 * G7:r.in.xyz: fix scan box calculation for percent < 100 48 * G7:r.mapcalc: Fix row cache bug 49 * G7:r.series: sync weights handling to r.neighbors 50 * G7:r.sun: mode 1 fix for time offset due to timezone, see #2941 for explanations 51 * G7:v.in.ogr: declare missing values in string and date fields as NULL, not empty strings 52 * G7:v.select: fix reverse selection of areas 53 * G7:v.net.steiner: shortest road is searched between node not line id's 44 54 45 55 ==== Minor module changes ==== 46 56 47 * ... 57 * G7:g.extension: option to specify proxy server #1434 58 * G7:r.external: added -t flag for listing bands 59 * G7:r.transect: use new r.profile parameter names 60 * G7:v.db.join: fix cache exception 61 * G7:v.distance: use bbox in 2D and 3D accordingly 62 * G7:v.net.distance: change path categories, adjust line directions; add new flag to produce single line paths 63 * G7:v.to.db: allow (unitless) calculation of perimeter in XY location 48 64 49 65 ==== GUI changes ==== 50 66 67 * G7:g.gui.mapswipe: fix raster layout (wxPython3) 68 * G7:g.gui.gmodeler - all layers rewritten by last output for more than one parameter; add support for dbtables; many further fixes 69 * Install additional hicolor icon sizes 51 70 * listing maps in map selection widget using natural sort (#2818) 71 * wxGUI: fix histogram of imagery group on Windows, see #2961 72 * wxGUI: apply natural sort also when filtering data 52 73 53 74 ==== Library changes ==== 54 75 55 * ... 76 * libraster: support linking GDAL2 77 * libraster: check for compressed null file 78 * vlib: add 2D version of point in box function 79 * vlib: support different graph versions 56 80 57 81 ==== PyGRASS changes ==== 58 82 59 * ...83 * pygrass: fixed grid doctest 60 84 61 85 ==== Map projection changes ==== 62 86 63 * n/a 87 * libgis: datum added related to SIRGAS 2000/EPSG:4674 88 * libproj: read EPSG CSV files from GDAL data directory and no longer an private and meanwhile outdated copy (solves #2456) 89 * libproj: fix mixing of projection name and coordinate system name 64 90 65 91 ==== Portability changes ==== 66 92 67 * ...93 * Mac OSX: fix compilation of certain addons, lowercase r flag does not work on Mac 68 94 69 95 ===== MS Windows ===== 70 96 71 * ... 97 * wingrass: document GRASS_SH (how to switch from cmd to bash, see r68212) 98 * wingrass: build against GDAL 2 72 99 73 100 ==== Manual pages ==== 74 101 75 * ... 102 * manual: avoid specific gender 103 * G7:g.findfile manual: shell examples extended 104 * G7:g.gui.gmodeler: major manual improvements 105 * G7:r.li manual: highlight GUI and configuration file 106 * G7:r.pack manual: explain current region behaviour 107 * G7:v.buffer manual: demystify caps 108 * G7:v.net.spanningtree: update manual 109 * G7:v.proj manual: describe automated vertex densification 110 * G7:v.split manual: examples updated 111 * G7:v.to.points manual: new NC sample data example 112 * G7:t.register manual: ECAD example added 113 * G7:t.vect.observe.strds manual: demystify 'where' clause usage 114 * wxGUI/dbmgr: update images in the manual 115 76 116 77 117 ==== Message translation updates ==== 78 118 79 * ...119 * Spanish translation 80 120 81 121 === Closed tickets ===