Changes between Version 1 and Version 2 of Release/7.0.6-News
- Timestamp:
- 03/01/18 13:35:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.0.6-News
v1 v2 11 11 ==== Stable Release ==== 12 12 13 * tbd 13 * Release date: ''1 Mar 2018'' 14 * Announcement: no text planned, this is a "silent" LTS release 15 * Changelog: https://grass.osgeo.org/grass74/source/ChangeLog_7.0.6.gz 16 * Binaries: not planned 17 * Source code: https://grass.osgeo.org/grass70/source/grass-7.0.6.tar.gz ([https://grass.osgeo.org/grass70/source/grass-7.0.6.md5sum md5sum]) 18 * SVN Source Code Checkout 7.0.6: 19 {{{ 20 svn checkout https://svn.osgeo.org/grass/grass/tags/release_20180301_grass_7_0_6 21 }}} 14 22 15 23 ==== Release Candidate 1 (RC1) ==== 16 24 17 * Release date: ''DD MMM 2017'' 18 * Announcement: https://grass.osgeo.org/news/61/15/GRASS-GIS-7-0-6RC1-released/ 19 * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.6RC1.gz 20 * Binaries: http://grass.osgeo.org/download/software/#g70x 21 * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.6RC1.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.6RC1.md5sum md5sum]) 22 * SVN Source Code Checkout 7.0.6RC1: 23 {{{ 24 svn checkout http://svn.osgeo.org/grass/grass/tags/release_2017MMDD_grass_7_0_6RC1 25 }}} 25 * skipped 26 26 27 27 === SVN Source Code === … … 37 37 A series of stability fixes, manual improvements and a few language translations have been added. 38 38 39 The GRASS GIS 7.0.6 release provides '''more than XXXfixes and improvements''' with respect to GRASS GIS 7.0.5.39 The GRASS GIS 7.0.6 release provides '''more than 110 fixes and improvements''' with respect to GRASS GIS 7.0.5. 40 40 41 41 ==== New modules ==== … … 49 49 ==== Minor module changes ==== 50 50 51 * G70:xxx 51 * G70:i.atcorr: Quickbird2 filter functions added 52 * G70:i.landsat.toar: avoid endless loop and exit if approximation 53 * G70:i.tasscap manual: fix example for TOAR input 54 * G70:i.vi: finish progress info (cosmetics) 55 * G70:r.in.aster: r.in.aster: pass output prefix to import function 56 * G70:r.in.wms: fix crashes if server does not exist 57 * G70:r.mapcalc: fix for #3296 58 * G70:r.mask: ignore case when removing mask for Windows 59 * G70:r.out.xyz: fixed indentation 60 * G70:r.out.xyz: new -i flag to include no data values 61 * G70:r.plane: fix encoding issue for compiling winGRASS 62 * G70:r.plane: original author name added 63 * G70:r.random.surface: rename variable Surface to RSurface to avoid … 64 * G70:r.stats.quantile: re-sync to r.quantile, use correct min 65 * G70:r.texture: fix #3210, #2315, clean up code, fix f2_contrast, fix f4_var, handle possible division by zero 66 * G70:r.volume: the first item in the array is unused, so don't read from it 67 * G70:r.what: fix segfault when using -r and outside of region 68 * G70:t.rast.mapcalc: fix Typeerror: object of type '!NoneType' has no len() 69 * G70:v.colors: throw fatal error if rules from stdin are specified 70 * G70:v.db.select: fix #3236 71 * G70:v.external.out: SRID lost when not exactly defined 72 * G70:v.in.ogr: do not replace user-given dbname, user, and/or password 73 * G70:vlib/pg: disable any settings defined for pg driver 74 * G70:vlib/pg: report categories also for centroids 75 * G70:v.lidar.*: partially revert r70776, be less chatty 76 * G70:v.net.path: fix segfault, skip identical from - to 77 * G70:v.surf.bspline: fix shadowed variables + G_free() usage 78 * G70:v.vect.stats: fix #3184, also remove the erroneous 'half' parameter 79 * G70:v.vol.rst: improve wording of warning (#3100) 80 * G70:v.what: use layer information 52 81 53 82 ==== GUI changes ==== 54 83 55 * wxgui: ... 84 * wxGUI/nviz: fix #3219 (merge from trunk, r70029) 85 * wxGUI/plot: use local wxlibplot for all wxPython versions 56 86 57 87 ==== PyGRASS changes ==== … … 61 91 ==== Library changes ==== 62 92 63 * ... 93 * dglib: update to libavl-2.0.3 94 * gmath lib: avoid syntax error with attribute in ctypes wrapping 95 * libgis: stabilize G_ellipsoid_polygon_area() 96 * libraster: support GDAL 2.1 on Windows 97 * libtemporal: simplify percent() calls in dataset_mapcalculator 98 * ogr dbdriver: support OFTInteger64 99 * python ctypesgencore: lexer support added for FLT64X_EPSILON 100 * vectorlib: enhance numerical stability for segment intersections 64 101 65 102 ==== Map projection changes ==== … … 77 114 ==== Manual pages ==== 78 115 79 * G70:xxx116 * various minor improvements 80 117 81 118 ==== Message translation updates ==== 82 119 83 * ...120 * minor translation updates 84 121 85 122 === New Addons ===