<div dir="ltr"><br><div>Hi Even,</div><div><br></div><div>There's a minor (but possibly confusing) typo in the News file at <a href="https://trac.osgeo.org/gdal/wiki/Release/2.1.0-News">https://trac.osgeo.org/gdal/wiki/Release/2.1.0-News</a></div><div><br></div><div><p style="color:rgb(0,0,0);font-family:Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;font-size:13px">Build(Windows):</p><ul style="color:rgb(0,0,0);font-family:Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;font-size:13px"><li>Add support for Visual Studio 2015 (a.k.a MSVC_VER=1900 or VC 13)</li></ul><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif"><br></font></div></div><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif">VS2015 is actually VC14, not 13.  For reasons best known to themselves, Microsoft skipped VC13.</font></div><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif"><br></font></div><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif">Thanks,</font></div><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif"><br></font></div><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif">carl</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 18, 2016 at 10:26 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have prepared a GDAL/OGR 2.1.0 release candidate. This is your<br>
last chance to test before the official release. There have been a number of<br>
non-trivial changes since beta1 (see diff log in Annex)<br>
<br>
Peek up an archive among the following ones (by ascending size):<br>
<br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0RC1.tar.xz" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0RC1.tar.xz</a><br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0RC1.tar.gz" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0RC1.tar.gz</a><br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdal210RC1.zip" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdal210RC1.zip</a><br>
<br>
The gdal-grass plugin is available at :<br>
<br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdal-grass-2.1.0RC1.tar.gz" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdal-grass-2.1.0RC1.tar.gz</a><br>
<br>
A snapshot of the gdalautotest suite is also available :<br>
<br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdalautotest-2.1.0RC1.tar.gz" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdalautotest-2.1.0RC1.tar.gz</a><br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdalautotest-2.1.0RC1.zip" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdalautotest-2.1.0RC1.zip</a><br>
<br>
And the documentation:<br>
<br>
  <a href="http://download.osgeo.org/gdal/2.1.0/gdal210doc.zip" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/2.1.0/gdal210doc.zip</a><br>
<br>
The NEWS file is here :<br>
<br>
  <a href="http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News" rel="noreferrer" target="_blank">http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News</a><br>
