| 1 | = GRASS GIS 7.8.7 = |
| 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 | * ... |
| 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/grass78/source/ChangeLog_7.8.7RC1.gz |
| 21 | * Binaries: https://grass.osgeo.org/download/software/#g78x |
| 22 | * Source code: |
| 23 | * https://github.com/OSGeo/grass/releases/tag/7.8.7RC1 |
| 24 | * https://grass.osgeo.org/grass78/source/grass-7.8.7RC1.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.7RC1.md5sum md5sum]) |
| 25 | |
| 26 | === Git Source Code === |
| 27 | |
| 28 | * Milestone: [https://github.com/OSGeo/grass/milestone/6?closed=1 "7.8.7"] |
| 29 | * Release branch created on 4 Aug 2019 (GH d4879d4) |
| 30 | * Git clone of latest 7.8 release branch (including yet unpublished bugfixes): |
| 31 | {{{ |
| 32 | git clone https://github.com/OSGeo/grass.git |
| 33 | cd grass |
| 34 | git checkout releasebranch_7_8 |
| 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 7.8.7 release provides more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B10-10-21%7D...releasebranch_7_8@%7B10-12-21%7D XXX fixes and improvements] with respect to the release 7.8.6. |
| 42 | |
| 43 | ==== New modules ==== |
| 44 | |
| 45 | * G78:... |
| 46 | |
| 47 | ==== Major module changes ==== |
| 48 | |
| 49 | (see also below for closed bugs) |
| 50 | |
| 51 | * G78:... |
| 52 | |
| 53 | ==== Minor module changes ==== |
| 54 | |
| 55 | (see also below for closed bugs) |
| 56 | |
| 57 | * G78:i.vi: fix PVI formula (PR:1985) |
| 58 | |
| 59 | ==== GUI: Improvements in the Graphical User Interface ==== |
| 60 | |
| 61 | * wxGUI/... |
| 62 | |
| 63 | ==== Python scripting ==== |
| 64 | |
| 65 | * ... |
| 66 | |
| 67 | ==== Projection support ==== |
| 68 | |
| 69 | * ... |
| 70 | |
| 71 | ==== GDAL support ==== |
| 72 | |
| 73 | * ... |
| 74 | |
| 75 | ==== Database support ==== |
| 76 | |
| 77 | * n/a |
| 78 | |
| 79 | ==== Library changes ==== |
| 80 | |
| 81 | * ... |
| 82 | |
| 83 | ==== JSON / REST support ==== |
| 84 | |
| 85 | * ... |
| 86 | |
| 87 | ==== Code quality ==== |
| 88 | |
| 89 | * ... |
| 90 | |
| 91 | ==== Unit tests / CI ==== |
| 92 | |
| 93 | * ... |
| 94 | |
| 95 | ==== User Manuals - Documentation ==== |
| 96 | |
| 97 | * ... |
| 98 | |
| 99 | ==== Portability ==== |
| 100 | |
| 101 | * ... |
| 102 | |
| 103 | ==== Docker support ==== |
| 104 | |
| 105 | * ... |
| 106 | |
| 107 | ==== Message Translations ==== |
| 108 | |
| 109 | * i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) (PR:xxx) |
| 110 | |
| 111 | ==== Packaging ==== |
| 112 | |
| 113 | * ... |
| 114 | |
| 115 | === New Addons since GRASS 7.8.6 === |
| 116 | |
| 117 | {{{ |
| 118 | #!htmlcomment |
| 119 | Get from here: ("new addons" tag) |
| 120 | https://github.com/OSGeo/grass-addons/pulls?q=is%3Apr+label%3A%22new+addon%22+is%3Aclosed |
| 121 | }}} |
| 122 | * G7A:xxx |
| 123 | |
| 124 | === Closed !GitHub tickets since the last release === |
| 125 | |
| 126 | See [https://github.com/OSGeo/grass/milestone/6?closed=1 GitHub]. |
| 127 | |
| 128 | For old trac tickets, see below. |
| 129 | |
| 130 | ==== Closed trac bugs since the last release ==== |
| 131 | |
| 132 | [[TicketQuery(status=closed&milestone=7.8.7&type=defect&resolution=fixed&order=priority)]] |
| 133 | |
| 134 | ==== Closed trac wishes since the last release ==== |
| 135 | |
| 136 | [[TicketQuery(status=closed&milestone=7.8.7&type=enhancement&resolution=fixed&order=priority)]] |