Changes between Version 4 and Version 5 of Release/7.4.2-News
- Timestamp:
- 09/28/18 01:12:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.4.2-News
v4 v5 40 40 * v.to.db: add more keywords 41 41 * r.horizon: check if coordinates are within the current region, fixes #3634 42 * r.buffer: fix interger overflow 43 * v.in.ogr: use column type 'text' when appropriate 44 * r.what: fix if coords are just outside current region 45 * db.execute: check return code of db_execute_immediate() also for sql option 46 * v.distance: use default db connection of current mapset 47 * v.in.ogr: OGR dsn and GRASS db connections are independent of each other 48 * v.db.addtable: create unique index 49 * v.to.db: fix fractal dimension index 42 50 43 51 ==== Improvements in the Graphical User Interface ==== … … 46 54 * attribute table manager fails to start from new mapset, closes #3658 47 55 * wxGUI: wx4 doesn't have Image.GetHandlers, fixes #3617 56 * G_OPT_DB_WHERE - non-functional 'table' icon in gui, closes #3619 57 * v.out.ogr: do not modify OGR dsn 58 * wxGUI: fix m.nviz.image command building 59 * wxGUI: use simpler widget for MapsetSelect to avoid wxWidgets bug 60 * wxGUI/rdigit: fix raster digitizer toolbar on mac 48 61 49 62 ==== Scripting ==== … … 56 69 ==== Library changes ==== 57 70 58 71 * libraster: improved error msg if compression is not supported 72 * Vlib, Vect_merge_lines(): use correct line type in messages 73 * lib/dbmibase: fix get/set connection parameters, clarify default and current parameters 59 74 60 75 ==== User Manuals - Documentation ==== … … 67 82 * d.vect: explain z height for 3D lines/polygons, see #934 68 83 * i.atcorr: update manual for PlanetScope 0f 84 * t.rast.algebra manual: explain ply installation on MS-Windows 85 * r.compress manual: example update to current state of r.compress 86 * r.compress manual: raster NULL cells are compressed by default 87 * v.what.vect: distance units are meters for ll 88 * i.atcorr: +short explanation for input visibility raster 89 * manual graphical index: refer to generic addon url 90 * r.mapcalc manual: fix FCELL/float() precision description 69 91 70 92 ==== Portability ==== … … 75 97 * winGRASS: add python-ply as a dependency 76 98 * winGRASS: add pip as dependency 99 * Fedora RPM SPEC: fix wxGTK-devel and cairo-devel dependencies 100 * Dockerfile: added ncurses dependency since tput is used in lib/init/grass.py 77 101 78 102 ==== Message Translations ====