Changes between Version 18 and Version 19 of Release/7.2.2-News


Ignore:
Timestamp:
09/16/17 06:17:15 (7 years ago)
Author:
neteler
Comment:

GRASS GIS 7.2.2 released

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.2.2-News

    v18 v19  
    88
    99=== Releases ===
     10
     11==== Stable Release ====
     12
     13 * Release date: ''16 Sep 2017''
     14 * ~~Announcement: https://grass.osgeo.org/news/XXXX/GRASS-GIS-7-2-2-released/~~
     15 * Changelog: http://grass.osgeo.org/grass72/source/ChangeLog_7.2.2.gz
     16 * Binaries: ​http://grass.osgeo.org/download/software/#g72x
     17 * Source code: http://grass.osgeo.org/grass72/source/grass-7.2.2.tar.gz ([http://grass.osgeo.org/grass72/source/grass-7.2.2.md5sum md5sum])
     18 * SVN Source Code Checkout 7.2.2:
     19{{{
     20  svn checkout https://svn.osgeo.org/grass/grass/tags/release_20170916_grass_7_2_2
     21}}}
    1022
    1123==== Release Candidate 2 (RC2) ====
     
    6880 * G72:v.kernel: fix using mask
    6981 * G72:v.lidar.edgedetection+v.lidar.correction: output options not required if -e flag is given
     82 * G72:v.in.ogr: use correct key column name
     83 * G72:v.in.ogr: disable OSM import because it needs a special reading mode (enabled in GRASS GIS 7.3+)
    7084 * G72:v.out.ogr: preserve previous attribute export with GDAL 2.2+
    7185 * G72:v.out.postgis: do not print build info when exporting simple features
     
    7488
    7589 * G72:v.what.vect query_column dropdown button doesn't show attribute columns of query_map
     90 * G72:g.gui.animation: pythonlib: improve GIF export with Pillow through quantization
    7691 * wxGUI/Expose all r.mapcalc functions and variables in GUI
    7792 * wxGUI/forms: enable to create new directory for G_OPT_M_DIR
     
    90105==== Library changes ====
    91106 
     107 * dglib: fix pointer casting
    92108 * libgis: stabilize G_ellipsoid_polygon_area()
    93109 * librst: to prevent parallel (really rare) compilation failures, data dir must be processed before qtree
    94110 * rasterlib: replace G_alloca for reading rows
     111 * rasterlib: fix segfault if NULLS are compressed, but not data
    95112 * symbols: remove rendering artifact in corners
    96113
     
    103120 * Rules.make: Enforce C language when running Python during compilation as LANGUAGE has a preference over LC_ALL
    104121 * GCC7 compiler support: python ctypesgencore: lexer support added for FLT64X_EPSILON (fixes GCC7 issues)
     122 * WinGRASS installer: portability fixes
    105123
    106124==== Docker support ====
     
    116134 * G72:db.select: update man page to indicate that SQL statements have to be one complete query per line
    117135 * G72:m.proj: correct example for Long/Lat WGS84 output in decimal degree
    118  * G72:r.stats.quantile and r.stats.zonal manuals: examples added
     136 * G72:r.stats.quantile and G72:r.stats.zonal manuals: examples added
    119137 * G72:v.clean: add example which shows errors visually
    120138 * G72:v.generalize manual: screenshots added
    121139 * G72:v.in.ogr: update manual (cnames->columns)
    122  * G72:v.in.ogr: comment out db.connect/db.login approach to PostGIS import and add info on schema usage
     140 * G72:v.in.ogr: comment out db.connect/db.login approach for PostGIS import and add info on schema usage
    123141 * G72:v.random manual: example added for generating random points in selected polygons
    124142 * G72:v.univar/G72:v.db.univar: update of manual to clarify difference
    125143 * G72:v.surf.bspline: document units used for step parameters
    126  * G72:t.rast.accumulate and r.series.accumulate: manual enhancements and typos fixing
     144 * G72:t.list: add example for where option
     145 * G72:t.rast.accumulate and G72:r.series.accumulate: manual enhancements and typos fixing
    127146
    128147==== Documentation ====
     
    134153 * Translations now managed in Transifex (please join and translate messages): https://www.transifex.com/grass-gis/grass72
    135154 * i18N: renamed grass*_pt_br.po to grass*_pt_BR.po for transifex compatibility
    136  * i18N: a) updated .po files from source code; b) merged in transifex translations with grass-addons/tools/transifex_merge.sh
     155 * i18N: a) updated .po files from source code; b) merged in translations done in Transifex by grass-addons/tools/transifex_merge.sh
    137156
    138157=== New Addons ===