Changes between Version 5 and Version 6 of Release/7.8.5-News
- Timestamp:
- 12/21/20 11:02:35 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.5-News
v5 v6 9 9 ==== Stable Release ==== 10 10 11 * ~~Release date: ''DD MMM 2020''~~12 * ~~Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.5.gz~~13 * ~~Binaries: https://grass.osgeo.org/download/software/#g78x~~14 * ~~Source code:~~15 * ~~https://github.com/OSGeo/grass/releases/tag/7.8.5~~16 * ~~https://grass.osgeo.org/grass78/source/grass-7.8.5.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.5.md5sum md5sum])~~11 * Release date: ''21 Dec 2020'' 12 * Changelog: https://grass.osgeo.org/grass78/source/ChangeLog_7.8.5.gz 13 * Binaries: https://grass.osgeo.org/download/software/#g78x 14 * Source code: 15 * https://github.com/OSGeo/grass/releases/tag/7.8.5 16 * https://grass.osgeo.org/grass78/source/grass-7.8.5.tar.gz ([https://grass.osgeo.org/grass78/source/grass-7.8.5.md5sum md5sum]) 17 17 18 18 ==== Release Candidate 1 (RC1) ==== … … 40 40 The focus of this release are stability fixes. It fixes startup issues in the graphical user interface with recent Python 3 versions. Furthermore, the addon extension manager received several updates. Further stability fixes, documentation improvements and updated message translations are included. 41 41 42 The GRASS GIS 7.8.5 release provides more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B10-05-20%7D...releasebranch_7_8@%7B12- 06-20%7D 70 fixes and improvements] with respect to the release 7.8.4.42 The GRASS GIS 7.8.5 release provides more than [https://github.com/OSGeo/grass/compare/releasebranch_7_8@%7B10-05-20%7D...releasebranch_7_8@%7B12-21-20%7D 80 fixes and improvements] with respect to the release 7.8.4. 43 43 44 44 ==== New modules ==== … … 61 61 (see also below for closed bugs) 62 62 63 * G78:d.correlate: fix for Python 3 (PR:1149) 63 64 * G78:d.legend: Fix position of units and background (PR:1075) 64 65 * G78:d.polar: fix launch module (py3) and write output EPS file (PR:1107) … … 68 69 * G78:g.extension: fix 'rate limit exceeded' http error during request json file (add-ons paths) from the official add-ons github server url (PR:1106) 69 70 * G78:g.extension: set request header (allow downloading addon from gitlab repository) (PR:683) 71 * G78:g.extension: fix parse PGM variable from Makefile (PR:1181) 70 72 * G78:i.image.mosaic: fix encode, decode string (PR:1035) 71 73 * G78:r.contour: fix an error message text (PR:1014) … … 94 96 * wxGUI: Remove calls of unicode function which don't work in Python 3 (PR:1111) 95 97 * wxGUI: Replace getchildren and getiterator from !ElementTree (PR:1120) 98 * wxGUI: fix wxPython 4.1 support (PR:1161) 99 * wxGUI/gselect: fix select widget for wxGUI 'd.vect' module (PR:1195) 96 100 * wxGUI/lmgr: fix add group layer during vector map editing (PR:1109) 97 101 * wxGUI/lmgr: fix get layer name if layer is group (PR:1066) … … 100 104 * wxGUI/psmap: properly isolate region setting from the rest of GUI (PR:1127) 101 105 * wxGUI/vselect: fix show error message if selected map layer type is not vector (PR:1059) 106 * wxGUI/Save display to file dialog: add wxPython 4.1 support (PR:1175) 107 * wxGUI/tplot/timeplot: fixes for Matplotlib 3.3+ (PR:1191) 102 108 103 109 ==== Python scripting ==== … … 147 153 ==== Docker support ==== 148 154 149 * n/a155 * docker: update Ubuntu based images to 20.04 (PR:1180) 150 156 151 157 ==== Message Translations ====