Changes between Version 7 and Version 8 of Release/7.0.2-News


Ignore:
Timestamp:
Nov 3, 2015, 1:07:58 AM (9 years ago)
Author:
neteler
Comment:

GRASS GIS 7.0.2RC2 released

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.0.2-News

    v7 v8  
    1515}}}
    1616
    17 ~~Release Candidate 2 (RC2):~~
    18  * ~~Release date: ''XX Oct 2015''~~
    19  * ~~Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.2RC2.gz~~
    20  * ~~Source code: http://grass.osgeo.org/grass70/source/grass-7.0.2RC2.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.2RC2.md5sum md5sum])~~
    21  * ~~SVN Source Code Checkout 7.0.2RC2:~~
     17==== Release Candidate 2 (RC2) ====
     18
     19 * Release date: ''03 Nov 2015''
     20 * Changelog: http://grass.osgeo.org/grass70/source/ChangeLog_7.0.2RC2.gz
     21 * Source code: http://grass.osgeo.org/grass70/source/grass-7.0.2RC2.tar.gz ([http://grass.osgeo.org/grass70/source/grass-7.0.2RC2.md5sum md5sum])
     22 * SVN Source Code Checkout 7.0.2RC2:
    2223{{{
    23   svn checkout http://svn.osgeo.org/grass/grass/tags/release_201510XX_grass_7_0_2RC2
     24  svn checkout http://svn.osgeo.org/grass/grass/tags/release_20151103_grass_7_0_2RC2
    2425}}}
    2526
     
    5657==== Major module changes ====
    5758
     59 * G7:i.modis.qc: sync to trunk for various bugfixes
    5860 * G7:v.buffer: implement -c -s flags also for GEOS; explain corners (caps) with screenshots
    5961
    6062==== Minor module changes ====
    6163
     64 * G7:db.in.ogr: fix when DB connection is not defined
    6265 * G7:g.proj: fix compilation issue when OGR is disabled
    6366 * G7:r.in.gdal: add -j flag to perform projection check only (used by r.import) (r65911, fixes r66466)
    6467 * G7:r.patch: call Rast_cell_size just once, not for every cell (backport r64877 and part of 66449)
    6568 * G7:r.unpack/v.unpack: fix importing to xy location, see #2726
     69 * G7:t.shift: fixed wrong type in t.shift
     70 * temporal library: Ignore the warning of missing mapset ownership
     71 * temporal modules (t.*): Fixed usage of the 'z' flag; inform user then -z flag is switched on (much slower then) (trunk, r66319 + r66341)
    6672 * G7:v.distance: tell user if input is 3D (esp. relevant for v.what.vect)
    6773 * G7:v.in.ogr: wrong projection check when importing geometry column from table with multiple geometry columns (#2740)
     
    6975 * G7:v.krige: updated to rgrass7 - sync to trunk (contributed by pvanbosgeo)
    7076 * G7:v.pack: also package PROJ_EPSG if available (as available in newer locations)
    71  * G7:v.pack: also package PROJ_EPSG if available (as in newer locations)
    7277 * G7:v.unpack: fix unpacking when name of archive and the packed map differ (merge from trunk, r66021)
    73  * temporal modules (t.*): Fixed usage of the 'z' flag; inform user then -z flag is switched on (much slower then) (trunk, r66319 + r66341)
     78
    7479==== GUI changes ====
    7580
     81 * wxGUI: add waiting cursor for histogram +scatter wxplot tools
     82 * wxGUI: add r.import and v.import to menu
     83 * wxGUI: fix import order so that GUI doesn't crash when there is a problem with ctypes (merge from trunk, r66065)
     84 * wxGUI: fix GDALImport dialog to add multiple imported layers to layer manager; update onDone methods to pass event as argument (merge from trunk, r64372 and r64373)
    7685 * wxGUI/vnet: fix known problem with !StaticBoxes on Mac (merge from trunk, r66497)
    7786 * wxGUI/vdigit: fix attribute dialog blocking window on MacOSX with wxpython 3 (merge from trunk, r65606)
    7887 * wxGUI/animation: backport improvements from code sprint (resizing, text color, nprocs)
    79  * wxGUI: fix import order so that GUI doesn't crash when there is a problem with ctypes (merge from trunk, r66065)
    80  * wxGUI: fix GDALImport dialog to add multiple imported layers to layer manager; update onDone methods to pass event as argument (merge from trunk, r64372 and r64373)
     88 * wxGUI/modeler: fix for wxPython3
     89 * wxGUI/nviz: fix coloring isosurfaces
    8190
    8291==== Library changes ====
     
    8796
    8897 * pygrass modules: Fixed #2731 reading gisrc with multiple : in an entry caused problems (trunk, r66061)
     98 * sphinx Python lib docs: fix language definition for 'make libpythonlatexpdf'
    8999
    90100==== Map projection changes ====
     
    94104==== Portability changes ====
    95105
    96  * none
     106===== MS Windows =====
    97107
    98 ==== MS Windows ====
    99 
    100  * winGRASS installer: offer Spearfish Location for GRASS GIS 7, not 6
     108 * fix font list creation during installation
    101109 * GRASS-Installer.nsi.tmpl: sync with trunk regarding g.mkfontcap run during standalone installation
    102110 * GRASS-Installer.nsi: !SetOnFile -> !GrantOnFile
    103  * winGRASS installer: fix spearfish60_grass7 DB (use G7 version, not G6 version)
     111 * winGRASS installer: offer Spearfish Location (spearfish60_grass7) for GRASS GIS 7, not 6
     112 * wxGUI: fix loading workspace on Windows when workspace was saved when map window is minimized
    104113
    105114==== Manual pages ====
    106115
     116 * G7:d.correlate: screenshot added
    107117 * G7:g.gui.vdigit manual: update 'Copy features from (background) vector map' description
     118 * G7:i.cluster manual: expanded for algorithm description (trunk, r66233)
     119 * G7:i.segment manual: Landsat7 example added
     120 * G7:r.regression.line manual: update example to NC dataset
     121 * G7:r.resamp.stats: screenshot added
     122 * G7:t.register manual: extend manual
     123 * G7:v.in.db manual: Open Document spreadsheet added
     124 * G7:v.lidar.edgedetection: complete example and 2D and 3D picture (backport r66147)
    108125 * G7:v.overlay: screenshots added
     126 * G7:v.select manual: full set of NC example added (contributed by Carol X Garzon-Lopez)
    109127 * G7:v.select: screenshots added
    110  * G7:v.lidar.edgedetection: complete example and 2D and 3D picture (backport r66147)
    111  * G7:v.in.db manual: Open Document spreadsheet added
    112  * G7:i.segment manual: Landsat7 example added
    113  * G7:t.register manual: extend manual
    114  * G7:i.cluster manual: expanded for algorithm description (trunk, r66233)
    115  * G7:v.select manual: full set of NC example added (contributed by Carol X Garzon-Lopez)
    116128
    117129==== Message translation updates ====