[grass] branch upstream updated (9ca950c -> 533f29d)
Bas Couwenberg
sebastic at debian.org
Wed Dec 28 18:41:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository grass.
from 9ca950c Imported Upstream version 7.2.0~rc2
new 533f29d Imported Upstream version 7.2.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog_7.2.0.gz | Bin 0 -> 854955 bytes
ChangeLog_7.2.0RC2.gz | Bin 852441 -> 0 bytes
display/d.geodesic/d.geodesic.html | 5 +-
display/d.rhumbline/d.rhumbline.html | 5 +-
doc/.howto_release.txt.swp | Bin 20480 -> 0 bytes
doc/howto_release.txt | 4 +-
gui/icons/grass.desktop | 95 ++++---
gui/wxpython/lmgr/frame.py | 13 +-
gui/wxpython/lmgr/pyshell.py | 30 +--
gui/wxpython/lmgr/toolbars.py | 2 +-
gui/wxpython/nviz/wxnviz.py | 2 +
gui/wxpython/vdigit/toolbars.py | 11 +-
gui/wxpython/xml/toolboxes.xml | 24 ++
imagery/i.atcorr/README | 4 +-
imagery/i.atcorr/create_iwave.py | 86 ++++--
imagery/i.atcorr/geomcond.h | 2 +-
imagery/i.atcorr/iwave.cpp | 313 ++++++++++++++++------
imagery/i.atcorr/sensors_csv/quickbird2.csv | 162 +++++++++++
imagery/i.modis.qc/i.modis.qc.html | 219 ++++++++++-----
imagery/i.vi/main.c | 3 +-
include/VERSION | 2 +-
lib/gis/find_file.c | 6 +-
lib/gis/gisinit.c | 4 +
lib/init/grass.py | 2 +-
lib/init/grass7.html | 61 ++++-
lib/python/docs/src/pygrass_gis.rst | 29 +-
lib/python/docs/src/pygrass_index.rst | 44 +--
lib/python/docs/src/pygrass_messages.rst | 14 +-
lib/python/docs/src/pygrass_modules.rst | 17 +-
lib/python/docs/src/pygrass_raster.rst | 40 +--
lib/python/docs/src/pygrass_vector.rst | 66 +++--
lib/python/pygrass/modules/interface/module.py | 2 +
lib/python/temporal/mapcalc.py | 10 +-
lib/raster/gdal.c | 1 +
lib/vector/dglib/avl.c | 139 ++++++----
lib/vector/dglib/avl.h | 42 ++-
lib/vector/dglib/tavl.c | 163 ++++++-----
lib/vector/dglib/tavl.h | 40 ++-
misc/m.measure/m.measure.html | 45 +++-
misc/m.measure/m_measure_distance.png | Bin 0 -> 70996 bytes
mswindows/GRASS-Installer.nsi.tmpl | 68 ++++-
mswindows/external/README.license | 2 +-
mswindows/osgeo4w/env.bat.tmpl | 3 +
mswindows/osgeo4w/setup.hint.tmpl | 4 +-
raster/r.category/r.category.html | 55 ++--
raster/r.contour/r.contour.html | 30 ++-
raster/r.contour/r_contour_using_levels.png | Bin 0 -> 201246 bytes
raster/r.fill.dir/main.c | 3 +
raster/r.fill.dir/r.fill.dir.html | 81 ++++--
raster/r.fill.dir/r_fill_dir.png | Bin 0 -> 360040 bytes
raster/r.param.scale/r.param.scale.html | 18 +-
raster/r.quantile/main.c | 2 +
raster/r.stats.quantile/main.c | 2 +
raster/r.texture/r.texture.html | 158 ++++++++---
raster/r.texture/r_texture_directions_example.png | Bin 0 -> 20692 bytes
raster/r.univar/r.univar.html | 38 +--
raster/r.viewshed/r.viewshed.html | 4 +-
scripts/d.correlate/d.correlate.py | 15 +-
scripts/i.in.spotvgt/i.in.spotvgt.py | 2 +
scripts/r.in.aster/r.in.aster.py | 9 +-
scripts/r.out.xyz/r.out.xyz.html | 10 +-
scripts/r.out.xyz/r.out.xyz.py | 11 +-
scripts/v.rast.stats/v.rast.stats.py | 4 +-
vector/v.in.ogr/main.c | 2 +-
vector/v.net.visibility/v.net.visibility.html | 74 ++++-
vector/v.net.visibility/v_net_visibility.png | Bin 0 -> 78892 bytes
vector/v.qcount/v.qcount.html | 125 ++++++---
vector/v.qcount/v_qcount_1.png | Bin 0 -> 5929 bytes
vector/v.qcount/v_qcount_2.png | Bin 0 -> 7942 bytes
vector/v.qcount/v_qcount_3.png | Bin 0 -> 6351 bytes
vector/v.qcount/v_qcount_4.png | Bin 0 -> 24326 bytes
vector/v.qcount/v_qcount_5.png | Bin 0 -> 20950 bytes
72 files changed, 1724 insertions(+), 703 deletions(-)
create mode 100644 ChangeLog_7.2.0.gz
delete mode 100644 ChangeLog_7.2.0RC2.gz
delete mode 100644 doc/.howto_release.txt.swp
create mode 100644 imagery/i.atcorr/sensors_csv/quickbird2.csv
create mode 100644 misc/m.measure/m_measure_distance.png
create mode 100644 raster/r.contour/r_contour_using_levels.png
create mode 100644 raster/r.fill.dir/r_fill_dir.png
create mode 100644 raster/r.texture/r_texture_directions_example.png
create mode 100644 vector/v.net.visibility/v_net_visibility.png
create mode 100644 vector/v.qcount/v_qcount_1.png
create mode 100644 vector/v.qcount/v_qcount_2.png
create mode 100644 vector/v.qcount/v_qcount_3.png
create mode 100644 vector/v.qcount/v_qcount_4.png
create mode 100644 vector/v.qcount/v_qcount_5.png
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list