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


Ignore:
Timestamp:
Mar 4, 2018, 10:57:34 AM (6 years ago)
Author:
neteler
Comment:

Draft

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.2.3-News

    v1 v1  
     1= GRASS GIS 7.2.3 =
     2
     3[[TOC]]
     4
     5A short summary of changes: '''[wiki:Grass7/NewFeatures72 New features in GRASS 7.2]''' (note: current is '''[wiki:Grass7/NewFeatures74 New features in GRASS 7.2]''')
     6
     7
     8=== Releases ===
     9
     10==== Stable Release ====
     11
     12 * ~~Release date: ''XX YYY 2018''~~
     13 * ~~Announcement: tbd~~
     14 * ~~Changelog: https://grass.osgeo.org/grass72/source/ChangeLog_7.2.3.gz~~
     15 * ~~Binaries: ​https://grass.osgeo.org/download/software/#G72x~~
     16 * ~~Source code: https://grass.osgeo.org/grass72/source/grass-7.2.3.tar.gz ([https://grass.osgeo.org/grass72/source/grass-7.2.3.md5sum md5sum])~~
     17 * ~~SVN Source Code Checkout 7.2.3:~~
     18{{{
     19  svn checkout https://svn.osgeo.org/grass/grass/tags/release_2018XXYY_grass_7_2_3
     20}}}
     21
     22==== Release Candidate 1 (RC1) ====
     23
     24 * ~~Release date: ''XX YYY 2018''~~
     25 * ~~Changelog: https://grass.osgeo.org/grass72/source/ChangeLog_7.2.3RC1.gz~~
     26 * ~~Binaries: ​https://grass.osgeo.org/download/software/#G72x~~
     27 * ~~Source code: https://grass.osgeo.org/grass72/source/grass-7.2.3RC1.tar.gz ([https://grass.osgeo.org/grass72/source/grass-7.2.3RC1.md5sum md5sum])~~
     28 * ~~SVN Source Code Checkout 7.2.3RC1:~~
     29{{{
     30  svn checkout https://svn.osgeo.org/grass/grass/tags/release_2018XXYY_grass_7_2_3RC1
     31}}}
     32
     33=== SVN Source Code ===
     34
     35 * Milestone: [milestone:"7.2.3"]
     36 * SVN Checkout latest 7.2 release branch (including yet unpublished bugfixes):
     37{{{
     38  svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_7_2
     39}}}
     40
     41=== Overview of changes ===
     42
     43A series of new features and stability fixes, manual improvements, and a few language translations have been added.
     44
     45The GRASS GIS 7.2.3 release provides '''more than 710 fixes and improvements''' with respect to the stable release 7.2.0.
     46
     47==== New modules ====
     48
     49 * n/a
     50
     51==== Major module changes ====
     52
     53(see also below for closed bugs)
     54
     55 * n/a
     56
     57==== Minor module changes ====
     58
     59(see also below for closed bugs)
     60
     61 * grass startup script: added version output 'grass72 --config version'
     62 * G72:d.mon: notes on functionality added
     63 * G72:i.vi: fix typo in ndvi from Sentinel bands
     64 * G72:r.in.srtm: Print an error not fail in XY location
     65 * G72:r.out.gdal: export inf values
     66 * G72:r.random.surface: rename variable Surface to RSurface to avoid compiler error
     67 * G72:r.stream.extract: remove problematic infinity as default, use 64 bit integer to support large regions …
     68 * G72:r.viewshed: fix binary output
     69 * G72:r.watershed: reduce chance of integer overflow
     70 * G72:t.rast.mapcalc and t.rast.algebra: manual edits (trunk, r71879)
     71 * G72:v.external manual: limitations added
     72 * G72:v.external: mixed up IDs from PostGIS tables, fixes #3248
     73 * G72:v.import: do not snap by default
     74 * G72:v.info: Added layer specific database information to extended metadata
     75 * G72:v.voronoi: update parameter description
     76
     77=== Improvements in the Graphical User Interface ===
     78
     79 * ...
     80
     81=== Scripting ===
     82
     83 * ...
     84
     85=== Projection support ===
     86
     87 * ...
     88
     89=== Library changes ===
     90
     91 * use GEOS C API (#3421). Credits to Bas Couwenberg
     92 * diglib: fix bug caused by compiler optimizations
     93 * iostreamlib: fix memory manager
     94 * pythonlib: add addon bin dir to path on all platforms
     95 * rasterlib: Eliminate RPC/XDR dependency from raster library
     96
     97=== Improvements in the Graphical User Interface ===
     98
     99 * G72:wxGUI: fix WMS service in latlong locations
     100
     101=== User Manuals - Documentation ===
     102
     103 * Various manual pages: new screenshots added, thanks to [https://grasswiki.osgeo.org/wiki/GRASS_GCI_Ideas_2017 Google Code-in]
     104 * added missing height HTML tags according to submitting rules (needed for wxGIU html browser
     105
     106=== Message Translations ===
     107
     108 * Translations now managed in Transifex (please join and translate messages): https://www.transifex.com/grass-gis/grass72
     109
     110=== Dockerfile ===
     111
     112 * Updated, docker image e.g. available at https://hub.docker.com/r/neteler/grassgis7/
     113
     114=== New Addons since GRASS 7.2.2 ===
     115
     116 * G7A:...
     117
     118=== Closed tickets ===
     119
     120==== Closed bugs since the last release ====
     121
     122[[TicketQuery(status=closed&milestone=7.2.3&type=defect&resolution=fixed&order=priority)]]
     123
     124==== Closed wishes since the last release ====
     125
     126[[TicketQuery(status=closed&milestone=7.2.3&type=enhancement&resolution=fixed&order=priority)]]
     127