Changes between Initial Version and Version 1 of Release/7.6.2-News


Ignore:
Timestamp:
Apr 28, 2019, 8:43:12 AM (5 years ago)
Author:
neteler
Comment:

New draft

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.6.2-News

    v1 v1  
     1= GRASS GIS 7.6.2 =
     2
     3[[TOC]]
     4
     5A short summary of changes: '''[wiki:Grass7/NewFeatures76 New features in GRASS 7.6]'''
     6
     7=== Releases ===
     8
     9==== Stable Release ====
     10
     11 * TBD
     12
     13==== Release Candidate 1 (RC1) ====
     14
     15 * ~~Release date: ''DD MMM 2019''~~
     16 * ~~Changelog: https://grass.osgeo.org/grass76/source/ChangeLog_7.6.2RC1.gz~~
     17 * ~~Binaries: ​https://grass.osgeo.org/download/software/#g76x~~
     18 * ~~Source code: https://grass.osgeo.org/grass76/source/grass-7.6.2RC1.tar.gz ([https://grass.osgeo.org/grass76/source/grass-7.6.2RC1.md5sum md5sum])~~
     19 * ~~SVN Source Code Checkout 7.6.2RC1:~~
     20{{{
     21  svn checkout https://svn.osgeo.org/grass/grass/tags/release_2019XXXX_grass_7_6_1RC2
     22}}}
     23
     24=== SVN Source Code ===
     25
     26 * Milestone: [milestone:"7.6.2"]
     27 * Release branch created in r73210
     28 * SVN Checkout latest 7.6 release branch (including yet unpublished bugfixes):
     29{{{
     30  svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_7_6
     31}}}
     32
     33=== Overview of changes ===
     34
     35A series of new features and stability fixes, manual improvements, and a few language translations have been added. Importantly, the new version is backward compatible with older 7.x releases.
     36
     37The GRASS GIS 7.6.2 release provides '''more than XX fixes and improvements''' with respect to the stable release 7.6.1.
     38
     39**Important change**: The **default raster compression has been changed back to ZLIB**, even if ZSTD compression is available, because not all currently supported systems provide ZSTD with standard package management tools, and because problems were encountered regarding compatibility with different ZSTD 1.3.x  versions.
     40
     41==== New modules ====
     42
     43 * n/a
     44
     45==== Major module changes ====
     46
     47(see also below for closed bugs)
     48
     49 * G76:v.external: enable GRASS-internal PostGIS driver again
     50
     51==== Minor module changes ====
     52
     53(see also below for closed bugs)
     54
     55 * G76:r.buildvrt: manual cosmetics
     56 * G76:r.compress: print which compression method is actually applied; update documentation with regard to ZSTD as default compression if available, see #3758
     57 * G76:r.kappa: Pass correct map@mapset combo to the r.stats call
     58 * G76:v.in.ogr: set spatial filter to correct geometry field if geometry option is given
     59 * G76:v.out.lidar: print names of column/table in error messages
     60
     61==== Improvements in the Graphical User Interface ====
     62
     63 * n/a
     64
     65==== Python scripting ====
     66
     67 * n/a
     68
     69==== Projection support ====
     70
     71 * configure: nad2bin check no longer needed; (user custom) grids are used via PROJ
     72
     73==== Library changes ====
     74
     75 * Important change: The default raster compression has been changed back to ZLIB, even if ZSTD compression is available, because not all currently supported systems provide ZSTD with standard package management tools, and because problems were encountered regarding compatibility with different ZSTD 1.3.x  versions.
     76
     77==== Unit tests ====
     78
     79 * ...
     80
     81==== User Manuals - Documentation ====
     82
     83 * G76:r.compress manual: ~~ZLIB is no longer the default compression method (ZSTD is the default), updated~~ reverted
     84
     85==== Portability ====
     86
     87 * ...
     88
     89==== Docker support ====
     90
     91 * updated docker image available at https://hub.docker.com/r/mundialis/grass-gis-stable/
     92
     93==== Message Translations ====
     94
     95 * i18N: translations updated (XXXXXX TODO) from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/)
     96
     97=== New Addons since GRASS 7.6.1 ===
     98
     99 * G7A:...
     100
     101=== Closed tickets ===
     102
     103==== Closed bugs since the last release ====
     104
     105[[TicketQuery(status=closed&milestone=7.6.2&type=defect&resolution=fixed&order=priority)]]
     106
     107==== Closed wishes since the last release ====
     108
     109[[TicketQuery(status=closed&milestone=7.6.2&type=enhancement&resolution=fixed&order=priority)]]