Changes between Version 20 and Version 21 of Release/8.0.0-News


Ignore:
Timestamp:
Dec 19, 2021, 1:16:25 PM (3 years ago)
Author:
neteler
Comment:

section "UNSORTED FIXME" content merged into other sections

Legend:

Unmodified
Added
Removed
Modified
  • Release/8.0.0-News

    v20 v21  
    8080 * @ShubhamSwati made their first contribution in (PR:1608)
    8181 * @SunveerSingh made their first contribution in (PR:1464)
    82 
    83 ==== UNSORTED FIXME ====
    84  
    85  * Allow parsing long GISDBASE paths by @attilaolah in (PR:1376)
    86  * allow to overwrite command history by @ninsbl in (PR:272)
    87  * Allow to use a fixed random seed via SOURCE_DATE_EPOCH by @bmwiedemann in (PR:251)
    88 
    89  * Change is/is not to ==/!= for literal comparisons by @HuidaeCho in (PR:264)
    90 
    91  * Fix copy-to-clipboard key binding for console (trac#3008) by @nilason in (PR:393)
    92  * Fix dbmgr for Python3 by @petrasovaa in (PR:344)
    93  * Fix decoding stderr after render layer fail by @tmszi in (PR:407)
    94  * fix init_dbif() returned values better interpretation by @pesekon2 in (PR:1008)
    95 
    96  * Fix linker flags on FreeBSD. by @MikaelUrankar in (PR:1936)
    97  * Fix missing checkboxes in ListCtrl by @petrasovaa in (PR:204)
    98  * fix newid in psmap by @petrasovaa in (PR:154)
    99  * fix NULL values for very small areas address in v.rast.stats by @ninsbl in (PR:402)
    100  * fix position of null cells by @ninsbl in (PR:389)
    101 
    102  * Fix source code URL when addon path starts with root path by @HuidaeCho in (PR:1645)
    103  * Fix spelling in comments esp. in GUI code by @wenzeslaus in (PR:1357)
    104  * Fix SyntaxError issues with Python 3. by @sebastic in (PR:549)
    105 
    106  * Fix unable to open file from python editor by @aroche in (PR:288)
    107  * fix usage of vector cats in constraint by @metzm in (PR:262)
    108  * Fix valid location check, sync with other functions by @wenzeslaus in (PR:1777)
    109 
    110  * install: check lowercased prefix by @nilason in (PR:949)
    111  * make python script in gmodeler using items instead of iteritems by @pesekon2 in (PR:340)
    112 
    113  * os.newline should not be used when writing in text mode by @petrasovaa in (PR:387)
    114  * perlcritic: fix perlcritic errors by @ocsmit in (PR:1431)
    115  * PS Driver: Write data to a tempfile before closing by @HuidaeCho in (PR:1451)
    116  * raster module memory: set new value globally by @neteler in (PR:922)
    117 
    118  * Remove redundant encode string call in the error message string interpolation by @tmszi in (PR:308)
    119  * Removing map layer crashes wxGUI (trac.osgeo.org/grass/ticket/3607) by @petrasovaa in (PR:462)
    120  * render: Fix .legrow file existence check by @tmszi in (PR:691)
    121  * replace deprecated inspect function by @petrasovaa in (PR:334)
    122  * replace obsolete time.clock() in Python 3.3 by @petrasovaa in (PR:244)
    123  * simplify GRASS_EXECUTABLE handling in package.sh by @landam in (PR:445)
    124  * switch environment: also change mapset by @metzm in (PR:286)
    125  * Use .wxgui_history as history file for the gui (#962) by @susi in (PR:1917)
    12682
    12783==== New modules ====
     
    311267 * G80:v.random: finished test in reference to #704 by @SunveerSingh in (PR:1464)
    312268 * G80:v.random: Fix segfault as per bug #1024 by @marisn in (PR:1025)
     269 * G80:v.rast.stats: fix NULL values for very small areas address by @ninsbl in (PR:402)
    313270 * G80:v.rast.stats: raise a warning when no categories found in raster map by @pesekon2 in (PR:1258)
    314271 * G80:v.report: Fix newline issue by @HuidaeCho in (PR:477)
     
    342299 * Add new splash screen as decided in #1716 by @veroandreo in (PR:1803)
    343300 * Added global dataset to download location in startup by @baharmon in (PR:544)
    344  * wxgui about: add link to github by @landam in (PR:131)
     301 * wxGUI about: add link to github by @landam in (PR:131)
     302 * wxGUI history: Use .wxgui_history as history file for the gui (#962) by @susi in (PR:1917)
    345303 * wxGUI/About: remove hardcoded white background for dark mode by @petrasovaa in (PR:1215)
    346304 * wxGUI: add dark mode support for command output by @nilason in (PR:759)
     
    506464 * wxGUI/g.gui.rdigit: raster digitizer as standalone module by @tmszi in (PR:1051)
    507465 * wxGUI g.gui.rlisetup: Fix get rectangle sample units size by @tmszi in (PR:633)
     466 * wxGUI/gmodeler: make python script in gmodeler using items instead of iteritems by @pesekon2 in (PR:340)
    508467 * wxGUI/gselect: fix select widget for wxGUI 'd.vect' module by @tmszi in (PR:1195)
    509468 * wxGUI/gui_core: enable/disable toolbar long help if toolbar exists by @tmszi in (PR:1922)
     
    559518 * wxGUI Module dialog: Fix enable scrolling for the Basic top module style (fix bug introduced in the issue #480) by @tmszi in (PR:503)
    560519 * wxGUI: Field calculator wx.ListBox widget choices argument by @tmszi in (PR:460)
     520 * wxGUI: Fix copy-to-clipboard key binding for console (trac#3008) by @nilason in (PR:393)
    561521 * wxGUI: g.gui.rlisetup config file open mode for write in text mode by @tmszi in (PR:410)
    562522 * wxGUI: g.gui.vdigit update available vector maps after the frame is show by @tmszi in (PR:465)
     
    825785 * Update to upstream ctypesgen version by @nilason in (PR:1651)
    826786 * ctypes: move directory out of python/grass by @nilason in (PR:1898)
     787 * libgis: Allow parsing long GISDBASE paths by @attilaolah in (PR:1376)
     788 * libgis: allow to overwrite command history by @ninsbl in (PR:272)
     789 * libgis: Allow to use a fixed random seed via SOURCE_DATE_EPOCH by @bmwiedemann in (PR:251)
    827790 * libgis parser: Add angle brackets to a single option/flag rule by @HuidaeCho in (PR:1399)
    828791 * libgis parser: Show error for option file by @wenzeslaus in (PR:1433)
     
    862825 * libraster: change Rast_legal_bandref() return value to bool by @nilason in (PR:1897)
    863826 * libraster: fix Rast_legal_bandref() by @metzm in (PR:1796)
     827 * libraster: raster module memory: set new value globally by @neteler in (PR:922)
    864828 * libraster / gdal.c: add recent GDAL dlls by @ninsbl in (PR:1874)
    865829 * Rast_log_colors: Another attempt to address r.colors -g/-a (#1480) by @HuidaeCho in (PR:1937)
     
    935899 * Fix compiler warnings, part 11 by @nilason in (PR:1405)
    936900 * Fix compiler warnings, part 12 by @nilason in (PR:1406)
     901 * Fix spelling in comments esp. in GUI code by @wenzeslaus in (PR:1357)
    937902 * Flake8 fixes for docs and others by @wenzeslaus in (PR:1511)
    938903 * Flake8 fixes for utils and man by @wenzeslaus in (PR:1379)
     
    1019984 * G80:v.in.pdal fix compilation on mac, #475 by @nilason in (PR:479)
    1020985
     986FreeBSD:
     987 * Fix linker flags on FreeBSD. by @MikaelUrankar in (PR:1936)
     988
    1021989==== Docker support ====
    1022990
     
    10641032==== Packaging ====
    10651033
    1066  * ...
     1034 * Fedora SPEC file updated by @neteler in (PR:1969)
    10671035
    10681036==== !GitHub related ====