Changes between Version 16 and Version 17 of Release/7.0.4-News


Ignore:
Timestamp:
Jun 1, 2016, 4:28:29 PM (8 years ago)
Author:
neteler
Comment:

G7: manual prefix updated to G70: due to change in InterMapTxt

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.0.4-News

    v16 v17  
    5050==== New modules ====
    5151
    52  * G7:g.search.modules - Search in GRASS modules using keywords
     52 * G70:g.search.modules - Search in GRASS modules using keywords
    5353
    5454==== Major module changes ====
    5555
    56  * G7:db.login + PG & mySQL driver: support hostname and port
    57  * G7:g.proj: read EPSG CSV files from GDAL data directory and no longer an private and meanwhile outdated copy (solves #2456)
    58  * G7:r.in.lidar: fix scan box calculation for percent < 100
    59  * G7:r.in.xyz: fix scan box calculation for percent < 100
    60  * G7:r.mapcalc: Fix row cache bug
    61  * G7:r.series: sync weights handling to r.neighbors
    62  * G7:r.sun: mode 1 fix for time offset due to timezone, see #2941 for explanations
    63  * G7:v.in.ogr: declare missing values in string and date fields as NULL, not empty strings
    64  * G7:v.select: fix reverse selection of areas
    65  * G7:v.net.steiner: shortest road is searched between node not line id's
     56 * G70:db.login + PG & mySQL driver: support hostname and port
     57 * G70:g.proj: read EPSG CSV files from GDAL data directory and no longer an private and meanwhile outdated copy (solves #2456)
     58 * G70:r.in.lidar: fix scan box calculation for percent < 100
     59 * G70:r.in.xyz: fix scan box calculation for percent < 100
     60 * G70:r.mapcalc: Fix row cache bug
     61 * G70:r.series: sync weights handling to r.neighbors
     62 * G70:r.sun: mode 1 fix for time offset due to timezone, see #2941 for explanations
     63 * G70:v.in.ogr: declare missing values in string and date fields as NULL, not empty strings
     64 * G70:v.select: fix reverse selection of areas
     65 * G70:v.net.steiner: shortest road is searched between node not line id's
    6666
    6767==== Minor module changes ====
    6868
    69  * G7:g.extension: option to specify proxy server #1434
    70  * G7:r.external: added -t flag for listing bands
    71  * G7:r.transect: use new r.profile parameter names
    72  * G7:v.db.join: fix cache exception
    73  * G7:v.db.select: increase query buffer
    74  * G7:v.distance: use bbox in 2D and 3D accordingly
    75  * G7:v.net.distance: change path categories, adjust line directions; add new flag to produce single line paths
    76  * G7:v.to.db: allow (unitless) calculation of perimeter in XY location
     69 * G70:g.extension: option to specify proxy server #1434
     70 * G70:r.external: added -t flag for listing bands
     71 * G70:r.transect: use new r.profile parameter names
     72 * G70:v.db.join: fix cache exception
     73 * G70:v.db.select: increase query buffer
     74 * G70:v.distance: use bbox in 2D and 3D accordingly
     75 * G70:v.net.distance: change path categories, adjust line directions; add new flag to produce single line paths
     76 * G70:v.to.db: allow (unitless) calculation of perimeter in XY location
    7777
    7878==== GUI changes ====
    7979
    80  * G7:g.gui.mapswipe: fix raster layout (wxPython3)
    81  * G7:g.gui.gmodeler - all layers rewritten by last output for more than one parameter; add support for dbtables; many further fixes
     80 * G70:g.gui.mapswipe: fix raster layout (wxPython3)
     81 * G70:g.gui.gmodeler - all layers rewritten by last output for more than one parameter; add support for dbtables; many further fixes
    8282 * Install additional hicolor icon sizes
    8383 * listing maps in map selection widget using natural sort (#2818)
     
    111111 * wingrass: document GRASS_SH (how to switch from cmd to bash, see r68212)
    112112 * wingrass: build against GDAL 2
    113  * wingrass: fix packaging of C++ modules (G7:r.watershed, G7:r.terraflow, and G7:i.atcorr), see #2959
    114  * wingrass (64bit): fix packaging of modules which depend on libLAS (G7:r.in.lidar and G7:v.in.lidar); already available in repackaged 7.0.3
     113 * wingrass: fix packaging of C++ modules (G70:r.watershed, G70:r.terraflow, and G70:i.atcorr), see #2959
     114 * wingrass (64bit): fix packaging of modules which depend on libLAS (G70:r.in.lidar and G70:v.in.lidar); already available in repackaged 7.0.3
    115115
    116116==== Manual pages ====
    117117
    118118 * manual: avoid specific gender
    119  * G7:d.mon: explain non-interactive use
    120  * G7:g.copy: update manual
    121  * G7:g.findfile manual: shell examples extended
    122  * G7:g.gui.gmodeler: major manual improvements
    123  * G7:g.proj: cleanup of examples
    124  * G7:r.in.xyz: improved example for x,y,z ASCII file import
    125  * G7:r.li manual: highlight GUI and configuration file
    126  * G7:r.water.outlet: update example
    127  * G7:r.pack manual: explain current region behaviour
    128  * G7:v.buffer manual: demystify caps
    129  * G7:v.net: update manual
    130  * G7:v.net.spanningtree: update manual
    131  * G7:v.proj manual: describe automated vertex densification
    132  * G7:v.split manual: examples updated
    133  * G7:v.to.points manual: new NC sample data example
    134  * G7:t.register manual: ECAD example added
    135  * G7:t.vect.observe.strds manual: demystify 'where' clause usage
     119 * G70:d.mon: explain non-interactive use
     120 * G70:g.copy: update manual
     121 * G70:g.findfile manual: shell examples extended
     122 * G70:g.gui.gmodeler: major manual improvements
     123 * G70:g.proj: cleanup of examples
     124 * G70:r.in.xyz: improved example for x,y,z ASCII file import
     125 * G70:r.li manual: highlight GUI and configuration file
     126 * G70:r.water.outlet: update example
     127 * G70:r.pack manual: explain current region behaviour
     128 * G70:v.buffer manual: demystify caps
     129 * G70:v.net: update manual
     130 * G70:v.net.spanningtree: update manual
     131 * G70:v.proj manual: describe automated vertex densification
     132 * G70:v.split manual: examples updated
     133 * G70:v.to.points manual: new NC sample data example
     134 * G70:t.register manual: ECAD example added
     135 * G70:t.vect.observe.strds manual: demystify 'where' clause usage
    136136 * wxGUI/dbmgr: update images in the manual
    137137