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


Ignore:
Timestamp:
Oct 29, 2019, 2:21:55 PM (5 years ago)
Author:
neteler
Comment:

GRASS GIS 7.8.1RC1 released

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.1-News

    v1 v1  
     1= GRASS GIS 7.8.1 =
     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 * TBD
     12
     13==== Release Candidate 1 (RC1) ====
     14
     15 * Release date: ''29 Oct 2019''
     16 * Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.1RC1.gz
     17 * Binaries: ​https://grass.osgeo.org/download/software/#g78x
     18 * Source code:
     19   * https://github.com/OSGeo/grass/releases/tag/7.8.1RC1
     20   * https://grass.osgeo.org/grass78/source/grass-7.8.1RC1.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.1RC1.md5sum md5sum])
     21
     22=== Git Source Code ===
     23
     24 * Milestone: [milestone:"7.8.1"]
     25 * Release branch created on 4 Aug 2019 (GH d4879d4)
     26 * Git clone of latest 7.8 release branch (including yet unpublished bugfixes):
     27{{{
     28  git clone https://github.com/OSGeo/grass.git
     29  cd grass
     30  git checkout releasebranch_7_8
     31}}}
     32
     33=== Overview of changes ===
     34
     35The most important change is the new Python-3 support. In this release, PROJ 6 and GDAL 3 support has been added. Importantly, the new version is backward compatible with older 7.x releases.
     36
     37**Breaking news: Python 3 compatibility in 7.8**
     38
     39The GRASS GIS 7.8.1 release provides '''more than [https://github.com/OSGeo/grass/compare/releasebranch_7_6...releasebranch_7_8 TODO fixes and improvements]''' with respect to the stable release 7.8.0.
     40
     41==== New modules ====
     42
     43 * G78:...
     44
     45==== Major module changes ====
     46
     47(see also below for closed bugs)
     48
     49 * G78:...
     50
     51==== Minor module changes ====
     52
     53(see also below for closed bugs)
     54
     55Modules:
     56 * G78:...
     57
     58==== Improvements in the Graphical User Interface ====
     59
     60 * wxGUI: fixes for Python 3
     61
     62==== Python scripting ====
     63
     64 * ...
     65
     66==== Projection support ====
     67
     68 * libproj: PROJ 6 support added
     69
     70==== Database support ====
     71
     72 * ...
     73
     74==== Library changes ====
     75
     76 * ...
     77
     78==== Unit tests / CI ====
     79
     80 * ...
     81
     82==== User Manuals - Documentation ====
     83
     84 * various manual pages: examples added/updated
     85
     86==== Portability ====
     87
     88 * Python-3 support implemented across the tree
     89
     90==== Docker support ====
     91
     92 * Various docker images listed at: https://grass.osgeo.org/download/software/docker-images/
     93 * Dockerfile: updated to Python 3 and various base distributions
     94
     95==== Message Translations ====
     96
     97 * i18N: added new translations from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/)
     98
     99=== New Addons since GRASS 7.8.0 ===
     100
     101 * G7A:...
     102
     103=== Closed tickets ===
     104
     105==== Closed bugs since the last release ====
     106
     107[[TicketQuery(status=closed&milestone=7.8.1&type=defect&resolution=fixed&order=priority)]]
     108
     109==== Closed wishes since the last release ====
     110
     111[[TicketQuery(status=closed&milestone=7.8.1&type=enhancement&resolution=fixed&order=priority)]]