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


Ignore:
Timestamp:
Nov 14, 2019, 8:51:01 AM (5 years ago)
Author:
neteler
Comment:

New draft

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.2-News

    v1 v1  
     1= GRASS GIS 7.8.2 =
     2
     3[[TOC]]
     4
     5A short summary of changes: '''[wiki:Grass7/NewFeatures78 New features in GRASS 7.8]'''
     6
     7=== Releases ===
     8
     9==== Stable Release ====
     10
     11 * ~~Release date: ''DD MMM YYYY''~~
     12 * ~~Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.2.gz~~
     13 * ~~Binaries: ​https://grass.osgeo.org/download/software/#g78x~~
     14 * ~~Source code:~~
     15   * ~~https://github.com/OSGeo/grass/releases/tag/7.8.2~~
     16   * ~~https://grass.osgeo.org/grass78/source/grass-7.8.2.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.2.md5sum md5sum])~~
     17
     18==== Release Candidate 1 (RC1) ====
     19
     20 * ~~Release date: ''DD MMM YYYY''~~
     21 * ~~Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.2RC1.gz~~
     22 * ~~Binaries: ​https://grass.osgeo.org/download/software/#g78x~~
     23 * ~~Source code:~~
     24   * ~~https://github.com/OSGeo/grass/releases/tag/7.8.2RC1~~
     25   * ~~https://grass.osgeo.org/grass78/source/grass-7.8.2RC1.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.2RC1.md5sum md5sum])~~
     26
     27=== Git Source Code ===
     28
     29 * Milestone: [milestone:"7.8.2"]
     30 * Release branch created on 4 Aug 2019 (GH d4879d4)
     31 * Git clone of latest 7.8 release branch (including yet unpublished bugfixes):
     32{{{
     33  git clone https://github.com/OSGeo/grass.git
     34  cd grass
     35  git checkout releasebranch_7_8
     36}}}
     37
     38=== Overview of changes ===
     39
     40The focus of this release are stability fixes.
     41
     42**Breaking news: Python 3, PROJ 6 and GDAL 3 compatibility in 7.8**
     43
     44The GRASS GIS 7.8.2 release provides '''more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B09-04-19%7D...releasebranch_7_8@%7B12-06-19%7D  80 fixes and improvements]''' with respect to the stable release 7.8.0.
     45
     46==== New modules ====
     47
     48 * n/a
     49
     50==== Major module changes ====
     51
     52(see also below for closed bugs)
     53
     54 * G78:...
     55
     56==== Minor module changes ====
     57
     58(see also below for closed bugs)
     59
     60 * G78:...
     61
     62==== Improvements in the Graphical User Interface ====
     63
     64 * wxGUI: fixed "ImportError: cannot import name 'NewIdRef' on some systems
     65
     66==== Python scripting ====
     67
     68 * stability fixes regarding the Python 3 support
     69
     70==== Projection support ====
     71
     72 * ...
     73
     74==== GDAL support ====
     75
     76 * GDAL 3 support: fixed missing `gdal300.dll error`
     77
     78==== Database support ====
     79
     80 * n/a
     81
     82==== Library changes ====
     83
     84 * n/a
     85
     86==== JSON /  REST support ====
     87
     88 * ...
     89
     90==== Unit tests / CI ====
     91
     92 * n/a
     93
     94==== User Manuals - Documentation ====
     95
     96 * ...
     97
     98==== Portability ====
     99
     100 * ...
     101
     102==== Docker support ====
     103
     104 * ...
     105
     106==== Message Translations ====
     107
     108 * i18N: added new translations from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/)
     109
     110=== New Addons since GRASS 7.8.1 ===
     111
     112 * ...
     113
     114=== Closed tickets ===
     115
     116==== Closed bugs since the last release ====
     117
     118[[TicketQuery(status=closed&milestone=7.8.2&type=defect&resolution=fixed&order=priority)]]
     119
     120==== Closed wishes since the last release ====
     121
     122[[TicketQuery(status=closed&milestone=7.8.2&type=enhancement&resolution=fixed&order=priority)]]