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


Ignore:
Timestamp:
Mar 3, 2019, 11:58:29 AM (5 years ago)
Author:
neteler
Comment:

+ Release/7.6.1-News draft

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.6.1-News

    v1 v1  
     1= GRASS GIS 7.6.1 =
     2
     3[[TOC]]
     4
     5A short summary of changes: '''[wiki:Grass7/NewFeatures76 New features in GRASS 7.6]'''
     6
     7=== Releases ===
     8
     9==== Stable Release ====
     10
     11 * tbd
     12
     13==== Release Candidate 1 (RC1) ====
     14
     15 * Release date: ''DD MMM 2019''~~
     16 * Changelog: https://grass.osgeo.org/grass76/source/ChangeLog_7.6.1RC1.gz
     17 * Binaries: ​https://grass.osgeo.org/download/software/#g76x
     18 * Source code: https://grass.osgeo.org/grass76/source/grass-7.6.1RC1.tar.gz ([https://grass.osgeo.org/grass76/source/grass-7.6.1RC1.md5sum md5sum])
     19 * SVN Source Code Checkout 7.6.0RC1:
     20{{{
     21  svn checkout https://svn.osgeo.org/grass/grass/tags/release_2019MMMDD_grass_7_6_0RC1
     22}}}
     23
     24=== SVN Source Code ===
     25
     26 * Milestone: [milestone:"7.6.1"]
     27 * Release branch created in r73210
     28 * SVN Checkout latest 7.6 release branch (including yet unpublished bugfixes):
     29{{{
     30  svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_7_6
     31}}}
     32
     33=== Overview of changes ===
     34
     35A series of new features and stability fixes, manual improvements, and a few language translations have been added. Importantly, the new version is backward compatible with older 7.x releases.
     36
     37The GRASS GIS 7.6.1 release provides '''more than XXX fixes and improvements''' with respect to the stable release 7.6.0.
     38
     39==== New modules ====
     40
     41 * n/a
     42
     43==== Major module changes ====
     44
     45(see also below for closed bugs)
     46
     47 * G76:v.external: enable GRASS-internal PostGIS driver again
     48
     49==== Minor module changes ====
     50
     51(see also below for closed bugs)
     52
     53 * G76:r.buildvrt: manual cosmetics
     54 * G76:r.compress: fix for r74005 to avoid nul msg when GRASS_COMPRESSOR undefined; print which compression method is actually applied
     55 * G76:r.compress: update documentation with regard to ZSTD as default compression if available, see #3758
     56 * G76:r.kappa: Pass correct map@mapset combo to the r.stats call
     57 * G76:r.stats manual: example of report raster cell counts of multiple raster maps added; use <h3> tag in examples
     58 * G76:v.in.ogr: set spatial filter to correct geometry field if geometry option is given
     59 * G76:v.out.lidar: print names of column/table in error messages
     60
     61==== Improvements in the Graphical User Interface ====
     62
     63 * n/a
     64
     65==== Python scripting ====
     66
     67 * n/a
     68
     69==== Projection support ====
     70
     71 * n/a
     72
     73==== Library changes ====
     74
     75 * change libname to major.minor, see #3728
     76 * libgis: do_spawn() notify which command failed and why
     77 * mkhtml.py: catch Python-3.6 unicode error in escape_href() for lib/init/helptext.html
     78 * grass.py: browser = "xdg-open" as fallback; no browser message spam in batch jobs; small help text wording and standardization
     79 * grass.py: fix r73977 as "grass_gui" var does not exist on headless cloud systems
     80
     81==== Unit tests ====
     82
     83 * G76:Travis-CI: updated to use xenial instead of the outdated trusty distro
     84 * test_framework_GRASS_GIS_with_NC.sh: moved into 'examples/' subdir to prevent from undesired execution in online testsuite
     85 * test_framework_GRASS_GIS_with_NC.sh: store configuration in separate file
     86
     87==== User Manuals - Documentation ====
     88
     89 * G76:r.compress manual: ZLIB is no longer the default compression method (ZSTD is the default), updated
     90
     91==== Portability ====
     92
     93 * wingrass: change installation target, see #3732
     94 * wingrass: wrong OSGEO4W_ROOT when installing OSGeo4W to different target directory, see #3724
     95
     96==== Docker support ====
     97
     98 * n/a
     99 * docker image available at https://hub.docker.com/r/mundialis/grass-gis-stable/
     100
     101==== Message Translations ====
     102
     103 * i18N: added new translations from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/)
     104
     105=== New Addons since GRASS 7.6.0 ===
     106
     107 * G7A:...
     108
     109=== Closed tickets ===
     110
     111==== Closed bugs since the last release ====
     112
     113[[TicketQuery(status=closed&milestone=7.6.1&type=defect&resolution=fixed&order=priority)]]
     114
     115==== Closed wishes since the last release ====
     116
     117[[TicketQuery(status=closed&milestone=7.6.1&type=enhancement&resolution=fixed&order=priority)]]