forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/2.4 #1
Open
jerryfaust
wants to merge
532
commits into
jerryfaust:master
Choose a base branch
from
OSGeo:release/2.4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release/2.4 #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously the pgdump driver emitted invalid SQL with UNLOGGED=ON.
…issue on corrupted files. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13770. Credit to OSS Fuzz
Backport #1373 on release/2.4
…ixes #1370) sqlite3_busy_timeout is called on gpkg open with a default timeout of 5000 milliseconds. SQLITE_BUSY_TIMEOUT config option can be used to override the timeout value at runtime. If sqlite returns SQLITE_BUSY(5) when decoding a tile, then emit a CPLError with all available information, clean up, and return an empty tile.
Backport #1378 on release/2.4
In all versions of Elasticsearch <7, the PUT _mapping URL should be constructed as `/{index_name}/_mapping/{mapping_type}`. See https://www.elastic.co/guide/en/elasticsearch/reference/5.6/indices-put-mapping.html
Backport #1384 on release/2.4
…ion in snprintf(), or strncpy(dst,src,strlen(src))
Fixes rasterio/rasterio#1663 For SCHAR and UCHAR, they were up to now considered as strings, which is wrong according to https://support.hdfgroup.org/HDF5/doc/H5.user/Datatypes.html """3.6. Character and String Datatype Issues The H5T_NATIVE_CHAR and H5T_NATIVE_UCHAR datatypes are actually numeric data (1-byte integers). If the application wishes to store character data, then an HDF5 string datatype should be derived from H5T_C_S1 instead." So do consider them as integers, and add a GDAL_HDF5_CHAR_AS_STRING config option that defaults to NO to get previous behaviour in case this would really be needed. For USHORT and UINT, use correct '%u' formatting instead of '%ud' that added an extraneous 'd' character after the number.
… gvBurnPoint) (fixes #1338)
… file size (fixes #1396)
rasterize: fix crash when working buffer is larger than 2GB (fix for gvBurnPoint) (fixes #1338)
…d other sidecar files (fixes #1405)
… also set SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER)
…location failure, depending on GDAL_CACHEMAX and raster dimensions (fixes #2261)
…corrupted files. Hopefully fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20751
…al bands are separate files (fixes #2328)
Ported from master 90e1e6b
…:EPSG::4326, and compound curves made of a sequence of straight lines and ArcByCenterPoint in a <segments> (refs #2356)
…/q3/mode/min/max resampling (fixes #2365)
…ction of LineStringZ/M/ZM (fixes #1873)
… ArcByCenterPoint, and handles [nmi_i] unit for radius (refs #2386)
…me_array, interleave='pixel') scenario
…filenames (fixes #2412)
…ryChromaticities tags
…n useful [ci skip]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hope to confirm local updates exist in GDAL.