| 1 | = GRASS GIS 8.0.0 = |
| 2 | |
| 3 | [[TOC]] |
| 4 | |
| 5 | A short summary of changes: '''[wiki:Grass8/NewFeatures80 New features in GRASS 8.0]''' |
| 6 | |
| 7 | === Releases === |
| 8 | |
| 9 | ==== Stable Release ==== |
| 10 | |
| 11 | * ... |
| 12 | |
| 13 | ==== Release Candidate 2 (RC2) ==== |
| 14 | |
| 15 | * ... |
| 16 | |
| 17 | ==== Release Candidate 1 (RC1) ==== |
| 18 | |
| 19 | * Release date: ''DD MM 2021'' |
| 20 | * Changelog: https://grass.osgeo.org/grass80/source/ChangeLog_8.0.0RC1.gz |
| 21 | * Binaries: https://grass.osgeo.org/download/software/#g80x |
| 22 | * Source code: |
| 23 | * https://github.com/OSGeo/grass/releases/tag/8.0.0RC1 |
| 24 | * https://grass.osgeo.org/grass80/source/grass-8.0.0RC1.tar.gz ([https://grass.osgeo.org/grass80/source/grass-8.0.0RC1.md5sum md5sum]) |
| 25 | |
| 26 | === Git Source Code === |
| 27 | |
| 28 | * Milestone: [https://github.com/OSGeo/grass/milestone/4?closed=1 "8.0.0"] |
| 29 | * Release branch created on Nov 13, 2021 |
| 30 | * Git clone of latest 8.0 release branch (including yet unpublished bugfixes): |
| 31 | {{{ |
| 32 | git clone https://github.com/OSGeo/grass.git |
| 33 | cd grass |
| 34 | git checkout releasebranch_8_0 |
| 35 | }}} |
| 36 | |
| 37 | === Overview of changes === |
| 38 | |
| 39 | The focus of this release is on stability fixes, documentation improvements and updated message translations. ... |
| 40 | |
| 41 | The GRASS GIS 8.0.0 release provides more than [https://github.com/OSGeo/grass/compare/releasebranch_8_0@%7B10-10-21%7D...releasebranch_8_0@%7B10-12-21%7D XXX fixes and improvements] with respect to the release 7.8.7. |
| 42 | |
| 43 | ==== New modules ==== |
| 44 | |
| 45 | * G80:... |
| 46 | |
| 47 | ==== Major module changes ==== |
| 48 | |
| 49 | (see also below for closed bugs) |
| 50 | |
| 51 | * G80:... |
| 52 | |
| 53 | ==== Minor module changes ==== |
| 54 | |
| 55 | (see also below for closed bugs) |
| 56 | |
| 57 | * G80:i.vi: fix PVI formula (PR:1985) |
| 58 | |
| 59 | ==== GUI: Improvements in the Graphical User Interface ==== |
| 60 | |
| 61 | * entire rewrite of GRASS GIS startup (PR:XXX) |
| 62 | * wxGUI/... |
| 63 | |
| 64 | ==== Python scripting ==== |
| 65 | |
| 66 | * ... |
| 67 | |
| 68 | ==== Projection support ==== |
| 69 | |
| 70 | * ... |
| 71 | |
| 72 | ==== GDAL support ==== |
| 73 | |
| 74 | * ... |
| 75 | |
| 76 | ==== Database support ==== |
| 77 | |
| 78 | * n/a |
| 79 | |
| 80 | ==== Library changes ==== |
| 81 | |
| 82 | * ... |
| 83 | |
| 84 | ==== JSON / REST support ==== |
| 85 | |
| 86 | * ... |
| 87 | |
| 88 | ==== Code quality ==== |
| 89 | |
| 90 | * ... |
| 91 | |
| 92 | ==== Unit tests / CI ==== |
| 93 | |
| 94 | * ... |
| 95 | |
| 96 | ==== User Manuals - Documentation ==== |
| 97 | |
| 98 | * ... |
| 99 | |
| 100 | ==== Portability ==== |
| 101 | |
| 102 | * ... |
| 103 | |
| 104 | ==== Docker support ==== |
| 105 | |
| 106 | * ... |
| 107 | |
| 108 | ==== Message Translations ==== |
| 109 | |
| 110 | * i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) (PR:xxx) |
| 111 | |
| 112 | ==== Packaging ==== |
| 113 | |
| 114 | * ... |
| 115 | |
| 116 | === New Addons since GRASS 7.8.7 === |
| 117 | |
| 118 | {{{ |
| 119 | #!htmlcomment |
| 120 | Get from here: ("new addons" tag) |
| 121 | https://github.com/OSGeo/grass-addons/pulls?q=is%3Apr+label%3A%22new+addon%22+is%3Aclosed |
| 122 | }}} |
| 123 | * G7A:xxx |
| 124 | |
| 125 | === Closed !GitHub tickets since the last release === |
| 126 | |
| 127 | See [https://github.com/OSGeo/grass/milestone/6?closed=1 GitHub]. |
| 128 | |
| 129 | For old trac tickets, see below. |
| 130 | |
| 131 | ==== Closed trac bugs since the last release ==== |
| 132 | |
| 133 | [[TicketQuery(status=closed&milestone=8.0.0&type=defect&resolution=fixed&order=priority)]] |
| 134 | |
| 135 | ==== Closed trac wishes since the last release ==== |
| 136 | |
| 137 | [[TicketQuery(status=closed&milestone=8.0.0&type=enhancement&resolution=fixed&order=priority)]] |