Changes between Version 15 and Version 16 of Release/7.0.3-News
- Timestamp:
- 01/15/16 00:48:02 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.0.3-News
v15 v16 61 61 * G7:g.remove: print warning when no files found 62 62 * G7:g.proj: don't ignore epsg as parameter when printing info (-p/g) 63 * G7:r.fill.dir: remove temporary files when done 63 64 * G7:r.mapcalc: Set default workers to zero 64 65 * G7:r.thin: Support reclassified raster maps … … 73 74 * G7:v.what.rast: exit when no features of given type found, precision fix for -i interpolate 74 75 * G7:v.what.strds: new flag to update attribute table of input vector map 76 * G7:v.out.ogr: Forcing use of OGR_G_AddPoint_2D when map is not 3D (attempt to fix #2300) 75 77 76 78 ==== GUI changes ==== … … 79 81 * wxGUI/modeler: fix setting parametrized options multiple times, overwrite flag handling fixed, various fixes 80 82 * wxGUI: fix launching v.krige, fix encoding issues 83 * wxGUI/modeler: check validity of input file when loading 84 * wxGUI/forms: fix g.remove/g.list all selection 85 * wxGUI/gmodeler: fix add command dialog layout 86 * wxGUI/gmodeler: replace wx.TextEntryDialog with gui_core.TextEntryDialog (fix set comment multiline input) 81 87 82 88 ==== Library changes ==== 83 89 84 90 * libgis: Fix handling of quotes in G_tokenize() 91 * vedit vector lib: forward port r58512 and r58516 (fixing #719: unexpected line with v.edit tool=break) 85 92 86 93 ==== PyGRASS changes ==== … … 89 96 * pythonlib: implement db_begin/commit_transaction 90 97 * !GridModule: fix leaving processes behind, add option to name mapsets 98 * pythonlib: fix db_connection(True) when default DB connection is not defined 91 99 92 100 ==== Map projection changes ==== … … 97 105 * Makefile system: add soname on linux 98 106 * config.guess, config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 107 * grass.desktop Appdata file: keywords updated 99 108 100 109 ===== MS Windows ===== 101 110 102 111 * Proj.4 library (included in binary) upgraded to 4.9.2 103 * winGRASS 64 bit support (via [http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe OSGeo4W 64bit Installer]) 112 * '''winGRASS 64 bit support''' (via [http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe OSGeo4W 64bit Installer]) 113 * winGRASS-R-integration: fix check R installation 114 * wingrass: add psycopg2 to OSGeo4W dependecies 104 115 105 116 ==== Manual pages ==== 106 117 107 * Examples added to various manual pages (i.landsat.toar, i.vi, v.buffer, ...)118 * Examples added to various manual pages (i.landsat.toar, i.vi, v.buffer, v.rast.stats, ...) 108 119 109 120 ==== Message translation updates ====