head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.8 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.6 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.4 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2013.04.09.15.58.54; author adam; state dead; branches; next 1.1; 1.1 date 2012.05.04.13.27.23; author hans; state Exp; branches; next ; desc @@ 1.2 log @The 1.9.2 release is a bug fix release. * Fix infinite GDALOpen recursion with some VRTs (4835) * Avoid destroying existing overviews (.aux/.rrd) (4831) * Support recognising NaN better in CPLStrtod() (4799) * Fix windows declaration for CPLGetErrorHandlerUserData() (4755) * Fix compilation with Gentoo modified zlib 1.2.6 (4723) * Look for libgeotiff headers in /usr/include/libgeotiff too (4706) * Improve warning handling in CPLClearRecodeStubWarningFlags() (4650) * Fix Solaris compilation bug (4705) * MorphFromESRI(): compare SPHEROID/PRIMEM parms, not names (4673) * Avoid iffy casting of OGRWkbGeometryType to int (4847) * Fix thread safety issue with CPLOpenShared() @ text @$NetBSD: patch-frmts_netcdf_netcdfdataset.cpp,v 1.1 2012/05/04 13:27:23 hans Exp $ --- frmts/netcdf/netcdfdataset.cpp.orig 2012-01-04 08:03:37.000000000 +0100 +++ frmts/netcdf/netcdfdataset.cpp 2012-05-04 15:08:15.080833521 +0200 @@@@ -962,7 +962,7 @@@@ void netCDFRasterBand::CheckValidData ( /* check for nodata and nan */ if ( CPLIsEqual( (double) ((T *)pImage)[i], dfNoDataValue ) ) continue; - if( bCheckIsNan && CPLIsNan( ( (T *) pImage)[i] ) ) { + if( bCheckIsNan && CPLIsNan( (double) ( (T *) pImage)[i] ) ) { ( (T *)pImage )[i] = (T)dfNoDataValue; continue; } @ 1.1 log @Fix build with gcc 4.6 @ text @d1 1 a1 1 $NetBSD$ @