<br>
I'll call for a vote promoting it to final next week if no serious problems are<br>
reported.<br>
<br>
Best regards,<br>
<br>
Even<br>
<br>
Annex: changes since 2.1.0beta1:<br>
- New MRF tile format JPNG (PNG or JPEG, depending on transparency)<br>
- Perl bindings: fix #6431. Perl bindings: #6431. Typemaps for GIntBig and<br>
GUIntBig. Also fixes to two other typemaps dealing with these types.<br>
- A few code cleanups in frmts/raw<br>
- Java bindings: bump minimal java version to 1.5 in case SWIG generates<br>
anotations (#6433, patch by Bas Couwenberg)<br>
- Java bindings: disable generation of bindings for GNM as they are not ready<br>
yet (#6434)<br>
- SQLITE VFS: increase mxPathname to 2048 by default, and provide<br>
OGR_SQLITE_VFS_MAXPATHNAME config option to be able to configure that higher if<br>
that would be needed. Useful when dealing with very long names like<br>
/vsicurl/.... with AWS S3 security tokens<br>
- MBTiles: add capability to open /vsicurl/https:// signed AWS S3 URLs<br>
- /vsicurl/: by default do not use HEAD request when detecting a AWS S3 signed<br>
URL<br>
- Use GDALCanFileAcceptSidecarFile() in GDALMDReaderManager::GetReader()<br>
- Fix GDALDefaultOverviews::OverviewScan() to properly use<br>
GDALCanFileAcceptSidecarFile(), and unbreak nitf_46_jasper test that relies on<br>
the OVERVIEW_FILE mechanism<br>
- /vsicurl/: manage redirection from public URLs to redirected AWS S3 signed<br>
urls, with management of the expiration. Enabled by default. Can be disabled<br>
if CPL_VSIL_CURL_USE_S3_REDIRECT=NO (#6439)<br>
- configure: remove useless AC_CHECK_FUNC(setlocale) (#6438)<br>
- PLScenes V0: avoid opening raster to generate dummy .aux.xml<br>
- SQLITE VFS: do not probe -wal files on /vsicurl/<br>
- DXF: take into account full definition of spline entity (degree, control<br>
points, weights and knots) when stroking splines (#6436)<br>
- Shape: add capability to restore/build a missing .shx file when defining<br>
SHAPE_RESTORE_SHX to TRUE (#5035)<br>
- GRASS: fix compilation by moving C++ headers include out of extern C scope<br>
- Define HAVE_CXX11 for C++ >= 2011 compilation environments (#6432).<br>
- SWIG bindings: add SpatialReference.GetAxisName() and<br>
SpatialReference.GetAxisOrientation() (#6441)<br>
- gdal_translate: fix -a_nodata with negative values on rasters that have<br>
PIXELTYPE=SIGNEDBYTE; fix preserving PIXELTYPE=SIGNEDBYTE with VRT<br>
- MRF: Allow block counts larger than 2e9 by using GIntBig math<br>
- SWIG: add SpatialReference.GetAngularUnitsName() (#6445)<br>
- SWIG: partially revert r33734 and r33736 so that GetFieldIndex(name) and<br>
GetGeomFieldIndex(name) do not emit errors. They are the only way to check if<br>
a field exists. Particularly Python bindings use them to guess if f['foo'] is<br>
an attribute field or geometry field<br>
- Perl bindings: GetFieldIndex should issue an error. Fix an error in STORE<br>
method. Add tests.<br>
- MBTiles: fix so that datasets whose lowest min zoom level is 16 or above are<br>
recognized<br>
- MBTiles: write minzoom and maxzoom metadata items<br>
- json_ex_get_object_by_path(): don't make it return intermediate object if<br>
the full path cannot be solved<br>
- PLScenes: fix code to work with final V1 API<br>
- GDALWarpOperation::CreateKernelMask(): fix potential 32 bit integer overflow<br>
when using warp memory value > 2GB (#6448)<br>
- ogr2ogr: fix inappropriate warning about FileGDB not being the appropriate<br>
target driver, when FileGDB is compiled as a plugin and thus registered before<br>
OpenFileGDB<br>
- BSB: fix compilation issues with -DBSB_CREATE<br>
- update mrsid driver build to find MrSID 9.5 dll<br>
- MBTILES / GPKG: fix generation of files with 1-band paletted input dataset.<br>
Also improve the logic to retrieve color palette when forcing BAND_COUNT=1 on<br>
opening (#6450)<br>
- MSG: fix build with -Werror=format-security (#6451)<br>
- OGRParseDate(): more strict validation to reject invalide dates (#6452)<br>
- Fix CPLsscanf() to be conformant regarding how space/tab/... separators are<br>
handled, so as to fix OGR GMT to be able to read coordinates separated by<br>
tabulations (#6453)<br>
- gdal_translate: fix random behaviour when -scale is used without source<br>
bounds (#6455)<br>
- MBTiles: be robust to invalid 'bounds' at dataset opening (#6458)<br>
- MySQL: fix Windows build with recent MySQL versions and Visual Studio 2015<br>
(patch by jmckenna, #6457)<br>
- better handling of various object coordinate systems found in dxf files for<br>
point, line, polyline, spline and ellipse entities. Add anchor position to<br>
text styles. Remove polygon/polyface mesh parsing from polyline entity (#6459)<br>
- RMF: add read/write access to new RMF format for files larger than 4 Gb<br>
(version=0x201) (<a href="https://github.com/OSGeo/gdal/pull/11" rel="noreferrer" target="_blank">https://github.com/OSGeo/gdal/pull/11</a>)<br>
- GPKG/MBTiles writer: implement strategy to flush partial_tiles temporary<br>
database when it becomes too big (#6462)<br>
- GPKG/MBTiles writer: when writing to GoogleMapsCompatible tiling scheme,<br>
better deal with source rasters in EPSG:4326 with latitude = +/-90 (#6463)<br>
- Java bindings: fix typemap for input parameter of type GIntBig (fixes<br>
GetFeature(long), DeleteFeature(long), etc...) (#6464)<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></font></span></blockquote></div><br></div>