| 1 | = GRASS GIS 7.8.3 = |
| 2 | |
| 3 | [[TOC]] |
| 4 | |
| 5 | A 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 2020''~~ |
| 12 | * ~~Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.3.gz~~ |
| 13 | * ~~Binaries: https://grass.osgeo.org/download/software/#g78x~~ |
| 14 | * ~~Source code:~~ |
| 15 | * ~~https://github.com/OSGeo/grass/releases/tag/7.8.3~~ |
| 16 | * ~~https://grass.osgeo.org/grass78/source/grass-7.8.3.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.3.md5sum md5sum])~~ |
| 17 | |
| 18 | ==== Release Candidate 1 (RC1) ==== |
| 19 | |
| 20 | * Release date: ''26 Apr 2020'' |
| 21 | * Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.3RC1.gz |
| 22 | * Binaries: https://grass.osgeo.org/download/software/#g78x |
| 23 | * Source code: |
| 24 | * https://github.com/OSGeo/grass/releases/tag/7.8.3RC1 |
| 25 | * https://grass.osgeo.org/grass78/source/grass-7.8.3RC1.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.3RC1.md5sum md5sum]) |
| 26 | |
| 27 | === Git Source Code === |
| 28 | |
| 29 | * Milestone: [milestone:"7.8.3"] |
| 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 | |
| 40 | The focus of this release are stability fixes. |
| 41 | |
| 42 | Important stability fixes across the tree related to Python 3. |
| 43 | |
| 44 | The GRASS GIS 7.8.3 release provides '''more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B12-11-19%7D...releasebranch_7_8@%7B26-04-20%7D 198 fixes and improvements]''' with respect to the release 7.8.2. |
| 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: ... |
| 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 | * ... |
| 77 | |
| 78 | ==== Database support ==== |
| 79 | |
| 80 | * ... |
| 81 | |
| 82 | ==== Library changes ==== |
| 83 | |
| 84 | * ... |
| 85 | |
| 86 | ==== JSON / REST support ==== |
| 87 | |
| 88 | * ... |
| 89 | |
| 90 | ==== Unit tests / CI ==== |
| 91 | |
| 92 | * ... |
| 93 | |
| 94 | |
| 95 | ==== User Manuals - Documentation ==== |
| 96 | |
| 97 | * Cleanup of multiple manual pages |
| 98 | |
| 99 | ==== Portability ==== |
| 100 | |
| 101 | * OSGeo4W: ... |
| 102 | * Mac: ... |
| 103 | |
| 104 | ==== Docker support ==== |
| 105 | |
| 106 | * Updates to Alpine docker files |
| 107 | |
| 108 | ==== Message Translations ==== |
| 109 | |
| 110 | * i18N: added new translations from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) |
| 111 | |
| 112 | === New Addons since GRASS 7.8.2 === |
| 113 | |
| 114 | * TODO |
| 115 | |
| 116 | === Closed tickets === |
| 117 | |
| 118 | ==== Closed bugs since the last release ==== |
| 119 | |
| 120 | [[TicketQuery(status=closed&milestone=7.8.3&type=defect&resolution=fixed&order=priority)]] |
| 121 | |
| 122 | ==== Closed wishes since the last release ==== |
| 123 | |
| 124 | [[TicketQuery(status=closed&milestone=7.8.3&type=enhancement&resolution=fixed&order=priority)]] |