[SCM] gdal branch, master, updated. upstream/1.8.1-94-ge21dc59

Francesco Paolo Lovergine frankie at debian.org
Thu Feb 23 11:31:05 UTC 2012


The following commit has been merged in the master branch:
commit e21dc59e4710413fc73d67186dae377044dd97be
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Feb 23 11:54:26 2012 +0100

    Fixed symbols files. One more round.

diff --git a/debian/README.source b/debian/README.source
index 9c91d82..541328d 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,7 +1,7 @@
 GDAL source for Debian
 ----------------------
 
-This package uses dpatch to manage all modifications to the upstream
+This package uses quilt to manage all modifications to the upstream
 source. Changes are stored in the source package as diffs in
 debian/patches and applied during the build.
 
@@ -19,5 +19,58 @@ with the plain package provided in Debian. The only plugin which
 is supported upstream is the Grass one. Do not bother upstream 
 with bugs or requests about the other ones.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 01 Sep 2009 22:45:56 +0200
+GDAL symbols and versioning
+---------------------------
 
+Note that currently GDAL package maintain builtin symbols and a Debian
+specific versioning to fulfill two goals:
+
+ - hiding non-GDAL public functions (e.g. all Tiff/GeoTiff symbols when
+   inner copies of the libraries are used).
+ - checking possible API breakages from one upstream version to another and 
+   eventually providing a versioned flavor to manage that breakage.
+   
+Facts:
+
+ - the C interface is considered stable, but it adds new functions at every
+   new release.
+ - the C++ interface is considered unstable and adds/removes/changes methods
+   at every new minor/major release. That implies both API/ABI changes at
+   every new release, possibly.
+ - both C and C++ APIs coexists in the same library with a unique SONAME (the
+   C one).
+ - the only official API that should be used by all programs is the C one.
+   At the moment this is generally respected, so forcing a library migration
+   should be considered pointless in general.
+
+So:
+
+ - Use and maintain a versioning script (debian/gdal.symver). The version
+   currently used there is `GDAL_1.8', and it should be maintained from one
+   version to another, until an hack would be required for some specific
+   future release.
+ - Use and maintain ai single arch-indep C-only symbol file as libgdal*.symbols.common
+   and an arch-dep C++ demangled symbol file for each arch. They are expected to 
+   change at every new upstream release, but can be used to do general checks
+   on possible API/ABI violations. Files can be updated by running
+   dpkg-gensymbols on each build box, which is already done by dh_makeshlibs.
+
+   To do that at each upgrade the following procedure is suggested:
+        - do a an experimental upload with old symbol files and force 
+          ignoring of symbol changes (-c0 arg in dh_makeshlibs).
+        - collect all resulting shlib on all architectures.
+        - run manually dpkg-gensymbols to collect differences and check
+          that all is ok. If not solve the situation in a creative manner :)
+
+          wget http://ftp.it.debian.org/debian/pool/main/g/gdal/libgdal1_<ver>_amd64.deb
+          dpkg --extract libgdal1_<ver>_armel.deb /tmp
+          dpkg-gensymbols -plibgdal1 -aarmel -v<upstream_ver> \
+            -Idebian/libgdal1.symbols.armel -O/tmp/libgdal1.symbols.armel \
+            -e/tmp/usr/lib/libgdal.so.1.16.0
+
+        - update symbol files to ignore uninfluent changes in C++ API on
+          all archs.
+        - re-upload in unstable if possible with new symbols and after
+          removing the -c0 arg.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 23 Feb 2012 22:45:56 +0200
diff --git a/debian/changelog b/debian/changelog
index 14ee8b9..cae417f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 gdal (1.9.0-1~exp2) experimental; urgency=low
 
-  * Fixed mipsel, mips, powerpc and s390 files for syntax errors.
+  * Fixed mipsel, mips, powerpc and s390 files for syntax errors that caused
+    FTBS on all those archs.
+  * Updated sparc, amd64 and ia64 symbol files to 1.9 series.
+  * Updated README.source to document symbol versioning and script.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 23 Feb 2012 00:34:08 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 23 Feb 2012 11:53:59 +0100
 
 gdal (1.9.0-1~exp1) experimental; urgency=low
 
diff --git a/debian/libgdal1.symbols.amd64 b/debian/libgdal1.symbols.amd64
index ee92dd0..116981c 100644
--- a/debian/libgdal1.symbols.amd64
+++ b/debian/libgdal1.symbols.amd64
@@ -20,9 +20,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ForkAndPipe(char const* const*, _IO_FILE*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"GMLParseXSD(char const*, std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> >&)@GDAL_1.8" 1.8.0
  (c++)"GetCoordDim(iom_basket*, iom_object*)@GDAL_1.8" 1.8.0
- (c++)"GetFilePath(CPLXMLNode*, char**)@GDAL_1.8" 1.8.0
+ (c++)"GetFilePath(CPLXMLNode*, char const**)@GDAL_1.8" 1.9.0
  (c++)"GetTypeName(iom_basket*, iom_object*)@GDAL_1.8" 1.8.0
  (c++)"INGR_Decode(INGR_Format, unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
+ (c++)"NCDFGetAttr(int, int, char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"NCDFGetAttr(int, int, char const*, double*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFPutAttr(int, int, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRFastAtof(char const*)@GDAL_1.8" 1.8.0
  (c++)"PamGetProxy(char const*)@GDAL_1.8" 1.8.0
  (c++)"RCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -46,12 +49,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"writeUShort(_IO_FILE*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"xisClassDef(int)@GDAL_1.8" 1.8.0
  (c++)"xisTopicDef(int)@GDAL_1.8" 1.8.0
+ (c++)"ACAdjustText(double, double, OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"CPLURLAddKVP(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"CopyMetadata(void*, int, int)@GDAL_1.8" 1.8.0
  (c++)"DGNParseCore(DGNInfo*, DGNElemCore*)@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBOpen(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"GetStateCode(char const*)@GDAL_1.8" 1.8.0
  (c++)"GetStateName(int)@GDAL_1.8" 1.8.0
  (c++)"GetUnitIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"CPLErr NCDFCopyBand<double>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<float>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<unsigned char>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<int>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<short>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFGetAttr1(int, int, char const*, double*, char**, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRPG_PQexec(pg_conn*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"OSRSetWagner(void*, int, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"ReadPrjParms(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"TABCloseRing(OGRLineString*)@GDAL_1.8" 1.8.0
@@ -68,10 +80,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"fileBitWrite(void*, unsigned long, unsigned short, _IO_FILE*, unsigned char*, signed char*)@GDAL_1.8" 1.8.0
  (c++)"getARCCenter(OGRPoint*, OGRPoint*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"iom_fromUTF8(char const*)@GDAL_1.8" 1.8.0
- (c++)"matrixInvert(int, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"missingValue(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"nwtCloseGrid(NWT_GRID*)@GDAL_1.8" 1.8.0
+ (c++)"CPLIsUTF8Stub(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLRecodeStub(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGNBuildIndex(DGNInfo*)@GDAL_1.8" 1.8.0
+ (c++)"DMGetEPSGCode(int)@GDAL_1.8" 1.9.0
+ (c++)"DMGetEPSGName(int)@GDAL_1.8" 1.9.0
+ (c++)"DMGetESRIName(int)@GDAL_1.8" 1.9.0
  (c++)"GRIB1_RefTime(DataSource&, unsigned int, double*)@GDAL_1.8" 1.8.0
  (c++)"GenerateTiles(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int, int, int, int, int, int, GDALDataset*, GDALDriver*, GDALDriver*, bool)@GDAL_1.8" 1.8.0
  (c++)"GetAttrObjPos(iom_object*, char const*)@GDAL_1.8" 1.8.0
@@ -83,7 +99,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"getLineString(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"isNumberDigit(char)@GDAL_1.8" 1.8.0
  (c++)"nwt_HillShade(unsigned char*, unsigned char*, unsigned char*, char*)@GDAL_1.8" 1.8.0
- (c++)"swq_test_like(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"swq_test_like(char const*, char const*, char)@GDAL_1.8" 1.9.0
+ (c++)"ACTextUnescape(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLRecodeIconv(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLURLGetValue(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGN2IEEEDouble(void*)@GDAL_1.8" 1.8.0
  (c++)"GML_GetSRSName(OGRSpatialReference const*, int, int*)@GDAL_1.8" 1.8.0
  (c++)"GetAttrObjName(iom_basket*, iom_object*, char const*)@GDAL_1.8" 1.8.0
@@ -93,16 +112,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetFormat(GDALDataType, char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetMinMax(GDALDataType, INGR_MinMax)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetMinMax(GDALDataType, double)@GDAL_1.8" 1.8.0
- (c++)"JPEGCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"NCDFAddHistory(int, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFSafeStrcat(char**, char*, unsigned long*)@GDAL_1.8" 1.9.0
  (c++)"OGRCompareDate(OGRField*, OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRGetCentroid(OGRPolygon*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGRPointInRing(OGRPoint*, OGRLineString*)@GDAL_1.8" 1.8.0
+ (c++)"OGRPrintDouble(char*, double)@GDAL_1.8" 1.9.0
  (c++)"ReadTDLPRecord(DataSource&, double**, unsigned int*, grib_MetaData*, IS_dataType*, int*, unsigned int, double, double)@GDAL_1.8" 1.8.0
  (c++)"SWQCastChecker(swq_expr_node*)@GDAL_1.8" 1.8.0
  (c++)"TABGenerateArc(OGRLineString*, int, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"TABGetBasename(char const*)@GDAL_1.8" 1.8.0
  (c++)"TDLP_Inventory(DataSource&, int, inventoryType*)@GDAL_1.8" 1.8.0
- (c++)"WFS_AddKVToURL(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"WritePolyConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"alterFromStdMV(void*, unsigned long, CSF_CR, double)@GDAL_1.8" 1.8.0
  (c++)"findfirstonbit(unsigned int)@GDAL_1.8" 1.8.0
@@ -111,13 +131,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"jpeg_vsiio_src(jpeg_decompress_struct*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"nwt_LoadColors(NWT_RGB*, int, NWT_GRID*)@GDAL_1.8" 1.8.0
  (c++)"zipWithMinizip(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"ACGetColorTable()@GDAL_1.8" 1.9.0
  (c++)"BufferToVSIFile(unsigned char*, unsigned long)@GDAL_1.8" 1.8.0
- (c++)"CreateGMLReader()@GDAL_1.8" 1.8.0
+ (c++)"CreateGMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"CreateNASReader()@GDAL_1.8" 1.8.0
  (c++)"CreateVFKReader()@GDAL_1.8" 1.8.0
  (c++)"DDFScanVariable(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"DGNAsciiToRad50(char const*, unsigned short*)@GDAL_1.8" 1.8.0
  (c++)"DGNRad50ToAscii(unsigned short, char*)@GDAL_1.8" 1.8.0
+ (c++)"GDALFloatEquals(float, float)@GDAL_1.8" 1.9.0
  (c++)"GH5_GetDataType(int)@GDAL_1.8" 1.8.0
  (c++)"GRIB1_Inventory(DataSource&, unsigned int, inventoryType*)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONIsObject(char const*)@GDAL_1.8" 1.8.0
@@ -127,9 +149,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"Nodetype2String(Nodetype const&)@GDAL_1.8" 1.8.0
  (c++)"OGRFormatDouble(char*, int, double, char, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGetDayOfWeek(int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteEscape(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRWktReadToken(char const*, char*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_Track(double, double, double, double)@GDAL_1.8" 1.8.0
- (c++)"OSRIsSameVertCS(void*, void*)@GDAL_1.8" 1.8.0
  (c++)"PamCleanProxyDB()@GDAL_1.8" 1.8.0
  (c++)"ParseCoordinate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"ReadGrib1Record(DataSource&, signed char, double**, unsigned int*, grib_MetaData*, IS_dataType*, int*, unsigned int, double, double)@GDAL_1.8" 1.8.0
@@ -149,6 +171,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"FREAD_ODDINT_LIT(int*, unsigned char, DataSource&)@GDAL_1.8" 1.8.0
  (c++)"GDALGetphDLMutex()@GDAL_1.8" 1.8.0
  (c++)"GDALOpenInternal(char const*, GDALAccess, char const* const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALOpenInternal(GDALOpenInfo&, char const* const*)@GDAL_1.8" 1.9.0
  (c++)"HFAAllocateSpace(hfainfo*, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"HFAParseBandInfo(hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetDataType(unsigned short)@GDAL_1.8" 1.8.0
@@ -159,6 +182,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RasterliteDelete(char const*)@GDAL_1.8" 1.8.0
  (c++)"RemapImgUTMNames(OGRSpatialReference*, char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"S57FileCollector(char const*)@GDAL_1.8" 1.8.0
+ (c++)"SEGYReadMSBInt16(unsigned char const*)@GDAL_1.8" 1.9.0
+ (c++)"SEGYReadMSBInt32(unsigned char const*)@GDAL_1.8" 1.9.0
  (c++)"SHPReadOGRObject(SHPInfo*, int, SHPObject*)@GDAL_1.8" 1.8.0
  (c++)"SWQCastEvaluator(swq_expr_node*, swq_expr_node**)@GDAL_1.8" 1.8.0
  (c++)"SetCitationToSRS(gtiff*, char*, int, geokey_t, OGRSpatialReference*, int*)@GDAL_1.8" 1.8.0
@@ -171,15 +196,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DestroyILI2Reader(IILI2Reader*)@GDAL_1.8" 1.8.0
  (c++)"FWRITE_ODDINT_BIG(int*, unsigned char, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"FWRITE_ODDINT_LIT(int*, unsigned char, _IO_FILE*)@GDAL_1.8" 1.8.0
+ (c++)"FindChangePattern(char*, char**, CPLString&)@GDAL_1.8" 1.9.0
  (c++)"GDALReplicateWord(void*, GDALDataType, void*, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"GTiffErrorHandler(char const*, char const*, __va_list_tag*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSGetVarPath(libdap::BaseType*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONGetType(json_object*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGetGeomediaSRS(OGRFeature*)@GDAL_1.8" 1.9.0
  (c++)"OGRGetXMLDateTime(int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGEscapeString(pg_conn*, char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"OSRSetMercator2SP(void*, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"PamParseHistogram(CPLXMLNode*, double*, double*, int*, int**, int*, int*)@GDAL_1.8" 1.8.0
- (c++)"SHPReadOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, int, SHPObject*)@GDAL_1.8" 1.8.0
+ (c++)"SHPReadOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, int, SHPObject*, char const*)@GDAL_1.8" 1.9.0
  (c++)"SHPWriteOGRObject(SHPInfo*, int, OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"SWQGeneralChecker(swq_expr_node*)@GDAL_1.8" 1.8.0
  (c++)"SaveHKVAttribFile(char const*, int, int, int, GDALDataType, int, double)@GDAL_1.8" 1.8.0
@@ -194,7 +221,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_expr_compile2(char const*, swq_field_list*, swq_expr_node**)@GDAL_1.8" 1.8.0
  (c++)"valueScale2String(CSF_VS)@GDAL_1.8" 1.8.0
  (c++)"xisAssociationDef(int)@GDAL_1.8" 1.8.0
- (c++)"GDALWMSDatasetOpen(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GH5_FetchAttribute(int, char const*, CPLString&, bool)@GDAL_1.8" 1.8.0
  (c++)"GH5_FetchAttribute(int, char const*, double&, bool)@GDAL_1.8" 1.8.0
  (c++)"GWKGetFilterRadius(GDALResampleAlg)@GDAL_1.8" 1.8.0
@@ -203,11 +229,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetIGDSColors(_IO_FILE*, unsigned int, unsigned int, GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetIGDSColors(GDALColorTable*, INGR_ColorTable256*)@GDAL_1.8" 1.8.0
  (c++)"JPGHLP_HeaderMaker(unsigned char*, int, int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"NCDFAddGDALHistory(int, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFIsCfProjection(char const*)@GDAL_1.8" 1.9.0
  (c++)"NITFWriteJPEGBlock(GDALDataset*, _IO_FILE*, int, int, int, int, int, int, unsigned char const*, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSGetVarIndex(libdap::Sequence*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"OGRFromOGCGeomType(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTCSVSplitLine(char const*, char)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTGotoNextLine(char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteCreateVFS()@GDAL_1.8" 1.9.0
+ (c++)"OGRWriteToShapeBin(OGRGeometry*, unsigned char**, int*)@GDAL_1.8" 1.9.0
  (c++)"OGRXPlane_Distance(double, double, double, double)@GDAL_1.8" 1.8.0
- (c++)"SHPWriteOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, OGRFeature*)@GDAL_1.8" 1.8.0
+ (c++)"SHPWriteOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, OGRFeature*, char const*, int*)@GDAL_1.8" 1.9.0
  (c++)"TigerVersionString(TigerVersion)@GDAL_1.8" 1.8.0
  (c++)"VersionStringToInt(char const*)@GDAL_1.8" 1.8.0
  (c++)"WriteStereographic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
@@ -216,13 +248,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_identify_field(char const*, swq_field_list*, swq_field_type*, int*)@GDAL_1.8" 1.8.0
  (c++)"CPLUnixTimeToYMDHMS(long long, tm*)@GDAL_1.8" 1.8.0
  (c++)"CPLYMDHMSToUnixTime(tm const*)@GDAL_1.8" 1.8.0
- (c++)"CitationStringParse(char const*)@GDAL_1.8" 1.8.0
+ (c++)"CitationStringParse(char*, geokey_t)@GDAL_1.8" 1.9.0
  (c++)"DGNGetLineStyleName(DGNInfo*, DGNElemMultiPoint*, char*)@GDAL_1.8" 1.8.0
  (c++)"EPSGGetUOMAngleInfo(int, char**, double*)@GDAL_1.8" 1.8.0
  (c++)"GDALType2ValueScale(GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"GTIFFSetJpegQuality(void*, int)@GDAL_1.8" 1.8.0
  (c++)"GTIFFWriteDirectory(tiff*, int, int, int, int, int, int, int, int, int, int, int, int, int, unsigned short*, unsigned short*, unsigned short*, int, unsigned short*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffWarningHandler(char const*, char const*, __va_list_tag*)@GDAL_1.8" 1.8.0
+ (c++)"GeoJSONFileIsObject(char const*)@GDAL_1.8" 1.9.0
  (c++)"HDF5CreateGroupObjs(int, char const*, void*)@GDAL_1.8" 1.8.0
  (c++)"HFACreateSpillStack(hfainfo*, int, int, int, int, int, long long*, long long*)@GDAL_1.8" 1.8.0
  (c++)"HFAReadBFUniqueBins(HFAEntry*, int)@GDAL_1.8" 1.8.0
@@ -233,6 +266,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_ReleaseVirtual(INGR_VirtualFile*)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetTransMatrix(double*, double*)@GDAL_1.8" 1.8.0
  (c++)"JPEG2000_VSIL_fopen(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCheckPermutation(int*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadPoint(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirGetLatLon(char const*, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"OGRParseXMLDateTime(char const*, int*, int*, int*, int*, int*, float*, int*)@GDAL_1.8" 1.8.0
@@ -241,17 +275,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABUnitIdFromString(char const*)@GDAL_1.8" 1.8.0
  (c++)"URLSearchAndReplace(CPLString*, char const*, char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"VRTParseCoreSources(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICreateCachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
  (c++)"WriteCassiniSoldner(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteFalseEastNorth(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WritePlateRectangle(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteProjectionName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeToWCharStub(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"GDALDeregister_GTiff(GDALDriver*)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONGetSourceType(char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLength(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"INGR_ReadJpegQuality(_IO_FILE*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"NCDFIsGDALVersionGTE(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"NCDFWriteProjAttribs(OGR_SRSNode const*, char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVReadParseLineL(_IO_FILE*, char, int)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadPoint(json_object*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWritePoint(OGRPoint*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTGetOptionValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWritePoint(OGRPoint*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGetRFC822DateTime(int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMakeWktCoordinate(char*, double, double, double, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPolygonLabelPoint(OGRPolygon*, OGRPoint*)@GDAL_1.8" 1.8.0
@@ -261,6 +300,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerClassifyVersion(int)@GDAL_1.8" 1.8.0
  (c++)"swq_select_summarize(swq_select*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLHTTPCleanupRequest(CPLHTTPRequest*)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeToWCharIconv(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGNSpatialFilterToUOR(DGNInfo*)@GDAL_1.8" 1.8.0
  (c++)"EPSGGetWGS84Transform(int, double*)@GDAL_1.8" 1.8.0
  (c++)"GML_IsSRSLatLongOrder(char const*)@GDAL_1.8" 1.8.0
@@ -270,47 +310,58 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetDataBlockSize(char const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetTileDirectory(_IO_FILE*, unsigned int, int, int, INGR_TileHeader*, INGR_TileItem**)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetEnvironColors(GDALColorTable*, INGR_ColorTableVar*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCreateFromGeomedia(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCreateFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.9.0
  (c++)"OGRDODSIsFloatInvalid(float const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadPolygon(json_object*, bool)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteCoords(double const&, double const&)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteCoords(double const&, double const&, double const&)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteCoords(double const&, double const&, double const&, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteCoords(double const&, double const&, int)@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLAppendEscaped(CPLODBCStatement*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGDumpEscapeString(char const*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGEscapeColumnName(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRPolylineLabelPoint(OGRLineString*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGR_G_ExportToKMLTree(void*)@GDAL_1.8" 1.8.0
  (c++)"PamHistogramToXMLTree(double, double, int, int*, int, int)@GDAL_1.8" 1.8.0
  (c++)"RemapImgWGSProjcsName(OGRSpatialReference*, char const*, char const*)@GDAL_1.8" 1.8.0
- (c++)"SHPReadOGRFeatureDefn(char const*, SHPInfo*, DBFInfo*)@GDAL_1.8" 1.8.0
+ (c++)"SHPReadOGRFeatureDefn(char const*, SHPInfo*, DBFInfo*, char const*)@GDAL_1.8" 1.9.0
  (c++)"SetLinearUnitCitation(gtiff*, char*)@GDAL_1.8" 1.8.0
  (c++)"USGSDEMDecToPackedDMS(double)@GDAL_1.8" 1.8.0
  (c++)"VRTParseFilterSources(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
- (c++)"WFS_FetchValueFromURL(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"WriteEquidistantConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WritePeStringIfNeeded(OGRSpatialReference*, hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"getGeometryTypeOfElem(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"AddParamBasedOnPrjName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeFromWCharStub(wchar_t const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALFindAssociatedFile(char const*, char const*, char**, int)@GDAL_1.8" 1.9.0
  (c++)"GeoJSONGetProtocolType(char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_CreateVirtualFile(char const*, INGR_Format, int, int, int, int, unsigned char*, int, int)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetEnvironVColors(_IO_FILE*, unsigned int, unsigned int, GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"INGR_TileItemDiskToMem(INGR_TileItem*, unsigned char const*)@GDAL_1.8" 1.8.0
+ (c++)"IdrisiGeoReference2Wkt(char const*, char const*, char const*, char**)@GDAL_1.8" 1.9.0
  (c++)"MITABFreeCoordSysTable()@GDAL_1.8" 1.8.0
  (c++)"MITABLoadCoordSysTable(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSIsDoubleInvalid(double const*)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadPolygon(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadGeometry(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadRawPoint(json_object*, OGRPoint&)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWritePolygon(OGRPolygon*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteFeature(OGRFeature*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWritePolygon(OGRPolygon*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRParseRFC822DateTime(char const*, int*, int*, int*, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
  (c++)"OGRPolylineCenterPoint(OGRLineString*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteCreateTables(void*, char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"WriteMillerCylindrical(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeFromWCharIconv(wchar_t const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GML2OGRGeometry_XMLNode(CPLXMLNode const*, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"INGR_HeaderOneDiskToMem(INGR_HeaderOne*, unsigned char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_HeaderOneMemToDisk(INGR_HeaderOne const*, unsigned char*)@GDAL_1.8" 1.8.0
  (c++)"OGRCreateExpatXMLParser()@GDAL_1.8" 1.8.0
  (c++)"OGREPSGDatumNameMassage(char**)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteGeometry(OGRGeometry*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGR_FD_ReorderFieldDefn(void*, int*)@GDAL_1.8" 1.9.0
  (c++)"RemapNameBasedOnKeyName(OGRSpatialReference*, char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"WriteTransverseMercator(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
+ (c++)"gmlUpdateFeatureClasses(GFSTemplateList*, GMLReader*, int*)@GDAL_1.8" 1.9.0
+ (c++)"swq_is_reserved_keyword(char const*)@GDAL_1.8" 1.9.0
  (c++)"CPLHTTPInitializeRequest(CPLHTTPRequest*, char const*, char const* const*)@GDAL_1.8" 1.8.0
  (c++)"DGNInverseTransformPoint(DGNInfo*, DGNPoint*)@GDAL_1.8" 1.8.0
  (c++)"EpsilonDatasetCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -339,9 +390,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRESRIJSONReadMultiPoint(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONGetGeometryName(OGRGeometry const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONWriteAttributes(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteLineCoords(OGRLineString*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteLineString(OGRLineString*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiPoint(OGRMultiPoint*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteLineCoords(OGRLineString*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteLineString(OGRLineString*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteMultiPoint(OGRMultiPoint*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGDumpEscapeColumnName(char const*)@GDAL_1.8" 1.9.0
  (c++)"TABCreateMAPBlockFromFile(_IO_FILE*, int, int, int, TABAccess)@GDAL_1.8" 1.8.0
  (c++)"WriteAlbersConicEqualArea(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteAzimuthalEquidistant(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
@@ -349,8 +401,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"cellRepresentation2String(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"GTIFFBuildOverviewMetadata(char const*, GDALDataset*, CPLString&)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONPropertyToFieldType(json_object*)@GDAL_1.8" 1.8.0
- (c++)"ImagineCitationTranslation(char const*, geokey_t)@GDAL_1.8" 1.8.0
+ (c++)"ImagineCitationTranslation(char*, geokey_t)@GDAL_1.8" 1.9.0
  (c++)"MITABExtractCoordSysBounds(char const*, double&, double&, double&, double&)@GDAL_1.8" 1.8.0
+ (c++)"NITFSetColorInterpretation(NITFImage*, int, GDALColorInterp)@GDAL_1.8" 1.9.0
  (c++)"NTFArcCenterFromEdgePoints(double, double, double, double, double, double, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"OGRCreateDefaultLayerIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONGetGeometryType(json_object*)@GDAL_1.8" 1.8.0
@@ -365,13 +418,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedOverviewTransform(void*, int, int, double*, double*, double*, int*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertConformalConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"DestroyWMSMiniDriverManager()@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPoolForceDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALType2CellRepresentation(GDALDataType, bool)@GDAL_1.8" 1.8.0
  (c++)"GetGDALWMSMiniDriverManager()@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLengthBitonal(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiPolygon(OGRMultiPolygon*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteMultiPolygon(OGRMultiPolygon*, int)@GDAL_1.8" 1.9.0
  (c++)"cellRepresentation2GDALType(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"swq_select_finish_summarize(swq_select*)@GDAL_1.8" 1.8.0
- (c++)"GML_BuildOGRGeometryFromList(char**, int, int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GML_BuildOGRGeometryFromList(CPLXMLNode const* const*, int, int, char const*, int, int, void*, int)@GDAL_1.8" 1.9.0
  (c++)"INGR_DecodeRunLengthPaletted(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"OGRGetXML_UTF8_EscapedString(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneCreateAptFileReader(OGRXPlaneDataSource*)@GDAL_1.8" 1.8.0
@@ -380,17 +434,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlaneCreateNavFileReader(OGRXPlaneDataSource*)@GDAL_1.8" 1.8.0
  (c++)"WFS_TurnSQLFilterToOGCFilter(char const*, int, int, int, int, int*)@GDAL_1.8" 1.8.0
  (c++)"DGNInverseTransformPointToInt(DGNInfo*, DGNPoint*, unsigned char*)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPoolPreventDestroy()@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadMultiLineString(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGR_G_ExportEnvelopeToKMLTree(void*)@GDAL_1.8" 1.8.0
  (c++)"S57GenerateStandardAttributes(OGRFeatureDefn*, int)@GDAL_1.8" 1.8.0
  (c++)"VSICreateBufferedReaderHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertConformalConic2SP(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
- (c++)"GML_ExtractSrsNameFromGeometry(char**)@GDAL_1.8" 1.8.0
+ (c++)"GML_ExtractSrsNameFromGeometry(CPLXMLNode const* const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadSpatialReference(json_object*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiLineString(OGRMultiLineString*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteMultiLineString(OGRMultiLineString*, int)@GDAL_1.8" 1.9.0
  (c++)"TABAdjustCaseSensitiveFilename(char*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertAzimuthalEqualArea(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadSpatialReference(json_object*)@GDAL_1.8" 1.8.0
+ (c++)"CheckCitationKeyForStatePlaneUTM(gtiff*, GTIFDefn*, OGRSpatialReference*, int*)@GDAL_1.8" 1.9.0
  (c++)"GDALRegenerateOverviewsMultiBand(int, GDALRasterBand**, int, GDALRasterBand***, char const*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLengthBitonalTiled(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"NTFStrokeArcToOGRGeometry_Angles(double, double, double, double, double, int)@GDAL_1.8" 1.8.0
@@ -399,9 +455,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RemapPNamesBasedOnProjCSAndPName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALRegisterTransformDeserializer(char const*, int (*)(void*, int, int, double*, double*, double*, int*), void* (*)(CPLXMLNode*))@GDAL_1.8" 1.8.0
  (c++)"OGRCreateCoordinateTransformation(OGRSpatialReference*, OGRSpatialReference*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteGeometryCollection(OGRGeometryCollection*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteGeometryCollection(OGRGeometryCollection*, int)@GDAL_1.8" 1.9.0
  (c++)"RemapPValuesBasedOnProjCSAndPName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALUnregisterTransformDeserializer(void*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteGetSpatialiteVersionNumber()@GDAL_1.8" 1.9.0
  (c++)"DGNTransformPointWithQuaternionVertex(int*, DGNPoint*, DGNPoint*)@GDAL_1.8" 1.8.0
  (c++)"GDALGetResponsiblePIDForCurrentThread()@GDAL_1.8" 1.8.0
  (c++)"GDALSetResponsiblePIDForCurrentThread(long long)@GDAL_1.8" 1.8.0
@@ -409,6 +466,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"S57GenerateVectorPrimitiveFeatureDefn(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDeserializeWarpedOverviewTransformer(CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"Max(double, double)@GDAL_1.8" 1.8.0
+ (c++)"GML_BuildOGRGeometryFromList_CreateCache()@GDAL_1.8" 1.9.0
+ (c++)"GML_BuildOGRGeometryFromList_DestroyCache(void*)@GDAL_1.8" 1.9.0
  (c++)"trim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"ltrim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"rtrim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
@@ -417,6 +476,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ClearSR(hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"StripNS(char const*)@GDAL_1.8" 1.8.0
  (c++)"mapOpen(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MOPEN_PERM)@GDAL_1.8" 1.8.0
+ (c++)"CheckUTM(GTIFDefn*, char*)@GDAL_1.8" 1.9.0
  (c++)"HLStoRGB(HLS)@GDAL_1.8" 1.8.0
  (c++)"HueToRGB(short, short, short)@GDAL_1.8" 1.8.0
  (c++)"MakeDirs(char const*)@GDAL_1.8" 1.8.0
@@ -493,8 +553,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BSBDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"BSBDataset::IdentifyInternal(GDALOpenInfo*, bool&)@GDAL_1.8" 1.9.0
  (c++)"BSBDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetGCPs()@GDAL_1.8" 1.8.0
+ (c++)"BSBDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"BSBDataset::BSBDataset()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::BSBDataset()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::~BSBDataset()@GDAL_1.8" 1.8.0
@@ -522,6 +584,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLLocaleC::CPLLocaleC()@GDAL_1.8" 1.8.0
  (c++)"CPLLocaleC::~CPLLocaleC()@GDAL_1.8" 1.8.0
  (c++)"CPLLocaleC::~CPLLocaleC()@GDAL_1.8" 1.8.0
+ (c++)"CTGDataset::ReadImagery()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::ExtractField(char*, char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
@@ -539,15 +612,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ERSDataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPCount()@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::WriteProjectionInfo(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ERSDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::ReadGCPs()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::ERSDataset()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::ERSDataset()@GDAL_1.8" 1.8.0
@@ -614,34 +692,45 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPCount()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"GIFDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"GIFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPs()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::AddGeometry(char*)@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::SetProperty(int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLFeature::AddGeometry(CPLXMLNode*)@GDAL_1.8" 1.9.0
  (c++)"GMLFeature::AddOBProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GetOBProperty(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GetOBProperties()@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::SetGeometryDirectly(char*)@GDAL_1.8" 1.8.0
+ (c++)"GMLFeature::SetGeometryDirectly(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GMLFeature::SetPropertyDirectly(int, char*)@GDAL_1.8" 1.9.0
  (c++)"GMLFeature::Dump(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::SetFID(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GMLFeature(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GMLFeature(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::~GMLFeature()@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::~GMLFeature()@GDAL_1.8" 1.8.0
- (c++)"GMLHandler::endElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::endElement()@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::dataHandler(char const*, int)@GDAL_1.8" 1.8.0
- (c++)"GMLHandler::startElement(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::startElement(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementTop(char const*, int, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::IsGeometryElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::endElementDefault()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementFeature()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementGeometry()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::dataHandlerGeometry(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementAttribute()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementBoundedBy()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementDefault(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::dataHandlerAttribute(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementGeometry(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementBoundedBy(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::ParseAIXMElevationPoint(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementIgnoredFeature()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementCityGMLGenericAttr()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementFeatureAttribute(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementCityGMLGenericAttr(char const*, int, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::GMLHandler(GMLReader*)@GDAL_1.8" 1.8.0
  (c++)"GMLHandler::GMLHandler(GMLReader*)@GDAL_1.8" 1.8.0
  (c++)"GMLHandler::~GMLHandler()@GDAL_1.8" 1.8.0
@@ -802,6 +891,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"JPGDataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::CheckForMask()@GDAL_1.8" 1.8.0
@@ -810,9 +901,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JPGDataset::DecompressMask()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::ReadXMPMetadata()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::ReadEXIFMetadata()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::LoadDefaultTables(int)@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::LoadWorldFileOrTab()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::EXIFExtractMetadata(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetGCPs()@GDAL_1.8" 1.8.0
@@ -844,10 +937,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"L1BDataset::~L1BDataset()@GDAL_1.8" 1.8.0
  (c++)"L1BDataset::~L1BDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::GetFileList()@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::SetProjection(char const*)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::SetGeoTransform(double*)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::CheckForStatistics()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::LANDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::LANDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::~LANDataset()@GDAL_1.8" 1.8.0
@@ -899,6 +995,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"NASHandler::GetAttributes(xercesc_2_8::Attributes const*)@GDAL_1.8" 1.9.0
  (c++)"NASHandler::IsGeometryElement(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::NASHandler(NASReader*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::NASHandler(NASReader*)@GDAL_1.8" 1.8.0
@@ -955,6 +1052,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGLayer::CloseCursor()@GDAL_1.8" 1.9.0
  (c++)"OGRPGLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::ResetReading()@GDAL_1.8" 1.8.0
@@ -976,6 +1074,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::RunGetExtentRequest(OGREnvelope*, int, CPLString)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGLayer::ReadResultDefinition(pg_result*)@GDAL_1.8" 1.9.0
  (c++)"OGRPGLayer::SetInitialQueryCursor()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::CreateMapFromFieldNameToIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::OGRPGLayer()@GDAL_1.8" 1.8.0
@@ -1027,16 +1126,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::GetKeyword(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PDSDataset::ParseImage(CPLString)@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::CleanString(CPLString&)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetFileList()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::GetKeywordSub(char const*, int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::GetKeywordSub(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::GetKeywordUnit(char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::ParseCompressedImage()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::ParseUncompressedImage()@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::ParseSRS()@GDAL_1.8" 1.8.0
@@ -1046,10 +1146,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"PNGDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::LoadScanline(int)@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::LoadWorldFile()@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::CollectMetadata()@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PNGDataset::CollectXMPMetadata()@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::LoadInterlacedChunk(int)@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::Restart()@GDAL_1.8" 1.8.0
@@ -1096,6 +1202,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RS2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"RS2Dataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"RS2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -1308,6 +1415,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPFile::TABMAPFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPFile::~TABMAPFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPFile::~TABMAPFile()@GDAL_1.8" 1.8.0
+ (c++)"TILDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"TILDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"TILDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"TILDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"TILDataset::TILDataset()@GDAL_1.8" 1.8.0
@@ -1328,11 +1437,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::GetFeature(int, TigerRecordInfo*, int, int, int, int)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::CreateFeature(OGRFeature*, TigerRecordInfo*, int, char const*)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::SetModule(char const*, char const*)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::TigerPoint(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::TigerPoint(int)@GDAL_1.8" 1.8.0
+ (c++)"TigerPoint::GetFeature(int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::GetFeature(int, int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::CreateFeature(OGRFeature*, int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::TigerPoint(int, TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::TigerPoint(int, TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
@@ -1358,6 +1468,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDataset::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"VRTDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
+ (c++)"VRTDataset::CheckCompatibleForDatasetIO()@GDAL_1.8" 1.9.0
  (c++)"VRTDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Delete(char const*)@GDAL_1.8" 1.8.0
@@ -1367,6 +1479,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"VRTDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"VRTDataset::VRTDataset(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::VRTDataset(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::~VRTDataset()@GDAL_1.8" 1.8.0
@@ -1390,6 +1503,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ValueRange::ValueRange(double, double)@GDAL_1.8" 1.8.0
  (c++)"ValueRange::ValueRange(double, double, double)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::GetCoverage(int, int, int, int, int, int, int, int*, CPLHTTPResult**)@GDAL_1.8" 1.8.0
+ (c++)"WCSDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"WCSDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"WCSDataset::ProcessError(CPLHTTPResult*)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::DirectRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::GDALOpenResult(CPLHTTPResult*)@GDAL_1.8" 1.8.0
@@ -1402,6 +1517,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"WCSDataset::ExtractGridInfo100()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::EstablishRasterDetails()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"WCSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"WCSDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::WCSDataset()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::WCSDataset()@GDAL_1.8" 1.8.0
@@ -1415,7 +1531,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"XPMDataset::~XPMDataset()@GDAL_1.8" 1.8.0
  (c++)"XPMDataset::~XPMDataset()@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
- (c++)"XYZDataset::IdentifyEx(GDALOpenInfo*, int&)@GDAL_1.8" 1.8.0
+ (c++)"XYZDataset::IdentifyEx(GDALOpenInfo*, int&, int&)@GDAL_1.8" 1.9.0
  (c++)"XYZDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -1521,18 +1637,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_select::swq_select()@GDAL_1.8" 1.8.0
  (c++)"swq_select::~swq_select()@GDAL_1.8" 1.8.0
  (c++)"swq_select::~swq_select()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::CommonOpen(GDALOpenInfo*, GridFormat)@GDAL_1.8" 1.9.0
+ (c++)"AAIGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::GetFileList()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::ParseHeader(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Getc()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Seek(unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Tell()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
+ (c++)"ACE2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
  (c++)"ADRGDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"ADRGDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"ADRGDataset::OpenDataset(char const*, char const*, DDFRecord*)@GDAL_1.8" 1.8.0
@@ -1596,6 +1725,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DTEDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"DTEDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"DTEDDataset::DTEDDataset()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::DTEDDataset()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::~DTEDDataset()@GDAL_1.8" 1.8.0
@@ -1626,6 +1756,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ELASDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
+ (c++)"ELASDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ELASDataset::ELASDataset()@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::ELASDataset()@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::~ELASDataset()@GDAL_1.8" 1.8.0
@@ -1673,6 +1804,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDataset::Dereference()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetGCPCount()@GDAL_1.8" 1.8.0
+ (c++)"GDALDataset::ReportError(CPLErr, int, char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"GDALDataset::MarkAsShared()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetRasterBand(int)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -1693,6 +1825,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDataset::GetInternalHandle(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::BlockBasedRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::BlockBasedFlushCache()@GDAL_1.8" 1.8.0
+ (c++)"GDALDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GDALDataset::AddBand(GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::SetBand(int, GDALRasterBand*)@GDAL_1.8" 1.8.0
@@ -1814,6 +1947,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JDEMDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"JDEMDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"JDEMDataset::JDEMDataset()@GDAL_1.8" 1.9.0
+ (c++)"JDEMDataset::JDEMDataset()@GDAL_1.8" 1.9.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
@@ -1851,8 +1987,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MSGNDataset::~MSGNDataset()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::AdviseRead(int, int, int, int, int, int, GDALDataType, int, int*, char**)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::OpenInternal(GDALOpenInfo*, GDALDataset*, int)@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::CheckForRSets(char const*)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::ReadJPEGBlock(int, int)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -1869,9 +2007,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NITFDataset::NITFDatasetCreate(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::InitializeCGMMetadata()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::InitializeTREMetadata()@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
+ (c++)"NITFDataset::InitializeNITFMetadata()@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::InitializeTextMetadata()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
- (c++)"NITFDataset::Open(GDALOpenInfo*, GDALDataset*, int)@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::AddFile(char**, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
@@ -1949,11 +2089,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRCSVLayer::SetCreateCSVT(int)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVLayer::SetWriteGeometry(OGRCSVGeometryFormat)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::GetNextUnfilteredFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::SetCRLF(int)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
@@ -1997,6 +2138,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFLayer::TranslateDIMENSION()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::ApplyOCSTransformer(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::CollectBoundaryPath(OGRGeometryCollection*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDXFLayer::CollectPolylinePath(OGRGeometryCollection*)@GDAL_1.8" 1.9.0
  (c++)"OGRDXFLayer::TranslateLWPOLYLINE()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::ClearPendingFeatures()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::GetNextUnfilteredFeature()@GDAL_1.8" 1.8.0
@@ -2006,6 +2148,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::LaunderColName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::SetNextByIndex(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::ParseCSVResponse(char*, std::vector<CPLString, std::allocator<CPLString> >&)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetGeometryColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::BuildFeatureFromSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::PatchSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::OGRGFTLayer(OGRGFTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::OGRGFTLayer(OGRGFTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLLayer::ResetReading()@GDAL_1.8" 1.8.0
@@ -2114,11 +2273,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMemLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRMemLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRMemLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRMemLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
+ (c++)"OGRMemLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRMemLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -2216,6 +2378,26 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGLayer::LoadSchema()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetGeomType()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::endElementCbk(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::dataHandlerCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::startElementCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::endElementLoadSchemaCbk(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::dataHandlerLoadSchemaCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::startElementLoadSchemaCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::OGRSVGLayer(char const*, char const*, SVGGeometryType, OGRSVGDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::OGRSVGLayer(char const*, char const*, SVGGeometryType, OGRSVGDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRStyleMgr::GetPartCount(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleMgr::GetStyleName(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleMgr::GetStyleByName(char const*)@GDAL_1.8" 1.8.0
@@ -2260,14 +2442,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVFKLayer::~OGRVFKLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVFKLayer::~OGRVFKLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::GetFeature(long)@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::Initialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SyncToDisk()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::GetGeomType()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::FastInitialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTLayer::FullInitialize()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -2278,9 +2462,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVRTLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::createFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::TranslateVRTFeatureToSrcFeature(OGRFeature*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::GetName()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::OGRVRTLayer()@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::OGRVRTLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::OGRVRTLayer(OGRVRTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTLayer::OGRVRTLayer(OGRVRTDataSource*)@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
@@ -2295,7 +2480,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetPostHeader()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
- (c++)"OGRWFSLayer::BuildLayerDefn(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSLayer::BuildLayerDefn(OGRFeatureDefn*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::FetchGetFeature(int)@GDAL_1.8" 1.8.0
@@ -2310,6 +2495,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSLayer::DescribeFeatureType()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetDescribeFeatureTypeURL(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSLayer::BuildLayerDefnFromFeatureClass(GMLFeatureClass*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSLayer::ExecuteGetFeatureResultTypeHits()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
@@ -2357,8 +2543,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK2Band::SetMetadata(char**, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::GetColorTable()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::SetColorTable(GDALColorTable*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Band::SetDescription(char const*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Band::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Band::GetCategoryNames()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Band::GetOverviewCount()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::CheckForColorTable()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::RefreshOverviewList()@GDAL_1.8" 1.8.0
@@ -2495,6 +2683,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKProperty::~VFKProperty()@GDAL_1.8" 1.8.0
  (c++)"VFKProperty::~VFKProperty()@GDAL_1.8" 1.8.0
  (c++)"VFKProperty::operator=(VFKProperty const&)@GDAL_1.8" 1.8.0
+ (c++)"ZMapDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
@@ -2566,6 +2763,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BTRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::SetUnitType(char const*)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
+ (c++)"BTRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.9.0
  (c++)"BTRasterBand::BTRasterBand(GDALDataset*, _IO_FILE*, GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::BTRasterBand(GDALDataset*, _IO_FILE*, GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::~BTRasterBand()@GDAL_1.8" 1.8.0
@@ -2602,9 +2800,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DIMAPDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"DIMAPDataset::SetMetadata(CPLXMLNode*, char const**)@GDAL_1.8" 1.9.0
  (c++)"DIMAPDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"DIMAPDataset::ReadImageInformation()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPDataset::ReadImageInformation2()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"DIMAPDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -2645,10 +2847,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::RebuildPath()@GDAL_1.8" 1.8.0
+ (c++)"GMLReadState::Reset()@GDAL_1.8" 1.9.0
  (c++)"GMLReadState::PopPath()@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::PushPath(char const*)@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::MatchPath(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReadState::PushPath(char const*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReadState::GMLReadState()@GDAL_1.8" 1.8.0
  (c++)"GMLReadState::GMLReadState()@GDAL_1.8" 1.8.0
  (c++)"GMLReadState::~GMLReadState()@GDAL_1.8" 1.8.0
@@ -2663,11 +2864,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::Crystalize()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::LoadRPCRPB()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::OpenOffset(tiff*, GTiffDataset**, unsigned long long, int, GDALAccess, int, int, char**)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::ReadRPCTag()@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindIMDFile(char**)@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindRPBFile(char**)@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindRPCFile(char**)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::FindIMDFile()@GDAL_1.8" 1.9.0
+ (c++)"GTiffDataset::FindRPBFile()@GDAL_1.8" 1.9.0
+ (c++)"GTiffDataset::FindRPCFile()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
@@ -2686,6 +2888,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::ScanDirectories()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
@@ -2698,6 +2901,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::LookForProjection()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::PushMetadataToPam()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::WriteEncodedStrip(unsigned int, unsigned char*, int)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::WriteEncodedTileOrStrip(unsigned int, void*, int)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::RegisterNewOverviewDataset(unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::CreateInternalMaskOverviews(int, int)@GDAL_1.8" 1.8.0
@@ -2705,9 +2909,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPs()@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::LoadIMD()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::OpenDir(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::CreateLL(char const*, int, int, int, GDALDataType, double, char**)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::Finalize()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GTiffDataset()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GTiffDataset()@GDAL_1.8" 1.8.0
@@ -2745,11 +2951,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IMapInfoFile::~IMapInfoFile()@GDAL_1.8" 1.8.0
  (c++)"IMapInfoFile::~IMapInfoFile()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::WriteLabel(CPLString, CPLString, CPLString, unsigned int, unsigned int, unsigned int, GDALDataType, unsigned long long, char const*, unsigned long long&, bool)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::CleanString(CPLString&)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteRaster(CPLString, bool, unsigned long long, unsigned long long, GDALDataType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteKeyword(_IO_FILE*, unsigned int, CPLString, CPLString)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::GetKeywordSub(char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::WriteFormatting(_IO_FILE*, CPLString)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::RecordSizeCalculation(unsigned int, unsigned int, unsigned int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteQUBE_Information(_IO_FILE*, unsigned int, unsigned int&, unsigned int, unsigned int, unsigned int, GDALDataType, char const*)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::ISIS2Dataset()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::ISIS2Dataset()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::~ISIS2Dataset()@GDAL_1.8" 1.8.0
@@ -2815,7 +3030,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDODSLayer::~OGRDODSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
- (c++)"OGRDXFDriver::GetDXFColorTable()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::~OGRDXFDriver()@GDAL_1.8" 1.8.0
@@ -2841,6 +3055,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRFieldDefn::OGRFieldDefn(OGRFieldDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFieldDefn::~OGRFieldDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRFieldDefn::~OGRFieldDefn()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
@@ -2985,7 +3206,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGeoLayer::BuildFeatureDefn(char const*, CPLODBCStatement*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::GetGeometryColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
- (c++)"OGRPGeoLayer::createFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::OGRPGeoLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::OGRPGeoLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::~OGRPGeoLayer()@GDAL_1.8" 1.8.0
@@ -3019,12 +3239,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGYLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::OGRSEGYLayer(char const*, _IO_FILE*, SEGYBinaryFileHeader*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::OGRSEGYLayer(char const*, _IO_FILE*, SEGYBinaryFileHeader*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSUADriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRStyleTool::GetParamDbl(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleTool::GetParamNum(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleTool::GetParamStr(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
@@ -3163,7 +3400,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABRectangle::~TABRectangle()@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerAltName::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::TigerAltName(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::TigerAltName(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::~TigerAltName()@GDAL_1.8" 1.8.0
@@ -3207,6 +3443,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIMemHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.8.0
+ (c++)"VSIMemHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
@@ -3274,10 +3511,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
- (c++)"BIGGIFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"BIGGIFDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"BIGGIFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::ReOpen()@GDAL_1.8" 1.8.0
- (c++)"BIGGIFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::BIGGIFDataset()@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::BIGGIFDataset()@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::~BIGGIFDataset()@GDAL_1.8" 1.8.0
@@ -3317,6 +3553,44 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"CPLStringList::Initialize()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddNameValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::SetNameValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::MakeOurOwnCopy()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::EnsureAllocation(int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddStringDirectly(char*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::InsertStringDirectly(int, char*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FindSortedInsertionPoint(char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Sort()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Clear()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Assign(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddString(char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::StealList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::~CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::~CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator=(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator[](int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::GetCategoryNames()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::CTGRasterBand(CTGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::CTGRasterBand(CTGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::ERSRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::ERSRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
  (c++)"FITRasterBand::GetMaximum(int*)@GDAL_1.8" 1.8.0
  (c++)"FITRasterBand::GetMinimum(int*)@GDAL_1.8" 1.8.0
  (c++)"FITRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
@@ -3407,6 +3681,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HFARasterBand::GetDefaultRAT()@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::SetColorTable(GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::SetDefaultRAT(GDALRasterAttributeTable const*)@GDAL_1.8" 1.8.0
+ (c++)"HFARasterBand::WriteNamedRAT(char const*, GDALRasterAttributeTable const*)@GDAL_1.8" 1.9.0
  (c++)"HFARasterBand::BuildOverviews(char const*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::CleanOverviews()@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -3454,7 +3729,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IdrisiDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
- (c++)"IdrisiDataset::GeoReference2Wkt(char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::Wkt2GeoReference(char const*, char**, char**)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -3498,14 +3772,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MEMRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetCategoryNames()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetCategoryNames(char**)@GDAL_1.8" 1.8.0
+ (c++)"MEMRasterBand::GetDefaultHistogram(double*, double*, int*, int**, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"MEMRasterBand::SetDefaultHistogram(double, double, int, int*)@GDAL_1.8" 1.9.0
  (c++)"MEMRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetOffset(double)@GDAL_1.8" 1.8.0
- (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
- (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
@@ -3570,8 +3846,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::DestroyDataSource(OGRDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::ProcessSQLDropIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDataSource::ProcessSQLDropTable(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRDataSource::ProcessSQLCreateIndex(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::SetStyleTableDirectly(OGRStyleTable*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableAddColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableDropColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableAlterColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableRenameColumn(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRDataSource::Release()@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::CopyLayer(OGRLayer*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::Reference()@GDAL_1.8" 1.8.0
@@ -3682,29 +3963,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGP1Layer::ExpandTabs(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::DetectLatitudeColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::OGRSEGP1Layer(char const*, _IO_FILE*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::OGRSEGP1Layer(char const*, _IO_FILE*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::FetchShape(int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SyncToDisk()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::TouchLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::CheckForQIX()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::ScanIndices()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::ResetGeomType(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::ConvertCodePage(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::RecomputeExtent()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::DropSpatialIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateSpatialIndex(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::CloseFileDescriptors()@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::ReopenFileDescriptors()@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::GetFeatureCountWithSpatialFilterOnly()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::Repack()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRShapeLayer::OGRShapeLayer(char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, OGRwkbGeometryType)@GDAL_1.8" 1.8.0
- (c++)"OGRShapeLayer::OGRShapeLayer(char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, OGRwkbGeometryType)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::OGRShapeLayer(OGRShapeDataSource*, char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, int, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::OGRShapeLayer(OGRShapeDataSource*, char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, int, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
@@ -3882,6 +4188,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"SNODASDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
  (c++)"SRPRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"SRPRasterBand::GetColorTable()@GDAL_1.8" 1.8.0
  (c++)"SRPRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -3957,12 +4273,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::GetFeature(int)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::WriteField(OGRFeature*, char const*, char*, int, int, char, char)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::WritePoint(char*, int, double, double)@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::WriteFields(TigerRecordInfo*, OGRFeature*, char*)@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::WriteFields(TigerRecordInfo const*, OGRFeature*, char*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::WriteRecord(char*, int, char const*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetupVersion()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::AddFieldDefns(TigerRecordInfo*, OGRFeatureDefn*)@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::AddFieldDefns(TigerRecordInfo const*, OGRFeatureDefn*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::GetShortModule()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetWriteModule(char const*, int, OGRFeature*)@GDAL_1.8" 1.8.0
@@ -3973,28 +4290,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerFileBase::OpenFile(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetField(OGRFeature*, char const*, char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::GetModule()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::SetFields(TigerRecordInfo*, OGRFeature*, char*)@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::TigerFileBase()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::TigerFileBase()@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::SetFields(TigerRecordInfo const*, OGRFeature*, char*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::SetModule(char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::TigerFileBase(TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::TigerFileBase(TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::TigerZipCodes(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::TigerZipCodes(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::TigerZipPlus4(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::TigerZipPlus4(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
+ (c++)"VRTFuncSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTFuncSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTFuncSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTFuncSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTFuncSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -4028,7 +4342,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTRasterBand::UnsetNoDataValue()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::CopyCommonInfoFrom(GDALRasterBand*)@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::GetDefaultHistogram(double*, double*, int*, int**, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"VRTRasterBand::IsSourcedRasterBand()@GDAL_1.8" 1.9.0
  (c++)"VRTRasterBand::SetDefaultHistogram(double, double, int, int*)@GDAL_1.8" 1.8.0
+ (c++)"VRTRasterBand::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
@@ -4041,8 +4357,24 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VSICachedFile::LoadBlocks(unsigned long, unsigned long, void*, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Eof()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Seek(unsigned long long, int)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Tell()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Close()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Flush()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Demote(VSICacheChunk*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::FlushLRU()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::VSICachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::VSICachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::GetFileSize()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::DownloadRegion(unsigned long long, int)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlHandle::ReadMultiRange(int, void**, unsigned long long const*, unsigned long const*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::Eof()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
@@ -4091,17 +4423,27 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
- (c++)"netCDFDataset::SafeStrcat(char**, char*, unsigned long*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::DefVarDeflate(int, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::FetchCopyParm(char const*, char const*, double)@GDAL_1.8" 1.8.0
- (c++)"netCDFDataset::SetProjection(int)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetDefineMode(int)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::SetProjection(char const*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::IdentifyFormat(GDALOpenInfo*, bool)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::ReadAttributes(int, int)@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetGeoTransform(double*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::AddProjectionVars(int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::CreateSubDatasetList()@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetProjectionFromVar(int)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::FetchStandardParallels(char const*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::ProcessCreationOptions()@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::rint(double)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::CreateLL(char const*, int, int, int, char**)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::netCDFDataset()@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::netCDFDataset()@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::~netCDFDataset()@GDAL_1.8" 1.8.0
@@ -4112,8 +4454,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_expr_node::ReverseSubExpressions()@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::Dump(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::Check(swq_field_list*)@GDAL_1.8" 1.8.0
- (c++)"swq_expr_node::Quote(CPLString&)@GDAL_1.8" 1.8.0
- (c++)"swq_expr_node::Unparse(swq_field_list*)@GDAL_1.8" 1.8.0
+ (c++)"swq_expr_node::Quote(CPLString&, char)@GDAL_1.8" 1.9.0
+ (c++)"swq_expr_node::Unparse(swq_field_list*, char)@GDAL_1.8" 1.9.0
  (c++)"swq_expr_node::Evaluate(swq_expr_node* (*)(swq_expr_node*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::swq_expr_node(swq_op)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::swq_expr_node(char const*)@GDAL_1.8" 1.8.0
@@ -4130,11 +4472,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"AAIGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
- (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int, GDALDataType)@GDAL_1.8" 1.8.0
- (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int, GDALDataType)@GDAL_1.8" 1.8.0
+ (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int)@GDAL_1.8" 1.9.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"ACE2RasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::GetCategoryNames()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::ACE2RasterBand(_IO_FILE*, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::ACE2RasterBand(_IO_FILE*, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
  (c++)"ADRGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"ADRGRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"ADRGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -4208,6 +4557,30 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"E00GRIDDataset::ReadMetadata()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::ReadNextLine(void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Rewind(void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::ReadLine()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::AddSubDataset(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Build(char const*, CPLXMLNode*, CPLString, CPLString, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
  (c++)"EHdrRasterBand::GetMaximum(int*)@GDAL_1.8" 1.8.0
  (c++)"EHdrRasterBand::GetMinimum(int*)@GDAL_1.8" 1.8.0
  (c++)"EHdrRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
@@ -4234,6 +4607,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"EnvisatDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::ScanForGCPs_ASAR()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::ScanForGCPs_MERIS()@GDAL_1.8" 1.8.0
+ (c++)"EnvisatDataset::CollectADSMetadata()@GDAL_1.8" 1.9.0
  (c++)"EnvisatDataset::CollectDSDMetadata()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::GetGCPs()@GDAL_1.8" 1.8.0
@@ -4291,8 +4665,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALOverviewDS::~GDALOverviewDS()@GDAL_1.8" 1.8.0
  (c++)"GDALOverviewDS::~GDALOverviewDS()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::FlushCache()@GDAL_1.8" 1.8.0
- (c++)"GDALPamDataset::TryLoadAux()@GDAL_1.8" 1.8.0
- (c++)"GDALPamDataset::TryLoadXML()@GDAL_1.8" 1.8.0
+ (c++)"GDALPamDataset::TryLoadAux(char**)@GDAL_1.8" 1.9.0
+ (c++)"GDALPamDataset::TryLoadXML(char**)@GDAL_1.8" 1.9.0
  (c++)"GDALPamDataset::TrySaveXML()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetGCPCount()@GDAL_1.8" 1.8.0
@@ -4313,6 +4687,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALPamDataset::SetSubdatasetName(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetPhysicalFilename()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::SetPhysicalFilename(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALPamDataset::IsPamFilenameAPotentialSiblingFile()@GDAL_1.8" 1.9.0
  (c++)"GDALPamDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
@@ -4338,6 +4713,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBand::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetUnitType()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
+ (c++)"GDALRasterBand::ReportError(CPLErr, int, char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"GDALRasterBand::SetUnitType(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetBlockSize(int*, int*)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetHistogram(double, double, int, int*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -4388,11 +4764,28 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBand::~GDALRasterBand()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::~GDALRasterBand()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::AdviseRead(int, int, int, int, int, int, GDALDataType, int, int*, char**)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::Initialize(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetClamp(bool)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetDataType(GDALDataType)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetBlockSize(int, int)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetBandsCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDataWindow(GDALWMSDataWindow&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetRasterSize(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetOverviewCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetNeedsDataWindow(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultBlockSize(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultTileCount(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultTileLevel(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultOverviewCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultDataWindowCoordinates(double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::GDALWMSDataset()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::GDALWMSDataset()@GDAL_1.8" 1.8.0
@@ -4490,6 +4883,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NWT_GRCDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"NWT_GRCDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"NWT_GRCDataset::NWT_GRCDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::NWT_GRCDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::~NWT_GRCDataset()@GDAL_1.8" 1.8.0
@@ -4498,6 +4892,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NWT_GRDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"NWT_GRDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"NWT_GRDDataset::NWT_GRDDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::NWT_GRDDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::~NWT_GRDDataset()@GDAL_1.8" 1.8.0
@@ -4522,6 +4917,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::OGRARCGENLayer(char const*, _IO_FILE*, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::OGRARCGENLayer(char const*, _IO_FILE*, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinLayer::GetNextFeature()@GDAL_1.8" 1.8.0
@@ -4567,11 +4973,30 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOLayer::AddFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::AddFieldDefn(CPLString const&, OGRFieldType, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetAttributeIndex(CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::OGREDIGEOLayer(OGREDIGEODataSource*, char const*, OGRwkbGeometryType, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::OGREDIGEOLayer(OGREDIGEODataSource*, char const*, OGRwkbGeometryType, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::SetGeomType(OGRwkbGeometryType)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::AddFieldDefn(OGRFieldDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::GetFieldDefn(int)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::GetFieldIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRFeatureDefn::DeleteFieldDefn(int)@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::CreateFeatureDefn(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRFeatureDefn::ReorderFieldDefns(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::DestroyFeatureDefn(OGRFeatureDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::Clone()@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::Release()@GDAL_1.8" 1.8.0
@@ -4602,6 +5027,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::SetExtent(double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::OGRIdrisiLayer(char const*, _IO_FILE*, OGRwkbGeometryType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::OGRIdrisiLayer(char const*, _IO_FILE*, OGRwkbGeometryType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRMIAttrIndex::RemoveEntry(OGRField*, long)@GDAL_1.8" 1.8.0
  (c++)"OGRMIAttrIndex::GetAllMatches(OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRMIAttrIndex::GetAllMatches(OGRField*, long*, int*, int*)@GDAL_1.8" 1.8.0
@@ -4661,6 +5100,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::IsTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::ClearStatement()@GDAL_1.8" 1.8.0
@@ -4672,11 +5112,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteLayer::GetGeometryColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometry(OGRGeometry const*, int, OGRwkbByteOrder, unsigned char**, int*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometry(OGRGeometry const*, int, OGRwkbByteOrder, int, int, int, unsigned char**, int*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::ImportSpatiaLiteGeometry(unsigned char const*, int, OGRGeometry**)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::createFromSpatialiteInternal(unsigned char const*, OGRGeometry**, int, OGRwkbByteOrder, int*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ComputeSpatiaLiteGeometrySize(OGRGeometry const*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometryInternal(OGRGeometry const*, OGRwkbByteOrder, unsigned char*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::GetSpatialiteGeometryCode(OGRGeometry const*, int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::createFromSpatialiteInternal(unsigned char const*, OGRGeometry**, int, OGRwkbByteOrder, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::ComputeSpatiaLiteGeometrySize(OGRGeometry const*, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometryInternal(OGRGeometry const*, OGRwkbByteOrder, int, int, int, unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::CanBeCompressedSpatialiteGeometry(OGRGeometry const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::OGRSQLiteLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::OGRSQLiteLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::~OGRSQLiteLayer()@GDAL_1.8" 1.8.0
@@ -4739,6 +5181,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PAuxRasterBand::~PAuxRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::ProcessRPC()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Dataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Dataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::SetMetadata(char**, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -4751,6 +5194,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK2Dataset::PCIDSKTypeToGDAL(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Dataset::LLOpen(char const*, PCIDSK::PCIDSKFile*, GDALAccess)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::PCIDSK2Dataset()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::PCIDSK2Dataset()@GDAL_1.8" 1.8.0
@@ -4892,9 +5336,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::TigerIDHistory(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::TigerIDHistory(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::~TigerIDHistory()@GDAL_1.8" 1.8.0
@@ -4902,7 +5343,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerIDHistory::~TigerIDHistory()@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerLandmarks::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::TigerLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::TigerLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::~TigerLandmarks()@GDAL_1.8" 1.8.0
@@ -4910,15 +5350,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerLandmarks::~TigerLandmarks()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerOverUnder::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::TigerOverUnder(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::TigerOverUnder(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::TigerTLIDRange(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::TigerTLIDRange(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::~TigerTLIDRange()@GDAL_1.8" 1.8.0
@@ -4952,6 +5388,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
+ (c++)"ZMapRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::ZMapRasterBand(ZMapDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::ZMapRasterBand(ZMapDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
  (c++)"COASPRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"COASPRasterBand::COASPRasterBand(COASPDataset*, GDALDataType, int, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"COASPRasterBand::COASPRasterBand(COASPDataset*, GDALDataType, int, _IO_FILE*)@GDAL_1.8" 1.8.0
@@ -4999,7 +5442,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDatasetPool::RefDataset(char const*, GDALAccess)@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::ShowContent()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::_RefDataset(char const*, GDALAccess)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPool::ForceDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALDatasetPool::UnrefDataset(_GDALProxyPoolCacheEntry*)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPool::PreventDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALDatasetPool::Ref()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::Unref()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::GDALDatasetPool(int)@GDAL_1.8" 1.8.0
@@ -5048,6 +5493,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
+ (c++)"GFSTemplateItem::Update(int)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::GFSTemplateItem(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::GFSTemplateItem(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::~GFSTemplateItem()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::~GFSTemplateItem()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GetClassCount()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::Insert(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::Update(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::~GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::~GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::endElementCbk(void*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::dataHandlerCbk(void*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::startElementCbk(void*, char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GetFID(void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GMLExpatHandler(GMLReader*, XML_ParserStruct*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GMLExpatHandler(GMLReader*, XML_ParserStruct*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
  (c++)"GMLFeatureClass::GetExtents(double*, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::SetExtents(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::SetSRSName(char const*)@GDAL_1.8" 1.8.0
@@ -5102,8 +5570,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffRasterBand::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::GetOverviewCount()@GDAL_1.8" 1.8.0
+ (c++)"GTiffRasterBand::FillCacheForOtherBands(int, int)@GDAL_1.8" 1.9.0
  (c++)"GTiffRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
+ (c++)"GTiffRasterBand::DirectIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.9.0
  (c++)"GTiffRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
@@ -5186,12 +5656,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MFFSpheroidList::MFFSpheroidList()@GDAL_1.8" 1.8.0
  (c++)"MFFSpheroidList::~MFFSpheroidList()@GDAL_1.8" 1.8.0
  (c++)"MFFSpheroidList::~MFFSpheroidList()@GDAL_1.8" 1.8.0
+ (c++)"MerisL2FlagBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::MerisL2FlagBand(GDALDataset*, int, _IO_FILE*, long, long)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::MerisL2FlagBand(GDALDataset*, int, _IO_FILE*, long, long)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetHeaderInfo(unsigned char const*, double*, int*, int*, int*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
  (c++)"NTFGenericClass::SetMultiple(char const*)@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::CheckAddAttr(char const*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::~NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::~NTFGenericClass()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDriver::GetName()@GDAL_1.8" 1.8.0
@@ -5204,6 +5696,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::SetNextByIndex(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::ParseFieldValue(OGRFeature*, char const*, json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::TranslateFeature(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::BuildFeatureDefnFromDoc(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::BuildFeatureDefnFromRows(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::FetchNextRowsAnalyseDocs(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::OGRCouchDBLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::OGRCouchDBLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureQuery::GetUsedFields()@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureQuery::FieldCollector(void*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureQuery::EvaluateAgainstIndices(OGRLayer*, int*)@GDAL_1.8" 1.8.0
@@ -5243,6 +5758,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRMultiPolygon::importFromWkt(char**)@GDAL_1.8" 1.8.0
  (c++)"OGRMultiPolygon::addGeometryDirectly(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRMultiPolygon::OGRMultiPolygon()@GDAL_1.8" 1.8.0
@@ -5309,12 +5830,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::BuildFields()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGTableLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRPGTableLayer::GetGeomType()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGTableLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRPGTableLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::BuildCopyFields()@GDAL_1.8" 1.8.0
@@ -5338,9 +5861,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDriver::InitWithEPSG(sqlite3*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDriver::DeleteDataSource(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::~OGRSQLiteDriver()@GDAL_1.8" 1.8.0
@@ -5376,6 +5899,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
+ (c++)"PointerAutoFree::~PointerAutoFree()@GDAL_1.8" 1.9.0
+ (c++)"PointerAutoFree::~PointerAutoFree()@GDAL_1.8" 1.9.0
  (c++)"SAR_CEOSDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"SAR_CEOSDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"SAR_CEOSDataset::ScanForGCPs()@GDAL_1.8" 1.8.0
@@ -5464,17 +5989,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::TigerFeatureIds(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::TigerFeatureIds(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::TigerZeroCellID(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::TigerZeroCellID(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::~TigerZeroCellID()@GDAL_1.8" 1.8.0
@@ -5486,14 +6005,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKPropertyDefn::~VFKPropertyDefn()@GDAL_1.8" 1.8.0
  (c++)"VRTOverviewInfo::~VRTOverviewInfo()@GDAL_1.8" 1.8.0
  (c++)"VRTOverviewInfo::~VRTOverviewInfo()@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::SetSrcBand(GDALRasterBand*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetDstWindow(int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetSrcWindow(int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::IsSimpleSource()@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetSrcMaskBand(GDALRasterBand*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::DatasetRasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::GetSrcDstWindow(int, int, int, int, int, int, int*, int*, int*, int*, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::IsSameExceptBandNumber(VRTSimpleSource*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetBand()@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::DstToSrc(double, double, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -5516,6 +6042,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
+ (c++)"WMSCTileSetDesc::~WMSCTileSetDesc()@GDAL_1.8" 1.9.0
+ (c++)"WMSCTileSetDesc::~WMSCTileSetDesc()@GDAL_1.8" 1.9.0
  (c++)"AirSARRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"AirSARRasterBand::AirSARRasterBand(AirSARDataset*, int)@GDAL_1.8" 1.8.0
  (c++)"AirSARRasterBand::AirSARRasterBand(AirSARDataset*, int)@GDAL_1.8" 1.8.0
@@ -5615,7 +6143,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLXercesHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::startEntity(unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"GMLXercesHandler::GetAttributes(void*)@GDAL_1.8" 1.8.0
+ (c++)"GMLXercesHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLXercesHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::GetFID(void*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::GMLXercesHandler(GMLReader*)@GDAL_1.8" 1.8.0
@@ -5741,12 +6269,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRCSVDataSource::Open(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVDataSource::OpenTable(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVDataSource::OpenTable(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVDataSource::OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRDGNDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRDGNDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRDGNDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5795,8 +6330,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOFEADesc::~OGREDIGEOFEADesc()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOFEADesc::~OGREDIGEOFEADesc()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::DeleteLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::AddHTTPOptions(char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::RunSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::FetchAuth(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::BuildWhere()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::FetchDescribe()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetGeometryType(OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::StartTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CommitTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::RollbackTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateTableIfNecessary()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::OGRGFTTableLayer(OGRGFTDataSource*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::OGRGFTTableLayer(OGRGFTDataSource*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
- (c++)"OGRGMLDataSource::GrowExtents(OGREnvelope*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGMLDataSource::GrowExtents(OGREnvelope3D*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDataSource::InsertHeader()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5877,6 +6458,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoJSONReader::OGRGeoJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReader::~OGRGeoJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReader::~OGRGeoJSONReader()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetFIDColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::BuildFeatureDefn(char const*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetGeometryColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGmtDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGmtDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGmtDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5980,7 +6577,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGResultLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
- (c++)"OGRPGResultLayer::ReadResultDefinition(pg_result*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::BuildFullQueryStatement()@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::OGRPGResultLayer(OGRPGDataSource*, char const*, pg_result*)@GDAL_1.8" 1.8.0
@@ -6024,6 +6620,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::dataHandlerValidateCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::startElementValidateCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRTABDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -6036,9 +6644,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
- (c++)"OGRVFKDataSource::CreateLayer(VFKDataBlock const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVFKDataSource::CreateLayerFromBlock(VFKDataBlock const*)@GDAL_1.8" 1.9.0
  (c++)"OGRVFKDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetInfo(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetName()@GDAL_1.8" 1.8.0
@@ -6051,6 +6659,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVRTDataSource::Initialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTDataSource::AddForbiddenNames(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTDataSource::IsInForbiddenNames(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRVRTDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::OGRVRTDataSource()@GDAL_1.8" 1.8.0
@@ -6066,9 +6676,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::SaveLayerSchema(char const*, CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::SendGetCapabilities(char const*, CPLString&)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::GetPostTransactionURL()@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::LoadMultipleLayerDefn(char const*, char*, char*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::DetectTransactionSupport(CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::DetectRequiredOutputFormat(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::DetectRequiresEnvelopeSpatialFilter(CPLXMLNode*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
@@ -6105,6 +6718,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"SDTSRasterReader::SDTSRasterReader()@GDAL_1.8" 1.8.0
  (c++)"SDTSRasterReader::~SDTSRasterReader()@GDAL_1.8" 1.8.0
  (c++)"SDTSRasterReader::~SDTSRasterReader()@GDAL_1.8" 1.8.0
+ (c++)"SNODASRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::SNODASRasterBand(_IO_FILE*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::SNODASRasterBand(_IO_FILE*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
  (c++)"TABMAPCoordBlock::WriteBytes(int, unsigned char*)@GDAL_1.8" 1.8.0
  (c++)"TABMAPCoordBlock::CommitToFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPCoordBlock::InitNewBlock(_IO_FILE*, int, int)@GDAL_1.8" 1.8.0
@@ -6158,24 +6779,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::TigerEntityNames(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::TigerEntityNames(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::TigerKeyFeatures(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::TigerKeyFeatures(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
+ (c++)"VRTComplexSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTComplexSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTComplexSource::LookupValue(double)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VRTComplexSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTComplexSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::VRTComplexSource()@GDAL_1.8" 1.8.0
@@ -6202,6 +6820,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedDataset::ProcessBlock(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"VRTWarpedDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTWarpedDataset::AddBand(GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::VRTWarpedDataset(int, int)@GDAL_1.8" 1.8.0
@@ -6221,20 +6840,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
+ (c++)"VSIVirtualHandle::ReadMultiRange(int, void**, unsigned long long const*, unsigned long const*)@GDAL_1.8" 1.9.0
  (c++)"VSIVirtualHandle::Flush()@GDAL_1.8" 1.8.0
+ (c++)"VSIVirtualHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<signed char>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<double>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<float>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<unsigned char>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<int>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<short>(void*, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::CreateBandMetadata()@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::CreateBandMetadata(int*)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetOffset(double)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int)@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, GDALDataType, int, int, char*, char*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, GDALDataType, int, int, char*, char*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int*, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
@@ -6248,6 +6878,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"COASPMetadataItem::COASPMetadataItem(char*, char*)@GDAL_1.8" 1.8.0
  (c++)"COASPMetadataItem::COASPMetadataItem(char*, char*)@GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::Close()@GDAL_1.8" 1.8.0
+ (c++)"E00GRIDRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetStatistics(int, int, double*, double*, double*, double*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::E00GRIDRasterBand(E00GRIDDataset*, int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::E00GRIDRasterBand(E00GRIDDataset*, int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::Build(char const*, char const*, int, int, char const*, std::vector<FrameDesc, std::allocator<FrameDesc> > const&, double, double, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
  (c++)"EpsilonRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"EpsilonRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"EpsilonRasterBand::EpsilonRasterBand(EpsilonDataset*, int)@GDAL_1.8" 1.8.0
@@ -6323,6 +6969,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALWMSRasterBand::AskMiniDriverForBlock(CPLString*, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::HasArbitraryOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::ZeroBlock(int, int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::GDALWMSRasterBand(GDALWMSDataset*, int, double)@GDAL_1.8" 1.8.0
@@ -6354,6 +7001,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
+ (c++)"GRASSASCIIDataset::ParseHeader(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
  (c++)"ITABFeatureSymbol::DumpSymbolDef(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"ITABFeatureSymbol::GetSymbolStyleString(double)@GDAL_1.8" 1.8.0
  (c++)"ITABFeatureSymbol::SetSymbolFromStyleString(char const*)@GDAL_1.8" 1.8.0
@@ -6440,6 +7093,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFBlocksLayer::~OGRDXFBlocksLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFBlocksLayer::~OGRDXFBlocksLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::TextEscape(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDXFWriterLayer::WriteHATCH(OGRFeature*, OGRGeometry*)@GDAL_1.8" 1.9.0
  (c++)"OGRDXFWriterLayer::WritePOINT(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::WriteValue(int, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::WriteValue(int, double)@GDAL_1.8" 1.8.0
@@ -6474,6 +7128,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRESRIJSONReader::OGRESRIJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReader::~OGRESRIJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReader::~OGRESRIJSONReader()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTResultLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::RunSQL()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::OGRGFTResultLayer(OGRGFTDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::OGRGFTResultLayer(OGRGFTDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::DeleteDataSource(char const*)@GDAL_1.8" 1.8.0
@@ -6482,6 +7144,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaDriver::FindDriverLib()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::LibraryExists(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::InstallMdbDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRILI1DataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRILI1DataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRILI1DataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -6601,6 +7272,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGUKOOADriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::ParseHeaders()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::OGRUKOOAP190Layer(char const*, _IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::OGRUKOOAP190Layer(char const*, _IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneAPTLayer::AddFeature(char const*, char const*, int, double, int, double, double, int, double, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLayer::OGRXPlaneAPTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLayer::OGRXPlaneAPTLayer()@GDAL_1.8" 1.8.0
@@ -6659,6 +7355,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RasterliteDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::CleanOverviewLevel(int)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::CreateOverviewLevel(int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"RasterliteDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"RasterliteDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::RasterliteDataset(RasterliteDataset*, int)@GDAL_1.8" 1.8.0
@@ -6764,7 +7461,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VRTAveragedSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTAveragedSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTAveragedSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VRTAveragedSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTAveragedSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTAveragedSource::VRTAveragedSource()@GDAL_1.8" 1.8.0
  (c++)"VRTAveragedSource::VRTAveragedSource()@GDAL_1.8" 1.8.0
@@ -6848,6 +7548,39 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMetaDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::ExploreLayer(CPLXMLNode*, CPLString, CPLString, char const*, char const*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddSubDataset(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddSubDataset(char const*, char const*, char const*, char const*, char const*, char const*, char const*, char const*, CPLString, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddWMSCSubDataset(WMSCTileSetDesc&, char const*, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::ParseWMSCTileSets(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddTiledSubDataset(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetTileService(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeTileMapService(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetCapabilities(CPLXMLNode*, CPLString, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::DownloadGetTileService(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::DownloadGetCapabilities(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetTileServiceRecurse(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPCount()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPProjection()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::CollectXMPMetadata()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::DetectGeoreferencing(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPs()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
  (c++)"JPEG2000RasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"JPEG2000RasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"JPEG2000RasterBand::JPEG2000RasterBand(JPEG2000Dataset*, int, int, int)@GDAL_1.8" 1.8.0
@@ -6867,6 +7600,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"LevellerRasterBand::~LevellerRasterBand()@GDAL_1.8" 1.8.0
  (c++)"LevellerRasterBand::~LevellerRasterBand()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASAKeywordHandler::GetKeywordList()@GDAL_1.8" 1.9.0
  (c++)"NASAKeywordHandler::Ingest(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::ReadPair(CPLString&, CPLString&)@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::ReadWord(CPLString&)@GDAL_1.8" 1.8.0
@@ -6876,6 +7610,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASAKeywordHandler::NASAKeywordHandler()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::~NASAKeywordHandler()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::~NASAKeywordHandler()@GDAL_1.8" 1.8.0
+ (c++)"NGSGEOIDRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::NGSGEOIDRasterBand(NGSGEOIDDataset*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::NGSGEOIDRasterBand(NGSGEOIDDataset*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
  (c++)"OGRAeronavFAALayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAALayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAALayer::GetSpatialRef()@GDAL_1.8" 1.8.0
@@ -6916,6 +7657,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryFactory::forceToMultiPolygon(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::approximateArcAngles(double, double, double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::transformWithOptions(OGRGeometry const*, OGRCoordinateTransformation*, char**)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryFactory::createFromFgfInternal(unsigned char*, OGRSpatialReference*, OGRGeometry**, int, int*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryFactory::forceToMultiLineString(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::getGEOSGeometryFactory()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::haveGEOS()@GDAL_1.8" 1.8.0
@@ -7001,13 +7743,40 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGYHeaderLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::OGRSEGYHeaderLayer(char const*, SEGYBinaryFileHeader*, char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::OGRSEGYHeaderLayer(char const*, SEGYBinaryFileHeader*, char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::BuildWhere()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::Initialize(char const*, char const*, char const*, char const*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::OGRSQLiteViewLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::OGRSQLiteViewLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::DeleteLayer(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::UnchainLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::SetLastUsedLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::Open(char const*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::GetName()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::AddLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::OpenFile(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::OGRShapeDataSource()@GDAL_1.8" 1.8.0
@@ -7148,9 +7917,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::TigerAreaLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::TigerAreaLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::~TigerAreaLandmarks()@GDAL_1.8" 1.8.0
@@ -7167,9 +7933,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::TigerPolyChainLink(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::TigerPolyChainLink(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::~TigerPolyChainLink()@GDAL_1.8" 1.8.0
@@ -7194,6 +7957,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIUnixStdioHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Flush()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.8.0
+ (c++)"VSIUnixStdioHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
@@ -7277,6 +8041,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
@@ -7305,6 +8079,42 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBRowsLayer::GetLayerType()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::BuildFeatureDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::OGRCouchDBRowsLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::OGRCouchDBRowsLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadEDIGEO()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPoints()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPolygon(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPolygons()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateFeature(CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildLineStrings()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateLabelLayers()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateLayerFromObjectDesc(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadDIC()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadGEN()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadGEO()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadQAL()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadSCD()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadTHF(_IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadVEC(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OpenFile(char const*, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::SetStyle(CPLString const&, OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRGeoRSSDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -7346,6 +8156,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRMILayerAttrIndex::AddAttrInd(int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMILayerAttrIndex::AddToIndex(OGRFeature*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMILayerAttrIndex::Initialize(char const*, OGRLayer*)@GDAL_1.8" 1.8.0
@@ -7417,34 +8237,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::DeleteLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::LaunderName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::InitWithEPSG()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::SetCacheSize()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::SoftRollback()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenOrCreateDB(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::SetSynchronous()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenVirtualTable(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::DetectSRSWktColumn()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::FlushSoftTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::SoftStartTransaction()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDataSource::Open(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::Create(char const*, char**)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::GetName()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::SetName(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::FetchSRS(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDataSource::OpenTable(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenView(char const*, char const*, char const*, char const*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::OpenTable(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int, int, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::BindValues(OGRFeature*, sqlite3_stmt*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::BuildWhere()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::GetFeature(long)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteTableLayer::Initialize(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::Initialize(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::DeleteField(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::IsTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteTableLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::RecreateTable(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::ResetStatement()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::ClearInsertStmt()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::AddColumnAncientMethod(OGRFieldDefn&)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::CheckSpatialIndexTable()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::InitFieldListForRecrerate(char*&, char*&, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::OGRSQLiteTableLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::OGRSQLiteTableLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::~OGRSQLiteTableLayer()@GDAL_1.8" 1.8.0
@@ -7474,6 +8314,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::ValidateUnit(OGR_SRSNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::FixupOrdering()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetEPSGGeogCS()@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetCompoundCS(char const*, OGRSpatialReference const*, OGRSpatialReference const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetSinusoidal(double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetStatePlane(int, int, char const*, double)@GDAL_1.8" 1.8.0
@@ -7505,6 +8346,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::IsLinearParameter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::ValidateAuthority(OGR_SRSNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::ValidateVertDatum(OGR_SRSNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::importFromURNPart(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::importFromWMSAUTO(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsAngularParameter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEquirectangular(double, double, double, double)@GDAL_1.8" 1.8.0
@@ -7514,9 +8356,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::EPSGTreatsAsLatLong()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEquirectangular2(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsLongitudeParameter(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetTargetLinearUnits(char const*, char const*, double)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::importFromMICoordSys(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::DestroySpatialReference(OGRSpatialReference*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::ImportFromESRIWisconsinWKT(char const*, double, double, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetGaussSchreiberTMercator(double, double, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::ImportFromESRIStatePlaneWKT(int, char const*, char const*, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetLinearUnitsAndUpdateParameters(char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Clear()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Fixup()@GDAL_1.8" 1.8.0
@@ -7531,6 +8376,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::SetTM(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetCEA(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetHOM(double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetIGH()@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetLCC(double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetSOC(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetTMG(double, double, double, double)@GDAL_1.8" 1.8.0
@@ -7553,10 +8399,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::Validate()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Reference()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEckert(int, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetGeocCS(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetGeogCS(char const*, char const*, char const*, double, double, char const*, double, char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetKrovak(double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetLCC1SP(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetProjCS(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetVertCS(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetWagner(int, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::OGRSpatialReference(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::OGRSpatialReference(OGRSpatialReference const&)@GDAL_1.8" 1.8.0
@@ -7659,6 +8507,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDefaultOverviews::CleanOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::CreateMaskBand(int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GetOverviewCount(int)@GDAL_1.8" 1.8.0
+ (c++)"GDALDefaultOverviews::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GDALDefaultOverviews::BuildOverviewsSubDataset(char const*, char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GDALDefaultOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GDALDefaultOverviews()@GDAL_1.8" 1.8.0
@@ -7713,6 +8562,70 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DeleteLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OpenDatabase(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::ExecuteSQLStats(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GET(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::PUT(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::IsOK(json_object*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::POST(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DELETE(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::IsError(json_object*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::REQUEST(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OpenView()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeature(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetLayerType()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetMaximumId()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::LoadMetadata()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::WriteMetadata()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchUpdateSeq()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::StartTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::BuildAttrQueryURI(int&)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CommitTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::RollbackTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetTotalFeatureCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetInfoAfterCreation(OGRwkbGeometryType, OGRSpatialReference*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRowsSpatialFilter()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRowsAttributeFilter()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::RunSpatialFilterQueryIfNecessary()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::HasFilterOnFieldOrCreateIfNecessary(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::OGRCouchDBTableLayer(OGRCouchDBDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::OGRCouchDBTableLayer(OGRCouchDBDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRDODSSequenceLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSSequenceLayer::BuildFields(libdap::BaseType*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSSequenceLayer::GetFieldValue(OGRDODSFieldDefn*, int, libdap::Sequence*)@GDAL_1.8" 1.8.0
@@ -7785,6 +8698,27 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGMemLayerWrapper::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::OGRSEGUKOOALineLayer(char const*, OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::OGRSEGUKOOALineLayer(char const*, OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSFDriverRegistrar::OpenShared(char const*, int, OGRSFDriver**)@GDAL_1.8" 1.8.0
  (c++)"OGRSFDriverRegistrar::GetRegistrar()@GDAL_1.8" 1.8.0
  (c++)"OGRSFDriverRegistrar::GetDriverCount()@GDAL_1.8" 1.8.0
@@ -7847,6 +8781,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PostGISRasterDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::SetRasterProperties(char const*)@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"PostGISRasterDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PostGISRasterDataset::PostGISRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::PostGISRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::~PostGISRasterDataset()@GDAL_1.8" 1.8.0
@@ -7862,17 +8797,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::TigerPolygonEconomic(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::TigerPolygonEconomic(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::TigerSpatialMetadata(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::TigerSpatialMetadata(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::~TigerSpatialMetadata()@GDAL_1.8" 1.8.0
@@ -7892,6 +8821,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VRTSourcedRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSourcedRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
  (c++)"VRTSourcedRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::Initialize(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
@@ -7904,6 +8835,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTSourcedRasterBand::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddComplexSource(GDALRasterBand*, int, int, int, int, int, int, int, int, double, double, double, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddMaskBandSource(GDALRasterBand*, int, int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"VRTSourcedRasterBand::IsSourcedRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"VRTSourcedRasterBand::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTSourcedRasterBand::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddSource(VRTSource*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -7979,6 +8912,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOAttributeDef::~OGREDIGEOAttributeDef()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOAttributeDef::~OGREDIGEOAttributeDef()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDataSource::IsSpecialFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -8002,19 +8937,49 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGenSQLResultsLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetSpatialFilter()@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::SetIgnoredFields()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::SortIndexSection(OGRField*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::TranslateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::AddFieldDefnToSet(int, int, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::CreateOrderByIndex()@GDAL_1.8" 1.8.0
+ (c++)"OGRGenSQLResultsLayer::ContainGeomSpecialField(swq_expr_node*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGenSQLResultsLayer::FindAndSetIgnoredFields()@GDAL_1.8" 1.9.0
  (c++)"OGRGenSQLResultsLayer::ExploreExprForIgnoredFields(swq_expr_node*, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::Compare(OGRField*, OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetGeomediaSRS(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetTableNameFromType(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::Open(char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::Initialize(char const*, char const*, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ClearStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::OGRGeomediaTableLayer(OGRGeomediaDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::OGRGeomediaTableLayer(OGRGeomediaDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::closeRings()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::segmentize(double)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::addGeometry(OGRGeometry const*)@GDAL_1.8" 1.8.0
@@ -8024,6 +8989,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryCollection::getGeometryRef(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::removeGeometry(int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::addGeometryDirectly(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryCollection::importFromWkbInternal(unsigned char*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeometryCollection::importFromWktInternal(char**, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::setCoordinateDimension(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::empty()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::swapXY()@GDAL_1.8" 1.8.0
@@ -8040,6 +9007,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGUKOOADataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneATCFreqLayer::AddFeature(char const*, char const*, char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneATCFreqLayer::OGRXPlaneATCFreqLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneATCFreqLayer::OGRXPlaneATCFreqLayer()@GDAL_1.8" 1.8.0
@@ -8071,6 +9048,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLODBCDriverInstaller::InstallDriver(char const*, char const*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"CPLODBCDriverInstaller::CPLODBCDriverInstaller()@GDAL_1.8" 1.8.0
  (c++)"CPLODBCDriverInstaller::CPLODBCDriverInstaller()@GDAL_1.8" 1.8.0
+ (c++)"DIMAPWrapperRasterBand::RefUnderlyingRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
  (c++)"GDALDefaultAsyncReader::GetNextUpdatedRegion(double, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultAsyncReader::GDALDefaultAsyncReader(GDALDataset*, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultAsyncReader::GDALDefaultAsyncReader(GDALDataset*, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int, char**)@GDAL_1.8" 1.8.0
@@ -8085,6 +9066,53 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
+ (c++)"NITFProxyPamRasterBand::AdviseRead(int, int, int, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::FlushCache()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaskBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetOverview(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaskFlags()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetColorTable()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetStatistics(int, int, double*, double*, double*, double*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::BuildOverviews(char const*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::CreateMaskBand(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetOverviewCount()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::ComputeStatistics(int, double*, double*, double*, double*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::ComputeRasterMinMax(int, double*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::HasArbitraryOverviews()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetColorInterpretation()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetRasterSampleOverview(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::UnrefUnderlyingRasterBand(GDALRasterBand*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::Fill(double, double)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ClearStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::OGRGeomediaSelectLayer(OGRGeomediaDataSource*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::OGRGeomediaSelectLayer(OGRGeomediaDataSource*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLGeometryParser::ReadPolygon(int)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryParser::ReadLineString(int)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryParser::ReadMultiPoint(int)@GDAL_1.8" 1.8.0
@@ -8187,6 +9215,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGNoResetResultLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::OGRPGNoResetResultLayer(OGRPGDataSource*, pg_result*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::OGRPGNoResetResultLayer(OGRPGDataSource*, pg_result*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
  (c++)"PostGISRasterRasterBand::GetDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::GetOverview(int)@GDAL_1.8" 1.8.0
@@ -8202,9 +9238,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::TigerPolygonCorrections(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::TigerPolygonCorrections(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::~TigerPolygonCorrections()@GDAL_1.8" 1.8.0
@@ -8245,6 +9278,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutRedirectHandle::Eof()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Tell()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Close()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Flush()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::VSIStdoutRedirectHandle(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::VSIStdoutRedirectHandle(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
  (c++)"VSITarFilesystemHandler::CreateReader(char const*)@GDAL_1.8" 1.8.0
  (c++)"VSITarFilesystemHandler::GetExtensions()@GDAL_1.8" 1.8.0
  (c++)"VSITarFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.8.0
@@ -8325,7 +9370,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::GetFileList(char const*, int*)@GDAL_1.8" 1.9.0
+ (c++)"VSICurlFilesystemHandler::GetCurlHandleFor(CPLString)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::GetCachedFileProp(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::ParseHTMLFileList(char const*, char*, int*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::AddRegionToCacheDisk(CachedRegion*)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::GetRegionFromCacheDisk(char const*, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.8.0
@@ -8357,6 +9405,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"ECRGTOCProxyRasterDataSet::SanityCheckOK(GDALDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::RefUnderlyingDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::UnrefUnderlyingDataset(GDALDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::ECRGTOCProxyRasterDataSet(ECRGTOCSubDataset*, char const*, int, int, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::ECRGTOCProxyRasterDataSet(ECRGTOCSubDataset*, char const*, int, int, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
  (c++)"GeometryInsertTransformer::GetSourceCS()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::GetTargetCS()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::TransformEx(int, double*, double*, double*, int*)@GDAL_1.8" 1.8.0
@@ -8364,6 +9420,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOObjectDescriptor::OGREDIGEOObjectDescriptor(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::OGREDIGEOObjectDescriptor(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::~OGREDIGEOObjectDescriptor()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::~OGREDIGEOObjectDescriptor()@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLGeometryValidator::ValidatePoint(OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryValidator::ValidatePolygon(OGRPolygon*)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryValidator::ValidateGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
@@ -8461,6 +9521,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::Initialize(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::ImageRequest(CPLString*, GDALWMSImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetLowestScale(char**&, int, CPLString&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetCapabilities(GDALWMSMiniDriverCapabilities*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::TiledImageRequest(CPLString*, GDALWMSImageRequestInfo const&, GDALWMSTiledImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetProjectionInWKT()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::Scale(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelWriteDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelWriteDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelWriteDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -8559,6 +9631,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALRasterFPolygonEnumerator::NewPolygon(float)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::ProcessLine(float*, float*, int*, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::MergePolygon(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::CompleteMerges()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::Clear()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::GDALRasterFPolygonEnumerator(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::GDALRasterFPolygonEnumerator(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::~GDALRasterFPolygonEnumerator()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::~GDALRasterFPolygonEnumerator()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_TMS::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TMS::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TMS::GDALWMSMiniDriverFactory_TMS()@GDAL_1.8" 1.8.0
@@ -8625,6 +9706,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::Initialize(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GetCapabilities(GDALWMSMiniDriverCapabilities*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::TiledImageRequest(CPLString*, GDALWMSImageRequestInfo const&, GDALWMSTiledImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GetProjectionInWKT()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::AddFeature(char const*, char const*, OGRMultiLineString*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::OGRXPlaneAPTLinearFeatureLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::OGRXPlaneAPTLinearFeatureLayer()@GDAL_1.8" 1.8.0
@@ -8668,6 +9758,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::New()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::GDALWMSMiniDriverFactory_WorldWind()@GDAL_1.8" 1.8.0
@@ -8682,6 +9779,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::Stat(char const*, stat64*, int)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_TileService::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
@@ -8689,6 +9791,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::New()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
  (c++)"GTM::getNTracks()@GDAL_1.8" 1.8.0
  (c++)"GTM::rewindTrack()@GDAL_1.8" 1.8.0
  (c++)"GTM::hasNextTrack()@GDAL_1.8" 1.8.0
@@ -8809,6 +9918,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"Track::Track(char const*, unsigned char, int)@GDAL_1.8" 1.8.0
  (c++)"Track::~Track()@GDAL_1.8" 1.8.0
  (c++)"Track::~Track()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::AvhrrSeg_t::~AvhrrSeg_t()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::AvhrrSeg_t::~AvhrrSeg_t()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
@@ -8830,7 +9941,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKFile::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::UnlockBlock(bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::WriteToFile(void const*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::CPCIDSKFile::GetIODetails(void***, PCIDSK::Mutex***, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKFile::GetIODetails(void***, PCIDSK::Mutex***, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKFile::ReadFromFile(void*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::CreateSegment(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, PCIDSK::eSegType, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::DeleteSegment(int)@GDAL_1.8" 1.8.0
@@ -8889,14 +10000,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CLinkSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::SetPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::CLinkSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::CLinkSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::DataTypeName(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DataTypeSize(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::DefaultDebug(char const*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::PCIDSKBuffer::Put(char const*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBuffer::Put(char const*, int, int, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::Put(double, int, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::Put(unsigned long long, int, int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBuffer::PutBin(double, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::SetSize(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::PCIDSKBuffer(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::PCIDSKBuffer(int)@GDAL_1.8" 1.8.0
@@ -8908,6 +10030,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::VecSegHeader::GrowHeader(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::VecSegHeader::GrowSection(int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::VecSegHeader::InitializeNew()@GDAL_1.8" 1.8.0
@@ -8923,7 +10048,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKBitmap::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetDescription()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::IsOverviewValid(int)@GDAL_1.8" 1.8.0
@@ -8953,10 +10080,26 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetHeaders(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetDimensionCount(unsigned char)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetArray(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetSizes(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::CPCIDSK_ARRAY(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::CPCIDSK_ARRAY(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CTiledChannel::GetTileInfo(int, unsigned long long&, int&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CTiledChannel::SetTileInfo(int, unsigned long long, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::RLECompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::JPEGCompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CTiledChannel::LoadTileInfoBlock(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CTiledChannel::SaveTileInfoBlock(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::RLEDecompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::JPEGDecompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
@@ -8975,7 +10118,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKChannel::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::LoadHistory(PCIDSK::PCIDSKBuffer const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::GetDescription()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::IsOverviewValid(int)@GDAL_1.8" 1.8.0
@@ -9015,15 +10160,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DefaultOpenEDB(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::EphemerisSeg_t::Copy(PCIDSK::EphemerisSeg_t const&)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBlocks(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::block_size at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::WriteBlocks(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::WriteToFile(void const*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::ReadFromFile(void*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::SetBlockInfo(int, unsigned short, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBMEntrysTo(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::FlushDirtyBlock()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::GetBlockSegment(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::GrowVirtualFile(long)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::GetBlockIndexInSegment(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBlock(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::SysVirtualFile(PCIDSK::CPCIDSKFile*, int, unsigned long long, PCIDSK::SysBlockMap*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::SysVirtualFile(PCIDSK::CPCIDSKFile*, int, unsigned long long, PCIDSK::SysBlockMap*, int)@GDAL_1.8" 1.8.0
@@ -9067,6 +10216,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::VecSegDataIndex::~VecSegDataIndex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::pci_strncasecmp(char const*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CExternalChannel::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CExternalChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::CExternalChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, PCIDSK::CPCIDSKFile*, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::CExternalChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, PCIDSK::CPCIDSKFile*, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
@@ -9095,10 +10245,28 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DefaultCreateMutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::GetCurrentDateTime(char*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::GetDataTypeFromName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::SetBuffer(char const*, unsigned int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::CPCIDSKBinarySegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::CPCIDSKBinarySegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::Initialize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::LoadHeader()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::WriteField(unsigned int, PCIDSK::ShapeField const&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
@@ -9159,6 +10327,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelEOParams::PCIDSKAPModelEOParams(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelIOParams::PCIDSKAPModelIOParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, std::pair<double, double> const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelIOParams::PCIDSKAPModelIOParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, std::pair<double, double> const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetDownsample(unsigned int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetSensorName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetCoefficients(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
@@ -9175,16 +10345,47 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::GetDefaultIOInterfaces()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CBandInterleavedChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CBandInterleavedChannel::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CBandInterleavedChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::CBandInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, unsigned long long, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::CBandInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, unsigned long long, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ConvertDeg(double, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::SetEphemeris(PCIDSK::EphemerisSeg_t const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrInt32(unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrInt32(int, unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::BinaryToEphemeris(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::EphemerisToBinary(PCIDSK::EphemerisSeg_t*, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrScanlineRecord(int, PCIDSK::AvhrrLine_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrScanlineRecord(PCIDSK::AvhrrLine_t*, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrEphemerisSegment(int, PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrEphemerisSegment(int, PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::CPCIDSKEphemerisSegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::CPCIDSKEphemerisSegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::LibJPEG_DecompressBlock(unsigned char*, int, unsigned char*, int, int, int, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::PCIDSKAPModelMiscParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, double, double, double, bool, bool, bool, bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::PCIDSKAPModelMiscParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, double, double, double, bool, bool, bool, bool)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::SetPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::CPCIDSKADS40ModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::CPCIDSKADS40ModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPixelInterleavedChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::CPixelInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, int, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
@@ -9192,7 +10393,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::BinaryToSRITInfo()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::SRITInfoToBinary(PCIDSK::SRITInfo_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::SetInfo(PCIDSK::SRITInfo_t const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetModel(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetSensor(PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::CPCIDSKToutinModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::CPCIDSKToutinModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::GCP::~GCP()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::GCP::~GCP()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::Open(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, PCIDSK::PCIDSKInterfaces const*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::Debug(void (*)(char const*), char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
@@ -9221,6 +10438,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
  (c++)"Element::getOrderPos()@GDAL_1.8" 1.8.0
  (c++)"Element::setOrderPos(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"Element::getBid()@GDAL_1.8" 1.8.0
@@ -9296,7 +10516,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KMLNode::print(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setType(Nodetype)@GDAL_1.8" 1.8.0
- (c++)"KMLNode::classify(KML*)@GDAL_1.8" 1.8.0
+ (c++)"KMLNode::classify(KML*, int)@GDAL_1.8" 1.9.0
  (c++)"KMLNode::setLevel(unsigned long)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setParent(KMLNode*)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::KMLNode()@GDAL_1.8" 1.8.0
@@ -9478,7 +10698,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HFAEntry::GetIntField(char const*, CPLErr*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::SetIntField(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::SetPosition()@GDAL_1.8" 1.8.0
- (c++)"HFAEntry::FindChildren(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"HFAEntry::FindChildren(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"HFAEntry::GetFieldCount(char const*, CPLErr*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::GetFieldValue(char const*, char, void*, int*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::GetNamedChild(char const*)@GDAL_1.8" 1.8.0
@@ -9528,15 +10748,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SyncToDisk()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::Dereference()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetGeomType()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::ReorderField(int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetStyleTable()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::InstallFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::SetStyleTable(OGRStyleTable*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::FilterGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
@@ -9552,6 +10776,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLayer::SetSpatialFilterRect(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SetStyleTableDirectly(OGRStyleTable*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::InitializeIndexSupport(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::AttributeFilterEvaluationNeedsGeometry()@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::GetInfo(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
@@ -9613,7 +10838,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABPoint::~TABPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPIP::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::TigerPIP(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::TigerPIP(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::~TigerPIP()@GDAL_1.8" 1.8.0
@@ -9697,6 +10921,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLString::Printf(char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"CPLString::Recode(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::FormatC(double, char const*)@GDAL_1.8" 1.8.0
+ (c++)"CPLString::tolower()@GDAL_1.8" 1.9.0
+ (c++)"CPLString::toupper()@GDAL_1.8" 1.9.0
  (c++)"CPLString::vPrintf(char const*, __va_list_tag*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::CPLString(char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::CPLString(char const*)@GDAL_1.8" 1.8.0
@@ -9744,7 +10970,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DDFRecord::~DDFRecord()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::LoadClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::NextFeature()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::PushFeature(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::PushFeature(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::SaveClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetupParser()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::ClearClasses()@GDAL_1.8" 1.8.0
@@ -9753,25 +10979,33 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLReader::ResolveXlinks(char const*, int*, char**, int)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetSourceFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetGlobalSRSName()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::IsFeatureElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::HugeFileResolver(char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::NextFeatureExpat()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::ParseXMLHugeFile(char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::PrescanForSchema(int)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetGlobalSRSName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::SetupParserExpat()@GDAL_1.8" 1.9.0
  (c++)"GMLReader::m_nInstanceCount at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetSourceFileName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::HasStoppedParsing()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::IsAttributeElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::NextFeatureXerces()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::SetupParserXerces()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::PrescanForTemplate()@GDAL_1.8" 1.9.0
  (c++)"GMLReader::SetClassListLocked(int)@GDAL_1.8" 1.8.0
- (c++)"GMLReader::SetFeatureProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::CanUseGlobalSRSName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetFilteredClassName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetFilteredClassName(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::m_bXercesInitialized at GDAL_1.8" 1.8.0
+ (c++)"GMLReader::GetFeatureElementIndex(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::GetAttributeElementIndex(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::ReArrangeTemplateClasses(GFSTemplateList*)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::SetFeaturePropertyDirectly(char const*, char*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::IsCityGMLGenericAttributeElement(char const*, void*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::AddClass(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::PopState()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::PushState(GMLReadState*)@GDAL_1.8" 1.8.0
- (c++)"GMLReader::GMLReader()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::GMLReader()@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::GMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::GMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
@@ -9793,6 +11027,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
+ (c++)"NASReader::CheckForFID(xercesc_2_8::Attributes const&, char**)@GDAL_1.8" 1.9.0
  (c++)"NASReader::LoadClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::NextFeature()@GDAL_1.8" 1.8.0
  (c++)"NASReader::PushFeature(char const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
@@ -9804,17 +11039,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASReader::ResolveXlinks(char const*, int*, char**, int)@GDAL_1.8" 1.8.0
  (c++)"NASReader::SetSourceFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetGlobalSRSName()@GDAL_1.8" 1.8.0
+ (c++)"NASReader::HugeFileResolver(char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"NASReader::IsFeatureElement(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::PrescanForSchema(int)@GDAL_1.8" 1.8.0
  (c++)"NASReader::CheckForRelations(char const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetSourceFileName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::HasStoppedParsing()@GDAL_1.8" 1.8.0
  (c++)"NASReader::IsAttributeElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASReader::PrescanForTemplate()@GDAL_1.8" 1.9.0
  (c++)"NASReader::SetClassListLocked(int)@GDAL_1.8" 1.8.0
- (c++)"NASReader::SetFeatureProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::CanUseGlobalSRSName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetFilteredClassName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::SetFilteredClassName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASReader::SetFeaturePropertyDirectly(char const*, char*)@GDAL_1.8" 1.9.0
  (c++)"NASReader::AddClass(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::PopState()@GDAL_1.8" 1.8.0
  (c++)"NASReader::PushState(GMLReadState*)@GDAL_1.8" 1.8.0
@@ -9829,6 +11066,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NTFRecord::NTFRecord(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"NTFRecord::~NTFRecord()@GDAL_1.8" 1.8.0
  (c++)"NTFRecord::~NTFRecord()@GDAL_1.8" 1.8.0
+ (c++)"RPolygonF::AddSegment(int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Dump()@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Merge(int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Coalesce()@GDAL_1.8" 1.9.0
  (c++)"S57Reader::FetchPoint(int, int, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"S57Reader::ReadVector(int, int)@GDAL_1.8" 1.8.0
  (c++)"S57Reader::SetOptions(char**)@GDAL_1.8" 1.8.0
@@ -9955,6 +11196,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDriver::~VRTDriver()@GDAL_1.8" 1.8.0
  (c++)"VRTDriver::~VRTDriver()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSource::IsSimpleSource()@GDAL_1.8" 1.9.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
@@ -9975,12 +11217,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"iom_value::iom_value(unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"iom_value::iom_value(IomObject)@GDAL_1.8" 1.8.0
  (c++)"iom_value::iom_value(unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::GetProperty(int) const at GDAL_1.8" 1.8.0
+ (c++)"IGMLReader::IsSequentialLayers() const at GDAL_1.8" 1.9.0
  (c++)"OGRFeature::IsFieldSet(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRFeature::GetFieldAsStringList(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRPolygon::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRPolygon::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::PointOnSurface(OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::getExteriorRing() const at GDAL_1.8" 1.8.0
@@ -9999,6 +11242,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometry::ConvexHull() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Difference(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Intersects(OGRGeometry*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometry::Polygonize() const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometry::exportToGML(char const* const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::exportToKML() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::getBoundary() const at GDAL_1.8" 1.8.0
@@ -10010,6 +11254,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometry::UnionCascaded() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::SymmetricDifference(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::getCoordinateDimension() const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometry::SimplifyPreserveTopology(double) const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometry::Equal(OGRGeometry*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Union(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Buffer(double, int) const at GDAL_1.8" 1.8.0
@@ -10047,11 +11292,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDAL_EDBFile::GetType(int) const at GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::GetHeight() const at GDAL_1.8" 1.8.0
- (c++)"GMLReadState::GetLastComponent() const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetProperty(int) const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetGeometryType() const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetPropertyIndex(char const*) const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetFeatureByIndex(int) const at GDAL_1.8" 1.8.0
+ (c++)"CPLStringList::FetchBoolean(char const*, int) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FetchNameValue(char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FetchNameValueDef(char const*, char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Count() const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FindName(char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator[](int) const at GDAL_1.8" 1.9.0
  (c++)"HFARasterBand::GetDescription() const at GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::GetRefCount() const at GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::GetSummaryRefCount() const at GDAL_1.8" 1.8.0
@@ -10061,6 +11311,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLineString::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRLineString::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRLineString::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getGeometryName() const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getGeometryType() const at GDAL_1.8" 1.8.0
@@ -10073,6 +11324,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLineString::EndPoint(OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getPoint(int, OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getPoints(OGRRawPoint*, double*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRLineString::getPoints(void*, int, void*, int, void*, int) const at GDAL_1.8" 1.9.0
  (c++)"OGRLinearRing::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLinearRing::isClockwise() const at GDAL_1.8" 1.8.0
  (c++)"OGRLinearRing::_exportToWkb(OGRwkbByteOrder, int, unsigned char*) const at GDAL_1.8" 1.8.0
@@ -10093,8 +11345,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALColorTable::GetColorEntryCount() const at GDAL_1.8" 1.8.0
  (c++)"GDALColorTable::GetPaletteInterpretation() const at GDAL_1.8" 1.8.0
  (c++)"GDALColorTable::Clone() const at GDAL_1.8" 1.8.0
- (c++)"GDALWMSDataset::WMSGetBlockSizeX() const at GDAL_1.8" 1.8.0
- (c++)"GDALWMSDataset::WMSGetBlockSizeY() const at GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::WMSGetDataWindow() const at GDAL_1.8" 1.8.0
  (c++)"GMLInputSource::makeStream() const at GDAL_1.8" 1.8.0
  (c++)"GRIBRasterBand::GetDescription() const at GDAL_1.8" 1.8.0
@@ -10110,6 +11360,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLFeatureClass::GetProperty(int) const at GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::GetElementName() const at GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::GetPropertyIndex(char const*) const at GDAL_1.8" 1.8.0
+ (c++)"GMLFeatureClass::GetElementNameLen() const at GDAL_1.8" 1.9.0
+ (c++)"GMLFeatureClass::GetPropertyIndexBySrcElement(char const*, int) const at GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::code_to_id(UNITLABEL) const at GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::id_to_code(char const*) const at GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::meter_measure_to_code(double) const at GDAL_1.8" 1.8.0
@@ -10134,6 +11386,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSI_IOInterface::Flush(void*) const at GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::Write(void const*, unsigned long long, unsigned long long, void*) const at GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::LastError() const at GDAL_1.8" 1.8.0
+ (c++)"OGRGFTDataSource::GetAPIURL() const at GDAL_1.8" 1.9.0
  (c++)"DXFSmoothPolyline::HasConstantZ(double&) const at GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::EmitArc(DXFSmoothPolylineVertex const&, DXFSmoothPolylineVertex const&, double, double, double, OGRLineString*, double) const at GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::EmitLine(DXFSmoothPolylineVertex const&, DXFSmoothPolylineVertex const&, OGRLineString*, bool, double) const at GDAL_1.8" 1.8.0
@@ -10145,6 +11398,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMultiLineString::clone() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetTOWGS84(double*, int) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetUTMZone(int*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::IsCompound() const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::IsVertical() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::CloneGeogCS() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetAttrNode(char const*) const at GDAL_1.8" 1.8.0
@@ -10159,6 +11413,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::GetExtension(char const*, char const*, char const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetSemiMajor(int*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetSemiMinor(int*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::IsGeocentric() const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::IsGeographic() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSameGeogCS(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSameVertCS(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
@@ -10174,6 +11429,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::exportToPanorama(long*, long*, long*, long*, double*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::exportToPrettyWkt(char**, int) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::exportToMICoordSys(char**) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::GetTargetLinearUnits(char const*, char**) const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::Clone() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSame(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetAxis(char const*, int, OGRAxisOrientation*) const at GDAL_1.8" 1.8.0
@@ -10182,6 +11438,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryCollection::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryCollection::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getGeometryRef(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getGeometryName() const at GDAL_1.8" 1.8.0
@@ -10224,11 +11481,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKFile::GetPixelGroupSize() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CLinkSegment::GetPath() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::Get(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::Get(int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetInt(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetDouble(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetUInt64(int, int) const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBitmap::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockHeight() const at GDAL_1.8" 1.8.0
@@ -10240,14 +11500,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKBitmap::GetType() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetHeaders() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetDimensionCount() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetArray() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetSizes() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::IsTileEmpty(void*) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::EstablishAccess() const at GDAL_1.8" 1.8.0
- (c++)"PCIDSK::CTiledChannel::EstablishTileAccess() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetType() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKChannel::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
@@ -10263,11 +11528,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKSegment::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKSegment::GetHistoryEntries() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::what() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CExternalChannel::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CExternalChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::AccessDB() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGCP2Segment::GetGCPCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGCP2Segment::GetGCPs() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::GetBufferSize() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::GetBuffer() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetProjParams() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetMapUnitsString() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetUTMUnitsString() const at GDAL_1.8" 1.8.0
@@ -10290,6 +11558,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelIOParams::GetImageToFocalPlaneYCoeffs() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetAdjXValues() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetAdjYValues() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetDownsample() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetSensorName() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetXNumerator() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetYNumerator() const at GDAL_1.8" 1.8.0
@@ -10301,6 +11570,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetRPCTranslationCoeffs(double&, double&, double&, double&, double&, double&, double&, double&, double&, double&) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CBandInterleavedChannel::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CBandInterleavedChannel::MassageLink(std::basic_string<char, std::char_traits<char>, std::allocator<char> >) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::GetEphemeris() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetX3DCoord() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetY3DCoord() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetZ3DCoord() const at GDAL_1.8" 1.8.0
@@ -10313,6 +11585,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetRFF() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetRadius() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::HasRadius() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::GetPath() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetInfo() const at GDAL_1.8" 1.9.0
  (c++)"KMLNode::getContent(unsigned long) const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getLayerNumber() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getNameElement() const at GDAL_1.8" 1.8.0
@@ -10327,6 +11601,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPoint::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRPoint::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRPoint::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getGeometryName() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getGeometryType() const at GDAL_1.8" 1.8.0
@@ -10338,6 +11613,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLString::ifind(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetClassCount() const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::IsClassListLocked() const at GDAL_1.8" 1.8.0
+ (c++)"GMLReader::IsSequentialLayers() const at GDAL_1.8" 1.9.0
  (c++)"GMLReader::GetClass(char const*) const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetClass(int) const at GDAL_1.8" 1.8.0
  (c++)"KMLVector::isContainer(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
@@ -10367,11 +11643,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
+ (c++)"std::map<CPLString, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int), std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::~map()@GDAL_1.8" 1.9.0
+ (c++)"std::map<CPLString, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int), std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::~map()@GDAL_1.8" 1.9.0
  (c++)"std::map<CPLString, void*, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, void*, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::operator[](CPLString const&)@GDAL_1.8" 1.8.0
+ (c++)"std::map<CPLString, std::pair<double, double>, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::operator[](CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<CPLString, std::vector<CPLString, std::allocator<CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::operator[](CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<std::pair<CPLString, CPLString>, WMSCTileSetDesc, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::find(std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<std::pair<CPLString, CPLString>, WMSCTileSetDesc, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::operator[](std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
  (c++)"std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::list<OGRLayer*, std::allocator<OGRLayer*> >::operator=(std::list<OGRLayer*, std::allocator<OGRLayer*> > const&)@GDAL_1.8" 1.8.0
@@ -10380,8 +11662,24 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::unique()@GDAL_1.8" 1.8.0
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~list()@GDAL_1.8" 1.8.0
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~list()@GDAL_1.8" 1.8.0
+ (c++)"std::pair<CPLString, CPLString>::pair(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::pair(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::pair(std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::pair(std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOFEADesc>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOFEADesc>::~pair()@GDAL_1.8" 1.9.0
  (c++)"std::pair<CPLString const, DXFBlockDefinition>::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::pair<CPLString const, DXFBlockDefinition>::~pair()@GDAL_1.8" 1.8.0
+ (c++)"std::pair<CPLString const, OGREDIGEOAttributeDef>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOAttributeDef>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>::~pair()@GDAL_1.8" 1.9.0
  (c++)"std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::deque<Element, std::allocator<Element> >::_M_push_back_aux(Element const&)@GDAL_1.8" 1.8.0
@@ -10395,6 +11693,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::_M_fill_assign(unsigned long, VFKProperty const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<NodeLastChild, std::allocator<NodeLastChild> >::_M_insert_aux(__gnu_cxx::__normal_iterator<NodeLastChild*, std::vector<NodeLastChild, std::allocator<NodeLastChild> > >, NodeLastChild const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<GDALColorEntry, std::allocator<GDALColorEntry> >::_M_fill_insert(__gnu_cxx::__normal_iterator<GDALColorEntry*, std::vector<GDALColorEntry, std::allocator<GDALColorEntry> > >, unsigned long, GDALColorEntry const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VRTOverviewInfo*, std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> > >, unsigned long, VRTOverviewInfo const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::~vector()@GDAL_1.8" 1.8.0
@@ -10404,6 +11703,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::operator=(std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGREDIGEOObjectDescriptor*, std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> > >, OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, OGRPoint const&)@GDAL_1.8" 1.8.0
  (c++)"void std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_range_insert<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, __gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, __gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, std::forward_iterator_tag)@GDAL_1.8" 1.8.0
  (c++)"void std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_range_insert<std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > > >(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >, std::forward_iterator_tag)@GDAL_1.8" 1.8.0
@@ -10413,6 +11715,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::operator=(std::vector<CPLString, std::allocator<CPLString> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<FrameDesc, std::allocator<FrameDesc> >::_M_insert_aux(__gnu_cxx::__normal_iterator<FrameDesc*, std::vector<FrameDesc, std::allocator<FrameDesc> > >, FrameDesc const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<IomBasket, std::allocator<IomBasket> >::_M_insert_aux(__gnu_cxx::__normal_iterator<IomBasket*, std::vector<IomBasket, std::allocator<IomBasket> > >, IomBasket const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<IomObject, std::allocator<IomObject> >::_M_insert_aux(__gnu_cxx::__normal_iterator<IomObject*, std::vector<IomObject, std::allocator<IomObject> > >, IomObject const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_value, std::allocator<iom_value> >::_M_insert_aux(__gnu_cxx::__normal_iterator<iom_value*, std::vector<iom_value, std::allocator<iom_value> > >, iom_value const&)@GDAL_1.8" 1.8.0
@@ -10424,11 +11727,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::operator=(std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AvhrrLine_t*, std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> > >, PCIDSK::AvhrrLine_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> >::operator=(std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::ShapeVertex*, std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> > >, unsigned long, PCIDSK::ShapeVertex const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ProtectedFile*, std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> > >, PCIDSK::ProtectedFile const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AttitudeLine_t*, std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> > >, PCIDSK::AttitudeLine_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> >::operator=(std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ShapeFieldType, std::allocator<PCIDSK::ShapeFieldType> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ShapeFieldType*, std::vector<PCIDSK::ShapeFieldType, std::allocator<PCIDSK::ShapeFieldType> > >, PCIDSK::ShapeFieldType const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AncillaryData_t*, std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> > >, PCIDSK::AncillaryData_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> >::operator=(std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ProtectedEDBFile*, std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> > >, PCIDSK::ProtectedEDBFile const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::~vector()@GDAL_1.8" 1.8.0
@@ -10444,12 +11753,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<VFKFeature*, std::allocator<VFKFeature*> >::operator=(std::vector<VFKFeature*, std::allocator<VFKFeature*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_object*, std::allocator<iom_object*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<iom_object**, std::vector<iom_object*, std::allocator<iom_object*> > >, iom_object* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALDataset*, std::allocator<GDALDataset*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GDALDataset**, std::vector<GDALDataset*, std::allocator<GDALDataset*> > >, GDALDataset* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGRGeometry*, std::allocator<OGRGeometry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRGeometry**, std::vector<OGRGeometry*, std::allocator<OGRGeometry*> > >, OGRGeometry* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK2Band*, std::allocator<PCIDSK2Band*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK2Band**, std::vector<PCIDSK2Band*, std::allocator<PCIDSK2Band*> > >, PCIDSK2Band* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<json_object*, std::allocator<json_object*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<json_object**, std::vector<json_object*, std::allocator<json_object*> > >, json_object* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<json_object*, std::allocator<json_object*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<json_object**, std::vector<json_object*, std::allocator<json_object*> > >, unsigned long, json_object* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGRLinearRing*, std::allocator<OGRLinearRing*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRLinearRing**, std::vector<OGRLinearRing*, std::allocator<OGRLinearRing*> > >, OGRLinearRing* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<VSICacheChunk*, std::allocator<VSICacheChunk*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VSICacheChunk**, std::vector<VSICacheChunk*, std::allocator<VSICacheChunk*> > >, unsigned long, VSICacheChunk* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<swq_expr_node*, std::allocator<swq_expr_node*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<swq_expr_node**, std::vector<swq_expr_node*, std::allocator<swq_expr_node*> > >, swq_expr_node* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<swq_operation*, std::allocator<swq_operation*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<swq_operation**, std::vector<swq_operation*, std::allocator<swq_operation*> > >, swq_operation* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRPCIDSKLayer*, std::allocator<OGRPCIDSKLayer*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRPCIDSKLayer**, std::vector<OGRPCIDSKLayer*, std::allocator<OGRPCIDSKLayer*> > >, OGRPCIDSKLayer* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GMLFeatureClass**, std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> > >, GMLFeatureClass* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALWMSRasterBand*, std::allocator<GDALWMSRasterBand*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GDALWMSRasterBand**, std::vector<GDALWMSRasterBand*, std::allocator<GDALWMSRasterBand*> > >, GDALWMSRasterBand* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGRSpatialReference*, std::allocator<OGRSpatialReference*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRSpatialReference**, std::vector<OGRSpatialReference*, std::allocator<OGRSpatialReference*> > >, OGRSpatialReference* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<KMLNode*, std::allocator<KMLNode*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<KMLNode**, std::vector<KMLNode*, std::allocator<KMLNode*> > >, KMLNode* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<HFAEntry**, std::vector<HFAEntry*, std::allocator<HFAEntry*> > >, HFAEntry* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::~vector()@GDAL_1.8" 1.8.0
@@ -10457,6 +11772,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::operator=(std::vector<HFAEntry*, std::allocator<HFAEntry*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRLayer*, std::allocator<OGRLayer*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRLayer**, std::vector<OGRLayer*, std::allocator<OGRLayer*> > >, OGRLayer* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<Attribute*, std::allocator<Attribute*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Attribute**, std::vector<Attribute*, std::allocator<Attribute*> > >, Attribute* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const**, std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*> > >, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::CTiledChannel*, std::allocator<PCIDSK::CTiledChannel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::CTiledChannel**, std::vector<PCIDSK::CTiledChannel*, std::allocator<PCIDSK::CTiledChannel*> > >, PCIDSK::CTiledChannel* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::PCIDSKChannel*, std::allocator<PCIDSK::PCIDSKChannel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKChannel**, std::vector<PCIDSK::PCIDSKChannel*, std::allocator<PCIDSK::PCIDSKChannel*> > >, PCIDSK::PCIDSKChannel* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKSegment**, std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> > >, unsigned long, PCIDSK::PCIDSKSegment* const&)@GDAL_1.8" 1.8.0
@@ -10466,13 +11782,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<std::vector<OGRPoint, std::allocator<OGRPoint> >*, std::allocator<std::vector<OGRPoint, std::allocator<OGRPoint> >*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<OGRPoint, std::allocator<OGRPoint> >**, std::vector<std::vector<OGRPoint, std::allocator<OGRPoint> >*, std::allocator<std::vector<OGRPoint, std::allocator<OGRPoint> >*> > >, std::vector<OGRPoint, std::allocator<OGRPoint> >* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<char*, std::allocator<char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char**, std::vector<char*, std::allocator<char*> > >, char* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned char*, std::allocator<unsigned char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned char**, std::vector<unsigned char*, std::allocator<unsigned char*> > >, unsigned char* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >*, std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<int, std::allocator<int> >*, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > >, unsigned long, std::vector<int, std::allocator<int> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<unsigned long long, std::allocator<unsigned long long> >*, std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > > >, unsigned long, std::vector<unsigned long long, std::allocator<unsigned long long> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator=(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<CPLString, CPLString>*, std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > > >, std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::push_back(std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::operator=(std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >*, std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > > >, std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>*, std::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> > > >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::pair<double, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >::operator=(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, std::pair<int, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >::operator=(std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<bool, std::allocator<bool> >::_M_fill_insert(std::_Bit_iterator, unsigned long, bool)@GDAL_1.8" 1.9.0
  (c++)"std::vector<double, std::allocator<double> >::_M_insert_aux(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned long, double const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<double, std::allocator<double> >::reserve(unsigned long)@GDAL_1.8" 1.8.0
@@ -10486,18 +11823,32 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned long, unsigned int const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::operator=(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned short const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned long, unsigned short const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::resize(unsigned long, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned long long const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned long, unsigned long long const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::operator=(std::vector<unsigned long long, std::allocator<unsigned long long> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, CPLString const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_insert_unique(CPLString const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_erase(std::_Rb_tree_node<CPLString>*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOFEADesc> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_unique(std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, DXFBlockDefinition> >, std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, DXFBlockDefinition> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOAttributeDef> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_unique(std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIMemFile*> >, std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
@@ -10510,6 +11861,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_insert_unique(std::pair<CPLString const, CachedDirList*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CachedDirList*> >, std::pair<CPLString const, CachedDirList*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CachedDirList*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_unique(std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CachedFileProp*> >, std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CachedFileProp*> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOLayer*> >, std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOLayer*> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_unique(std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIArchiveContent*> >, std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
@@ -10518,6 +11877,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_insert_unique(std::pair<CPLString const, VSIZipWriteHandle*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIZipWriteHandle*> >, std::pair<CPLString const, VSIZipWriteHandle*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, VSIZipWriteHandle*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_unique(std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_unique(std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, char**> >, std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, char**> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_unique(std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, void*> >, std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
@@ -10528,14 +11895,37 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::_M_copy(std::_Rb_tree_node<std::pair<CPLString const, CPLString> > const*, std::_Rb_tree_node<std::pair<CPLString const, CPLString> >*)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CPLString> >*)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::operator=(std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_unique(std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::pair<double, double> > >, std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::pair<double, double> > >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_unique(std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::pair<int, int> > >, std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::pair<int, int> > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_unique(std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_unique(std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_unique(std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_unique(std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, int> >, std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, int> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_unique(std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<GMLFeatureClass* const, int> >, std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<GMLFeatureClass* const, int> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_unique(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_erase(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
@@ -10550,6 +11940,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_unique(std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_erase(std::_Rb_tree_node<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_unique(std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
@@ -10567,42 +11965,61 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique(std::pair<int const, unsigned int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, unsigned int> >, std::pair<int const, unsigned int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, unsigned int> >*)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_unique(std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<unsigned long const, CachedFileProp*> >, std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned long const, CachedFileProp*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_unique(std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<long long const, CachedConnection*> >, std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_erase(std::_Rb_tree_node<std::pair<long long const, CachedConnection*> >*)@GDAL_1.8" 1.9.0
+ (c++)"void std::__pop_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
+ (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long, CPLString>(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long, long, CPLString)@GDAL_1.8" 1.9.0
  (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long, std::pair<int, int> >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long, long, std::pair<int, int>)@GDAL_1.8" 1.8.0
  (c++)"void std::__heap_select<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long>(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long)@GDAL_1.8" 1.9.0
  (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long>(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long)@GDAL_1.8" 1.8.0
+ (c++)"void std::__move_median_first<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__move_median_first<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
  (c++)"__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > std::__find<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char>(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char const&, std::random_access_iterator_tag)@GDAL_1.8" 1.8.0
+ (c++)"__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__find<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&, std::random_access_iterator_tag)@GDAL_1.8" 1.9.0
  (c++)"void std::_Destroy<GDALRasterAttributeField*>(GDALRasterAttributeField*, GDALRasterAttributeField*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<CPLString*>(CPLString*, CPLString*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<iom_value*>(iom_value*, iom_value*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<PCIDSK::ShapeField*>(PCIDSK::ShapeField*, PCIDSK::ShapeField*)@GDAL_1.8" 1.8.0
- (c++)"void std::_Destroy<PCIDSK::GCP*>(PCIDSK::GCP*, PCIDSK::GCP*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)@GDAL_1.8" 1.8.0
+ (c++)"void std::_Destroy<std::pair<CPLString, CPLString>*>(std::pair<CPLString, CPLString>*, std::pair<CPLString, CPLString>*)@GDAL_1.8" 1.9.0
  (c++)"void std::_Destroy<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >*, std::vector<int, std::allocator<int> >*)@GDAL_1.8" 1.8.0
+ (c++)"void std::_Destroy<std::vector<unsigned long long, std::allocator<unsigned long long> >*>(std::vector<unsigned long long, std::allocator<unsigned long long> >*, std::vector<unsigned long long, std::allocator<unsigned long long> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > std::__find_if<std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::binder2nd<std::not_equal_to<char> > >(std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::binder2nd<std::not_equal_to<char> >, std::random_access_iterator_tag)@GDAL_1.8" 1.9.0
+ (c++)"void std::make_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
+ (c++)"bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)@GDAL_1.8" 1.9.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::MetadataSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKEphemerisSegment-in-PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for AIGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BAGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BLXDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for ERSDataset at GDAL_1.8" 1.8.0
@@ -10658,6 +12075,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for iom_object at GDAL_1.8" 1.8.0
  (c++)"typeinfo for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DODSDataset at GDAL_1.8" 1.8.0
@@ -10688,6 +12106,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -10704,6 +12123,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -10717,6 +12137,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COSARDataset at GDAL_1.8" 1.8.0
@@ -10736,6 +12157,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -10754,7 +12176,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -10778,6 +12202,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -10808,6 +12234,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -10821,6 +12249,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -10834,17 +12263,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"typeinfo for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -10870,11 +12303,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -10905,11 +12341,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"typeinfo for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GTiffRasterBand at GDAL_1.8" 1.8.0
@@ -10917,10 +12355,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for ITABFeatureFont at GDAL_1.8" 1.8.0
  (c++)"typeinfo for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -10956,13 +12400,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -10975,6 +12423,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -10982,6 +12431,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -10993,6 +12443,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -11000,6 +12452,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ITABFeatureSymbol at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphRGBBand at GDAL_1.8" 1.8.0
@@ -11010,7 +12463,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -11021,6 +12476,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -11040,8 +12498,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -11050,6 +12511,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -11070,13 +12533,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -11098,11 +12565,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -11125,16 +12597,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -11142,11 +12621,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"typeinfo for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -11156,6 +12637,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -11166,6 +12648,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -11184,15 +12667,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo for KML at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABArc at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IniFile at GDAL_1.8" 1.8.0
@@ -11235,10 +12722,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -11250,13 +12740,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AIGDataset at GDAL_1.8" 1.8.0
@@ -11265,6 +12763,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for ERSDataset at GDAL_1.8" 1.8.0
@@ -11320,6 +12819,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for iom_object at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DODSDataset at GDAL_1.8" 1.8.0
@@ -11350,6 +12850,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -11366,6 +12867,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -11379,6 +12881,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COSARDataset at GDAL_1.8" 1.8.0
@@ -11398,6 +12901,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -11416,7 +12920,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -11440,6 +12946,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -11470,6 +12978,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -11483,6 +12993,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -11496,17 +13007,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -11532,11 +13047,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -11567,11 +13085,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GTiffRasterBand at GDAL_1.8" 1.8.0
@@ -11579,10 +13099,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for ITABFeatureFont at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -11618,13 +13144,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -11637,6 +13167,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -11644,6 +13175,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -11655,6 +13187,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -11662,6 +13196,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ITABFeatureSymbol at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphRGBBand at GDAL_1.8" 1.8.0
@@ -11672,7 +13207,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -11683,6 +13220,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -11702,8 +13242,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -11712,6 +13255,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -11732,13 +13277,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -11760,11 +13309,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -11787,16 +13341,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -11804,11 +13365,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -11818,6 +13381,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -11828,6 +13392,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -11846,15 +13411,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for KML at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABArc at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IniFile at GDAL_1.8" 1.8.0
@@ -11897,10 +13466,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -11912,32 +13484,47 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::MetadataSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"VTT for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
+ (c++)"VTT for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for AIGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BAGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BLXDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for ERSDataset at GDAL_1.8" 1.8.0
@@ -11993,6 +13580,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for iom_object at GDAL_1.8" 1.8.0
  (c++)"vtable for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"vtable for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for DODSDataset at GDAL_1.8" 1.8.0
@@ -12023,6 +13611,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -12039,6 +13628,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -12052,6 +13642,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"vtable for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"vtable for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"vtable for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for COSARDataset at GDAL_1.8" 1.8.0
@@ -12071,6 +13662,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -12089,7 +13681,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -12113,6 +13707,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -12143,6 +13739,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -12156,6 +13754,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for TABCollection at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -12169,17 +13768,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"vtable for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"vtable for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -12204,11 +13807,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -12239,21 +13845,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"vtable for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"vtable for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"vtable for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"vtable for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GTiffRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for ILWISRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"vtable for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -12288,13 +13902,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -12307,6 +13925,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -12314,6 +13933,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"vtable for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -12325,6 +13945,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -12332,6 +13954,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"vtable for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"vtable for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRGBBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRLEBand at GDAL_1.8" 1.8.0
@@ -12341,7 +13964,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -12352,6 +13977,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -12371,8 +13999,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -12381,6 +14012,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -12401,13 +14034,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -12429,11 +14066,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -12456,16 +14098,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"vtable for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"vtable for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"vtable for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -12473,11 +14122,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"vtable for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -12487,6 +14138,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"vtable for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"vtable for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -12497,6 +14149,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -12515,15 +14168,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"vtable for KML at GDAL_1.8" 1.8.0
  (c++)"vtable for TABArc at GDAL_1.8" 1.8.0
  (c++)"vtable for IniFile at GDAL_1.8" 1.8.0
@@ -12565,10 +14222,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -12580,15 +14240,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetDimensionCount(unsigned char)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetArray(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetSizes(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetDimensionCount() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetArray() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetSizes() const at GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to NASHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
@@ -12625,6 +14301,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to NASHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
@@ -12679,7 +14358,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::GetAttributes(void*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to GMLXercesHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::GetFID(void*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
@@ -12697,6 +14376,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::IsUserGenerated() const at GDAL_1.8" 1.8.0
@@ -12719,16 +14410,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetGeosysString() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetGeosysString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetDownsample(unsigned int)@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetDownsample() const at GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSK_PCT::~CPCIDSK_PCT()@GDAL_1.8" 1.8.0
@@ -12737,22 +14437,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"virtual thunk to PCIDSK::CPCIDSK_TEX::~CPCIDSK_TEX()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::~CPCIDSKBitmap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::~CPCIDSKBitmap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::~CPCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::~CPCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKAPModelSegment::~CPCIDSKAPModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKAPModelSegment::~CPCIDSKAPModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::GetGCPs() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetXNumerator() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::Initialize()@GDAL_1.8" 1.8.0
diff --git a/debian/libgdal1.symbols.ia64 b/debian/libgdal1.symbols.ia64
index 9e6fe9a..9db35a5 100644
--- a/debian/libgdal1.symbols.ia64
+++ b/debian/libgdal1.symbols.ia64
@@ -20,9 +20,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ForkAndPipe(char const* const*, _IO_FILE*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"GMLParseXSD(char const*, std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> >&)@GDAL_1.8" 1.8.0
  (c++)"GetCoordDim(iom_basket*, iom_object*)@GDAL_1.8" 1.8.0
- (c++)"GetFilePath(CPLXMLNode*, char**)@GDAL_1.8" 1.8.0
+ (c++)"GetFilePath(CPLXMLNode*, char const**)@GDAL_1.8" 1.9.0
  (c++)"GetTypeName(iom_basket*, iom_object*)@GDAL_1.8" 1.8.0
  (c++)"INGR_Decode(INGR_Format, unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
+ (c++)"NCDFGetAttr(int, int, char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"NCDFGetAttr(int, int, char const*, double*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFPutAttr(int, int, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRFastAtof(char const*)@GDAL_1.8" 1.8.0
  (c++)"PamGetProxy(char const*)@GDAL_1.8" 1.8.0
  (c++)"RCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -46,12 +49,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"writeUShort(_IO_FILE*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"xisClassDef(int)@GDAL_1.8" 1.8.0
  (c++)"xisTopicDef(int)@GDAL_1.8" 1.8.0
+ (c++)"ACAdjustText(double, double, OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"CPLURLAddKVP(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"CopyMetadata(void*, int, int)@GDAL_1.8" 1.8.0
  (c++)"DGNParseCore(DGNInfo*, DGNElemCore*)@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBOpen(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"GetStateCode(char const*)@GDAL_1.8" 1.8.0
  (c++)"GetStateName(int)@GDAL_1.8" 1.8.0
  (c++)"GetUnitIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"CPLErr NCDFCopyBand<double>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<float>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<unsigned char>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<int>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<short>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFGetAttr1(int, int, char const*, double*, char**, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRPG_PQexec(pg_conn*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"OSRSetWagner(void*, int, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"ReadPrjParms(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"TABCloseRing(OGRLineString*)@GDAL_1.8" 1.8.0
@@ -68,10 +80,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"fileBitWrite(void*, unsigned long, unsigned short, _IO_FILE*, unsigned char*, signed char*)@GDAL_1.8" 1.8.0
  (c++)"getARCCenter(OGRPoint*, OGRPoint*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"iom_fromUTF8(char const*)@GDAL_1.8" 1.8.0
- (c++)"matrixInvert(int, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"missingValue(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"nwtCloseGrid(NWT_GRID*)@GDAL_1.8" 1.8.0
+ (c++)"CPLIsUTF8Stub(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLRecodeStub(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGNBuildIndex(DGNInfo*)@GDAL_1.8" 1.8.0
+ (c++)"DMGetEPSGCode(int)@GDAL_1.8" 1.9.0
+ (c++)"DMGetEPSGName(int)@GDAL_1.8" 1.9.0
+ (c++)"DMGetESRIName(int)@GDAL_1.8" 1.9.0
  (c++)"GRIB1_RefTime(DataSource&, unsigned int, double*)@GDAL_1.8" 1.8.0
  (c++)"GenerateTiles(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int, int, int, int, int, int, GDALDataset*, GDALDriver*, GDALDriver*, bool)@GDAL_1.8" 1.8.0
  (c++)"GetAttrObjPos(iom_object*, char const*)@GDAL_1.8" 1.8.0
@@ -83,7 +99,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"getLineString(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"isNumberDigit(char)@GDAL_1.8" 1.8.0
  (c++)"nwt_HillShade(unsigned char*, unsigned char*, unsigned char*, char*)@GDAL_1.8" 1.8.0
- (c++)"swq_test_like(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"swq_test_like(char const*, char const*, char)@GDAL_1.8" 1.9.0
+ (c++)"ACTextUnescape(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLRecodeIconv(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLURLGetValue(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGN2IEEEDouble(void*)@GDAL_1.8" 1.8.0
  (c++)"GML_GetSRSName(OGRSpatialReference const*, int, int*)@GDAL_1.8" 1.8.0
  (c++)"GetAttrObjName(iom_basket*, iom_object*, char const*)@GDAL_1.8" 1.8.0
@@ -93,16 +112,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetFormat(GDALDataType, char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetMinMax(GDALDataType, INGR_MinMax)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetMinMax(GDALDataType, double)@GDAL_1.8" 1.8.0
- (c++)"JPEGCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"NCDFAddHistory(int, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFSafeStrcat(char**, char*, unsigned long*)@GDAL_1.8" 1.9.0
  (c++)"OGRCompareDate(OGRField*, OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRGetCentroid(OGRPolygon*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGRPointInRing(OGRPoint*, OGRLineString*)@GDAL_1.8" 1.8.0
+ (c++)"OGRPrintDouble(char*, double)@GDAL_1.8" 1.9.0
  (c++)"ReadTDLPRecord(DataSource&, double**, unsigned int*, grib_MetaData*, IS_dataType*, int*, unsigned int, double, double)@GDAL_1.8" 1.8.0
  (c++)"SWQCastChecker(swq_expr_node*)@GDAL_1.8" 1.8.0
  (c++)"TABGenerateArc(OGRLineString*, int, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"TABGetBasename(char const*)@GDAL_1.8" 1.8.0
  (c++)"TDLP_Inventory(DataSource&, int, inventoryType*)@GDAL_1.8" 1.8.0
- (c++)"WFS_AddKVToURL(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"WritePolyConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"alterFromStdMV(void*, unsigned long, CSF_CR, double)@GDAL_1.8" 1.8.0
  (c++)"findfirstonbit(unsigned int)@GDAL_1.8" 1.8.0
@@ -111,13 +131,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"jpeg_vsiio_src(jpeg_decompress_struct*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"nwt_LoadColors(NWT_RGB*, int, NWT_GRID*)@GDAL_1.8" 1.8.0
  (c++)"zipWithMinizip(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"ACGetColorTable()@GDAL_1.8" 1.9.0
  (c++)"BufferToVSIFile(unsigned char*, unsigned long)@GDAL_1.8" 1.8.0
- (c++)"CreateGMLReader()@GDAL_1.8" 1.8.0
+ (c++)"CreateGMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"CreateNASReader()@GDAL_1.8" 1.8.0
  (c++)"CreateVFKReader()@GDAL_1.8" 1.8.0
  (c++)"DDFScanVariable(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"DGNAsciiToRad50(char const*, unsigned short*)@GDAL_1.8" 1.8.0
  (c++)"DGNRad50ToAscii(unsigned short, char*)@GDAL_1.8" 1.8.0
+ (c++)"GDALFloatEquals(float, float)@GDAL_1.8" 1.9.0
  (c++)"GH5_GetDataType(int)@GDAL_1.8" 1.8.0
  (c++)"GRIB1_Inventory(DataSource&, unsigned int, inventoryType*)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONIsObject(char const*)@GDAL_1.8" 1.8.0
@@ -127,9 +149,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"Nodetype2String(Nodetype const&)@GDAL_1.8" 1.8.0
  (c++)"OGRFormatDouble(char*, int, double, char, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGetDayOfWeek(int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteEscape(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRWktReadToken(char const*, char*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_Track(double, double, double, double)@GDAL_1.8" 1.8.0
- (c++)"OSRIsSameVertCS(void*, void*)@GDAL_1.8" 1.8.0
  (c++)"PamCleanProxyDB()@GDAL_1.8" 1.8.0
  (c++)"ParseCoordinate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"ReadGrib1Record(DataSource&, signed char, double**, unsigned int*, grib_MetaData*, IS_dataType*, int*, unsigned int, double, double)@GDAL_1.8" 1.8.0
@@ -149,6 +171,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"FREAD_ODDINT_LIT(int*, unsigned char, DataSource&)@GDAL_1.8" 1.8.0
  (c++)"GDALGetphDLMutex()@GDAL_1.8" 1.8.0
  (c++)"GDALOpenInternal(char const*, GDALAccess, char const* const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALOpenInternal(GDALOpenInfo&, char const* const*)@GDAL_1.8" 1.9.0
  (c++)"HFAAllocateSpace(hfainfo*, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"HFAParseBandInfo(hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetDataType(unsigned short)@GDAL_1.8" 1.8.0
@@ -159,6 +182,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RasterliteDelete(char const*)@GDAL_1.8" 1.8.0
  (c++)"RemapImgUTMNames(OGRSpatialReference*, char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"S57FileCollector(char const*)@GDAL_1.8" 1.8.0
+ (c++)"SEGYReadMSBInt16(unsigned char const*)@GDAL_1.8" 1.9.0
+ (c++)"SEGYReadMSBInt32(unsigned char const*)@GDAL_1.8" 1.9.0
  (c++)"SHPReadOGRObject(SHPInfo*, int, SHPObject*)@GDAL_1.8" 1.8.0
  (c++)"SWQCastEvaluator(swq_expr_node*, swq_expr_node**)@GDAL_1.8" 1.8.0
  (c++)"SetCitationToSRS(gtiff*, char*, int, geokey_t, OGRSpatialReference*, int*)@GDAL_1.8" 1.8.0
@@ -171,15 +196,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DestroyILI2Reader(IILI2Reader*)@GDAL_1.8" 1.8.0
  (c++)"FWRITE_ODDINT_BIG(int*, unsigned char, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"FWRITE_ODDINT_LIT(int*, unsigned char, _IO_FILE*)@GDAL_1.8" 1.8.0
+ (c++)"FindChangePattern(char*, char**, CPLString&)@GDAL_1.8" 1.9.0
  (c++)"GDALReplicateWord(void*, GDALDataType, void*, GDALDataType, int, int)@GDAL_1.8" 1.8.0
- (c++)"GTiffErrorHandler(char const*, char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffErrorHandler(char const*, char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
  (c++)"OGRDODSGetVarPath(libdap::BaseType*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONGetType(json_object*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGetGeomediaSRS(OGRFeature*)@GDAL_1.8" 1.9.0
  (c++)"OGRGetXMLDateTime(int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGEscapeString(pg_conn*, char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"OSRSetMercator2SP(void*, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"PamParseHistogram(CPLXMLNode*, double*, double*, int*, int**, int*, int*)@GDAL_1.8" 1.8.0
- (c++)"SHPReadOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, int, SHPObject*)@GDAL_1.8" 1.8.0
+ (c++)"SHPReadOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, int, SHPObject*, char const*)@GDAL_1.8" 1.9.0
  (c++)"SHPWriteOGRObject(SHPInfo*, int, OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"SWQGeneralChecker(swq_expr_node*)@GDAL_1.8" 1.8.0
  (c++)"SaveHKVAttribFile(char const*, int, int, int, GDALDataType, int, double)@GDAL_1.8" 1.8.0
@@ -194,7 +221,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_expr_compile2(char const*, swq_field_list*, swq_expr_node**)@GDAL_1.8" 1.8.0
  (c++)"valueScale2String(CSF_VS)@GDAL_1.8" 1.8.0
  (c++)"xisAssociationDef(int)@GDAL_1.8" 1.8.0
- (c++)"GDALWMSDatasetOpen(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GH5_FetchAttribute(int, char const*, CPLString&, bool)@GDAL_1.8" 1.8.0
  (c++)"GH5_FetchAttribute(int, char const*, double&, bool)@GDAL_1.8" 1.8.0
  (c++)"GWKGetFilterRadius(GDALResampleAlg)@GDAL_1.8" 1.8.0
@@ -203,11 +229,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetIGDSColors(_IO_FILE*, unsigned int, unsigned int, GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetIGDSColors(GDALColorTable*, INGR_ColorTable256*)@GDAL_1.8" 1.8.0
  (c++)"JPGHLP_HeaderMaker(unsigned char*, int, int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"NCDFAddGDALHistory(int, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFIsCfProjection(char const*)@GDAL_1.8" 1.9.0
  (c++)"NITFWriteJPEGBlock(GDALDataset*, _IO_FILE*, int, int, int, int, int, int, unsigned char const*, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSGetVarIndex(libdap::Sequence*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"OGRFromOGCGeomType(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTCSVSplitLine(char const*, char)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTGotoNextLine(char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteCreateVFS()@GDAL_1.8" 1.9.0
+ (c++)"OGRWriteToShapeBin(OGRGeometry*, unsigned char**, int*)@GDAL_1.8" 1.9.0
  (c++)"OGRXPlane_Distance(double, double, double, double)@GDAL_1.8" 1.8.0
- (c++)"SHPWriteOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, OGRFeature*)@GDAL_1.8" 1.8.0
+ (c++)"SHPWriteOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, OGRFeature*, char const*, int*)@GDAL_1.8" 1.9.0
  (c++)"TigerVersionString(TigerVersion)@GDAL_1.8" 1.8.0
  (c++)"VersionStringToInt(char const*)@GDAL_1.8" 1.8.0
  (c++)"WriteStereographic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
@@ -216,13 +248,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_identify_field(char const*, swq_field_list*, swq_field_type*, int*)@GDAL_1.8" 1.8.0
  (c++)"CPLUnixTimeToYMDHMS(long long, tm*)@GDAL_1.8" 1.8.0
  (c++)"CPLYMDHMSToUnixTime(tm const*)@GDAL_1.8" 1.8.0
- (c++)"CitationStringParse(char const*)@GDAL_1.8" 1.8.0
+ (c++)"CitationStringParse(char*, geokey_t)@GDAL_1.8" 1.9.0
  (c++)"DGNGetLineStyleName(DGNInfo*, DGNElemMultiPoint*, char*)@GDAL_1.8" 1.8.0
  (c++)"EPSGGetUOMAngleInfo(int, char**, double*)@GDAL_1.8" 1.8.0
  (c++)"GDALType2ValueScale(GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"GTIFFSetJpegQuality(void*, int)@GDAL_1.8" 1.8.0
  (c++)"GTIFFWriteDirectory(tiff*, int, int, int, int, int, int, int, int, int, int, int, int, int, unsigned short*, unsigned short*, unsigned short*, int, unsigned short*, char const*)@GDAL_1.8" 1.8.0
- (c++)"GTiffWarningHandler(char const*, char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffWarningHandler(char const*, char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
+ (c++)"GeoJSONFileIsObject(char const*)@GDAL_1.8" 1.9.0
  (c++)"HDF5CreateGroupObjs(int, char const*, void*)@GDAL_1.8" 1.8.0
  (c++)"HFACreateSpillStack(hfainfo*, int, int, int, int, int, long long*, long long*)@GDAL_1.8" 1.8.0
  (c++)"HFAReadBFUniqueBins(HFAEntry*, int)@GDAL_1.8" 1.8.0
@@ -233,6 +266,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_ReleaseVirtual(INGR_VirtualFile*)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetTransMatrix(double*, double*)@GDAL_1.8" 1.8.0
  (c++)"JPEG2000_VSIL_fopen(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCheckPermutation(int*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadPoint(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirGetLatLon(char const*, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"OGRParseXMLDateTime(char const*, int*, int*, int*, int*, int*, float*, int*)@GDAL_1.8" 1.8.0
@@ -241,17 +275,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABUnitIdFromString(char const*)@GDAL_1.8" 1.8.0
  (c++)"URLSearchAndReplace(CPLString*, char const*, char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"VRTParseCoreSources(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICreateCachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
  (c++)"WriteCassiniSoldner(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteFalseEastNorth(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WritePlateRectangle(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteProjectionName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeToWCharStub(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"GDALDeregister_GTiff(GDALDriver*)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONGetSourceType(char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLength(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"INGR_ReadJpegQuality(_IO_FILE*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"NCDFIsGDALVersionGTE(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"NCDFWriteProjAttribs(OGR_SRSNode const*, char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVReadParseLineL(_IO_FILE*, char, int)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadPoint(json_object*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWritePoint(OGRPoint*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTGetOptionValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWritePoint(OGRPoint*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGetRFC822DateTime(int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMakeWktCoordinate(char*, double, double, double, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPolygonLabelPoint(OGRPolygon*, OGRPoint*)@GDAL_1.8" 1.8.0
@@ -261,6 +300,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerClassifyVersion(int)@GDAL_1.8" 1.8.0
  (c++)"swq_select_summarize(swq_select*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLHTTPCleanupRequest(CPLHTTPRequest*)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeToWCharIconv(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGNSpatialFilterToUOR(DGNInfo*)@GDAL_1.8" 1.8.0
  (c++)"EPSGGetWGS84Transform(int, double*)@GDAL_1.8" 1.8.0
  (c++)"GML_IsSRSLatLongOrder(char const*)@GDAL_1.8" 1.8.0
@@ -270,47 +310,58 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetDataBlockSize(char const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetTileDirectory(_IO_FILE*, unsigned int, int, int, INGR_TileHeader*, INGR_TileItem**)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetEnvironColors(GDALColorTable*, INGR_ColorTableVar*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCreateFromGeomedia(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCreateFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.9.0
  (c++)"OGRDODSIsFloatInvalid(float const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadPolygon(json_object*, bool)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteCoords(double const&, double const&)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteCoords(double const&, double const&, double const&)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteCoords(double const&, double const&, double const&, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteCoords(double const&, double const&, int)@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLAppendEscaped(CPLODBCStatement*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGDumpEscapeString(char const*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGEscapeColumnName(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRPolylineLabelPoint(OGRLineString*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGR_G_ExportToKMLTree(void*)@GDAL_1.8" 1.8.0
  (c++)"PamHistogramToXMLTree(double, double, int, int*, int, int)@GDAL_1.8" 1.8.0
  (c++)"RemapImgWGSProjcsName(OGRSpatialReference*, char const*, char const*)@GDAL_1.8" 1.8.0
- (c++)"SHPReadOGRFeatureDefn(char const*, SHPInfo*, DBFInfo*)@GDAL_1.8" 1.8.0
+ (c++)"SHPReadOGRFeatureDefn(char const*, SHPInfo*, DBFInfo*, char const*)@GDAL_1.8" 1.9.0
  (c++)"SetLinearUnitCitation(gtiff*, char*)@GDAL_1.8" 1.8.0
  (c++)"USGSDEMDecToPackedDMS(double)@GDAL_1.8" 1.8.0
  (c++)"VRTParseFilterSources(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
- (c++)"WFS_FetchValueFromURL(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"WriteEquidistantConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WritePeStringIfNeeded(OGRSpatialReference*, hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"getGeometryTypeOfElem(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"AddParamBasedOnPrjName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeFromWCharStub(wchar_t const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALFindAssociatedFile(char const*, char const*, char**, int)@GDAL_1.8" 1.9.0
  (c++)"GeoJSONGetProtocolType(char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_CreateVirtualFile(char const*, INGR_Format, int, int, int, int, unsigned char*, int, int)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetEnvironVColors(_IO_FILE*, unsigned int, unsigned int, GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"INGR_TileItemDiskToMem(INGR_TileItem*, unsigned char const*)@GDAL_1.8" 1.8.0
+ (c++)"IdrisiGeoReference2Wkt(char const*, char const*, char const*, char**)@GDAL_1.8" 1.9.0
  (c++)"MITABFreeCoordSysTable()@GDAL_1.8" 1.8.0
  (c++)"MITABLoadCoordSysTable(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSIsDoubleInvalid(double const*)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadPolygon(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadGeometry(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadRawPoint(json_object*, OGRPoint&)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWritePolygon(OGRPolygon*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteFeature(OGRFeature*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWritePolygon(OGRPolygon*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRParseRFC822DateTime(char const*, int*, int*, int*, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
  (c++)"OGRPolylineCenterPoint(OGRLineString*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteCreateTables(void*, char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"WriteMillerCylindrical(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeFromWCharIconv(wchar_t const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GML2OGRGeometry_XMLNode(CPLXMLNode const*, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"INGR_HeaderOneDiskToMem(INGR_HeaderOne*, unsigned char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_HeaderOneMemToDisk(INGR_HeaderOne const*, unsigned char*)@GDAL_1.8" 1.8.0
  (c++)"OGRCreateExpatXMLParser()@GDAL_1.8" 1.8.0
  (c++)"OGREPSGDatumNameMassage(char**)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteGeometry(OGRGeometry*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGR_FD_ReorderFieldDefn(void*, int*)@GDAL_1.8" 1.9.0
  (c++)"RemapNameBasedOnKeyName(OGRSpatialReference*, char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"WriteTransverseMercator(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
+ (c++)"gmlUpdateFeatureClasses(GFSTemplateList*, GMLReader*, int*)@GDAL_1.8" 1.9.0
+ (c++)"swq_is_reserved_keyword(char const*)@GDAL_1.8" 1.9.0
  (c++)"CPLHTTPInitializeRequest(CPLHTTPRequest*, char const*, char const* const*)@GDAL_1.8" 1.8.0
  (c++)"DGNInverseTransformPoint(DGNInfo*, DGNPoint*)@GDAL_1.8" 1.8.0
  (c++)"EpsilonDatasetCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -339,9 +390,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRESRIJSONReadMultiPoint(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONGetGeometryName(OGRGeometry const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONWriteAttributes(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteLineCoords(OGRLineString*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteLineString(OGRLineString*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiPoint(OGRMultiPoint*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteLineCoords(OGRLineString*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteLineString(OGRLineString*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteMultiPoint(OGRMultiPoint*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGDumpEscapeColumnName(char const*)@GDAL_1.8" 1.9.0
  (c++)"TABCreateMAPBlockFromFile(_IO_FILE*, int, int, int, TABAccess)@GDAL_1.8" 1.8.0
  (c++)"WriteAlbersConicEqualArea(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteAzimuthalEquidistant(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
@@ -349,8 +401,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"cellRepresentation2String(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"GTIFFBuildOverviewMetadata(char const*, GDALDataset*, CPLString&)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONPropertyToFieldType(json_object*)@GDAL_1.8" 1.8.0
- (c++)"ImagineCitationTranslation(char const*, geokey_t)@GDAL_1.8" 1.8.0
+ (c++)"ImagineCitationTranslation(char*, geokey_t)@GDAL_1.8" 1.9.0
  (c++)"MITABExtractCoordSysBounds(char const*, double&, double&, double&, double&)@GDAL_1.8" 1.8.0
+ (c++)"NITFSetColorInterpretation(NITFImage*, int, GDALColorInterp)@GDAL_1.8" 1.9.0
  (c++)"NTFArcCenterFromEdgePoints(double, double, double, double, double, double, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"OGRCreateDefaultLayerIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONGetGeometryType(json_object*)@GDAL_1.8" 1.8.0
@@ -365,13 +418,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedOverviewTransform(void*, int, int, double*, double*, double*, int*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertConformalConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"DestroyWMSMiniDriverManager()@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPoolForceDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALType2CellRepresentation(GDALDataType, bool)@GDAL_1.8" 1.8.0
  (c++)"GetGDALWMSMiniDriverManager()@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLengthBitonal(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiPolygon(OGRMultiPolygon*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteMultiPolygon(OGRMultiPolygon*, int)@GDAL_1.8" 1.9.0
  (c++)"cellRepresentation2GDALType(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"swq_select_finish_summarize(swq_select*)@GDAL_1.8" 1.8.0
- (c++)"GML_BuildOGRGeometryFromList(char**, int, int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GML_BuildOGRGeometryFromList(CPLXMLNode const* const*, int, int, char const*, int, int, void*, int)@GDAL_1.8" 1.9.0
  (c++)"INGR_DecodeRunLengthPaletted(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"OGRGetXML_UTF8_EscapedString(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneCreateAptFileReader(OGRXPlaneDataSource*)@GDAL_1.8" 1.8.0
@@ -380,17 +434,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlaneCreateNavFileReader(OGRXPlaneDataSource*)@GDAL_1.8" 1.8.0
  (c++)"WFS_TurnSQLFilterToOGCFilter(char const*, int, int, int, int, int*)@GDAL_1.8" 1.8.0
  (c++)"DGNInverseTransformPointToInt(DGNInfo*, DGNPoint*, unsigned char*)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPoolPreventDestroy()@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadMultiLineString(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGR_G_ExportEnvelopeToKMLTree(void*)@GDAL_1.8" 1.8.0
  (c++)"S57GenerateStandardAttributes(OGRFeatureDefn*, int)@GDAL_1.8" 1.8.0
  (c++)"VSICreateBufferedReaderHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertConformalConic2SP(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
- (c++)"GML_ExtractSrsNameFromGeometry(char**)@GDAL_1.8" 1.8.0
+ (c++)"GML_ExtractSrsNameFromGeometry(CPLXMLNode const* const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadSpatialReference(json_object*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiLineString(OGRMultiLineString*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteMultiLineString(OGRMultiLineString*, int)@GDAL_1.8" 1.9.0
  (c++)"TABAdjustCaseSensitiveFilename(char*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertAzimuthalEqualArea(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadSpatialReference(json_object*)@GDAL_1.8" 1.8.0
+ (c++)"CheckCitationKeyForStatePlaneUTM(gtiff*, GTIFDefn*, OGRSpatialReference*, int*)@GDAL_1.8" 1.9.0
  (c++)"GDALRegenerateOverviewsMultiBand(int, GDALRasterBand**, int, GDALRasterBand***, char const*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLengthBitonalTiled(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"NTFStrokeArcToOGRGeometry_Angles(double, double, double, double, double, int)@GDAL_1.8" 1.8.0
@@ -399,9 +455,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RemapPNamesBasedOnProjCSAndPName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALRegisterTransformDeserializer(char const*, int (*)(void*, int, int, double*, double*, double*, int*), void* (*)(CPLXMLNode*))@GDAL_1.8" 1.8.0
  (c++)"OGRCreateCoordinateTransformation(OGRSpatialReference*, OGRSpatialReference*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteGeometryCollection(OGRGeometryCollection*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteGeometryCollection(OGRGeometryCollection*, int)@GDAL_1.8" 1.9.0
  (c++)"RemapPValuesBasedOnProjCSAndPName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALUnregisterTransformDeserializer(void*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteGetSpatialiteVersionNumber()@GDAL_1.8" 1.9.0
  (c++)"DGNTransformPointWithQuaternionVertex(int*, DGNPoint*, DGNPoint*)@GDAL_1.8" 1.8.0
  (c++)"GDALGetResponsiblePIDForCurrentThread()@GDAL_1.8" 1.8.0
  (c++)"GDALSetResponsiblePIDForCurrentThread(long long)@GDAL_1.8" 1.8.0
@@ -409,6 +466,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"S57GenerateVectorPrimitiveFeatureDefn(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDeserializeWarpedOverviewTransformer(CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"Max(double, double)@GDAL_1.8" 1.8.0
+ (c++)"GML_BuildOGRGeometryFromList_CreateCache()@GDAL_1.8" 1.9.0
+ (c++)"GML_BuildOGRGeometryFromList_DestroyCache(void*)@GDAL_1.8" 1.9.0
  (c++)"trim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"ltrim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"rtrim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
@@ -417,6 +476,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ClearSR(hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"StripNS(char const*)@GDAL_1.8" 1.8.0
  (c++)"mapOpen(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MOPEN_PERM)@GDAL_1.8" 1.8.0
+ (c++)"CheckUTM(GTIFDefn*, char*)@GDAL_1.8" 1.9.0
  (c++)"HLStoRGB(HLS)@GDAL_1.8" 1.8.0
  (c++)"HueToRGB(short, short, short)@GDAL_1.8" 1.8.0
  (c++)"MakeDirs(char const*)@GDAL_1.8" 1.8.0
@@ -493,8 +553,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BSBDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"BSBDataset::IdentifyInternal(GDALOpenInfo*, bool&)@GDAL_1.8" 1.9.0
  (c++)"BSBDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetGCPs()@GDAL_1.8" 1.8.0
+ (c++)"BSBDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"BSBDataset::BSBDataset()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::BSBDataset()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::~BSBDataset()@GDAL_1.8" 1.8.0
@@ -522,6 +584,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLLocaleC::CPLLocaleC()@GDAL_1.8" 1.8.0
  (c++)"CPLLocaleC::~CPLLocaleC()@GDAL_1.8" 1.8.0
  (c++)"CPLLocaleC::~CPLLocaleC()@GDAL_1.8" 1.8.0
+ (c++)"CTGDataset::ReadImagery()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::ExtractField(char*, char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
@@ -539,15 +612,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ERSDataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPCount()@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::WriteProjectionInfo(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ERSDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::ReadGCPs()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::ERSDataset()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::ERSDataset()@GDAL_1.8" 1.8.0
@@ -614,34 +692,45 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPCount()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"GIFDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"GIFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPs()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::AddGeometry(char*)@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::SetProperty(int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLFeature::AddGeometry(CPLXMLNode*)@GDAL_1.8" 1.9.0
  (c++)"GMLFeature::AddOBProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GetOBProperty(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GetOBProperties()@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::SetGeometryDirectly(char*)@GDAL_1.8" 1.8.0
+ (c++)"GMLFeature::SetGeometryDirectly(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GMLFeature::SetPropertyDirectly(int, char*)@GDAL_1.8" 1.9.0
  (c++)"GMLFeature::Dump(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::SetFID(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GMLFeature(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GMLFeature(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::~GMLFeature()@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::~GMLFeature()@GDAL_1.8" 1.8.0
- (c++)"GMLHandler::endElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::endElement()@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::dataHandler(char const*, int)@GDAL_1.8" 1.8.0
- (c++)"GMLHandler::startElement(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::startElement(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementTop(char const*, int, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::IsGeometryElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::endElementDefault()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementFeature()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementGeometry()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::dataHandlerGeometry(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementAttribute()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementBoundedBy()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementDefault(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::dataHandlerAttribute(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementGeometry(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementBoundedBy(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::ParseAIXMElevationPoint(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementIgnoredFeature()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementCityGMLGenericAttr()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementFeatureAttribute(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementCityGMLGenericAttr(char const*, int, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::GMLHandler(GMLReader*)@GDAL_1.8" 1.8.0
  (c++)"GMLHandler::GMLHandler(GMLReader*)@GDAL_1.8" 1.8.0
  (c++)"GMLHandler::~GMLHandler()@GDAL_1.8" 1.8.0
@@ -802,6 +891,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"JPGDataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::CheckForMask()@GDAL_1.8" 1.8.0
@@ -810,9 +901,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JPGDataset::DecompressMask()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::ReadXMPMetadata()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::ReadEXIFMetadata()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::LoadDefaultTables(int)@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::LoadWorldFileOrTab()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::EXIFExtractMetadata(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetGCPs()@GDAL_1.8" 1.8.0
@@ -844,10 +937,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"L1BDataset::~L1BDataset()@GDAL_1.8" 1.8.0
  (c++)"L1BDataset::~L1BDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::GetFileList()@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::SetProjection(char const*)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::SetGeoTransform(double*)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::CheckForStatistics()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::LANDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::LANDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::~LANDataset()@GDAL_1.8" 1.8.0
@@ -899,6 +995,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"NASHandler::GetAttributes(xercesc_2_8::Attributes const*)@GDAL_1.8" 1.9.0
  (c++)"NASHandler::IsGeometryElement(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::NASHandler(NASReader*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::NASHandler(NASReader*)@GDAL_1.8" 1.8.0
@@ -955,6 +1052,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGLayer::CloseCursor()@GDAL_1.8" 1.9.0
  (c++)"OGRPGLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::ResetReading()@GDAL_1.8" 1.8.0
@@ -976,6 +1074,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::RunGetExtentRequest(OGREnvelope*, int, CPLString)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGLayer::ReadResultDefinition(pg_result*)@GDAL_1.8" 1.9.0
  (c++)"OGRPGLayer::SetInitialQueryCursor()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::CreateMapFromFieldNameToIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::OGRPGLayer()@GDAL_1.8" 1.8.0
@@ -1027,16 +1126,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::GetKeyword(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PDSDataset::ParseImage(CPLString)@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::CleanString(CPLString&)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetFileList()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::GetKeywordSub(char const*, int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::GetKeywordSub(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::GetKeywordUnit(char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::ParseCompressedImage()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::ParseUncompressedImage()@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::ParseSRS()@GDAL_1.8" 1.8.0
@@ -1046,10 +1146,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"PNGDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::LoadScanline(int)@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::LoadWorldFile()@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::CollectMetadata()@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PNGDataset::CollectXMPMetadata()@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::LoadInterlacedChunk(int)@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::Restart()@GDAL_1.8" 1.8.0
@@ -1096,6 +1202,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RS2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"RS2Dataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"RS2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -1308,6 +1415,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPFile::TABMAPFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPFile::~TABMAPFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPFile::~TABMAPFile()@GDAL_1.8" 1.8.0
+ (c++)"TILDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"TILDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"TILDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"TILDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"TILDataset::TILDataset()@GDAL_1.8" 1.8.0
@@ -1328,11 +1437,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::GetFeature(int, TigerRecordInfo*, int, int, int, int)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::CreateFeature(OGRFeature*, TigerRecordInfo*, int, char const*)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::SetModule(char const*, char const*)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::TigerPoint(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::TigerPoint(int)@GDAL_1.8" 1.8.0
+ (c++)"TigerPoint::GetFeature(int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::GetFeature(int, int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::CreateFeature(OGRFeature*, int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::TigerPoint(int, TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::TigerPoint(int, TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
@@ -1358,6 +1468,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDataset::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"VRTDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
+ (c++)"VRTDataset::CheckCompatibleForDatasetIO()@GDAL_1.8" 1.9.0
  (c++)"VRTDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Delete(char const*)@GDAL_1.8" 1.8.0
@@ -1367,6 +1479,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"VRTDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"VRTDataset::VRTDataset(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::VRTDataset(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::~VRTDataset()@GDAL_1.8" 1.8.0
@@ -1390,6 +1503,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ValueRange::ValueRange(double, double)@GDAL_1.8" 1.8.0
  (c++)"ValueRange::ValueRange(double, double, double)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::GetCoverage(int, int, int, int, int, int, int, int*, CPLHTTPResult**)@GDAL_1.8" 1.8.0
+ (c++)"WCSDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"WCSDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"WCSDataset::ProcessError(CPLHTTPResult*)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::DirectRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::GDALOpenResult(CPLHTTPResult*)@GDAL_1.8" 1.8.0
@@ -1402,6 +1517,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"WCSDataset::ExtractGridInfo100()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::EstablishRasterDetails()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"WCSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"WCSDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::WCSDataset()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::WCSDataset()@GDAL_1.8" 1.8.0
@@ -1415,7 +1531,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"XPMDataset::~XPMDataset()@GDAL_1.8" 1.8.0
  (c++)"XPMDataset::~XPMDataset()@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
- (c++)"XYZDataset::IdentifyEx(GDALOpenInfo*, int&)@GDAL_1.8" 1.8.0
+ (c++)"XYZDataset::IdentifyEx(GDALOpenInfo*, int&, int&)@GDAL_1.8" 1.9.0
  (c++)"XYZDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -1521,18 +1637,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_select::swq_select()@GDAL_1.8" 1.8.0
  (c++)"swq_select::~swq_select()@GDAL_1.8" 1.8.0
  (c++)"swq_select::~swq_select()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::CommonOpen(GDALOpenInfo*, GridFormat)@GDAL_1.8" 1.9.0
+ (c++)"AAIGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::GetFileList()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::ParseHeader(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Getc()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Seek(unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Tell()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
+ (c++)"ACE2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
  (c++)"ADRGDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"ADRGDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"ADRGDataset::OpenDataset(char const*, char const*, DDFRecord*)@GDAL_1.8" 1.8.0
@@ -1596,6 +1725,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DTEDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"DTEDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"DTEDDataset::DTEDDataset()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::DTEDDataset()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::~DTEDDataset()@GDAL_1.8" 1.8.0
@@ -1626,6 +1756,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ELASDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
+ (c++)"ELASDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ELASDataset::ELASDataset()@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::ELASDataset()@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::~ELASDataset()@GDAL_1.8" 1.8.0
@@ -1673,6 +1804,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDataset::Dereference()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetGCPCount()@GDAL_1.8" 1.8.0
+ (c++)"GDALDataset::ReportError(CPLErr, int, char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"GDALDataset::MarkAsShared()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetRasterBand(int)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -1693,6 +1825,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDataset::GetInternalHandle(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::BlockBasedRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::BlockBasedFlushCache()@GDAL_1.8" 1.8.0
+ (c++)"GDALDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GDALDataset::AddBand(GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::SetBand(int, GDALRasterBand*)@GDAL_1.8" 1.8.0
@@ -1814,6 +1947,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JDEMDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"JDEMDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"JDEMDataset::JDEMDataset()@GDAL_1.8" 1.9.0
+ (c++)"JDEMDataset::JDEMDataset()@GDAL_1.8" 1.9.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
@@ -1851,8 +1987,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MSGNDataset::~MSGNDataset()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::AdviseRead(int, int, int, int, int, int, GDALDataType, int, int*, char**)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::OpenInternal(GDALOpenInfo*, GDALDataset*, int)@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::CheckForRSets(char const*)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::ReadJPEGBlock(int, int)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -1869,9 +2007,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NITFDataset::NITFDatasetCreate(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::InitializeCGMMetadata()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::InitializeTREMetadata()@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
+ (c++)"NITFDataset::InitializeNITFMetadata()@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::InitializeTextMetadata()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
- (c++)"NITFDataset::Open(GDALOpenInfo*, GDALDataset*, int)@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::AddFile(char**, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
@@ -1949,11 +2089,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRCSVLayer::SetCreateCSVT(int)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVLayer::SetWriteGeometry(OGRCSVGeometryFormat)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::GetNextUnfilteredFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::SetCRLF(int)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
@@ -1997,6 +2138,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFLayer::TranslateDIMENSION()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::ApplyOCSTransformer(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::CollectBoundaryPath(OGRGeometryCollection*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDXFLayer::CollectPolylinePath(OGRGeometryCollection*)@GDAL_1.8" 1.9.0
  (c++)"OGRDXFLayer::TranslateLWPOLYLINE()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::ClearPendingFeatures()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::GetNextUnfilteredFeature()@GDAL_1.8" 1.8.0
@@ -2006,6 +2148,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::LaunderColName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::SetNextByIndex(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::ParseCSVResponse(char*, std::vector<CPLString, std::allocator<CPLString> >&)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetGeometryColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::BuildFeatureFromSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::PatchSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::OGRGFTLayer(OGRGFTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::OGRGFTLayer(OGRGFTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLLayer::ResetReading()@GDAL_1.8" 1.8.0
@@ -2114,11 +2273,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMemLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRMemLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRMemLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRMemLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
+ (c++)"OGRMemLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRMemLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -2216,6 +2378,26 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGLayer::LoadSchema()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetGeomType()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::endElementCbk(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::dataHandlerCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::startElementCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::endElementLoadSchemaCbk(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::dataHandlerLoadSchemaCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::startElementLoadSchemaCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::OGRSVGLayer(char const*, char const*, SVGGeometryType, OGRSVGDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::OGRSVGLayer(char const*, char const*, SVGGeometryType, OGRSVGDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRStyleMgr::GetPartCount(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleMgr::GetStyleName(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleMgr::GetStyleByName(char const*)@GDAL_1.8" 1.8.0
@@ -2260,14 +2442,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVFKLayer::~OGRVFKLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVFKLayer::~OGRVFKLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::GetFeature(long)@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::Initialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SyncToDisk()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::GetGeomType()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::FastInitialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTLayer::FullInitialize()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -2278,9 +2462,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVRTLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::createFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::TranslateVRTFeatureToSrcFeature(OGRFeature*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::GetName()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::OGRVRTLayer()@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::OGRVRTLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::OGRVRTLayer(OGRVRTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTLayer::OGRVRTLayer(OGRVRTDataSource*)@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
@@ -2295,7 +2480,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetPostHeader()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
- (c++)"OGRWFSLayer::BuildLayerDefn(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSLayer::BuildLayerDefn(OGRFeatureDefn*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::FetchGetFeature(int)@GDAL_1.8" 1.8.0
@@ -2310,6 +2495,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSLayer::DescribeFeatureType()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetDescribeFeatureTypeURL(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSLayer::BuildLayerDefnFromFeatureClass(GMLFeatureClass*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSLayer::ExecuteGetFeatureResultTypeHits()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
@@ -2357,8 +2543,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK2Band::SetMetadata(char**, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::GetColorTable()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::SetColorTable(GDALColorTable*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Band::SetDescription(char const*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Band::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Band::GetCategoryNames()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Band::GetOverviewCount()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::CheckForColorTable()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::RefreshOverviewList()@GDAL_1.8" 1.8.0
@@ -2495,6 +2683,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKProperty::~VFKProperty()@GDAL_1.8" 1.8.0
  (c++)"VFKProperty::~VFKProperty()@GDAL_1.8" 1.8.0
  (c++)"VFKProperty::operator=(VFKProperty const&)@GDAL_1.8" 1.8.0
+ (c++)"ZMapDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
@@ -2566,6 +2763,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BTRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::SetUnitType(char const*)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
+ (c++)"BTRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.9.0
  (c++)"BTRasterBand::BTRasterBand(GDALDataset*, _IO_FILE*, GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::BTRasterBand(GDALDataset*, _IO_FILE*, GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::~BTRasterBand()@GDAL_1.8" 1.8.0
@@ -2602,9 +2800,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DIMAPDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"DIMAPDataset::SetMetadata(CPLXMLNode*, char const**)@GDAL_1.8" 1.9.0
  (c++)"DIMAPDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"DIMAPDataset::ReadImageInformation()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPDataset::ReadImageInformation2()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"DIMAPDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -2645,10 +2847,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::RebuildPath()@GDAL_1.8" 1.8.0
+ (c++)"GMLReadState::Reset()@GDAL_1.8" 1.9.0
  (c++)"GMLReadState::PopPath()@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::PushPath(char const*)@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::MatchPath(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReadState::PushPath(char const*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReadState::GMLReadState()@GDAL_1.8" 1.8.0
  (c++)"GMLReadState::GMLReadState()@GDAL_1.8" 1.8.0
  (c++)"GMLReadState::~GMLReadState()@GDAL_1.8" 1.8.0
@@ -2663,11 +2864,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::Crystalize()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::LoadRPCRPB()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::OpenOffset(tiff*, GTiffDataset**, unsigned long long, int, GDALAccess, int, int, char**)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::ReadRPCTag()@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindIMDFile(char**)@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindRPBFile(char**)@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindRPCFile(char**)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::FindIMDFile()@GDAL_1.8" 1.9.0
+ (c++)"GTiffDataset::FindRPBFile()@GDAL_1.8" 1.9.0
+ (c++)"GTiffDataset::FindRPCFile()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
@@ -2686,6 +2888,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::ScanDirectories()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
@@ -2698,6 +2901,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::LookForProjection()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::PushMetadataToPam()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::WriteEncodedStrip(unsigned int, unsigned char*, int)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::WriteEncodedTileOrStrip(unsigned int, void*, int)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::RegisterNewOverviewDataset(unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::CreateInternalMaskOverviews(int, int)@GDAL_1.8" 1.8.0
@@ -2705,9 +2909,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPs()@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::LoadIMD()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::OpenDir(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::CreateLL(char const*, int, int, int, GDALDataType, double, char**)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::Finalize()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GTiffDataset()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GTiffDataset()@GDAL_1.8" 1.8.0
@@ -2745,11 +2951,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IMapInfoFile::~IMapInfoFile()@GDAL_1.8" 1.8.0
  (c++)"IMapInfoFile::~IMapInfoFile()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::WriteLabel(CPLString, CPLString, CPLString, unsigned int, unsigned int, unsigned int, GDALDataType, unsigned long long, char const*, unsigned long long&, bool)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::CleanString(CPLString&)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteRaster(CPLString, bool, unsigned long long, unsigned long long, GDALDataType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteKeyword(_IO_FILE*, unsigned int, CPLString, CPLString)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::GetKeywordSub(char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::WriteFormatting(_IO_FILE*, CPLString)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::RecordSizeCalculation(unsigned int, unsigned int, unsigned int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteQUBE_Information(_IO_FILE*, unsigned int, unsigned int&, unsigned int, unsigned int, unsigned int, GDALDataType, char const*)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::ISIS2Dataset()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::ISIS2Dataset()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::~ISIS2Dataset()@GDAL_1.8" 1.8.0
@@ -2815,7 +3030,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDODSLayer::~OGRDODSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
- (c++)"OGRDXFDriver::GetDXFColorTable()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::~OGRDXFDriver()@GDAL_1.8" 1.8.0
@@ -2841,6 +3055,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRFieldDefn::OGRFieldDefn(OGRFieldDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFieldDefn::~OGRFieldDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRFieldDefn::~OGRFieldDefn()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
@@ -2985,7 +3206,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGeoLayer::BuildFeatureDefn(char const*, CPLODBCStatement*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::GetGeometryColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
- (c++)"OGRPGeoLayer::createFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::OGRPGeoLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::OGRPGeoLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::~OGRPGeoLayer()@GDAL_1.8" 1.8.0
@@ -3019,12 +3239,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGYLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::OGRSEGYLayer(char const*, _IO_FILE*, SEGYBinaryFileHeader*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::OGRSEGYLayer(char const*, _IO_FILE*, SEGYBinaryFileHeader*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSUADriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRStyleTool::GetParamDbl(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleTool::GetParamNum(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleTool::GetParamStr(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
@@ -3163,7 +3400,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABRectangle::~TABRectangle()@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerAltName::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::TigerAltName(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::TigerAltName(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::~TigerAltName()@GDAL_1.8" 1.8.0
@@ -3207,6 +3443,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIMemHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.8.0
+ (c++)"VSIMemHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
@@ -3274,10 +3511,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
- (c++)"BIGGIFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"BIGGIFDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"BIGGIFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::ReOpen()@GDAL_1.8" 1.8.0
- (c++)"BIGGIFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::BIGGIFDataset()@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::BIGGIFDataset()@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::~BIGGIFDataset()@GDAL_1.8" 1.8.0
@@ -3317,6 +3553,44 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"CPLStringList::Initialize()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddNameValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::SetNameValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::MakeOurOwnCopy()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::EnsureAllocation(int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddStringDirectly(char*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::InsertStringDirectly(int, char*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FindSortedInsertionPoint(char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Sort()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Clear()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Assign(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddString(char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::StealList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::~CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::~CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator=(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator[](int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::GetCategoryNames()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::CTGRasterBand(CTGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::CTGRasterBand(CTGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::ERSRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::ERSRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
  (c++)"FITRasterBand::GetMaximum(int*)@GDAL_1.8" 1.8.0
  (c++)"FITRasterBand::GetMinimum(int*)@GDAL_1.8" 1.8.0
  (c++)"FITRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
@@ -3407,6 +3681,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HFARasterBand::GetDefaultRAT()@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::SetColorTable(GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::SetDefaultRAT(GDALRasterAttributeTable const*)@GDAL_1.8" 1.8.0
+ (c++)"HFARasterBand::WriteNamedRAT(char const*, GDALRasterAttributeTable const*)@GDAL_1.8" 1.9.0
  (c++)"HFARasterBand::BuildOverviews(char const*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::CleanOverviews()@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -3454,7 +3729,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IdrisiDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
- (c++)"IdrisiDataset::GeoReference2Wkt(char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::Wkt2GeoReference(char const*, char**, char**)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -3498,14 +3772,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MEMRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetCategoryNames()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetCategoryNames(char**)@GDAL_1.8" 1.8.0
+ (c++)"MEMRasterBand::GetDefaultHistogram(double*, double*, int*, int**, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"MEMRasterBand::SetDefaultHistogram(double, double, int, int*)@GDAL_1.8" 1.9.0
  (c++)"MEMRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetOffset(double)@GDAL_1.8" 1.8.0
- (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
- (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
@@ -3570,8 +3846,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::DestroyDataSource(OGRDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::ProcessSQLDropIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDataSource::ProcessSQLDropTable(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRDataSource::ProcessSQLCreateIndex(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::SetStyleTableDirectly(OGRStyleTable*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableAddColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableDropColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableAlterColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableRenameColumn(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRDataSource::Release()@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::CopyLayer(OGRLayer*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::Reference()@GDAL_1.8" 1.8.0
@@ -3682,29 +3963,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGP1Layer::ExpandTabs(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::DetectLatitudeColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::OGRSEGP1Layer(char const*, _IO_FILE*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::OGRSEGP1Layer(char const*, _IO_FILE*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::FetchShape(int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SyncToDisk()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::TouchLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::CheckForQIX()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::ScanIndices()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::ResetGeomType(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::ConvertCodePage(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::RecomputeExtent()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::DropSpatialIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateSpatialIndex(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::CloseFileDescriptors()@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::ReopenFileDescriptors()@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::GetFeatureCountWithSpatialFilterOnly()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::Repack()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRShapeLayer::OGRShapeLayer(char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, OGRwkbGeometryType)@GDAL_1.8" 1.8.0
- (c++)"OGRShapeLayer::OGRShapeLayer(char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, OGRwkbGeometryType)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::OGRShapeLayer(OGRShapeDataSource*, char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, int, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::OGRShapeLayer(OGRShapeDataSource*, char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, int, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
@@ -3882,6 +4188,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"SNODASDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
  (c++)"SRPRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"SRPRasterBand::GetColorTable()@GDAL_1.8" 1.8.0
  (c++)"SRPRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -3957,12 +4273,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::GetFeature(int)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::WriteField(OGRFeature*, char const*, char*, int, int, char, char)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::WritePoint(char*, int, double, double)@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::WriteFields(TigerRecordInfo*, OGRFeature*, char*)@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::WriteFields(TigerRecordInfo const*, OGRFeature*, char*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::WriteRecord(char*, int, char const*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetupVersion()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::AddFieldDefns(TigerRecordInfo*, OGRFeatureDefn*)@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::AddFieldDefns(TigerRecordInfo const*, OGRFeatureDefn*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::GetShortModule()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetWriteModule(char const*, int, OGRFeature*)@GDAL_1.8" 1.8.0
@@ -3973,28 +4290,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerFileBase::OpenFile(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetField(OGRFeature*, char const*, char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::GetModule()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::SetFields(TigerRecordInfo*, OGRFeature*, char*)@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::TigerFileBase()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::TigerFileBase()@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::SetFields(TigerRecordInfo const*, OGRFeature*, char*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::SetModule(char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::TigerFileBase(TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::TigerFileBase(TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::TigerZipCodes(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::TigerZipCodes(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::TigerZipPlus4(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::TigerZipPlus4(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
+ (c++)"VRTFuncSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTFuncSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTFuncSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTFuncSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTFuncSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -4028,7 +4342,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTRasterBand::UnsetNoDataValue()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::CopyCommonInfoFrom(GDALRasterBand*)@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::GetDefaultHistogram(double*, double*, int*, int**, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"VRTRasterBand::IsSourcedRasterBand()@GDAL_1.8" 1.9.0
  (c++)"VRTRasterBand::SetDefaultHistogram(double, double, int, int*)@GDAL_1.8" 1.8.0
+ (c++)"VRTRasterBand::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
@@ -4041,8 +4357,24 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VSICachedFile::LoadBlocks(unsigned long, unsigned long, void*, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Eof()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Seek(unsigned long long, int)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Tell()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Close()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Flush()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Demote(VSICacheChunk*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::FlushLRU()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::VSICachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::VSICachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::GetFileSize()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::DownloadRegion(unsigned long long, int)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlHandle::ReadMultiRange(int, void**, unsigned long long const*, unsigned long const*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::Eof()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
@@ -4091,17 +4423,27 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
- (c++)"netCDFDataset::SafeStrcat(char**, char*, unsigned long*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::DefVarDeflate(int, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::FetchCopyParm(char const*, char const*, double)@GDAL_1.8" 1.8.0
- (c++)"netCDFDataset::SetProjection(int)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetDefineMode(int)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::SetProjection(char const*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::IdentifyFormat(GDALOpenInfo*, bool)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::ReadAttributes(int, int)@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetGeoTransform(double*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::AddProjectionVars(int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::CreateSubDatasetList()@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetProjectionFromVar(int)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::FetchStandardParallels(char const*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::ProcessCreationOptions()@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::rint(double)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::CreateLL(char const*, int, int, int, char**)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::netCDFDataset()@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::netCDFDataset()@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::~netCDFDataset()@GDAL_1.8" 1.8.0
@@ -4112,8 +4454,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_expr_node::ReverseSubExpressions()@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::Dump(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::Check(swq_field_list*)@GDAL_1.8" 1.8.0
- (c++)"swq_expr_node::Quote(CPLString&)@GDAL_1.8" 1.8.0
- (c++)"swq_expr_node::Unparse(swq_field_list*)@GDAL_1.8" 1.8.0
+ (c++)"swq_expr_node::Quote(CPLString&, char)@GDAL_1.8" 1.9.0
+ (c++)"swq_expr_node::Unparse(swq_field_list*, char)@GDAL_1.8" 1.9.0
  (c++)"swq_expr_node::Evaluate(swq_expr_node* (*)(swq_expr_node*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::swq_expr_node(swq_op)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::swq_expr_node(char const*)@GDAL_1.8" 1.8.0
@@ -4130,11 +4472,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"AAIGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
- (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int, GDALDataType)@GDAL_1.8" 1.8.0
- (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int, GDALDataType)@GDAL_1.8" 1.8.0
+ (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int)@GDAL_1.8" 1.9.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"ACE2RasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::GetCategoryNames()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::ACE2RasterBand(_IO_FILE*, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::ACE2RasterBand(_IO_FILE*, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
  (c++)"ADRGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"ADRGRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"ADRGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -4208,6 +4557,30 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"E00GRIDDataset::ReadMetadata()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::ReadNextLine(void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Rewind(void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::ReadLine()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::AddSubDataset(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Build(char const*, CPLXMLNode*, CPLString, CPLString, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
  (c++)"EHdrRasterBand::GetMaximum(int*)@GDAL_1.8" 1.8.0
  (c++)"EHdrRasterBand::GetMinimum(int*)@GDAL_1.8" 1.8.0
  (c++)"EHdrRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
@@ -4234,6 +4607,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"EnvisatDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::ScanForGCPs_ASAR()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::ScanForGCPs_MERIS()@GDAL_1.8" 1.8.0
+ (c++)"EnvisatDataset::CollectADSMetadata()@GDAL_1.8" 1.9.0
  (c++)"EnvisatDataset::CollectDSDMetadata()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::GetGCPs()@GDAL_1.8" 1.8.0
@@ -4291,8 +4665,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALOverviewDS::~GDALOverviewDS()@GDAL_1.8" 1.8.0
  (c++)"GDALOverviewDS::~GDALOverviewDS()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::FlushCache()@GDAL_1.8" 1.8.0
- (c++)"GDALPamDataset::TryLoadAux()@GDAL_1.8" 1.8.0
- (c++)"GDALPamDataset::TryLoadXML()@GDAL_1.8" 1.8.0
+ (c++)"GDALPamDataset::TryLoadAux(char**)@GDAL_1.8" 1.9.0
+ (c++)"GDALPamDataset::TryLoadXML(char**)@GDAL_1.8" 1.9.0
  (c++)"GDALPamDataset::TrySaveXML()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetGCPCount()@GDAL_1.8" 1.8.0
@@ -4313,6 +4687,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALPamDataset::SetSubdatasetName(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetPhysicalFilename()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::SetPhysicalFilename(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALPamDataset::IsPamFilenameAPotentialSiblingFile()@GDAL_1.8" 1.9.0
  (c++)"GDALPamDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
@@ -4338,6 +4713,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBand::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetUnitType()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
+ (c++)"GDALRasterBand::ReportError(CPLErr, int, char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"GDALRasterBand::SetUnitType(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetBlockSize(int*, int*)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetHistogram(double, double, int, int*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -4388,11 +4764,28 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBand::~GDALRasterBand()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::~GDALRasterBand()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::AdviseRead(int, int, int, int, int, int, GDALDataType, int, int*, char**)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::Initialize(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetClamp(bool)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetDataType(GDALDataType)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetBlockSize(int, int)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetBandsCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDataWindow(GDALWMSDataWindow&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetRasterSize(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetOverviewCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetNeedsDataWindow(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultBlockSize(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultTileCount(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultTileLevel(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultOverviewCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultDataWindowCoordinates(double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::GDALWMSDataset()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::GDALWMSDataset()@GDAL_1.8" 1.8.0
@@ -4490,6 +4883,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NWT_GRCDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"NWT_GRCDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"NWT_GRCDataset::NWT_GRCDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::NWT_GRCDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::~NWT_GRCDataset()@GDAL_1.8" 1.8.0
@@ -4498,6 +4892,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NWT_GRDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"NWT_GRDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"NWT_GRDDataset::NWT_GRDDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::NWT_GRDDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::~NWT_GRDDataset()@GDAL_1.8" 1.8.0
@@ -4522,6 +4917,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::OGRARCGENLayer(char const*, _IO_FILE*, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::OGRARCGENLayer(char const*, _IO_FILE*, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinLayer::GetNextFeature()@GDAL_1.8" 1.8.0
@@ -4567,11 +4973,30 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOLayer::AddFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::AddFieldDefn(CPLString const&, OGRFieldType, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetAttributeIndex(CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::OGREDIGEOLayer(OGREDIGEODataSource*, char const*, OGRwkbGeometryType, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::OGREDIGEOLayer(OGREDIGEODataSource*, char const*, OGRwkbGeometryType, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::SetGeomType(OGRwkbGeometryType)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::AddFieldDefn(OGRFieldDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::GetFieldDefn(int)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::GetFieldIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRFeatureDefn::DeleteFieldDefn(int)@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::CreateFeatureDefn(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRFeatureDefn::ReorderFieldDefns(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::DestroyFeatureDefn(OGRFeatureDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::Clone()@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::Release()@GDAL_1.8" 1.8.0
@@ -4602,6 +5027,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::SetExtent(double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::OGRIdrisiLayer(char const*, _IO_FILE*, OGRwkbGeometryType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::OGRIdrisiLayer(char const*, _IO_FILE*, OGRwkbGeometryType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRMIAttrIndex::RemoveEntry(OGRField*, long)@GDAL_1.8" 1.8.0
  (c++)"OGRMIAttrIndex::GetAllMatches(OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRMIAttrIndex::GetAllMatches(OGRField*, long*, int*, int*)@GDAL_1.8" 1.8.0
@@ -4661,6 +5100,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::IsTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::ClearStatement()@GDAL_1.8" 1.8.0
@@ -4672,11 +5112,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteLayer::GetGeometryColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometry(OGRGeometry const*, int, OGRwkbByteOrder, unsigned char**, int*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometry(OGRGeometry const*, int, OGRwkbByteOrder, int, int, int, unsigned char**, int*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::ImportSpatiaLiteGeometry(unsigned char const*, int, OGRGeometry**)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::createFromSpatialiteInternal(unsigned char const*, OGRGeometry**, int, OGRwkbByteOrder, int*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ComputeSpatiaLiteGeometrySize(OGRGeometry const*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometryInternal(OGRGeometry const*, OGRwkbByteOrder, unsigned char*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::GetSpatialiteGeometryCode(OGRGeometry const*, int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::createFromSpatialiteInternal(unsigned char const*, OGRGeometry**, int, OGRwkbByteOrder, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::ComputeSpatiaLiteGeometrySize(OGRGeometry const*, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometryInternal(OGRGeometry const*, OGRwkbByteOrder, int, int, int, unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::CanBeCompressedSpatialiteGeometry(OGRGeometry const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::OGRSQLiteLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::OGRSQLiteLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::~OGRSQLiteLayer()@GDAL_1.8" 1.8.0
@@ -4739,6 +5181,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PAuxRasterBand::~PAuxRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::ProcessRPC()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Dataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Dataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::SetMetadata(char**, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -4751,6 +5194,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK2Dataset::PCIDSKTypeToGDAL(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Dataset::LLOpen(char const*, PCIDSK::PCIDSKFile*, GDALAccess)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::PCIDSK2Dataset()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::PCIDSK2Dataset()@GDAL_1.8" 1.8.0
@@ -4892,9 +5336,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::TigerIDHistory(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::TigerIDHistory(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::~TigerIDHistory()@GDAL_1.8" 1.8.0
@@ -4902,7 +5343,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerIDHistory::~TigerIDHistory()@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerLandmarks::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::TigerLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::TigerLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::~TigerLandmarks()@GDAL_1.8" 1.8.0
@@ -4910,15 +5350,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerLandmarks::~TigerLandmarks()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerOverUnder::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::TigerOverUnder(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::TigerOverUnder(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::TigerTLIDRange(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::TigerTLIDRange(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::~TigerTLIDRange()@GDAL_1.8" 1.8.0
@@ -4952,6 +5388,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
+ (c++)"ZMapRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::ZMapRasterBand(ZMapDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::ZMapRasterBand(ZMapDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
  (c++)"COASPRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"COASPRasterBand::COASPRasterBand(COASPDataset*, GDALDataType, int, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"COASPRasterBand::COASPRasterBand(COASPDataset*, GDALDataType, int, _IO_FILE*)@GDAL_1.8" 1.8.0
@@ -4999,7 +5442,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDatasetPool::RefDataset(char const*, GDALAccess)@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::ShowContent()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::_RefDataset(char const*, GDALAccess)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPool::ForceDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALDatasetPool::UnrefDataset(_GDALProxyPoolCacheEntry*)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPool::PreventDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALDatasetPool::Ref()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::Unref()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::GDALDatasetPool(int)@GDAL_1.8" 1.8.0
@@ -5048,6 +5493,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
+ (c++)"GFSTemplateItem::Update(int)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::GFSTemplateItem(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::GFSTemplateItem(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::~GFSTemplateItem()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::~GFSTemplateItem()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GetClassCount()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::Insert(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::Update(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::~GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::~GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::endElementCbk(void*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::dataHandlerCbk(void*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::startElementCbk(void*, char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GetFID(void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GMLExpatHandler(GMLReader*, XML_ParserStruct*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GMLExpatHandler(GMLReader*, XML_ParserStruct*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
  (c++)"GMLFeatureClass::GetExtents(double*, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::SetExtents(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::SetSRSName(char const*)@GDAL_1.8" 1.8.0
@@ -5102,8 +5570,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffRasterBand::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::GetOverviewCount()@GDAL_1.8" 1.8.0
+ (c++)"GTiffRasterBand::FillCacheForOtherBands(int, int)@GDAL_1.8" 1.9.0
  (c++)"GTiffRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
+ (c++)"GTiffRasterBand::DirectIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.9.0
  (c++)"GTiffRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
@@ -5186,12 +5656,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MFFSpheroidList::MFFSpheroidList()@GDAL_1.8" 1.8.0
  (c++)"MFFSpheroidList::~MFFSpheroidList()@GDAL_1.8" 1.8.0
  (c++)"MFFSpheroidList::~MFFSpheroidList()@GDAL_1.8" 1.8.0
+ (c++)"MerisL2FlagBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::MerisL2FlagBand(GDALDataset*, int, _IO_FILE*, long, long)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::MerisL2FlagBand(GDALDataset*, int, _IO_FILE*, long, long)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetHeaderInfo(unsigned char const*, double*, int*, int*, int*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
  (c++)"NTFGenericClass::SetMultiple(char const*)@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::CheckAddAttr(char const*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::~NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::~NTFGenericClass()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDriver::GetName()@GDAL_1.8" 1.8.0
@@ -5204,6 +5696,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::SetNextByIndex(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::ParseFieldValue(OGRFeature*, char const*, json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::TranslateFeature(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::BuildFeatureDefnFromDoc(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::BuildFeatureDefnFromRows(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::FetchNextRowsAnalyseDocs(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::OGRCouchDBLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::OGRCouchDBLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureQuery::GetUsedFields()@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureQuery::FieldCollector(void*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureQuery::EvaluateAgainstIndices(OGRLayer*, int*)@GDAL_1.8" 1.8.0
@@ -5243,6 +5758,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRMultiPolygon::importFromWkt(char**)@GDAL_1.8" 1.8.0
  (c++)"OGRMultiPolygon::addGeometryDirectly(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRMultiPolygon::OGRMultiPolygon()@GDAL_1.8" 1.8.0
@@ -5309,12 +5830,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::BuildFields()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGTableLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRPGTableLayer::GetGeomType()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGTableLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRPGTableLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::BuildCopyFields()@GDAL_1.8" 1.8.0
@@ -5338,9 +5861,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDriver::InitWithEPSG(sqlite3*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDriver::DeleteDataSource(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::~OGRSQLiteDriver()@GDAL_1.8" 1.8.0
@@ -5376,6 +5899,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
+ (c++)"PointerAutoFree::~PointerAutoFree()@GDAL_1.8" 1.9.0
+ (c++)"PointerAutoFree::~PointerAutoFree()@GDAL_1.8" 1.9.0
  (c++)"SAR_CEOSDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"SAR_CEOSDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"SAR_CEOSDataset::ScanForGCPs()@GDAL_1.8" 1.8.0
@@ -5464,17 +5989,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::TigerFeatureIds(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::TigerFeatureIds(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::TigerZeroCellID(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::TigerZeroCellID(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::~TigerZeroCellID()@GDAL_1.8" 1.8.0
@@ -5486,14 +6005,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKPropertyDefn::~VFKPropertyDefn()@GDAL_1.8" 1.8.0
  (c++)"VRTOverviewInfo::~VRTOverviewInfo()@GDAL_1.8" 1.8.0
  (c++)"VRTOverviewInfo::~VRTOverviewInfo()@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::SetSrcBand(GDALRasterBand*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetDstWindow(int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetSrcWindow(int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::IsSimpleSource()@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetSrcMaskBand(GDALRasterBand*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::DatasetRasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::GetSrcDstWindow(int, int, int, int, int, int, int*, int*, int*, int*, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::IsSameExceptBandNumber(VRTSimpleSource*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetBand()@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::DstToSrc(double, double, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -5516,6 +6042,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
+ (c++)"WMSCTileSetDesc::~WMSCTileSetDesc()@GDAL_1.8" 1.9.0
+ (c++)"WMSCTileSetDesc::~WMSCTileSetDesc()@GDAL_1.8" 1.9.0
  (c++)"AirSARRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"AirSARRasterBand::AirSARRasterBand(AirSARDataset*, int)@GDAL_1.8" 1.8.0
  (c++)"AirSARRasterBand::AirSARRasterBand(AirSARDataset*, int)@GDAL_1.8" 1.8.0
@@ -5615,7 +6143,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLXercesHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::startEntity(unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"GMLXercesHandler::GetAttributes(void*)@GDAL_1.8" 1.8.0
+ (c++)"GMLXercesHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLXercesHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::GetFID(void*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::GMLXercesHandler(GMLReader*)@GDAL_1.8" 1.8.0
@@ -5741,12 +6269,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRCSVDataSource::Open(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVDataSource::OpenTable(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVDataSource::OpenTable(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVDataSource::OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRDGNDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRDGNDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRDGNDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5795,8 +6330,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOFEADesc::~OGREDIGEOFEADesc()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOFEADesc::~OGREDIGEOFEADesc()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::DeleteLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::AddHTTPOptions(char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::RunSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::FetchAuth(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::BuildWhere()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::FetchDescribe()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetGeometryType(OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::StartTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CommitTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::RollbackTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateTableIfNecessary()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::OGRGFTTableLayer(OGRGFTDataSource*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::OGRGFTTableLayer(OGRGFTDataSource*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
- (c++)"OGRGMLDataSource::GrowExtents(OGREnvelope*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGMLDataSource::GrowExtents(OGREnvelope3D*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDataSource::InsertHeader()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5877,6 +6458,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoJSONReader::OGRGeoJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReader::~OGRGeoJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReader::~OGRGeoJSONReader()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetFIDColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::BuildFeatureDefn(char const*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetGeometryColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGmtDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGmtDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGmtDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5980,7 +6577,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGResultLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
- (c++)"OGRPGResultLayer::ReadResultDefinition(pg_result*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::BuildFullQueryStatement()@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::OGRPGResultLayer(OGRPGDataSource*, char const*, pg_result*)@GDAL_1.8" 1.8.0
@@ -6024,6 +6620,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::dataHandlerValidateCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::startElementValidateCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRTABDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -6036,9 +6644,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
- (c++)"OGRVFKDataSource::CreateLayer(VFKDataBlock const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVFKDataSource::CreateLayerFromBlock(VFKDataBlock const*)@GDAL_1.8" 1.9.0
  (c++)"OGRVFKDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetInfo(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetName()@GDAL_1.8" 1.8.0
@@ -6051,6 +6659,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVRTDataSource::Initialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTDataSource::AddForbiddenNames(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTDataSource::IsInForbiddenNames(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRVRTDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::OGRVRTDataSource()@GDAL_1.8" 1.8.0
@@ -6066,9 +6676,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::SaveLayerSchema(char const*, CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::SendGetCapabilities(char const*, CPLString&)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::GetPostTransactionURL()@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::LoadMultipleLayerDefn(char const*, char*, char*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::DetectTransactionSupport(CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::DetectRequiredOutputFormat(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::DetectRequiresEnvelopeSpatialFilter(CPLXMLNode*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
@@ -6105,6 +6718,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"SDTSRasterReader::SDTSRasterReader()@GDAL_1.8" 1.8.0
  (c++)"SDTSRasterReader::~SDTSRasterReader()@GDAL_1.8" 1.8.0
  (c++)"SDTSRasterReader::~SDTSRasterReader()@GDAL_1.8" 1.8.0
+ (c++)"SNODASRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::SNODASRasterBand(_IO_FILE*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::SNODASRasterBand(_IO_FILE*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
  (c++)"TABMAPCoordBlock::WriteBytes(int, unsigned char*)@GDAL_1.8" 1.8.0
  (c++)"TABMAPCoordBlock::CommitToFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPCoordBlock::InitNewBlock(_IO_FILE*, int, int)@GDAL_1.8" 1.8.0
@@ -6158,24 +6779,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::TigerEntityNames(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::TigerEntityNames(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::TigerKeyFeatures(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::TigerKeyFeatures(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
+ (c++)"VRTComplexSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTComplexSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTComplexSource::LookupValue(double)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VRTComplexSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTComplexSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::VRTComplexSource()@GDAL_1.8" 1.8.0
@@ -6202,6 +6820,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedDataset::ProcessBlock(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"VRTWarpedDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTWarpedDataset::AddBand(GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::VRTWarpedDataset(int, int)@GDAL_1.8" 1.8.0
@@ -6221,20 +6840,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
+ (c++)"VSIVirtualHandle::ReadMultiRange(int, void**, unsigned long long const*, unsigned long const*)@GDAL_1.8" 1.9.0
  (c++)"VSIVirtualHandle::Flush()@GDAL_1.8" 1.8.0
+ (c++)"VSIVirtualHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<signed char>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<double>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<float>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<unsigned char>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<int>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<short>(void*, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::CreateBandMetadata()@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::CreateBandMetadata(int*)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetOffset(double)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int)@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, GDALDataType, int, int, char*, char*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, GDALDataType, int, int, char*, char*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int*, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
@@ -6248,6 +6878,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"COASPMetadataItem::COASPMetadataItem(char*, char*)@GDAL_1.8" 1.8.0
  (c++)"COASPMetadataItem::COASPMetadataItem(char*, char*)@GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::Close()@GDAL_1.8" 1.8.0
+ (c++)"E00GRIDRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetStatistics(int, int, double*, double*, double*, double*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::E00GRIDRasterBand(E00GRIDDataset*, int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::E00GRIDRasterBand(E00GRIDDataset*, int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::Build(char const*, char const*, int, int, char const*, std::vector<FrameDesc, std::allocator<FrameDesc> > const&, double, double, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
  (c++)"EpsilonRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"EpsilonRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"EpsilonRasterBand::EpsilonRasterBand(EpsilonDataset*, int)@GDAL_1.8" 1.8.0
@@ -6323,6 +6969,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALWMSRasterBand::AskMiniDriverForBlock(CPLString*, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::HasArbitraryOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::ZeroBlock(int, int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::GDALWMSRasterBand(GDALWMSDataset*, int, double)@GDAL_1.8" 1.8.0
@@ -6354,6 +7001,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
+ (c++)"GRASSASCIIDataset::ParseHeader(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
  (c++)"ITABFeatureSymbol::DumpSymbolDef(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"ITABFeatureSymbol::GetSymbolStyleString(double)@GDAL_1.8" 1.8.0
  (c++)"ITABFeatureSymbol::SetSymbolFromStyleString(char const*)@GDAL_1.8" 1.8.0
@@ -6440,6 +7093,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFBlocksLayer::~OGRDXFBlocksLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFBlocksLayer::~OGRDXFBlocksLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::TextEscape(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDXFWriterLayer::WriteHATCH(OGRFeature*, OGRGeometry*)@GDAL_1.8" 1.9.0
  (c++)"OGRDXFWriterLayer::WritePOINT(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::WriteValue(int, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::WriteValue(int, double)@GDAL_1.8" 1.8.0
@@ -6474,6 +7128,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRESRIJSONReader::OGRESRIJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReader::~OGRESRIJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReader::~OGRESRIJSONReader()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTResultLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::RunSQL()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::OGRGFTResultLayer(OGRGFTDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::OGRGFTResultLayer(OGRGFTDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::DeleteDataSource(char const*)@GDAL_1.8" 1.8.0
@@ -6482,6 +7144,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaDriver::FindDriverLib()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::LibraryExists(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::InstallMdbDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRILI1DataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRILI1DataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRILI1DataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -6601,6 +7272,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGUKOOADriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::ParseHeaders()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::OGRUKOOAP190Layer(char const*, _IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::OGRUKOOAP190Layer(char const*, _IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneAPTLayer::AddFeature(char const*, char const*, int, double, int, double, double, int, double, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLayer::OGRXPlaneAPTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLayer::OGRXPlaneAPTLayer()@GDAL_1.8" 1.8.0
@@ -6659,6 +7355,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RasterliteDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::CleanOverviewLevel(int)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::CreateOverviewLevel(int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"RasterliteDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"RasterliteDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::RasterliteDataset(RasterliteDataset*, int)@GDAL_1.8" 1.8.0
@@ -6764,7 +7461,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VRTAveragedSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTAveragedSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTAveragedSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VRTAveragedSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTAveragedSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTAveragedSource::VRTAveragedSource()@GDAL_1.8" 1.8.0
  (c++)"VRTAveragedSource::VRTAveragedSource()@GDAL_1.8" 1.8.0
@@ -6848,6 +7548,39 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMetaDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::ExploreLayer(CPLXMLNode*, CPLString, CPLString, char const*, char const*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddSubDataset(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddSubDataset(char const*, char const*, char const*, char const*, char const*, char const*, char const*, char const*, CPLString, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddWMSCSubDataset(WMSCTileSetDesc&, char const*, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::ParseWMSCTileSets(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddTiledSubDataset(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetTileService(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeTileMapService(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetCapabilities(CPLXMLNode*, CPLString, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::DownloadGetTileService(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::DownloadGetCapabilities(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetTileServiceRecurse(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPCount()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPProjection()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::CollectXMPMetadata()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::DetectGeoreferencing(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPs()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
  (c++)"JPEG2000RasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"JPEG2000RasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"JPEG2000RasterBand::JPEG2000RasterBand(JPEG2000Dataset*, int, int, int)@GDAL_1.8" 1.8.0
@@ -6867,6 +7600,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"LevellerRasterBand::~LevellerRasterBand()@GDAL_1.8" 1.8.0
  (c++)"LevellerRasterBand::~LevellerRasterBand()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASAKeywordHandler::GetKeywordList()@GDAL_1.8" 1.9.0
  (c++)"NASAKeywordHandler::Ingest(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::ReadPair(CPLString&, CPLString&)@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::ReadWord(CPLString&)@GDAL_1.8" 1.8.0
@@ -6876,6 +7610,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASAKeywordHandler::NASAKeywordHandler()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::~NASAKeywordHandler()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::~NASAKeywordHandler()@GDAL_1.8" 1.8.0
+ (c++)"NGSGEOIDRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::NGSGEOIDRasterBand(NGSGEOIDDataset*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::NGSGEOIDRasterBand(NGSGEOIDDataset*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
  (c++)"OGRAeronavFAALayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAALayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAALayer::GetSpatialRef()@GDAL_1.8" 1.8.0
@@ -6916,6 +7657,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryFactory::forceToMultiPolygon(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::approximateArcAngles(double, double, double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::transformWithOptions(OGRGeometry const*, OGRCoordinateTransformation*, char**)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryFactory::createFromFgfInternal(unsigned char*, OGRSpatialReference*, OGRGeometry**, int, int*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryFactory::forceToMultiLineString(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::getGEOSGeometryFactory()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::haveGEOS()@GDAL_1.8" 1.8.0
@@ -7001,13 +7743,40 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGYHeaderLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::OGRSEGYHeaderLayer(char const*, SEGYBinaryFileHeader*, char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::OGRSEGYHeaderLayer(char const*, SEGYBinaryFileHeader*, char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::BuildWhere()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::Initialize(char const*, char const*, char const*, char const*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::OGRSQLiteViewLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::OGRSQLiteViewLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::DeleteLayer(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::UnchainLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::SetLastUsedLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::Open(char const*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::GetName()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::AddLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::OpenFile(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::OGRShapeDataSource()@GDAL_1.8" 1.8.0
@@ -7148,9 +7917,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::TigerAreaLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::TigerAreaLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::~TigerAreaLandmarks()@GDAL_1.8" 1.8.0
@@ -7167,9 +7933,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::TigerPolyChainLink(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::TigerPolyChainLink(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::~TigerPolyChainLink()@GDAL_1.8" 1.8.0
@@ -7194,6 +7957,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIUnixStdioHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Flush()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.8.0
+ (c++)"VSIUnixStdioHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
@@ -7277,6 +8041,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
@@ -7305,6 +8079,42 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBRowsLayer::GetLayerType()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::BuildFeatureDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::OGRCouchDBRowsLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::OGRCouchDBRowsLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadEDIGEO()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPoints()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPolygon(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPolygons()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateFeature(CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildLineStrings()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateLabelLayers()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateLayerFromObjectDesc(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadDIC()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadGEN()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadGEO()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadQAL()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadSCD()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadTHF(_IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadVEC(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OpenFile(char const*, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::SetStyle(CPLString const&, OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRGeoRSSDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -7346,6 +8156,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRMILayerAttrIndex::AddAttrInd(int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMILayerAttrIndex::AddToIndex(OGRFeature*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMILayerAttrIndex::Initialize(char const*, OGRLayer*)@GDAL_1.8" 1.8.0
@@ -7417,34 +8237,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::DeleteLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::LaunderName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::InitWithEPSG()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::SetCacheSize()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::SoftRollback()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenOrCreateDB(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::SetSynchronous()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenVirtualTable(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::DetectSRSWktColumn()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::FlushSoftTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::SoftStartTransaction()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDataSource::Open(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::Create(char const*, char**)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::GetName()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::SetName(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::FetchSRS(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDataSource::OpenTable(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenView(char const*, char const*, char const*, char const*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::OpenTable(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int, int, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::BindValues(OGRFeature*, sqlite3_stmt*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::BuildWhere()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::GetFeature(long)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteTableLayer::Initialize(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::Initialize(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::DeleteField(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::IsTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteTableLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::RecreateTable(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::ResetStatement()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::ClearInsertStmt()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::AddColumnAncientMethod(OGRFieldDefn&)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::CheckSpatialIndexTable()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::InitFieldListForRecrerate(char*&, char*&, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::OGRSQLiteTableLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::OGRSQLiteTableLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::~OGRSQLiteTableLayer()@GDAL_1.8" 1.8.0
@@ -7474,6 +8314,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::ValidateUnit(OGR_SRSNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::FixupOrdering()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetEPSGGeogCS()@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetCompoundCS(char const*, OGRSpatialReference const*, OGRSpatialReference const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetSinusoidal(double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetStatePlane(int, int, char const*, double)@GDAL_1.8" 1.8.0
@@ -7505,6 +8346,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::IsLinearParameter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::ValidateAuthority(OGR_SRSNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::ValidateVertDatum(OGR_SRSNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::importFromURNPart(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::importFromWMSAUTO(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsAngularParameter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEquirectangular(double, double, double, double)@GDAL_1.8" 1.8.0
@@ -7514,9 +8356,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::EPSGTreatsAsLatLong()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEquirectangular2(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsLongitudeParameter(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetTargetLinearUnits(char const*, char const*, double)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::importFromMICoordSys(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::DestroySpatialReference(OGRSpatialReference*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::ImportFromESRIWisconsinWKT(char const*, double, double, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetGaussSchreiberTMercator(double, double, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::ImportFromESRIStatePlaneWKT(int, char const*, char const*, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetLinearUnitsAndUpdateParameters(char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Clear()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Fixup()@GDAL_1.8" 1.8.0
@@ -7531,6 +8376,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::SetTM(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetCEA(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetHOM(double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetIGH()@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetLCC(double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetSOC(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetTMG(double, double, double, double)@GDAL_1.8" 1.8.0
@@ -7553,10 +8399,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::Validate()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Reference()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEckert(int, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetGeocCS(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetGeogCS(char const*, char const*, char const*, double, double, char const*, double, char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetKrovak(double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetLCC1SP(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetProjCS(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetVertCS(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetWagner(int, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::OGRSpatialReference(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::OGRSpatialReference(OGRSpatialReference const&)@GDAL_1.8" 1.8.0
@@ -7659,6 +8507,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDefaultOverviews::CleanOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::CreateMaskBand(int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GetOverviewCount(int)@GDAL_1.8" 1.8.0
+ (c++)"GDALDefaultOverviews::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GDALDefaultOverviews::BuildOverviewsSubDataset(char const*, char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GDALDefaultOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GDALDefaultOverviews()@GDAL_1.8" 1.8.0
@@ -7713,6 +8562,70 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DeleteLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OpenDatabase(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::ExecuteSQLStats(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GET(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::PUT(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::IsOK(json_object*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::POST(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DELETE(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::IsError(json_object*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::REQUEST(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OpenView()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeature(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetLayerType()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetMaximumId()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::LoadMetadata()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::WriteMetadata()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchUpdateSeq()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::StartTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::BuildAttrQueryURI(int&)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CommitTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::RollbackTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetTotalFeatureCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetInfoAfterCreation(OGRwkbGeometryType, OGRSpatialReference*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRowsSpatialFilter()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRowsAttributeFilter()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::RunSpatialFilterQueryIfNecessary()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::HasFilterOnFieldOrCreateIfNecessary(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::OGRCouchDBTableLayer(OGRCouchDBDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::OGRCouchDBTableLayer(OGRCouchDBDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRDODSSequenceLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSSequenceLayer::BuildFields(libdap::BaseType*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSSequenceLayer::GetFieldValue(OGRDODSFieldDefn*, int, libdap::Sequence*)@GDAL_1.8" 1.8.0
@@ -7785,6 +8698,27 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGMemLayerWrapper::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::OGRSEGUKOOALineLayer(char const*, OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::OGRSEGUKOOALineLayer(char const*, OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSFDriverRegistrar::OpenShared(char const*, int, OGRSFDriver**)@GDAL_1.8" 1.8.0
  (c++)"OGRSFDriverRegistrar::GetRegistrar()@GDAL_1.8" 1.8.0
  (c++)"OGRSFDriverRegistrar::GetDriverCount()@GDAL_1.8" 1.8.0
@@ -7847,6 +8781,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PostGISRasterDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::SetRasterProperties(char const*)@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"PostGISRasterDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PostGISRasterDataset::PostGISRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::PostGISRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::~PostGISRasterDataset()@GDAL_1.8" 1.8.0
@@ -7862,17 +8797,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::TigerPolygonEconomic(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::TigerPolygonEconomic(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::TigerSpatialMetadata(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::TigerSpatialMetadata(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::~TigerSpatialMetadata()@GDAL_1.8" 1.8.0
@@ -7892,6 +8821,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VRTSourcedRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSourcedRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
  (c++)"VRTSourcedRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::Initialize(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
@@ -7904,6 +8835,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTSourcedRasterBand::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddComplexSource(GDALRasterBand*, int, int, int, int, int, int, int, int, double, double, double, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddMaskBandSource(GDALRasterBand*, int, int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"VRTSourcedRasterBand::IsSourcedRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"VRTSourcedRasterBand::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTSourcedRasterBand::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddSource(VRTSource*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -7979,6 +8912,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOAttributeDef::~OGREDIGEOAttributeDef()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOAttributeDef::~OGREDIGEOAttributeDef()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDataSource::IsSpecialFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -8002,19 +8937,49 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGenSQLResultsLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetSpatialFilter()@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::SetIgnoredFields()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::SortIndexSection(OGRField*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::TranslateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::AddFieldDefnToSet(int, int, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::CreateOrderByIndex()@GDAL_1.8" 1.8.0
+ (c++)"OGRGenSQLResultsLayer::ContainGeomSpecialField(swq_expr_node*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGenSQLResultsLayer::FindAndSetIgnoredFields()@GDAL_1.8" 1.9.0
  (c++)"OGRGenSQLResultsLayer::ExploreExprForIgnoredFields(swq_expr_node*, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::Compare(OGRField*, OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetGeomediaSRS(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetTableNameFromType(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::Open(char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::Initialize(char const*, char const*, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ClearStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::OGRGeomediaTableLayer(OGRGeomediaDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::OGRGeomediaTableLayer(OGRGeomediaDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::closeRings()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::segmentize(double)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::addGeometry(OGRGeometry const*)@GDAL_1.8" 1.8.0
@@ -8024,6 +8989,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryCollection::getGeometryRef(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::removeGeometry(int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::addGeometryDirectly(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryCollection::importFromWkbInternal(unsigned char*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeometryCollection::importFromWktInternal(char**, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::setCoordinateDimension(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::empty()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::swapXY()@GDAL_1.8" 1.8.0
@@ -8040,6 +9007,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGUKOOADataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneATCFreqLayer::AddFeature(char const*, char const*, char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneATCFreqLayer::OGRXPlaneATCFreqLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneATCFreqLayer::OGRXPlaneATCFreqLayer()@GDAL_1.8" 1.8.0
@@ -8071,6 +9048,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLODBCDriverInstaller::InstallDriver(char const*, char const*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"CPLODBCDriverInstaller::CPLODBCDriverInstaller()@GDAL_1.8" 1.8.0
  (c++)"CPLODBCDriverInstaller::CPLODBCDriverInstaller()@GDAL_1.8" 1.8.0
+ (c++)"DIMAPWrapperRasterBand::RefUnderlyingRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
  (c++)"GDALDefaultAsyncReader::GetNextUpdatedRegion(double, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultAsyncReader::GDALDefaultAsyncReader(GDALDataset*, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultAsyncReader::GDALDefaultAsyncReader(GDALDataset*, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int, char**)@GDAL_1.8" 1.8.0
@@ -8085,6 +9066,53 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
+ (c++)"NITFProxyPamRasterBand::AdviseRead(int, int, int, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::FlushCache()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaskBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetOverview(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaskFlags()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetColorTable()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetStatistics(int, int, double*, double*, double*, double*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::BuildOverviews(char const*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::CreateMaskBand(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetOverviewCount()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::ComputeStatistics(int, double*, double*, double*, double*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::ComputeRasterMinMax(int, double*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::HasArbitraryOverviews()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetColorInterpretation()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetRasterSampleOverview(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::UnrefUnderlyingRasterBand(GDALRasterBand*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::Fill(double, double)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ClearStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::OGRGeomediaSelectLayer(OGRGeomediaDataSource*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::OGRGeomediaSelectLayer(OGRGeomediaDataSource*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLGeometryParser::ReadPolygon(int)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryParser::ReadLineString(int)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryParser::ReadMultiPoint(int)@GDAL_1.8" 1.8.0
@@ -8187,6 +9215,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGNoResetResultLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::OGRPGNoResetResultLayer(OGRPGDataSource*, pg_result*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::OGRPGNoResetResultLayer(OGRPGDataSource*, pg_result*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
  (c++)"PostGISRasterRasterBand::GetDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::GetOverview(int)@GDAL_1.8" 1.8.0
@@ -8202,9 +9238,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::TigerPolygonCorrections(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::TigerPolygonCorrections(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::~TigerPolygonCorrections()@GDAL_1.8" 1.8.0
@@ -8245,6 +9278,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutRedirectHandle::Eof()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Tell()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Close()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Flush()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::VSIStdoutRedirectHandle(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::VSIStdoutRedirectHandle(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
  (c++)"VSITarFilesystemHandler::CreateReader(char const*)@GDAL_1.8" 1.8.0
  (c++)"VSITarFilesystemHandler::GetExtensions()@GDAL_1.8" 1.8.0
  (c++)"VSITarFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.8.0
@@ -8325,7 +9370,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::GetFileList(char const*, int*)@GDAL_1.8" 1.9.0
+ (c++)"VSICurlFilesystemHandler::GetCurlHandleFor(CPLString)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::GetCachedFileProp(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::ParseHTMLFileList(char const*, char*, int*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::AddRegionToCacheDisk(CachedRegion*)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::GetRegionFromCacheDisk(char const*, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.8.0
@@ -8357,6 +9405,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"ECRGTOCProxyRasterDataSet::SanityCheckOK(GDALDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::RefUnderlyingDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::UnrefUnderlyingDataset(GDALDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::ECRGTOCProxyRasterDataSet(ECRGTOCSubDataset*, char const*, int, int, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::ECRGTOCProxyRasterDataSet(ECRGTOCSubDataset*, char const*, int, int, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
  (c++)"GeometryInsertTransformer::GetSourceCS()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::GetTargetCS()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::TransformEx(int, double*, double*, double*, int*)@GDAL_1.8" 1.8.0
@@ -8364,6 +9420,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOObjectDescriptor::OGREDIGEOObjectDescriptor(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::OGREDIGEOObjectDescriptor(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::~OGREDIGEOObjectDescriptor()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::~OGREDIGEOObjectDescriptor()@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLGeometryValidator::ValidatePoint(OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryValidator::ValidatePolygon(OGRPolygon*)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryValidator::ValidateGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
@@ -8461,6 +9521,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::Initialize(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::ImageRequest(CPLString*, GDALWMSImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetLowestScale(char**&, int, CPLString&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetCapabilities(GDALWMSMiniDriverCapabilities*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::TiledImageRequest(CPLString*, GDALWMSImageRequestInfo const&, GDALWMSTiledImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetProjectionInWKT()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::Scale(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelWriteDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelWriteDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelWriteDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -8559,6 +9631,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALRasterFPolygonEnumerator::NewPolygon(float)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::ProcessLine(float*, float*, int*, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::MergePolygon(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::CompleteMerges()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::Clear()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::GDALRasterFPolygonEnumerator(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::GDALRasterFPolygonEnumerator(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::~GDALRasterFPolygonEnumerator()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::~GDALRasterFPolygonEnumerator()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_TMS::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TMS::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TMS::GDALWMSMiniDriverFactory_TMS()@GDAL_1.8" 1.8.0
@@ -8625,6 +9706,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::Initialize(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GetCapabilities(GDALWMSMiniDriverCapabilities*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::TiledImageRequest(CPLString*, GDALWMSImageRequestInfo const&, GDALWMSTiledImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GetProjectionInWKT()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::AddFeature(char const*, char const*, OGRMultiLineString*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::OGRXPlaneAPTLinearFeatureLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::OGRXPlaneAPTLinearFeatureLayer()@GDAL_1.8" 1.8.0
@@ -8668,6 +9758,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::New()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::GDALWMSMiniDriverFactory_WorldWind()@GDAL_1.8" 1.8.0
@@ -8682,6 +9779,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::Stat(char const*, stat64*, int)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_TileService::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
@@ -8689,6 +9791,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::New()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
  (c++)"GTM::getNTracks()@GDAL_1.8" 1.8.0
  (c++)"GTM::rewindTrack()@GDAL_1.8" 1.8.0
  (c++)"GTM::hasNextTrack()@GDAL_1.8" 1.8.0
@@ -8809,6 +9918,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"Track::Track(char const*, unsigned char, int)@GDAL_1.8" 1.8.0
  (c++)"Track::~Track()@GDAL_1.8" 1.8.0
  (c++)"Track::~Track()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::AvhrrSeg_t::~AvhrrSeg_t()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::AvhrrSeg_t::~AvhrrSeg_t()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
@@ -8830,7 +9941,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKFile::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::UnlockBlock(bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::WriteToFile(void const*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::CPCIDSKFile::GetIODetails(void***, PCIDSK::Mutex***, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKFile::GetIODetails(void***, PCIDSK::Mutex***, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKFile::ReadFromFile(void*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::CreateSegment(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, PCIDSK::eSegType, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::DeleteSegment(int)@GDAL_1.8" 1.8.0
@@ -8889,14 +10000,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CLinkSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::SetPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::CLinkSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::CLinkSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::DataTypeName(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DataTypeSize(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::DefaultDebug(char const*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::PCIDSKBuffer::Put(char const*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBuffer::Put(char const*, int, int, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::Put(double, int, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::Put(unsigned long long, int, int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBuffer::PutBin(double, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::SetSize(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::PCIDSKBuffer(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::PCIDSKBuffer(int)@GDAL_1.8" 1.8.0
@@ -8908,6 +10030,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::VecSegHeader::GrowHeader(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::VecSegHeader::GrowSection(int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::VecSegHeader::InitializeNew()@GDAL_1.8" 1.8.0
@@ -8923,7 +10048,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKBitmap::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetDescription()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::IsOverviewValid(int)@GDAL_1.8" 1.8.0
@@ -8953,10 +10080,26 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetHeaders(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetDimensionCount(unsigned char)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetArray(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetSizes(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::CPCIDSK_ARRAY(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::CPCIDSK_ARRAY(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CTiledChannel::GetTileInfo(int, unsigned long long&, int&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CTiledChannel::SetTileInfo(int, unsigned long long, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::RLECompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::JPEGCompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CTiledChannel::LoadTileInfoBlock(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CTiledChannel::SaveTileInfoBlock(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::RLEDecompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::JPEGDecompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
@@ -8975,7 +10118,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKChannel::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::LoadHistory(PCIDSK::PCIDSKBuffer const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::GetDescription()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::IsOverviewValid(int)@GDAL_1.8" 1.8.0
@@ -9015,15 +10160,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DefaultOpenEDB(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::EphemerisSeg_t::Copy(PCIDSK::EphemerisSeg_t const&)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBlocks(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::block_size at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::WriteBlocks(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::WriteToFile(void const*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::ReadFromFile(void*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::SetBlockInfo(int, unsigned short, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBMEntrysTo(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::FlushDirtyBlock()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::GetBlockSegment(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::GrowVirtualFile(long)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::GetBlockIndexInSegment(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBlock(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::SysVirtualFile(PCIDSK::CPCIDSKFile*, int, unsigned long long, PCIDSK::SysBlockMap*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::SysVirtualFile(PCIDSK::CPCIDSKFile*, int, unsigned long long, PCIDSK::SysBlockMap*, int)@GDAL_1.8" 1.8.0
@@ -9041,7 +10190,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::PCIDSKException::vPrintf(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKException::vPrintf(char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKException::PCIDSKException(char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::PCIDSKException(PCIDSK::PCIDSKException const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::PCIDSKException(char const*, ...)@GDAL_1.8" 1.8.0
@@ -9067,6 +10216,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::VecSegDataIndex::~VecSegDataIndex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::pci_strncasecmp(char const*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CExternalChannel::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CExternalChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::CExternalChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, PCIDSK::CPCIDSKFile*, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::CExternalChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, PCIDSK::CPCIDSKFile*, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
@@ -9095,10 +10245,28 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DefaultCreateMutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::GetCurrentDateTime(char*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::GetDataTypeFromName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::SetBuffer(char const*, unsigned int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::CPCIDSKBinarySegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::CPCIDSKBinarySegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::Initialize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::LoadHeader()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::WriteField(unsigned int, PCIDSK::ShapeField const&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
@@ -9159,6 +10327,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelEOParams::PCIDSKAPModelEOParams(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelIOParams::PCIDSKAPModelIOParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, std::pair<double, double> const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelIOParams::PCIDSKAPModelIOParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, std::pair<double, double> const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetDownsample(unsigned int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetSensorName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetCoefficients(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
@@ -9175,16 +10345,47 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::GetDefaultIOInterfaces()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CBandInterleavedChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CBandInterleavedChannel::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CBandInterleavedChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::CBandInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, unsigned long long, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::CBandInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, unsigned long long, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ConvertDeg(double, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::SetEphemeris(PCIDSK::EphemerisSeg_t const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrInt32(unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrInt32(int, unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::BinaryToEphemeris(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::EphemerisToBinary(PCIDSK::EphemerisSeg_t*, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrScanlineRecord(int, PCIDSK::AvhrrLine_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrScanlineRecord(PCIDSK::AvhrrLine_t*, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrEphemerisSegment(int, PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrEphemerisSegment(int, PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::CPCIDSKEphemerisSegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::CPCIDSKEphemerisSegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::LibJPEG_DecompressBlock(unsigned char*, int, unsigned char*, int, int, int, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::PCIDSKAPModelMiscParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, double, double, double, bool, bool, bool, bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::PCIDSKAPModelMiscParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, double, double, double, bool, bool, bool, bool)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::SetPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::CPCIDSKADS40ModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::CPCIDSKADS40ModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPixelInterleavedChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::CPixelInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, int, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
@@ -9192,7 +10393,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::BinaryToSRITInfo()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::SRITInfoToBinary(PCIDSK::SRITInfo_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::SetInfo(PCIDSK::SRITInfo_t const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetModel(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetSensor(PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::CPCIDSKToutinModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::CPCIDSKToutinModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::GCP::~GCP()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::GCP::~GCP()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::Open(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, PCIDSK::PCIDSKInterfaces const*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::Debug(void (*)(char const*), char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
@@ -9221,6 +10438,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
  (c++)"Element::getOrderPos()@GDAL_1.8" 1.8.0
  (c++)"Element::setOrderPos(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"Element::getBid()@GDAL_1.8" 1.8.0
@@ -9296,7 +10516,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KMLNode::print(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setType(Nodetype)@GDAL_1.8" 1.8.0
- (c++)"KMLNode::classify(KML*)@GDAL_1.8" 1.8.0
+ (c++)"KMLNode::classify(KML*, int)@GDAL_1.8" 1.9.0
  (c++)"KMLNode::setLevel(unsigned long)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setParent(KMLNode*)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::KMLNode()@GDAL_1.8" 1.8.0
@@ -9478,7 +10698,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HFAEntry::GetIntField(char const*, CPLErr*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::SetIntField(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::SetPosition()@GDAL_1.8" 1.8.0
- (c++)"HFAEntry::FindChildren(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"HFAEntry::FindChildren(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"HFAEntry::GetFieldCount(char const*, CPLErr*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::GetFieldValue(char const*, char, void*, int*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::GetNamedChild(char const*)@GDAL_1.8" 1.8.0
@@ -9528,15 +10748,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SyncToDisk()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::Dereference()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetGeomType()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::ReorderField(int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetStyleTable()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::InstallFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::SetStyleTable(OGRStyleTable*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::FilterGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
@@ -9552,6 +10776,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLayer::SetSpatialFilterRect(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SetStyleTableDirectly(OGRStyleTable*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::InitializeIndexSupport(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::AttributeFilterEvaluationNeedsGeometry()@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::GetInfo(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
@@ -9613,7 +10838,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABPoint::~TABPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPIP::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::TigerPIP(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::TigerPIP(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::~TigerPIP()@GDAL_1.8" 1.8.0
@@ -9697,7 +10921,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLString::Printf(char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"CPLString::Recode(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::FormatC(double, char const*)@GDAL_1.8" 1.8.0
- (c++)"CPLString::vPrintf(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"CPLString::tolower()@GDAL_1.8" 1.9.0
+ (c++)"CPLString::toupper()@GDAL_1.8" 1.9.0
+ (c++)"CPLString::vPrintf(char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
  (c++)"CPLString::CPLString(char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::CPLString(char const*)@GDAL_1.8" 1.8.0
  (c++)"DDFModule::Initialize(char, char, char, char, char, char const*, int, int, int)@GDAL_1.8" 1.8.0
@@ -9744,7 +10970,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DDFRecord::~DDFRecord()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::LoadClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::NextFeature()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::PushFeature(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::PushFeature(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::SaveClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetupParser()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::ClearClasses()@GDAL_1.8" 1.8.0
@@ -9753,25 +10979,33 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLReader::ResolveXlinks(char const*, int*, char**, int)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetSourceFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetGlobalSRSName()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::IsFeatureElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::HugeFileResolver(char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::NextFeatureExpat()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::ParseXMLHugeFile(char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::PrescanForSchema(int)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetGlobalSRSName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::SetupParserExpat()@GDAL_1.8" 1.9.0
  (c++)"GMLReader::m_nInstanceCount at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetSourceFileName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::HasStoppedParsing()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::IsAttributeElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::NextFeatureXerces()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::SetupParserXerces()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::PrescanForTemplate()@GDAL_1.8" 1.9.0
  (c++)"GMLReader::SetClassListLocked(int)@GDAL_1.8" 1.8.0
- (c++)"GMLReader::SetFeatureProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::CanUseGlobalSRSName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetFilteredClassName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetFilteredClassName(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::m_bXercesInitialized at GDAL_1.8" 1.8.0
+ (c++)"GMLReader::GetFeatureElementIndex(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::GetAttributeElementIndex(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::ReArrangeTemplateClasses(GFSTemplateList*)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::SetFeaturePropertyDirectly(char const*, char*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::IsCityGMLGenericAttributeElement(char const*, void*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::AddClass(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::PopState()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::PushState(GMLReadState*)@GDAL_1.8" 1.8.0
- (c++)"GMLReader::GMLReader()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::GMLReader()@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::GMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::GMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
@@ -9793,6 +11027,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
+ (c++)"NASReader::CheckForFID(xercesc_2_8::Attributes const&, char**)@GDAL_1.8" 1.9.0
  (c++)"NASReader::LoadClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::NextFeature()@GDAL_1.8" 1.8.0
  (c++)"NASReader::PushFeature(char const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
@@ -9804,17 +11039,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASReader::ResolveXlinks(char const*, int*, char**, int)@GDAL_1.8" 1.8.0
  (c++)"NASReader::SetSourceFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetGlobalSRSName()@GDAL_1.8" 1.8.0
+ (c++)"NASReader::HugeFileResolver(char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"NASReader::IsFeatureElement(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::PrescanForSchema(int)@GDAL_1.8" 1.8.0
  (c++)"NASReader::CheckForRelations(char const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetSourceFileName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::HasStoppedParsing()@GDAL_1.8" 1.8.0
  (c++)"NASReader::IsAttributeElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASReader::PrescanForTemplate()@GDAL_1.8" 1.9.0
  (c++)"NASReader::SetClassListLocked(int)@GDAL_1.8" 1.8.0
- (c++)"NASReader::SetFeatureProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::CanUseGlobalSRSName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetFilteredClassName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::SetFilteredClassName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASReader::SetFeaturePropertyDirectly(char const*, char*)@GDAL_1.8" 1.9.0
  (c++)"NASReader::AddClass(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::PopState()@GDAL_1.8" 1.8.0
  (c++)"NASReader::PushState(GMLReadState*)@GDAL_1.8" 1.8.0
@@ -9829,6 +11066,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NTFRecord::NTFRecord(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"NTFRecord::~NTFRecord()@GDAL_1.8" 1.8.0
  (c++)"NTFRecord::~NTFRecord()@GDAL_1.8" 1.8.0
+ (c++)"RPolygonF::AddSegment(int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Dump()@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Merge(int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Coalesce()@GDAL_1.8" 1.9.0
  (c++)"S57Reader::FetchPoint(int, int, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"S57Reader::ReadVector(int, int)@GDAL_1.8" 1.8.0
  (c++)"S57Reader::SetOptions(char**)@GDAL_1.8" 1.8.0
@@ -9955,6 +11196,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDriver::~VRTDriver()@GDAL_1.8" 1.8.0
  (c++)"VRTDriver::~VRTDriver()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSource::IsSimpleSource()@GDAL_1.8" 1.9.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
@@ -9975,12 +11217,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"iom_value::iom_value(unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"iom_value::iom_value(IomObject)@GDAL_1.8" 1.8.0
  (c++)"iom_value::iom_value(unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::GetProperty(int) const at GDAL_1.8" 1.8.0
+ (c++)"IGMLReader::IsSequentialLayers() const at GDAL_1.8" 1.9.0
  (c++)"OGRFeature::IsFieldSet(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRFeature::GetFieldAsStringList(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRPolygon::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRPolygon::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::PointOnSurface(OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::getExteriorRing() const at GDAL_1.8" 1.8.0
@@ -9999,6 +11242,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometry::ConvexHull() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Difference(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Intersects(OGRGeometry*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometry::Polygonize() const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometry::exportToGML(char const* const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::exportToKML() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::getBoundary() const at GDAL_1.8" 1.8.0
@@ -10010,6 +11254,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometry::UnionCascaded() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::SymmetricDifference(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::getCoordinateDimension() const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometry::SimplifyPreserveTopology(double) const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometry::Equal(OGRGeometry*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Union(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Buffer(double, int) const at GDAL_1.8" 1.8.0
@@ -10047,11 +11292,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDAL_EDBFile::GetType(int) const at GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::GetHeight() const at GDAL_1.8" 1.8.0
- (c++)"GMLReadState::GetLastComponent() const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetProperty(int) const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetGeometryType() const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetPropertyIndex(char const*) const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetFeatureByIndex(int) const at GDAL_1.8" 1.8.0
+ (c++)"CPLStringList::FetchBoolean(char const*, int) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FetchNameValue(char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FetchNameValueDef(char const*, char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Count() const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FindName(char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator[](int) const at GDAL_1.8" 1.9.0
  (c++)"HFARasterBand::GetDescription() const at GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::GetRefCount() const at GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::GetSummaryRefCount() const at GDAL_1.8" 1.8.0
@@ -10061,6 +11311,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLineString::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRLineString::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRLineString::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getGeometryName() const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getGeometryType() const at GDAL_1.8" 1.8.0
@@ -10073,6 +11324,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLineString::EndPoint(OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getPoint(int, OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getPoints(OGRRawPoint*, double*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRLineString::getPoints(void*, int, void*, int, void*, int) const at GDAL_1.8" 1.9.0
  (c++)"OGRLinearRing::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLinearRing::isClockwise() const at GDAL_1.8" 1.8.0
  (c++)"OGRLinearRing::_exportToWkb(OGRwkbByteOrder, int, unsigned char*) const at GDAL_1.8" 1.8.0
@@ -10093,8 +11345,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALColorTable::GetColorEntryCount() const at GDAL_1.8" 1.8.0
  (c++)"GDALColorTable::GetPaletteInterpretation() const at GDAL_1.8" 1.8.0
  (c++)"GDALColorTable::Clone() const at GDAL_1.8" 1.8.0
- (c++)"GDALWMSDataset::WMSGetBlockSizeX() const at GDAL_1.8" 1.8.0
- (c++)"GDALWMSDataset::WMSGetBlockSizeY() const at GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::WMSGetDataWindow() const at GDAL_1.8" 1.8.0
  (c++)"GMLInputSource::makeStream() const at GDAL_1.8" 1.8.0
  (c++)"GRIBRasterBand::GetDescription() const at GDAL_1.8" 1.8.0
@@ -10110,6 +11360,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLFeatureClass::GetProperty(int) const at GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::GetElementName() const at GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::GetPropertyIndex(char const*) const at GDAL_1.8" 1.8.0
+ (c++)"GMLFeatureClass::GetElementNameLen() const at GDAL_1.8" 1.9.0
+ (c++)"GMLFeatureClass::GetPropertyIndexBySrcElement(char const*, int) const at GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::code_to_id(UNITLABEL) const at GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::id_to_code(char const*) const at GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::meter_measure_to_code(double) const at GDAL_1.8" 1.8.0
@@ -10134,6 +11386,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSI_IOInterface::Flush(void*) const at GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::Write(void const*, unsigned long long, unsigned long long, void*) const at GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::LastError() const at GDAL_1.8" 1.8.0
+ (c++)"OGRGFTDataSource::GetAPIURL() const at GDAL_1.8" 1.9.0
  (c++)"DXFSmoothPolyline::HasConstantZ(double&) const at GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::EmitArc(DXFSmoothPolylineVertex const&, DXFSmoothPolylineVertex const&, double, double, double, OGRLineString*, double) const at GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::EmitLine(DXFSmoothPolylineVertex const&, DXFSmoothPolylineVertex const&, OGRLineString*, bool, double) const at GDAL_1.8" 1.8.0
@@ -10145,6 +11398,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMultiLineString::clone() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetTOWGS84(double*, int) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetUTMZone(int*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::IsCompound() const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::IsVertical() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::CloneGeogCS() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetAttrNode(char const*) const at GDAL_1.8" 1.8.0
@@ -10159,6 +11413,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::GetExtension(char const*, char const*, char const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetSemiMajor(int*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetSemiMinor(int*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::IsGeocentric() const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::IsGeographic() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSameGeogCS(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSameVertCS(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
@@ -10174,6 +11429,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::exportToPanorama(long*, long*, long*, long*, double*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::exportToPrettyWkt(char**, int) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::exportToMICoordSys(char**) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::GetTargetLinearUnits(char const*, char**) const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::Clone() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSame(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetAxis(char const*, int, OGRAxisOrientation*) const at GDAL_1.8" 1.8.0
@@ -10182,6 +11438,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryCollection::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryCollection::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getGeometryRef(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getGeometryName() const at GDAL_1.8" 1.8.0
@@ -10224,11 +11481,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKFile::GetPixelGroupSize() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CLinkSegment::GetPath() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::Get(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::Get(int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetInt(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetDouble(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetUInt64(int, int) const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBitmap::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockHeight() const at GDAL_1.8" 1.8.0
@@ -10240,14 +11500,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKBitmap::GetType() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetHeaders() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetDimensionCount() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetArray() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetSizes() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::IsTileEmpty(void*) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::EstablishAccess() const at GDAL_1.8" 1.8.0
- (c++)"PCIDSK::CTiledChannel::EstablishTileAccess() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetType() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKChannel::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
@@ -10263,11 +11528,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKSegment::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKSegment::GetHistoryEntries() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::what() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CExternalChannel::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CExternalChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::AccessDB() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGCP2Segment::GetGCPCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGCP2Segment::GetGCPs() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::GetBufferSize() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::GetBuffer() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetProjParams() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetMapUnitsString() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetUTMUnitsString() const at GDAL_1.8" 1.8.0
@@ -10290,6 +11558,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelIOParams::GetImageToFocalPlaneYCoeffs() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetAdjXValues() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetAdjYValues() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetDownsample() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetSensorName() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetXNumerator() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetYNumerator() const at GDAL_1.8" 1.8.0
@@ -10301,6 +11570,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetRPCTranslationCoeffs(double&, double&, double&, double&, double&, double&, double&, double&, double&, double&) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CBandInterleavedChannel::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CBandInterleavedChannel::MassageLink(std::basic_string<char, std::char_traits<char>, std::allocator<char> >) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::GetEphemeris() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetX3DCoord() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetY3DCoord() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetZ3DCoord() const at GDAL_1.8" 1.8.0
@@ -10313,6 +11585,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetRFF() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetRadius() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::HasRadius() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::GetPath() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetInfo() const at GDAL_1.8" 1.9.0
  (c++)"KMLNode::getContent(unsigned long) const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getLayerNumber() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getNameElement() const at GDAL_1.8" 1.8.0
@@ -10327,6 +11601,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPoint::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRPoint::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRPoint::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getGeometryName() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getGeometryType() const at GDAL_1.8" 1.8.0
@@ -10338,6 +11613,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLString::ifind(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetClassCount() const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::IsClassListLocked() const at GDAL_1.8" 1.8.0
+ (c++)"GMLReader::IsSequentialLayers() const at GDAL_1.8" 1.9.0
  (c++)"GMLReader::GetClass(char const*) const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetClass(int) const at GDAL_1.8" 1.8.0
  (c++)"KMLVector::isContainer(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
@@ -10367,11 +11643,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
+ (c++)"std::map<CPLString, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int), std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::~map()@GDAL_1.8" 1.9.0
+ (c++)"std::map<CPLString, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int), std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::~map()@GDAL_1.8" 1.9.0
  (c++)"std::map<CPLString, void*, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, void*, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::operator[](CPLString const&)@GDAL_1.8" 1.8.0
+ (c++)"std::map<CPLString, std::pair<double, double>, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::operator[](CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<CPLString, std::vector<CPLString, std::allocator<CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::operator[](CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<std::pair<CPLString, CPLString>, WMSCTileSetDesc, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::find(std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<std::pair<CPLString, CPLString>, WMSCTileSetDesc, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::operator[](std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
  (c++)"std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::list<OGRLayer*, std::allocator<OGRLayer*> >::operator=(std::list<OGRLayer*, std::allocator<OGRLayer*> > const&)@GDAL_1.8" 1.8.0
@@ -10380,8 +11662,24 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::unique()@GDAL_1.8" 1.8.0
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~list()@GDAL_1.8" 1.8.0
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~list()@GDAL_1.8" 1.8.0
+ (c++)"std::pair<CPLString, CPLString>::pair(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::pair(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::pair(std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::pair(std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOFEADesc>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOFEADesc>::~pair()@GDAL_1.8" 1.9.0
  (c++)"std::pair<CPLString const, DXFBlockDefinition>::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::pair<CPLString const, DXFBlockDefinition>::~pair()@GDAL_1.8" 1.8.0
+ (c++)"std::pair<CPLString const, OGREDIGEOAttributeDef>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOAttributeDef>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>::~pair()@GDAL_1.8" 1.9.0
  (c++)"std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::deque<Element, std::allocator<Element> >::_M_push_back_aux(Element const&)@GDAL_1.8" 1.8.0
@@ -10395,6 +11693,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::_M_fill_assign(unsigned long, VFKProperty const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<NodeLastChild, std::allocator<NodeLastChild> >::_M_insert_aux(__gnu_cxx::__normal_iterator<NodeLastChild*, std::vector<NodeLastChild, std::allocator<NodeLastChild> > >, NodeLastChild const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<GDALColorEntry, std::allocator<GDALColorEntry> >::_M_fill_insert(__gnu_cxx::__normal_iterator<GDALColorEntry*, std::vector<GDALColorEntry, std::allocator<GDALColorEntry> > >, unsigned long, GDALColorEntry const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VRTOverviewInfo*, std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> > >, unsigned long, VRTOverviewInfo const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::~vector()@GDAL_1.8" 1.8.0
@@ -10404,6 +11703,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::operator=(std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGREDIGEOObjectDescriptor*, std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> > >, OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, OGRPoint const&)@GDAL_1.8" 1.8.0
  (c++)"void std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_range_insert<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, __gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, __gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, std::forward_iterator_tag)@GDAL_1.8" 1.8.0
  (c++)"void std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_range_insert<std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > > >(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >, std::forward_iterator_tag)@GDAL_1.8" 1.8.0
@@ -10413,6 +11715,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::operator=(std::vector<CPLString, std::allocator<CPLString> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<FrameDesc, std::allocator<FrameDesc> >::_M_insert_aux(__gnu_cxx::__normal_iterator<FrameDesc*, std::vector<FrameDesc, std::allocator<FrameDesc> > >, FrameDesc const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<IomBasket, std::allocator<IomBasket> >::_M_insert_aux(__gnu_cxx::__normal_iterator<IomBasket*, std::vector<IomBasket, std::allocator<IomBasket> > >, IomBasket const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<IomObject, std::allocator<IomObject> >::_M_insert_aux(__gnu_cxx::__normal_iterator<IomObject*, std::vector<IomObject, std::allocator<IomObject> > >, IomObject const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_value, std::allocator<iom_value> >::_M_insert_aux(__gnu_cxx::__normal_iterator<iom_value*, std::vector<iom_value, std::allocator<iom_value> > >, iom_value const&)@GDAL_1.8" 1.8.0
@@ -10424,11 +11727,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::operator=(std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AvhrrLine_t*, std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> > >, PCIDSK::AvhrrLine_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> >::operator=(std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::ShapeVertex*, std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> > >, unsigned long, PCIDSK::ShapeVertex const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ProtectedFile*, std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> > >, PCIDSK::ProtectedFile const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AttitudeLine_t*, std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> > >, PCIDSK::AttitudeLine_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> >::operator=(std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ShapeFieldType, std::allocator<PCIDSK::ShapeFieldType> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ShapeFieldType*, std::vector<PCIDSK::ShapeFieldType, std::allocator<PCIDSK::ShapeFieldType> > >, PCIDSK::ShapeFieldType const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AncillaryData_t*, std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> > >, PCIDSK::AncillaryData_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> >::operator=(std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ProtectedEDBFile*, std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> > >, PCIDSK::ProtectedEDBFile const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::~vector()@GDAL_1.8" 1.8.0
@@ -10444,12 +11753,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<VFKFeature*, std::allocator<VFKFeature*> >::operator=(std::vector<VFKFeature*, std::allocator<VFKFeature*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_object*, std::allocator<iom_object*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<iom_object**, std::vector<iom_object*, std::allocator<iom_object*> > >, iom_object* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALDataset*, std::allocator<GDALDataset*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GDALDataset**, std::vector<GDALDataset*, std::allocator<GDALDataset*> > >, GDALDataset* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGRGeometry*, std::allocator<OGRGeometry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRGeometry**, std::vector<OGRGeometry*, std::allocator<OGRGeometry*> > >, OGRGeometry* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK2Band*, std::allocator<PCIDSK2Band*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK2Band**, std::vector<PCIDSK2Band*, std::allocator<PCIDSK2Band*> > >, PCIDSK2Band* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<json_object*, std::allocator<json_object*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<json_object**, std::vector<json_object*, std::allocator<json_object*> > >, json_object* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<json_object*, std::allocator<json_object*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<json_object**, std::vector<json_object*, std::allocator<json_object*> > >, unsigned long, json_object* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGRLinearRing*, std::allocator<OGRLinearRing*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRLinearRing**, std::vector<OGRLinearRing*, std::allocator<OGRLinearRing*> > >, OGRLinearRing* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<VSICacheChunk*, std::allocator<VSICacheChunk*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VSICacheChunk**, std::vector<VSICacheChunk*, std::allocator<VSICacheChunk*> > >, unsigned long, VSICacheChunk* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<swq_expr_node*, std::allocator<swq_expr_node*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<swq_expr_node**, std::vector<swq_expr_node*, std::allocator<swq_expr_node*> > >, swq_expr_node* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<swq_operation*, std::allocator<swq_operation*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<swq_operation**, std::vector<swq_operation*, std::allocator<swq_operation*> > >, swq_operation* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRPCIDSKLayer*, std::allocator<OGRPCIDSKLayer*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRPCIDSKLayer**, std::vector<OGRPCIDSKLayer*, std::allocator<OGRPCIDSKLayer*> > >, OGRPCIDSKLayer* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GMLFeatureClass**, std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> > >, GMLFeatureClass* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALWMSRasterBand*, std::allocator<GDALWMSRasterBand*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GDALWMSRasterBand**, std::vector<GDALWMSRasterBand*, std::allocator<GDALWMSRasterBand*> > >, GDALWMSRasterBand* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGRSpatialReference*, std::allocator<OGRSpatialReference*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRSpatialReference**, std::vector<OGRSpatialReference*, std::allocator<OGRSpatialReference*> > >, OGRSpatialReference* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<KMLNode*, std::allocator<KMLNode*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<KMLNode**, std::vector<KMLNode*, std::allocator<KMLNode*> > >, KMLNode* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<HFAEntry**, std::vector<HFAEntry*, std::allocator<HFAEntry*> > >, HFAEntry* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::~vector()@GDAL_1.8" 1.8.0
@@ -10457,6 +11772,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::operator=(std::vector<HFAEntry*, std::allocator<HFAEntry*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRLayer*, std::allocator<OGRLayer*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRLayer**, std::vector<OGRLayer*, std::allocator<OGRLayer*> > >, OGRLayer* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<Attribute*, std::allocator<Attribute*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Attribute**, std::vector<Attribute*, std::allocator<Attribute*> > >, Attribute* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const**, std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*> > >, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::CTiledChannel*, std::allocator<PCIDSK::CTiledChannel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::CTiledChannel**, std::vector<PCIDSK::CTiledChannel*, std::allocator<PCIDSK::CTiledChannel*> > >, PCIDSK::CTiledChannel* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::PCIDSKChannel*, std::allocator<PCIDSK::PCIDSKChannel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKChannel**, std::vector<PCIDSK::PCIDSKChannel*, std::allocator<PCIDSK::PCIDSKChannel*> > >, PCIDSK::PCIDSKChannel* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKSegment**, std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> > >, unsigned long, PCIDSK::PCIDSKSegment* const&)@GDAL_1.8" 1.8.0
@@ -10466,13 +11782,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<std::vector<OGRPoint, std::allocator<OGRPoint> >*, std::allocator<std::vector<OGRPoint, std::allocator<OGRPoint> >*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<OGRPoint, std::allocator<OGRPoint> >**, std::vector<std::vector<OGRPoint, std::allocator<OGRPoint> >*, std::allocator<std::vector<OGRPoint, std::allocator<OGRPoint> >*> > >, std::vector<OGRPoint, std::allocator<OGRPoint> >* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<char*, std::allocator<char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char**, std::vector<char*, std::allocator<char*> > >, char* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned char*, std::allocator<unsigned char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned char**, std::vector<unsigned char*, std::allocator<unsigned char*> > >, unsigned char* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >*, std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<int, std::allocator<int> >*, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > >, unsigned long, std::vector<int, std::allocator<int> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<unsigned long long, std::allocator<unsigned long long> >*, std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > > >, unsigned long, std::vector<unsigned long long, std::allocator<unsigned long long> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator=(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<CPLString, CPLString>*, std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > > >, std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::push_back(std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::operator=(std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >*, std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > > >, std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>*, std::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> > > >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::pair<double, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >::operator=(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, std::pair<int, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >::operator=(std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<bool, std::allocator<bool> >::_M_fill_insert(std::_Bit_iterator, unsigned long, bool)@GDAL_1.8" 1.9.0
  (c++)"std::vector<double, std::allocator<double> >::_M_insert_aux(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned long, double const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<double, std::allocator<double> >::reserve(unsigned long)@GDAL_1.8" 1.8.0
@@ -10486,18 +11823,32 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned long, unsigned int const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::operator=(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned short const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned long, unsigned short const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::resize(unsigned long, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned long long const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned long, unsigned long long const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::operator=(std::vector<unsigned long long, std::allocator<unsigned long long> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, CPLString const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_insert_unique(CPLString const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_erase(std::_Rb_tree_node<CPLString>*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOFEADesc> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_unique(std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, DXFBlockDefinition> >, std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, DXFBlockDefinition> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOAttributeDef> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_unique(std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIMemFile*> >, std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
@@ -10510,6 +11861,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_insert_unique(std::pair<CPLString const, CachedDirList*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CachedDirList*> >, std::pair<CPLString const, CachedDirList*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CachedDirList*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_unique(std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CachedFileProp*> >, std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CachedFileProp*> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOLayer*> >, std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOLayer*> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_unique(std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIArchiveContent*> >, std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
@@ -10518,6 +11877,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_insert_unique(std::pair<CPLString const, VSIZipWriteHandle*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIZipWriteHandle*> >, std::pair<CPLString const, VSIZipWriteHandle*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, VSIZipWriteHandle*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_unique(std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_unique(std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, char**> >, std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, char**> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_unique(std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, void*> >, std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
@@ -10528,14 +11895,37 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::_M_copy(std::_Rb_tree_node<std::pair<CPLString const, CPLString> > const*, std::_Rb_tree_node<std::pair<CPLString const, CPLString> >*)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CPLString> >*)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::operator=(std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_unique(std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::pair<double, double> > >, std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::pair<double, double> > >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_unique(std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::pair<int, int> > >, std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::pair<int, int> > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_unique(std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_unique(std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_unique(std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_unique(std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, int> >, std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, int> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_unique(std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<GMLFeatureClass* const, int> >, std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<GMLFeatureClass* const, int> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_unique(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_erase(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
@@ -10550,6 +11940,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_unique(std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_erase(std::_Rb_tree_node<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_unique(std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
@@ -10567,42 +11965,61 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique(std::pair<int const, unsigned int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, unsigned int> >, std::pair<int const, unsigned int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, unsigned int> >*)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_unique(std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<unsigned long const, CachedFileProp*> >, std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned long const, CachedFileProp*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_unique(std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<long long const, CachedConnection*> >, std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_erase(std::_Rb_tree_node<std::pair<long long const, CachedConnection*> >*)@GDAL_1.8" 1.9.0
+ (c++)"void std::__pop_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
+ (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long, CPLString>(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long, long, CPLString)@GDAL_1.8" 1.9.0
  (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long, std::pair<int, int> >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long, long, std::pair<int, int>)@GDAL_1.8" 1.8.0
  (c++)"void std::__heap_select<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long>(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long)@GDAL_1.8" 1.9.0
  (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long>(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long)@GDAL_1.8" 1.8.0
+ (c++)"void std::__move_median_first<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__move_median_first<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
  (c++)"__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > std::__find<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char>(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char const&, std::random_access_iterator_tag)@GDAL_1.8" 1.8.0
+ (c++)"__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__find<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&, std::random_access_iterator_tag)@GDAL_1.8" 1.9.0
  (c++)"void std::_Destroy<GDALRasterAttributeField*>(GDALRasterAttributeField*, GDALRasterAttributeField*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<CPLString*>(CPLString*, CPLString*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<iom_value*>(iom_value*, iom_value*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<PCIDSK::ShapeField*>(PCIDSK::ShapeField*, PCIDSK::ShapeField*)@GDAL_1.8" 1.8.0
- (c++)"void std::_Destroy<PCIDSK::GCP*>(PCIDSK::GCP*, PCIDSK::GCP*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)@GDAL_1.8" 1.8.0
+ (c++)"void std::_Destroy<std::pair<CPLString, CPLString>*>(std::pair<CPLString, CPLString>*, std::pair<CPLString, CPLString>*)@GDAL_1.8" 1.9.0
  (c++)"void std::_Destroy<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >*, std::vector<int, std::allocator<int> >*)@GDAL_1.8" 1.8.0
+ (c++)"void std::_Destroy<std::vector<unsigned long long, std::allocator<unsigned long long> >*>(std::vector<unsigned long long, std::allocator<unsigned long long> >*, std::vector<unsigned long long, std::allocator<unsigned long long> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > std::__find_if<std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::binder2nd<std::not_equal_to<char> > >(std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::binder2nd<std::not_equal_to<char> >, std::random_access_iterator_tag)@GDAL_1.8" 1.9.0
+ (c++)"void std::make_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
+ (c++)"bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)@GDAL_1.8" 1.9.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::MetadataSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKEphemerisSegment-in-PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for AIGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BAGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BLXDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for ERSDataset at GDAL_1.8" 1.8.0
@@ -10658,6 +12075,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for iom_object at GDAL_1.8" 1.8.0
  (c++)"typeinfo for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DODSDataset at GDAL_1.8" 1.8.0
@@ -10688,6 +12106,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -10704,6 +12123,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -10717,6 +12137,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COSARDataset at GDAL_1.8" 1.8.0
@@ -10736,6 +12157,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -10754,7 +12176,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -10778,6 +12202,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -10808,6 +12234,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -10821,6 +12249,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -10834,17 +12263,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"typeinfo for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -10870,11 +12303,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -10905,11 +12341,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"typeinfo for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GTiffRasterBand at GDAL_1.8" 1.8.0
@@ -10917,10 +12355,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for ITABFeatureFont at GDAL_1.8" 1.8.0
  (c++)"typeinfo for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -10956,13 +12400,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -10975,6 +12423,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -10982,6 +12431,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -10993,6 +12443,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -11000,6 +12452,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ITABFeatureSymbol at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphRGBBand at GDAL_1.8" 1.8.0
@@ -11010,7 +12463,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -11021,6 +12476,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -11040,8 +12498,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -11050,6 +12511,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -11070,13 +12533,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -11098,11 +12565,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -11125,16 +12597,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -11142,11 +12621,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"typeinfo for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -11156,6 +12637,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -11166,6 +12648,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -11184,15 +12667,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo for KML at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABArc at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IniFile at GDAL_1.8" 1.8.0
@@ -11235,10 +12722,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -11250,13 +12740,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AIGDataset at GDAL_1.8" 1.8.0
@@ -11265,6 +12763,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for ERSDataset at GDAL_1.8" 1.8.0
@@ -11320,6 +12819,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for iom_object at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DODSDataset at GDAL_1.8" 1.8.0
@@ -11350,6 +12850,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -11366,6 +12867,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -11379,6 +12881,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COSARDataset at GDAL_1.8" 1.8.0
@@ -11398,6 +12901,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -11416,7 +12920,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -11440,6 +12946,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -11470,6 +12978,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -11483,6 +12993,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -11496,17 +13007,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -11532,11 +13047,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -11567,11 +13085,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GTiffRasterBand at GDAL_1.8" 1.8.0
@@ -11579,10 +13099,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for ITABFeatureFont at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -11618,13 +13144,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -11637,6 +13167,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -11644,6 +13175,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -11655,6 +13187,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -11662,6 +13196,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ITABFeatureSymbol at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphRGBBand at GDAL_1.8" 1.8.0
@@ -11672,7 +13207,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -11683,6 +13220,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -11702,8 +13242,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -11712,6 +13255,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -11732,13 +13277,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -11760,11 +13309,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -11787,16 +13341,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -11804,11 +13365,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -11818,6 +13381,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -11828,6 +13392,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -11846,15 +13411,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for KML at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABArc at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IniFile at GDAL_1.8" 1.8.0
@@ -11897,10 +13466,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -11912,32 +13484,47 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::MetadataSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"VTT for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
+ (c++)"VTT for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for AIGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BAGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BLXDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for ERSDataset at GDAL_1.8" 1.8.0
@@ -11993,6 +13580,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for iom_object at GDAL_1.8" 1.8.0
  (c++)"vtable for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"vtable for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for DODSDataset at GDAL_1.8" 1.8.0
@@ -12023,6 +13611,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -12039,6 +13628,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -12052,6 +13642,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"vtable for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"vtable for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"vtable for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for COSARDataset at GDAL_1.8" 1.8.0
@@ -12071,6 +13662,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -12089,7 +13681,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -12113,6 +13707,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -12143,6 +13739,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -12156,6 +13754,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for TABCollection at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -12169,17 +13768,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"vtable for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"vtable for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -12204,11 +13807,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -12239,21 +13845,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"vtable for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"vtable for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"vtable for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"vtable for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GTiffRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for ILWISRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"vtable for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -12288,13 +13902,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -12307,6 +13925,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -12314,6 +13933,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"vtable for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -12325,6 +13945,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -12332,6 +13954,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"vtable for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"vtable for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRGBBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRLEBand at GDAL_1.8" 1.8.0
@@ -12341,7 +13964,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -12352,6 +13977,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -12371,8 +13999,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -12381,6 +14012,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -12401,13 +14034,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -12429,11 +14066,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -12456,16 +14098,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"vtable for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"vtable for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"vtable for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -12473,11 +14122,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"vtable for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -12487,6 +14138,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"vtable for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"vtable for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -12497,6 +14149,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -12515,15 +14168,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"vtable for KML at GDAL_1.8" 1.8.0
  (c++)"vtable for TABArc at GDAL_1.8" 1.8.0
  (c++)"vtable for IniFile at GDAL_1.8" 1.8.0
@@ -12565,10 +14222,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -12580,15 +14240,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetDimensionCount(unsigned char)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetArray(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetSizes(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetDimensionCount() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetArray() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetSizes() const at GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to NASHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
@@ -12625,6 +14301,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to NASHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
@@ -12679,7 +14358,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::GetAttributes(void*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to GMLXercesHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::GetFID(void*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
@@ -12697,6 +14376,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::IsUserGenerated() const at GDAL_1.8" 1.8.0
@@ -12719,16 +14410,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetGeosysString() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetGeosysString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetDownsample(unsigned int)@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetDownsample() const at GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSK_PCT::~CPCIDSK_PCT()@GDAL_1.8" 1.8.0
@@ -12737,22 +14437,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"virtual thunk to PCIDSK::CPCIDSK_TEX::~CPCIDSK_TEX()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::~CPCIDSKBitmap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::~CPCIDSKBitmap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::~CPCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::~CPCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKAPModelSegment::~CPCIDSKAPModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKAPModelSegment::~CPCIDSKAPModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::GetGCPs() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetXNumerator() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::Initialize()@GDAL_1.8" 1.8.0
diff --git a/debian/libgdal1.symbols.sparc b/debian/libgdal1.symbols.sparc
index 4003001..e2c504a 100644
--- a/debian/libgdal1.symbols.sparc
+++ b/debian/libgdal1.symbols.sparc
@@ -20,10 +20,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ForkAndPipe(char const* const*, _IO_FILE*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"GMLParseXSD(char const*, std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> >&)@GDAL_1.8" 1.8.0
  (c++)"GetCoordDim(iom_basket*, iom_object*)@GDAL_1.8" 1.8.0
- (c++)"GetFilePath(CPLXMLNode*, char**)@GDAL_1.8" 1.8.0
+ (c++)"GetFilePath(CPLXMLNode*, char const**)@GDAL_1.8" 1.9.0
  (c++)"GetTypeName(iom_basket*, iom_object*)@GDAL_1.8" 1.8.0
- (c++)"HFAStandard(int, void*)@GDAL_1.8" 1.8.0
  (c++)"INGR_Decode(INGR_Format, unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
+ (c++)"NCDFGetAttr(int, int, char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"NCDFGetAttr(int, int, char const*, double*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFPutAttr(int, int, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRFastAtof(char const*)@GDAL_1.8" 1.8.0
  (c++)"PamGetProxy(char const*)@GDAL_1.8" 1.8.0
  (c++)"RCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -35,7 +37,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"appendUChar(void*, unsigned char)@GDAL_1.8" 1.8.0
  (c++)"countonbits(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"cvs_MD5Init(cvs_MD5Context*)@GDAL_1.8" 1.8.0
- (c++)"fileBitRead(void*, unsigned int, unsigned short, _IO_FILE*, unsigned char*, signed char*)@GDAL_1.8" 1.8.0
+ (c++)"fileBitRead(void*, unsigned long, unsigned short, _IO_FILE*, unsigned char*, signed char*)@GDAL_1.8" 1.9.0
  (c++)"freqCompare(void const*, void const*)@GDAL_1.8" 1.8.0
  (c++)"getBoundary(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"getObjValue(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
@@ -47,12 +49,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"writeUShort(_IO_FILE*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"xisClassDef(int)@GDAL_1.8" 1.8.0
  (c++)"xisTopicDef(int)@GDAL_1.8" 1.8.0
+ (c++)"ACAdjustText(double, double, OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"CPLURLAddKVP(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"CopyMetadata(void*, int, int)@GDAL_1.8" 1.8.0
  (c++)"DGNParseCore(DGNInfo*, DGNElemCore*)@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBOpen(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"GetStateCode(char const*)@GDAL_1.8" 1.8.0
  (c++)"GetStateName(int)@GDAL_1.8" 1.8.0
  (c++)"GetUnitIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"CPLErr NCDFCopyBand<double>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<float>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<unsigned char>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<int>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"CPLErr NCDFCopyBand<short>(GDALRasterBand*, GDALRasterBand*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFGetAttr1(int, int, char const*, double*, char**, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRPG_PQexec(pg_conn*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"OSRSetWagner(void*, int, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"ReadPrjParms(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"TABCloseRing(OGRLineString*)@GDAL_1.8" 1.8.0
@@ -62,17 +73,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"WriteElement(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double)@GDAL_1.8" 1.8.0
  (c++)"WriteElement(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)@GDAL_1.8" 1.8.0
  (c++)"_FindNumBits(unsigned int)@GDAL_1.8" 1.8.0
- (c++)"alterToStdMV(void*, unsigned int, CSF_CR, double)@GDAL_1.8" 1.8.0
+ (c++)"alterToStdMV(void*, unsigned long, CSF_CR, double)@GDAL_1.8" 1.9.0
  (c++)"appendDouble(void*, double)@GDAL_1.8" 1.8.0
  (c++)"appendUShort(void*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"cvs_MD5Final(unsigned char*, cvs_MD5Context*)@GDAL_1.8" 1.8.0
- (c++)"fileBitWrite(void*, unsigned int, unsigned short, _IO_FILE*, unsigned char*, signed char*)@GDAL_1.8" 1.8.0
+ (c++)"fileBitWrite(void*, unsigned long, unsigned short, _IO_FILE*, unsigned char*, signed char*)@GDAL_1.8" 1.9.0
  (c++)"getARCCenter(OGRPoint*, OGRPoint*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"iom_fromUTF8(char const*)@GDAL_1.8" 1.8.0
- (c++)"matrixInvert(int, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"missingValue(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"nwtCloseGrid(NWT_GRID*)@GDAL_1.8" 1.8.0
+ (c++)"CPLIsUTF8Stub(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLRecodeStub(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGNBuildIndex(DGNInfo*)@GDAL_1.8" 1.8.0
+ (c++)"DMGetEPSGCode(int)@GDAL_1.8" 1.9.0
+ (c++)"DMGetEPSGName(int)@GDAL_1.8" 1.9.0
+ (c++)"DMGetESRIName(int)@GDAL_1.8" 1.9.0
  (c++)"GRIB1_RefTime(DataSource&, unsigned int, double*)@GDAL_1.8" 1.8.0
  (c++)"GenerateTiles(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int, int, int, int, int, int, GDALDataset*, GDALDriver*, GDALDriver*, bool)@GDAL_1.8" 1.8.0
  (c++)"GetAttrObjPos(iom_object*, char const*)@GDAL_1.8" 1.8.0
@@ -84,7 +99,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"getLineString(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"isNumberDigit(char)@GDAL_1.8" 1.8.0
  (c++)"nwt_HillShade(unsigned char*, unsigned char*, unsigned char*, char*)@GDAL_1.8" 1.8.0
- (c++)"swq_test_like(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"swq_test_like(char const*, char const*, char)@GDAL_1.8" 1.9.0
+ (c++)"ACTextUnescape(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLRecodeIconv(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLURLGetValue(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGN2IEEEDouble(void*)@GDAL_1.8" 1.8.0
  (c++)"GML_GetSRSName(OGRSpatialReference const*, int, int*)@GDAL_1.8" 1.8.0
  (c++)"GetAttrObjName(iom_basket*, iom_object*, char const*)@GDAL_1.8" 1.8.0
@@ -94,31 +112,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetFormat(GDALDataType, char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetMinMax(GDALDataType, INGR_MinMax)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetMinMax(GDALDataType, double)@GDAL_1.8" 1.8.0
- (c++)"JPEGCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"NCDFAddHistory(int, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFSafeStrcat(char**, char*, unsigned long*)@GDAL_1.8" 1.9.0
  (c++)"OGRCompareDate(OGRField*, OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRGetCentroid(OGRPolygon*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGRPointInRing(OGRPoint*, OGRLineString*)@GDAL_1.8" 1.8.0
+ (c++)"OGRPrintDouble(char*, double)@GDAL_1.8" 1.9.0
  (c++)"ReadTDLPRecord(DataSource&, double**, unsigned int*, grib_MetaData*, IS_dataType*, int*, unsigned int, double, double)@GDAL_1.8" 1.8.0
  (c++)"SWQCastChecker(swq_expr_node*)@GDAL_1.8" 1.8.0
  (c++)"TABGenerateArc(OGRLineString*, int, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"TABGetBasename(char const*)@GDAL_1.8" 1.8.0
  (c++)"TDLP_Inventory(DataSource&, int, inventoryType*)@GDAL_1.8" 1.8.0
- (c++)"WFS_AddKVToURL(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"WritePolyConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
- (c++)"alterFromStdMV(void*, unsigned int, CSF_CR, double)@GDAL_1.8" 1.8.0
+ (c++)"alterFromStdMV(void*, unsigned long, CSF_CR, double)@GDAL_1.8" 1.9.0
  (c++)"findfirstonbit(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"gvBurnScanline(void*, int, int, int, double)@GDAL_1.8" 1.8.0
  (c++)"interpolateArc(OGRLineString*, OGRPoint*, OGRPoint*, OGRPoint*, double)@GDAL_1.8" 1.8.0
  (c++)"jpeg_vsiio_src(jpeg_decompress_struct*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"nwt_LoadColors(NWT_RGB*, int, NWT_GRID*)@GDAL_1.8" 1.8.0
  (c++)"zipWithMinizip(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
- (c++)"BufferToVSIFile(unsigned char*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"CreateGMLReader()@GDAL_1.8" 1.8.0
+ (c++)"ACGetColorTable()@GDAL_1.8" 1.9.0
+ (c++)"BufferToVSIFile(unsigned char*, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"CreateGMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"CreateNASReader()@GDAL_1.8" 1.8.0
  (c++)"CreateVFKReader()@GDAL_1.8" 1.8.0
  (c++)"DDFScanVariable(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"DGNAsciiToRad50(char const*, unsigned short*)@GDAL_1.8" 1.8.0
  (c++)"DGNRad50ToAscii(unsigned short, char*)@GDAL_1.8" 1.8.0
+ (c++)"GDALFloatEquals(float, float)@GDAL_1.8" 1.9.0
  (c++)"GH5_GetDataType(int)@GDAL_1.8" 1.8.0
  (c++)"GRIB1_Inventory(DataSource&, unsigned int, inventoryType*)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONIsObject(char const*)@GDAL_1.8" 1.8.0
@@ -128,9 +149,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"Nodetype2String(Nodetype const&)@GDAL_1.8" 1.8.0
  (c++)"OGRFormatDouble(char*, int, double, char, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGetDayOfWeek(int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteEscape(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRWktReadToken(char const*, char*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_Track(double, double, double, double)@GDAL_1.8" 1.8.0
- (c++)"OSRIsSameVertCS(void*, void*)@GDAL_1.8" 1.8.0
  (c++)"PamCleanProxyDB()@GDAL_1.8" 1.8.0
  (c++)"ParseCoordinate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"ReadGrib1Record(DataSource&, signed char, double**, unsigned int*, grib_MetaData*, IS_dataType*, int*, unsigned int, double, double)@GDAL_1.8" 1.8.0
@@ -150,6 +171,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"FREAD_ODDINT_LIT(int*, unsigned char, DataSource&)@GDAL_1.8" 1.8.0
  (c++)"GDALGetphDLMutex()@GDAL_1.8" 1.8.0
  (c++)"GDALOpenInternal(char const*, GDALAccess, char const* const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALOpenInternal(GDALOpenInfo&, char const* const*)@GDAL_1.8" 1.9.0
  (c++)"HFAAllocateSpace(hfainfo*, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"HFAParseBandInfo(hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetDataType(unsigned short)@GDAL_1.8" 1.8.0
@@ -160,6 +182,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RasterliteDelete(char const*)@GDAL_1.8" 1.8.0
  (c++)"RemapImgUTMNames(OGRSpatialReference*, char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"S57FileCollector(char const*)@GDAL_1.8" 1.8.0
+ (c++)"SEGYReadMSBInt16(unsigned char const*)@GDAL_1.8" 1.9.0
+ (c++)"SEGYReadMSBInt32(unsigned char const*)@GDAL_1.8" 1.9.0
  (c++)"SHPReadOGRObject(SHPInfo*, int, SHPObject*)@GDAL_1.8" 1.8.0
  (c++)"SWQCastEvaluator(swq_expr_node*, swq_expr_node**)@GDAL_1.8" 1.8.0
  (c++)"SetCitationToSRS(gtiff*, char*, int, geokey_t, OGRSpatialReference*, int*)@GDAL_1.8" 1.8.0
@@ -172,15 +196,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DestroyILI2Reader(IILI2Reader*)@GDAL_1.8" 1.8.0
  (c++)"FWRITE_ODDINT_BIG(int*, unsigned char, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"FWRITE_ODDINT_LIT(int*, unsigned char, _IO_FILE*)@GDAL_1.8" 1.8.0
+ (c++)"FindChangePattern(char*, char**, CPLString&)@GDAL_1.8" 1.9.0
  (c++)"GDALReplicateWord(void*, GDALDataType, void*, GDALDataType, int, int)@GDAL_1.8" 1.8.0
- (c++)"GTiffErrorHandler(char const*, char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffErrorHandler(char const*, char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
  (c++)"OGRDODSGetVarPath(libdap::BaseType*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONGetType(json_object*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGetGeomediaSRS(OGRFeature*)@GDAL_1.8" 1.9.0
  (c++)"OGRGetXMLDateTime(int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGEscapeString(pg_conn*, char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"OSRSetMercator2SP(void*, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"PamParseHistogram(CPLXMLNode*, double*, double*, int*, int**, int*, int*)@GDAL_1.8" 1.8.0
- (c++)"SHPReadOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, int, SHPObject*)@GDAL_1.8" 1.8.0
+ (c++)"SHPReadOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, int, SHPObject*, char const*)@GDAL_1.8" 1.9.0
  (c++)"SHPWriteOGRObject(SHPInfo*, int, OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"SWQGeneralChecker(swq_expr_node*)@GDAL_1.8" 1.8.0
  (c++)"SaveHKVAttribFile(char const*, int, int, int, GDALDataType, int, double)@GDAL_1.8" 1.8.0
@@ -195,7 +221,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_expr_compile2(char const*, swq_field_list*, swq_expr_node**)@GDAL_1.8" 1.8.0
  (c++)"valueScale2String(CSF_VS)@GDAL_1.8" 1.8.0
  (c++)"xisAssociationDef(int)@GDAL_1.8" 1.8.0
- (c++)"GDALWMSDatasetOpen(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GH5_FetchAttribute(int, char const*, CPLString&, bool)@GDAL_1.8" 1.8.0
  (c++)"GH5_FetchAttribute(int, char const*, double&, bool)@GDAL_1.8" 1.8.0
  (c++)"GWKGetFilterRadius(GDALResampleAlg)@GDAL_1.8" 1.8.0
@@ -204,11 +229,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetIGDSColors(_IO_FILE*, unsigned int, unsigned int, GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetIGDSColors(GDALColorTable*, INGR_ColorTable256*)@GDAL_1.8" 1.8.0
  (c++)"JPGHLP_HeaderMaker(unsigned char*, int, int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"NCDFAddGDALHistory(int, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NCDFIsCfProjection(char const*)@GDAL_1.8" 1.9.0
  (c++)"NITFWriteJPEGBlock(GDALDataset*, _IO_FILE*, int, int, int, int, int, int, unsigned char const*, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSGetVarIndex(libdap::Sequence*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"OGRFromOGCGeomType(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTCSVSplitLine(char const*, char)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTGotoNextLine(char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteCreateVFS()@GDAL_1.8" 1.9.0
+ (c++)"OGRWriteToShapeBin(OGRGeometry*, unsigned char**, int*)@GDAL_1.8" 1.9.0
  (c++)"OGRXPlane_Distance(double, double, double, double)@GDAL_1.8" 1.8.0
- (c++)"SHPWriteOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, OGRFeature*)@GDAL_1.8" 1.8.0
+ (c++)"SHPWriteOGRFeature(SHPInfo*, DBFInfo*, OGRFeatureDefn*, OGRFeature*, char const*, int*)@GDAL_1.8" 1.9.0
  (c++)"TigerVersionString(TigerVersion)@GDAL_1.8" 1.8.0
  (c++)"VersionStringToInt(char const*)@GDAL_1.8" 1.8.0
  (c++)"WriteStereographic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
@@ -217,13 +248,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_identify_field(char const*, swq_field_list*, swq_field_type*, int*)@GDAL_1.8" 1.8.0
  (c++)"CPLUnixTimeToYMDHMS(long long, tm*)@GDAL_1.8" 1.8.0
  (c++)"CPLYMDHMSToUnixTime(tm const*)@GDAL_1.8" 1.8.0
- (c++)"CitationStringParse(char const*)@GDAL_1.8" 1.8.0
+ (c++)"CitationStringParse(char*, geokey_t)@GDAL_1.8" 1.9.0
  (c++)"DGNGetLineStyleName(DGNInfo*, DGNElemMultiPoint*, char*)@GDAL_1.8" 1.8.0
  (c++)"EPSGGetUOMAngleInfo(int, char**, double*)@GDAL_1.8" 1.8.0
  (c++)"GDALType2ValueScale(GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"GTIFFSetJpegQuality(void*, int)@GDAL_1.8" 1.8.0
  (c++)"GTIFFWriteDirectory(tiff*, int, int, int, int, int, int, int, int, int, int, int, int, int, unsigned short*, unsigned short*, unsigned short*, int, unsigned short*, char const*)@GDAL_1.8" 1.8.0
- (c++)"GTiffWarningHandler(char const*, char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffWarningHandler(char const*, char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
+ (c++)"GeoJSONFileIsObject(char const*)@GDAL_1.8" 1.9.0
  (c++)"HDF5CreateGroupObjs(int, char const*, void*)@GDAL_1.8" 1.8.0
  (c++)"HFACreateSpillStack(hfainfo*, int, int, int, int, int, long long*, long long*)@GDAL_1.8" 1.8.0
  (c++)"HFAReadBFUniqueBins(HFAEntry*, int)@GDAL_1.8" 1.8.0
@@ -234,6 +266,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_ReleaseVirtual(INGR_VirtualFile*)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetTransMatrix(double*, double*)@GDAL_1.8" 1.8.0
  (c++)"JPEG2000_VSIL_fopen(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCheckPermutation(int*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadPoint(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirGetLatLon(char const*, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"OGRParseXMLDateTime(char const*, int*, int*, int*, int*, int*, float*, int*)@GDAL_1.8" 1.8.0
@@ -242,17 +275,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABUnitIdFromString(char const*)@GDAL_1.8" 1.8.0
  (c++)"URLSearchAndReplace(CPLString*, char const*, char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"VRTParseCoreSources(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICreateCachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
  (c++)"WriteCassiniSoldner(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteFalseEastNorth(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WritePlateRectangle(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteProjectionName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeToWCharStub(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"GDALDeregister_GTiff(GDALDriver*)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONGetSourceType(char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLength(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"INGR_ReadJpegQuality(_IO_FILE*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"NCDFIsGDALVersionGTE(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"NCDFWriteProjAttribs(OGR_SRSNode const*, char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVReadParseLineL(_IO_FILE*, char, int)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadPoint(json_object*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWritePoint(OGRPoint*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTGetOptionValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWritePoint(OGRPoint*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGetRFC822DateTime(int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMakeWktCoordinate(char*, double, double, double, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPolygonLabelPoint(OGRPolygon*, OGRPoint*)@GDAL_1.8" 1.8.0
@@ -262,6 +300,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerClassifyVersion(int)@GDAL_1.8" 1.8.0
  (c++)"swq_select_summarize(swq_select*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLHTTPCleanupRequest(CPLHTTPRequest*)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeToWCharIconv(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"DGNSpatialFilterToUOR(DGNInfo*)@GDAL_1.8" 1.8.0
  (c++)"EPSGGetWGS84Transform(int, double*)@GDAL_1.8" 1.8.0
  (c++)"GML_IsSRSLatLongOrder(char const*)@GDAL_1.8" 1.8.0
@@ -271,47 +310,58 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"INGR_GetDataBlockSize(char const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetTileDirectory(_IO_FILE*, unsigned int, int, int, INGR_TileHeader*, INGR_TileItem**)@GDAL_1.8" 1.8.0
  (c++)"INGR_SetEnvironColors(GDALColorTable*, INGR_ColorTableVar*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCreateFromGeomedia(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCreateFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.9.0
  (c++)"OGRDODSIsFloatInvalid(float const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadPolygon(json_object*, bool)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteCoords(double const&, double const&)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteCoords(double const&, double const&, double const&)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteCoords(double const&, double const&, double const&, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteCoords(double const&, double const&, int)@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLAppendEscaped(CPLODBCStatement*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGDumpEscapeString(char const*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGEscapeColumnName(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRPolylineLabelPoint(OGRLineString*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGR_G_ExportToKMLTree(void*)@GDAL_1.8" 1.8.0
  (c++)"PamHistogramToXMLTree(double, double, int, int*, int, int)@GDAL_1.8" 1.8.0
  (c++)"RemapImgWGSProjcsName(OGRSpatialReference*, char const*, char const*)@GDAL_1.8" 1.8.0
- (c++)"SHPReadOGRFeatureDefn(char const*, SHPInfo*, DBFInfo*)@GDAL_1.8" 1.8.0
+ (c++)"SHPReadOGRFeatureDefn(char const*, SHPInfo*, DBFInfo*, char const*)@GDAL_1.8" 1.9.0
  (c++)"SetLinearUnitCitation(gtiff*, char*)@GDAL_1.8" 1.8.0
  (c++)"USGSDEMDecToPackedDMS(double)@GDAL_1.8" 1.8.0
  (c++)"VRTParseFilterSources(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
- (c++)"WFS_FetchValueFromURL(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"WriteEquidistantConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WritePeStringIfNeeded(OGRSpatialReference*, hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"getGeometryTypeOfElem(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"AddParamBasedOnPrjName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeFromWCharStub(wchar_t const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALFindAssociatedFile(char const*, char const*, char**, int)@GDAL_1.8" 1.9.0
  (c++)"GeoJSONGetProtocolType(char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_CreateVirtualFile(char const*, INGR_Format, int, int, int, int, unsigned char*, int, int)@GDAL_1.8" 1.8.0
  (c++)"INGR_GetEnvironVColors(_IO_FILE*, unsigned int, unsigned int, GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"INGR_TileItemDiskToMem(INGR_TileItem*, unsigned char const*)@GDAL_1.8" 1.8.0
+ (c++)"IdrisiGeoReference2Wkt(char const*, char const*, char const*, char**)@GDAL_1.8" 1.9.0
  (c++)"MITABFreeCoordSysTable()@GDAL_1.8" 1.8.0
  (c++)"MITABLoadCoordSysTable(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSIsDoubleInvalid(double const*)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadPolygon(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadGeometry(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReadRawPoint(json_object*, OGRPoint&)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWritePolygon(OGRPolygon*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteFeature(OGRFeature*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWritePolygon(OGRPolygon*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRParseRFC822DateTime(char const*, int*, int*, int*, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
  (c++)"OGRPolylineCenterPoint(OGRLineString*, OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteCreateTables(void*, char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"WriteMillerCylindrical(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
+ (c++)"CPLRecodeFromWCharIconv(wchar_t const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GML2OGRGeometry_XMLNode(CPLXMLNode const*, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"INGR_HeaderOneDiskToMem(INGR_HeaderOne*, unsigned char const*)@GDAL_1.8" 1.8.0
  (c++)"INGR_HeaderOneMemToDisk(INGR_HeaderOne const*, unsigned char*)@GDAL_1.8" 1.8.0
  (c++)"OGRCreateExpatXMLParser()@GDAL_1.8" 1.8.0
  (c++)"OGREPSGDatumNameMassage(char**)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteGeometry(OGRGeometry*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGR_FD_ReorderFieldDefn(void*, int*)@GDAL_1.8" 1.9.0
  (c++)"RemapNameBasedOnKeyName(OGRSpatialReference*, char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"WriteTransverseMercator(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
+ (c++)"gmlUpdateFeatureClasses(GFSTemplateList*, GMLReader*, int*)@GDAL_1.8" 1.9.0
+ (c++)"swq_is_reserved_keyword(char const*)@GDAL_1.8" 1.9.0
  (c++)"CPLHTTPInitializeRequest(CPLHTTPRequest*, char const*, char const* const*)@GDAL_1.8" 1.8.0
  (c++)"DGNInverseTransformPoint(DGNInfo*, DGNPoint*)@GDAL_1.8" 1.8.0
  (c++)"EpsilonDatasetCreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -329,7 +379,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlane_ExtendPosition(double, double, double, double, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"PamFindMatchingHistogram(CPLXMLNode*, double, double, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"SDTSScanModuleReferences(DDFModule*, char const*)@GDAL_1.8" 1.8.0
- (c++)"castValuesToBooleanRange(void*, unsigned int, CSF_CR)@GDAL_1.8" 1.8.0
+ (c++)"castValuesToBooleanRange(void*, unsigned long, CSF_CR)@GDAL_1.8" 1.9.0
  (c++)"DeleteParamBasedOnPrjName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GTIFFGetCompressionMethod(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTIFFGetOverviewBlockSize(int*, int*)@GDAL_1.8" 1.8.0
@@ -340,9 +390,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRESRIJSONReadMultiPoint(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONGetGeometryName(OGRGeometry const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONWriteAttributes(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteLineCoords(OGRLineString*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteLineString(OGRLineString*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiPoint(OGRMultiPoint*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteLineCoords(OGRLineString*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteLineString(OGRLineString*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeoJSONWriteMultiPoint(OGRMultiPoint*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGDumpEscapeColumnName(char const*)@GDAL_1.8" 1.9.0
  (c++)"TABCreateMAPBlockFromFile(_IO_FILE*, int, int, int, TABAccess)@GDAL_1.8" 1.8.0
  (c++)"WriteAlbersConicEqualArea(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"WriteAzimuthalEquidistant(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
@@ -350,8 +401,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"cellRepresentation2String(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"GTIFFBuildOverviewMetadata(char const*, GDALDataset*, CPLString&)@GDAL_1.8" 1.8.0
  (c++)"GeoJSONPropertyToFieldType(json_object*)@GDAL_1.8" 1.8.0
- (c++)"ImagineCitationTranslation(char const*, geokey_t)@GDAL_1.8" 1.8.0
+ (c++)"ImagineCitationTranslation(char*, geokey_t)@GDAL_1.8" 1.9.0
  (c++)"MITABExtractCoordSysBounds(char const*, double&, double&, double&, double&)@GDAL_1.8" 1.8.0
+ (c++)"NITFSetColorInterpretation(NITFImage*, int, GDALColorInterp)@GDAL_1.8" 1.9.0
  (c++)"NTFArcCenterFromEdgePoints(double, double, double, double, double, double, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"OGRCreateDefaultLayerIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONGetGeometryType(json_object*)@GDAL_1.8" 1.8.0
@@ -366,13 +418,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedOverviewTransform(void*, int, int, double*, double*, double*, int*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertConformalConic(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"DestroyWMSMiniDriverManager()@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPoolForceDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALType2CellRepresentation(GDALDataType, bool)@GDAL_1.8" 1.8.0
  (c++)"GetGDALWMSMiniDriverManager()@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLengthBitonal(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiPolygon(OGRMultiPolygon*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteMultiPolygon(OGRMultiPolygon*, int)@GDAL_1.8" 1.9.0
  (c++)"cellRepresentation2GDALType(CSF_CR)@GDAL_1.8" 1.8.0
  (c++)"swq_select_finish_summarize(swq_select*)@GDAL_1.8" 1.8.0
- (c++)"GML_BuildOGRGeometryFromList(char**, int, int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GML_BuildOGRGeometryFromList(CPLXMLNode const* const*, int, int, char const*, int, int, void*, int)@GDAL_1.8" 1.9.0
  (c++)"INGR_DecodeRunLengthPaletted(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"OGRGetXML_UTF8_EscapedString(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneCreateAptFileReader(OGRXPlaneDataSource*)@GDAL_1.8" 1.8.0
@@ -381,17 +434,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlaneCreateNavFileReader(OGRXPlaneDataSource*)@GDAL_1.8" 1.8.0
  (c++)"WFS_TurnSQLFilterToOGCFilter(char const*, int, int, int, int, int*)@GDAL_1.8" 1.8.0
  (c++)"DGNInverseTransformPointToInt(DGNInfo*, DGNPoint*, unsigned char*)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPoolPreventDestroy()@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadMultiLineString(json_object*)@GDAL_1.8" 1.8.0
  (c++)"OGR_G_ExportEnvelopeToKMLTree(void*)@GDAL_1.8" 1.8.0
  (c++)"S57GenerateStandardAttributes(OGRFeatureDefn*, int)@GDAL_1.8" 1.8.0
  (c++)"VSICreateBufferedReaderHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertConformalConic2SP(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
- (c++)"GML_ExtractSrsNameFromGeometry(char**)@GDAL_1.8" 1.8.0
+ (c++)"GML_ExtractSrsNameFromGeometry(CPLXMLNode const* const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeoJSONReadSpatialReference(json_object*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteMultiLineString(OGRMultiLineString*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteMultiLineString(OGRMultiLineString*, int)@GDAL_1.8" 1.9.0
  (c++)"TABAdjustCaseSensitiveFilename(char*)@GDAL_1.8" 1.8.0
  (c++)"WriteLambertAzimuthalEqualArea(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReadSpatialReference(json_object*)@GDAL_1.8" 1.8.0
+ (c++)"CheckCitationKeyForStatePlaneUTM(gtiff*, GTIFDefn*, OGRSpatialReference*, int*)@GDAL_1.8" 1.9.0
  (c++)"GDALRegenerateOverviewsMultiBand(int, GDALRasterBand**, int, GDALRasterBand***, char const*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"INGR_DecodeRunLengthBitonalTiled(unsigned char*, unsigned char*, unsigned int, unsigned int, unsigned int*)@GDAL_1.8" 1.8.0
  (c++)"NTFStrokeArcToOGRGeometry_Angles(double, double, double, double, double, int)@GDAL_1.8" 1.8.0
@@ -400,9 +455,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RemapPNamesBasedOnProjCSAndPName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALRegisterTransformDeserializer(char const*, int (*)(void*, int, int, double*, double*, double*, int*), void* (*)(CPLXMLNode*))@GDAL_1.8" 1.8.0
  (c++)"OGRCreateCoordinateTransformation(OGRSpatialReference*, OGRSpatialReference*)@GDAL_1.8" 1.8.0
- (c++)"OGRGeoJSONWriteGeometryCollection(OGRGeometryCollection*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeoJSONWriteGeometryCollection(OGRGeometryCollection*, int)@GDAL_1.8" 1.9.0
  (c++)"RemapPValuesBasedOnProjCSAndPName(OGRSpatialReference*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALUnregisterTransformDeserializer(void*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteGetSpatialiteVersionNumber()@GDAL_1.8" 1.9.0
  (c++)"DGNTransformPointWithQuaternionVertex(int*, DGNPoint*, DGNPoint*)@GDAL_1.8" 1.8.0
  (c++)"GDALGetResponsiblePIDForCurrentThread()@GDAL_1.8" 1.8.0
  (c++)"GDALSetResponsiblePIDForCurrentThread(long long)@GDAL_1.8" 1.8.0
@@ -410,6 +466,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"S57GenerateVectorPrimitiveFeatureDefn(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDeserializeWarpedOverviewTransformer(CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"Max(double, double)@GDAL_1.8" 1.8.0
+ (c++)"GML_BuildOGRGeometryFromList_CreateCache()@GDAL_1.8" 1.9.0
+ (c++)"GML_BuildOGRGeometryFromList_DestroyCache(void*)@GDAL_1.8" 1.9.0
  (c++)"trim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"ltrim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
  (c++)"rtrim(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
@@ -418,6 +476,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ClearSR(hfainfo*)@GDAL_1.8" 1.8.0
  (c++)"StripNS(char const*)@GDAL_1.8" 1.8.0
  (c++)"mapOpen(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, MOPEN_PERM)@GDAL_1.8" 1.8.0
+ (c++)"CheckUTM(GTIFDefn*, char*)@GDAL_1.8" 1.9.0
  (c++)"HLStoRGB(HLS)@GDAL_1.8" 1.8.0
  (c++)"HueToRGB(short, short, short)@GDAL_1.8" 1.8.0
  (c++)"MakeDirs(char const*)@GDAL_1.8" 1.8.0
@@ -425,10 +484,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"WriteUTM(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, OGRSpatialReference)@GDAL_1.8" 1.8.0
  (c++)"createIP(int, unsigned char, unsigned char, unsigned char, NWT_RGB*, int*)@GDAL_1.8" 1.8.0
  (c++)"getPoint(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
- (c++)"norfread(void*, unsigned int, unsigned int, DataSource&)@GDAL_1.8" 1.8.0
+ (c++)"norfread(void*, unsigned long, unsigned long, DataSource&)@GDAL_1.8" 1.9.0
  (c++)"rbspline(int, int, int, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"rbsplinu(int, int, int, double*, double*, double*)@GDAL_1.8" 1.8.0
- (c++)"revfread(void*, unsigned int, unsigned int, DataSource&)@GDAL_1.8" 1.8.0
+ (c++)"revfread(void*, unsigned long, unsigned long, DataSource&)@GDAL_1.8" 1.9.0
  (c++)"swqparse(swq_parse_context*)@GDAL_1.8" 1.8.0
  (c++)"writeInt(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"HFARemove(char const*)@GDAL_1.8" 1.8.0
@@ -440,7 +499,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"appendInt(void*, int)@GDAL_1.8" 1.8.0
  (c++)"fieldName(xercesc_2_8::DOMElement*)@GDAL_1.8" 1.8.0
  (c++)"nwtGetRow(NWT_GRID*)@GDAL_1.8" 1.8.0
- (c++)"revfwrite(void*, unsigned int, unsigned int, _IO_FILE*)@GDAL_1.8" 1.8.0
+ (c++)"revfwrite(void*, unsigned long, unsigned long, _IO_FILE*)@GDAL_1.8" 1.9.0
  (c++)"tr_strcmp(char const*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"tr_strcpy(char*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"tr_strcpy(unsigned short*, char const*)@GDAL_1.8" 1.8.0
@@ -494,8 +553,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BSBDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"BSBDataset::IdentifyInternal(GDALOpenInfo*, bool&)@GDAL_1.8" 1.9.0
  (c++)"BSBDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::GetGCPs()@GDAL_1.8" 1.8.0
+ (c++)"BSBDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"BSBDataset::BSBDataset()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::BSBDataset()@GDAL_1.8" 1.8.0
  (c++)"BSBDataset::~BSBDataset()@GDAL_1.8" 1.8.0
@@ -523,6 +584,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLLocaleC::CPLLocaleC()@GDAL_1.8" 1.8.0
  (c++)"CPLLocaleC::~CPLLocaleC()@GDAL_1.8" 1.8.0
  (c++)"CPLLocaleC::~CPLLocaleC()@GDAL_1.8" 1.8.0
+ (c++)"CTGDataset::ReadImagery()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::ExtractField(char*, char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
+ (c++)"CTGDataset::~CTGDataset()@GDAL_1.8" 1.9.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
  (c++)"DataSource::~DataSource()@GDAL_1.8" 1.8.0
@@ -540,15 +612,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ERSDataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPCount()@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::WriteProjectionInfo(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ERSDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"ERSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ERSDataset::ReadGCPs()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::ERSDataset()@GDAL_1.8" 1.8.0
  (c++)"ERSDataset::ERSDataset()@GDAL_1.8" 1.8.0
@@ -615,34 +692,45 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
  (c++)"GFFDataset::~GFFDataset()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPCount()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"GIFDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"GIFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::GetGCPs()@GDAL_1.8" 1.8.0
- (c++)"GIFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
  (c++)"GIFDataset::~GIFDataset()@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::AddGeometry(char*)@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::SetProperty(int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLFeature::AddGeometry(CPLXMLNode*)@GDAL_1.8" 1.9.0
  (c++)"GMLFeature::AddOBProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GetOBProperty(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GetOBProperties()@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::SetGeometryDirectly(char*)@GDAL_1.8" 1.8.0
+ (c++)"GMLFeature::SetGeometryDirectly(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GMLFeature::SetPropertyDirectly(int, char*)@GDAL_1.8" 1.9.0
  (c++)"GMLFeature::Dump(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::SetFID(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GMLFeature(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::GMLFeature(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::~GMLFeature()@GDAL_1.8" 1.8.0
  (c++)"GMLFeature::~GMLFeature()@GDAL_1.8" 1.8.0
- (c++)"GMLHandler::endElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::endElement()@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::dataHandler(char const*, int)@GDAL_1.8" 1.8.0
- (c++)"GMLHandler::startElement(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::startElement(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementTop(char const*, int, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::IsGeometryElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLHandler::endElementDefault()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementFeature()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementGeometry()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::dataHandlerGeometry(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementAttribute()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementBoundedBy()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementDefault(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::dataHandlerAttribute(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementGeometry(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementBoundedBy(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::ParseAIXMElevationPoint(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementIgnoredFeature()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::endElementCityGMLGenericAttr()@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementFeatureAttribute(char const*, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLHandler::startElementCityGMLGenericAttr(char const*, int, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLHandler::GMLHandler(GMLReader*)@GDAL_1.8" 1.8.0
  (c++)"GMLHandler::GMLHandler(GMLReader*)@GDAL_1.8" 1.8.0
  (c++)"GMLHandler::~GMLHandler()@GDAL_1.8" 1.8.0
@@ -803,6 +891,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
  (c++)"IVFKReader::~IVFKReader()@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"JPGDataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::CheckForMask()@GDAL_1.8" 1.8.0
@@ -811,9 +901,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JPGDataset::DecompressMask()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::ReadXMPMetadata()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::ReadEXIFMetadata()@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::LoadDefaultTables(int)@GDAL_1.8" 1.8.0
+ (c++)"JPGDataset::LoadWorldFileOrTab()@GDAL_1.8" 1.9.0
  (c++)"JPGDataset::EXIFExtractMetadata(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"JPGDataset::GetGCPs()@GDAL_1.8" 1.8.0
@@ -845,10 +937,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"L1BDataset::~L1BDataset()@GDAL_1.8" 1.8.0
  (c++)"L1BDataset::~L1BDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::GetFileList()@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::SetProjection(char const*)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::SetGeoTransform(double*)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::CheckForStatistics()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"LANDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
  (c++)"LANDataset::LANDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::LANDataset()@GDAL_1.8" 1.8.0
  (c++)"LANDataset::~LANDataset()@GDAL_1.8" 1.8.0
@@ -900,6 +995,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"NASHandler::GetAttributes(xercesc_2_8::Attributes const*)@GDAL_1.8" 1.9.0
  (c++)"NASHandler::IsGeometryElement(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::NASHandler(NASReader*)@GDAL_1.8" 1.8.0
  (c++)"NASHandler::NASHandler(NASReader*)@GDAL_1.8" 1.8.0
@@ -956,6 +1052,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRFeature::~OGRFeature()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGLayer::CloseCursor()@GDAL_1.8" 1.9.0
  (c++)"OGRPGLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::ResetReading()@GDAL_1.8" 1.8.0
@@ -977,6 +1074,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::RunGetExtentRequest(OGREnvelope*, int, CPLString)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGLayer::ReadResultDefinition(pg_result*)@GDAL_1.8" 1.9.0
  (c++)"OGRPGLayer::SetInitialQueryCursor()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::CreateMapFromFieldNameToIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRPGLayer::OGRPGLayer()@GDAL_1.8" 1.8.0
@@ -1028,16 +1126,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
  (c++)"OZIDataset::~OZIDataset()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::GetKeyword(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PDSDataset::ParseImage(CPLString)@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::CleanString(CPLString&)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetFileList()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::GetKeywordSub(char const*, int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::GetKeywordSub(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::GetKeywordUnit(char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::ParseCompressedImage()@GDAL_1.8" 1.8.0
- (c++)"PDSDataset::ParseUncompressedImage()@GDAL_1.8" 1.8.0
+ (c++)"PDSDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"PDSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::ParseSRS()@GDAL_1.8" 1.8.0
@@ -1047,10 +1146,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
  (c++)"PDSDataset::~PDSDataset()@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"PNGDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::LoadScanline(int)@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::LoadWorldFile()@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::CollectMetadata()@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"PNGDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PNGDataset::CollectXMPMetadata()@GDAL_1.8" 1.9.0
  (c++)"PNGDataset::LoadInterlacedChunk(int)@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PNGDataset::Restart()@GDAL_1.8" 1.8.0
@@ -1097,6 +1202,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RS2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"RS2Dataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"RS2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"RS2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -1309,6 +1415,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPFile::TABMAPFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPFile::~TABMAPFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPFile::~TABMAPFile()@GDAL_1.8" 1.8.0
+ (c++)"TILDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"TILDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"TILDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"TILDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"TILDataset::TILDataset()@GDAL_1.8" 1.8.0
@@ -1329,11 +1437,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
  (c++)"TSXDataset::~TSXDataset()@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::GetFeature(int, TigerRecordInfo*, int, int, int, int)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::CreateFeature(OGRFeature*, TigerRecordInfo*, int, char const*)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::SetModule(char const*, char const*)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::TigerPoint(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPoint::TigerPoint(int)@GDAL_1.8" 1.8.0
+ (c++)"TigerPoint::GetFeature(int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::GetFeature(int, int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::CreateFeature(OGRFeature*, int)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::TigerPoint(int, TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerPoint::TigerPoint(int, TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPoint::~TigerPoint()@GDAL_1.8" 1.8.0
@@ -1359,6 +1468,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDataset::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"VRTDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
+ (c++)"VRTDataset::CheckCompatibleForDatasetIO()@GDAL_1.8" 1.9.0
  (c++)"VRTDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Delete(char const*)@GDAL_1.8" 1.8.0
@@ -1368,6 +1479,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"VRTDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"VRTDataset::VRTDataset(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::VRTDataset(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTDataset::~VRTDataset()@GDAL_1.8" 1.8.0
@@ -1391,6 +1503,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ValueRange::ValueRange(double, double)@GDAL_1.8" 1.8.0
  (c++)"ValueRange::ValueRange(double, double, double)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::GetCoverage(int, int, int, int, int, int, int, int*, CPLHTTPResult**)@GDAL_1.8" 1.8.0
+ (c++)"WCSDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"WCSDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
  (c++)"WCSDataset::ProcessError(CPLHTTPResult*)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::DirectRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::GDALOpenResult(CPLHTTPResult*)@GDAL_1.8" 1.8.0
@@ -1403,6 +1517,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"WCSDataset::ExtractGridInfo100()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::EstablishRasterDetails()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"WCSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"WCSDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::WCSDataset()@GDAL_1.8" 1.8.0
  (c++)"WCSDataset::WCSDataset()@GDAL_1.8" 1.8.0
@@ -1416,7 +1531,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"XPMDataset::~XPMDataset()@GDAL_1.8" 1.8.0
  (c++)"XPMDataset::~XPMDataset()@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
- (c++)"XYZDataset::IdentifyEx(GDALOpenInfo*, int&)@GDAL_1.8" 1.8.0
+ (c++)"XYZDataset::IdentifyEx(GDALOpenInfo*, int&, int&)@GDAL_1.8" 1.9.0
  (c++)"XYZDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"XYZDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -1522,18 +1637,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_select::swq_select()@GDAL_1.8" 1.8.0
  (c++)"swq_select::~swq_select()@GDAL_1.8" 1.8.0
  (c++)"swq_select::~swq_select()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::CommonOpen(GDALOpenInfo*, GridFormat)@GDAL_1.8" 1.9.0
+ (c++)"AAIGDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::GetFileList()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::ParseHeader(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Getc()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Seek(unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::Tell()@GDAL_1.8" 1.8.0
+ (c++)"AAIGDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"AAIGDataset::AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
  (c++)"AAIGDataset::~AAIGDataset()@GDAL_1.8" 1.8.0
+ (c++)"ACE2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
+ (c++)"ACE2Dataset::~ACE2Dataset()@GDAL_1.8" 1.9.0
  (c++)"ADRGDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"ADRGDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"ADRGDataset::OpenDataset(char const*, char const*, DDFRecord*)@GDAL_1.8" 1.8.0
@@ -1597,6 +1725,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DTEDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"DTEDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"DTEDDataset::DTEDDataset()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::DTEDDataset()@GDAL_1.8" 1.8.0
  (c++)"DTEDDataset::~DTEDDataset()@GDAL_1.8" 1.8.0
@@ -1627,6 +1756,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"ELASDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
+ (c++)"ELASDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ELASDataset::ELASDataset()@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::ELASDataset()@GDAL_1.8" 1.8.0
  (c++)"ELASDataset::~ELASDataset()@GDAL_1.8" 1.8.0
@@ -1674,6 +1804,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDataset::Dereference()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetGCPCount()@GDAL_1.8" 1.8.0
+ (c++)"GDALDataset::ReportError(CPLErr, int, char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"GDALDataset::MarkAsShared()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetRasterBand(int)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -1694,6 +1825,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDataset::GetInternalHandle(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::BlockBasedRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::BlockBasedFlushCache()@GDAL_1.8" 1.8.0
+ (c++)"GDALDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GDALDataset::AddBand(GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"GDALDataset::SetBand(int, GDALRasterBand*)@GDAL_1.8" 1.8.0
@@ -1745,16 +1877,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GSBGDataset::~GSBGDataset()@GDAL_1.8" 1.8.0
  (c++)"GSBGDataset::~GSBGDataset()@GDAL_1.8" 1.8.0
  (c++)"GSBGDataset::~GSBGDataset()@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::GetDataType(long)@GDAL_1.8" 1.8.0
+ (c++)"HDF4Dataset::GetDataType(int)@GDAL_1.8" 1.9.0
  (c++)"HDF4Dataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::AnyTypeToDouble(long, void*)@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::GetDataTypeName(long)@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::GetDataTypeSize(long)@GDAL_1.8" 1.8.0
+ (c++)"HDF4Dataset::AnyTypeToDouble(int, void*)@GDAL_1.8" 1.9.0
+ (c++)"HDF4Dataset::GetDataTypeName(int)@GDAL_1.8" 1.9.0
+ (c++)"HDF4Dataset::GetDataTypeSize(int)@GDAL_1.8" 1.9.0
  (c++)"HDF4Dataset::HDF4EOSGetObject(char**, char**, char**)@GDAL_1.8" 1.8.0
  (c++)"HDF4Dataset::HDF4EOSTokenizeAttrs(char const*)@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::ReadGlobalAttributes(long)@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::TranslateHDF4Attributes(long, long, char*, long, long, char**)@GDAL_1.8" 1.8.0
- (c++)"HDF4Dataset::TranslateHDF4EOSAttributes(long, long, long, char**)@GDAL_1.8" 1.8.0
+ (c++)"HDF4Dataset::ReadGlobalAttributes(int)@GDAL_1.8" 1.9.0
+ (c++)"HDF4Dataset::TranslateHDF4Attributes(int, int, char*, int, int, char**)@GDAL_1.8" 1.9.0
+ (c++)"HDF4Dataset::TranslateHDF4EOSAttributes(int, int, int, char**)@GDAL_1.8" 1.9.0
  (c++)"HDF4Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"HDF4Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"HDF4Dataset::HDF4Dataset()@GDAL_1.8" 1.8.0
@@ -1815,6 +1947,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JDEMDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"JDEMDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"JDEMDataset::JDEMDataset()@GDAL_1.8" 1.9.0
+ (c++)"JDEMDataset::JDEMDataset()@GDAL_1.8" 1.9.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
  (c++)"JDEMDataset::~JDEMDataset()@GDAL_1.8" 1.8.0
@@ -1852,8 +1987,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MSGNDataset::~MSGNDataset()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::AdviseRead(int, int, int, int, int, int, GDALDataType, int, int*, char**)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::OpenInternal(GDALOpenInfo*, GDALDataset*, int)@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::CheckForRSets(char const*)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::ReadJPEGBlock(int, int)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -1870,9 +2007,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NITFDataset::NITFDatasetCreate(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::InitializeCGMMetadata()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::InitializeTREMetadata()@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
+ (c++)"NITFDataset::InitializeNITFMetadata()@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::InitializeTextMetadata()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
- (c++)"NITFDataset::Open(GDALOpenInfo*, GDALDataset*, int)@GDAL_1.8" 1.8.0
+ (c++)"NITFDataset::AddFile(char**, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"NITFDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"NITFDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
@@ -1950,11 +2089,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRCSVLayer::SetCreateCSVT(int)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVLayer::SetWriteGeometry(OGRCSVGeometryFormat)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::GetNextUnfilteredFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::SetCRLF(int)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCSVLayer::OGRCSVLayer(char const*, _IO_FILE*, char const*, int, int, char, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVLayer::~OGRCSVLayer()@GDAL_1.8" 1.8.0
@@ -1998,6 +2138,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFLayer::TranslateDIMENSION()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::ApplyOCSTransformer(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::CollectBoundaryPath(OGRGeometryCollection*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDXFLayer::CollectPolylinePath(OGRGeometryCollection*)@GDAL_1.8" 1.9.0
  (c++)"OGRDXFLayer::TranslateLWPOLYLINE()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::ClearPendingFeatures()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::GetNextUnfilteredFeature()@GDAL_1.8" 1.8.0
@@ -2007,6 +2148,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFLayer::~OGRDXFLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::LaunderColName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::SetNextByIndex(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::ParseCSVResponse(char*, std::vector<CPLString, std::allocator<CPLString> >&)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetGeometryColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::BuildFeatureFromSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::PatchSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::OGRGFTLayer(OGRGFTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::OGRGFTLayer(OGRGFTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTLayer::~OGRGFTLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLLayer::ResetReading()@GDAL_1.8" 1.8.0
@@ -2115,11 +2273,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMemLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRMemLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRMemLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRMemLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
+ (c++)"OGRMemLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRMemLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRMemLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -2217,6 +2378,26 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSUALayer::~OGRSUALayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGLayer::LoadSchema()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetGeomType()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::endElementCbk(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::dataHandlerCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::startElementCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::endElementLoadSchemaCbk(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::dataHandlerLoadSchemaCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::startElementLoadSchemaCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::OGRSVGLayer(char const*, char const*, SVGGeometryType, OGRSVGDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::OGRSVGLayer(char const*, char const*, SVGGeometryType, OGRSVGDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGLayer::~OGRSVGLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRStyleMgr::GetPartCount(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleMgr::GetStyleName(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleMgr::GetStyleByName(char const*)@GDAL_1.8" 1.8.0
@@ -2261,14 +2442,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVFKLayer::~OGRVFKLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVFKLayer::~OGRVFKLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::GetFeature(long)@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::Initialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SyncToDisk()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::GetGeomType()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::FastInitialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTLayer::FullInitialize()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -2279,9 +2462,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVRTLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::createFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::TranslateVRTFeatureToSrcFeature(OGRFeature*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::GetName()@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::OGRVRTLayer()@GDAL_1.8" 1.8.0
- (c++)"OGRVRTLayer::OGRVRTLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTLayer::OGRVRTLayer(OGRVRTDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTLayer::OGRVRTLayer(OGRVRTDataSource*)@GDAL_1.8" 1.9.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTLayer::~OGRVRTLayer()@GDAL_1.8" 1.8.0
@@ -2296,7 +2480,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetPostHeader()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
- (c++)"OGRWFSLayer::BuildLayerDefn(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSLayer::BuildLayerDefn(OGRFeatureDefn*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::FetchGetFeature(int)@GDAL_1.8" 1.8.0
@@ -2311,6 +2495,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSLayer::DescribeFeatureType()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetDescribeFeatureTypeURL(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSLayer::BuildLayerDefnFromFeatureClass(GMLFeatureClass*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSLayer::ExecuteGetFeatureResultTypeHits()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
@@ -2358,8 +2543,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK2Band::SetMetadata(char**, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::GetColorTable()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::SetColorTable(GDALColorTable*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Band::SetDescription(char const*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Band::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Band::GetCategoryNames()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Band::GetOverviewCount()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::CheckForColorTable()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Band::RefreshOverviewList()@GDAL_1.8" 1.8.0
@@ -2496,6 +2683,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKProperty::~VFKProperty()@GDAL_1.8" 1.8.0
  (c++)"VFKProperty::~VFKProperty()@GDAL_1.8" 1.8.0
  (c++)"VFKProperty::operator=(VFKProperty const&)@GDAL_1.8" 1.8.0
+ (c++)"ZMapDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
+ (c++)"ZMapDataset::~ZMapDataset()@GDAL_1.8" 1.9.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::DTDHandler::~DTDHandler()@GDAL_1.8" 1.8.0
@@ -2512,7 +2708,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"xercesc_2_8::SAXException::~SAXException()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::SAXException::~SAXException()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::SAXException::~SAXException()@GDAL_1.8" 1.8.0
- (c++)"xercesc_2_8::SAX2XMLReader::setInputBufferSize(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"xercesc_2_8::SAX2XMLReader::setInputBufferSize(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"xercesc_2_8::SAX2XMLReader::~SAX2XMLReader()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::SAX2XMLReader::~SAX2XMLReader()@GDAL_1.8" 1.8.0
  (c++)"xercesc_2_8::SAX2XMLReader::~SAX2XMLReader()@GDAL_1.8" 1.8.0
@@ -2567,6 +2763,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BTRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::SetUnitType(char const*)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
+ (c++)"BTRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.9.0
  (c++)"BTRasterBand::BTRasterBand(GDALDataset*, _IO_FILE*, GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::BTRasterBand(GDALDataset*, _IO_FILE*, GDALDataType)@GDAL_1.8" 1.8.0
  (c++)"BTRasterBand::~BTRasterBand()@GDAL_1.8" 1.8.0
@@ -2603,9 +2800,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DIMAPDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"DIMAPDataset::SetMetadata(CPLXMLNode*, char const**)@GDAL_1.8" 1.9.0
  (c++)"DIMAPDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"DIMAPDataset::ReadImageInformation()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPDataset::ReadImageInformation2()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"DIMAPDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"DIMAPDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -2646,10 +2847,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::~GDAL_EDBFile()@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::RebuildPath()@GDAL_1.8" 1.8.0
+ (c++)"GMLReadState::Reset()@GDAL_1.8" 1.9.0
  (c++)"GMLReadState::PopPath()@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::PushPath(char const*)@GDAL_1.8" 1.8.0
- (c++)"GMLReadState::MatchPath(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReadState::PushPath(char const*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReadState::GMLReadState()@GDAL_1.8" 1.8.0
  (c++)"GMLReadState::GMLReadState()@GDAL_1.8" 1.8.0
  (c++)"GMLReadState::~GMLReadState()@GDAL_1.8" 1.8.0
@@ -2664,11 +2864,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::Crystalize()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::FlushCache()@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::LoadRPCRPB()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::OpenOffset(tiff*, GTiffDataset**, unsigned long long, int, GDALAccess, int, int, char**)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::ReadRPCTag()@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindIMDFile(char**)@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindRPBFile(char**)@GDAL_1.8" 1.8.0
- (c++)"GTiffDataset::FindRPCFile(char**)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::FindIMDFile()@GDAL_1.8" 1.9.0
+ (c++)"GTiffDataset::FindRPBFile()@GDAL_1.8" 1.9.0
+ (c++)"GTiffDataset::FindRPCFile()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
@@ -2687,6 +2888,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::ScanDirectories()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
@@ -2699,6 +2901,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::LookForProjection()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::PushMetadataToPam()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::WriteEncodedStrip(unsigned int, unsigned char*, int)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::WriteEncodedTileOrStrip(unsigned int, void*, int)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::RegisterNewOverviewDataset(unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::CreateInternalMaskOverviews(int, int)@GDAL_1.8" 1.8.0
@@ -2706,9 +2909,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GetGCPs()@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::LoadIMD()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::OpenDir(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::CreateLL(char const*, int, int, int, GDALDataType, double, char**)@GDAL_1.8" 1.8.0
+ (c++)"GTiffDataset::Finalize()@GDAL_1.8" 1.9.0
  (c++)"GTiffDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GTiffDataset()@GDAL_1.8" 1.8.0
  (c++)"GTiffDataset::GTiffDataset()@GDAL_1.8" 1.8.0
@@ -2746,11 +2951,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IMapInfoFile::~IMapInfoFile()@GDAL_1.8" 1.8.0
  (c++)"IMapInfoFile::~IMapInfoFile()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::WriteLabel(CPLString, CPLString, CPLString, unsigned int, unsigned int, unsigned int, GDALDataType, unsigned long long, char const*, unsigned long long&, bool)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::CleanString(CPLString&)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteRaster(CPLString, bool, unsigned long long, unsigned long long, GDALDataType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteKeyword(_IO_FILE*, unsigned int, CPLString, CPLString)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::GetKeywordSub(char const*, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::WriteFormatting(_IO_FILE*, CPLString)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::RecordSizeCalculation(unsigned int, unsigned int, unsigned int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::WriteQUBE_Information(_IO_FILE*, unsigned int, unsigned int&, unsigned int, unsigned int, unsigned int, GDALDataType, char const*)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"ISIS2Dataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"ISIS2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"ISIS2Dataset::ISIS2Dataset()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::ISIS2Dataset()@GDAL_1.8" 1.8.0
  (c++)"ISIS2Dataset::~ISIS2Dataset()@GDAL_1.8" 1.8.0
@@ -2816,7 +3030,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDODSLayer::~OGRDODSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
- (c++)"OGRDXFDriver::GetDXFColorTable()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDriver::~OGRDXFDriver()@GDAL_1.8" 1.8.0
@@ -2842,6 +3055,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRFieldDefn::OGRFieldDefn(OGRFieldDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFieldDefn::~OGRFieldDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRFieldDefn::~OGRFieldDefn()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDriver::~OGRGFTDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
@@ -2986,7 +3206,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGeoLayer::BuildFeatureDefn(char const*, CPLODBCStatement*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::GetGeometryColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
- (c++)"OGRPGeoLayer::createFromShapeBin(unsigned char*, OGRGeometry**, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::OGRPGeoLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::OGRPGeoLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoLayer::~OGRPGeoLayer()@GDAL_1.8" 1.8.0
@@ -3020,12 +3239,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSLayer::~OGRSDTSLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGYLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::OGRSEGYLayer(char const*, _IO_FILE*, SEGYBinaryFileHeader*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::OGRSEGYLayer(char const*, _IO_FILE*, SEGYBinaryFileHeader*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYLayer::~OGRSEGYLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSUADriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADriver::~OGRSUADriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDriver::~OGRSVGDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRStyleTool::GetParamDbl(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleTool::GetParamNum(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
  (c++)"OGRStyleTool::GetParamStr(ogr_style_param const&, ogr_style_value&, int&)@GDAL_1.8" 1.8.0
@@ -3164,7 +3400,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABRectangle::~TABRectangle()@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerAltName::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::TigerAltName(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::TigerAltName(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAltName::~TigerAltName()@GDAL_1.8" 1.8.0
@@ -3203,11 +3438,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKDataBlock::~VFKDataBlock()@GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::~VFKDataBlock()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIMemHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIMemHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIMemHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::Close()@GDAL_1.8" 1.8.0
- (c++)"VSIMemHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIMemHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIMemHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIMemHandle::~VSIMemHandle()@GDAL_1.8" 1.8.0
@@ -3275,10 +3511,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"BAGRasterBand::~BAGRasterBand()@GDAL_1.8" 1.8.0
- (c++)"BIGGIFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"BIGGIFDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"BIGGIFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::ReOpen()@GDAL_1.8" 1.8.0
- (c++)"BIGGIFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::BIGGIFDataset()@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::BIGGIFDataset()@GDAL_1.8" 1.8.0
  (c++)"BIGGIFDataset::~BIGGIFDataset()@GDAL_1.8" 1.8.0
@@ -3318,6 +3553,44 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
  (c++)"CCPRasterBand::~CCPRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"CPLStringList::Initialize()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddNameValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::SetNameValue(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::MakeOurOwnCopy()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::EnsureAllocation(int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddStringDirectly(char*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::InsertStringDirectly(int, char*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FindSortedInsertionPoint(char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Sort()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Clear()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Assign(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::AddString(char const*)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::StealList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(char**, int)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::~CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::~CPLStringList()@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator=(CPLStringList const&)@GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator[](int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::GetCategoryNames()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::CTGRasterBand(CTGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::CTGRasterBand(CTGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"CTGRasterBand::~CTGRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::ERSRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::ERSRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ERSRasterBand::~ERSRasterBand()@GDAL_1.8" 1.9.0
  (c++)"FITRasterBand::GetMaximum(int*)@GDAL_1.8" 1.8.0
  (c++)"FITRasterBand::GetMinimum(int*)@GDAL_1.8" 1.8.0
  (c++)"FITRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
@@ -3408,6 +3681,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HFARasterBand::GetDefaultRAT()@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::SetColorTable(GDALColorTable*)@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::SetDefaultRAT(GDALRasterAttributeTable const*)@GDAL_1.8" 1.8.0
+ (c++)"HFARasterBand::WriteNamedRAT(char const*, GDALRasterAttributeTable const*)@GDAL_1.8" 1.9.0
  (c++)"HFARasterBand::BuildOverviews(char const*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::CleanOverviews()@GDAL_1.8" 1.8.0
  (c++)"HFARasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -3455,7 +3729,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IdrisiDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
- (c++)"IdrisiDataset::GeoReference2Wkt(char const*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::Wkt2GeoReference(char const*, char**, char**)@GDAL_1.8" 1.8.0
  (c++)"IdrisiDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -3499,14 +3772,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MEMRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetCategoryNames()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetCategoryNames(char**)@GDAL_1.8" 1.8.0
+ (c++)"MEMRasterBand::GetDefaultHistogram(double*, double*, int*, int**, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"MEMRasterBand::SetDefaultHistogram(double, double, int, int*)@GDAL_1.8" 1.9.0
  (c++)"MEMRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::SetOffset(double)@GDAL_1.8" 1.8.0
- (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
- (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"MEMRasterBand::MEMRasterBand(GDALDataset*, int, unsigned char*, GDALDataType, int, int, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MEMRasterBand::~MEMRasterBand()@GDAL_1.8" 1.8.0
@@ -3571,8 +3846,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::DestroyDataSource(OGRDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::ProcessSQLDropIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDataSource::ProcessSQLDropTable(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRDataSource::ProcessSQLCreateIndex(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::SetStyleTableDirectly(OGRStyleTable*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableAddColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableDropColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableAlterColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRDataSource::ProcessSQLAlterTableRenameColumn(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRDataSource::Release()@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::CopyLayer(OGRLayer*, char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::Reference()@GDAL_1.8" 1.8.0
@@ -3683,29 +3963,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDriver::~OGRSDTSDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGP1Layer::ExpandTabs(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::DetectLatitudeColumn(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::OGRSEGP1Layer(char const*, _IO_FILE*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::OGRSEGP1Layer(char const*, _IO_FILE*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGP1Layer::~OGRSEGP1Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDriver::~OGRSEGYDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::FetchShape(int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SyncToDisk()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::TouchLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::CheckForQIX()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::ScanIndices()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::ResetGeomType(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::ConvertCodePage(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::RecomputeExtent()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::DropSpatialIndex()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::CreateSpatialIndex(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::CloseFileDescriptors()@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::ReopenFileDescriptors()@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::GetFeatureCountWithSpatialFilterOnly()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::Repack()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRShapeLayer::OGRShapeLayer(char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, OGRwkbGeometryType)@GDAL_1.8" 1.8.0
- (c++)"OGRShapeLayer::OGRShapeLayer(char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, OGRwkbGeometryType)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeLayer::OGRShapeLayer(OGRShapeDataSource*, char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, int, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRShapeLayer::OGRShapeLayer(OGRShapeDataSource*, char const*, SHPInfo*, DBFInfo*, OGRSpatialReference*, int, int, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeLayer::~OGRShapeLayer()@GDAL_1.8" 1.8.0
@@ -3863,9 +4168,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RawRasterBand::StoreNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"RawRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"RawRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
- (c++)"RawRasterBand::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"RawRasterBand::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"RawRasterBand::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
- (c++)"RawRasterBand::Write(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"RawRasterBand::Write(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"RawRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"RawRasterBand::SetAccess(GDALAccess)@GDAL_1.8" 1.8.0
  (c++)"RawRasterBand::RawRasterBand(GDALDataset*, int, void*, unsigned long long, int, int, GDALDataType, int, int, int)@GDAL_1.8" 1.8.0
@@ -3883,6 +4188,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"SGIRasterBand::~SGIRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"SNODASDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
+ (c++)"SNODASDataset::~SNODASDataset()@GDAL_1.8" 1.9.0
  (c++)"SRPRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"SRPRasterBand::GetColorTable()@GDAL_1.8" 1.8.0
  (c++)"SRPRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -3958,12 +4273,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TSXRasterBand::~TSXRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::GetFeature(int)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::WriteField(OGRFeature*, char const*, char*, int, int, char, char)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::WritePoint(char*, int, double, double)@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::WriteFields(TigerRecordInfo*, OGRFeature*, char*)@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::WriteFields(TigerRecordInfo const*, OGRFeature*, char*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::WriteRecord(char*, int, char const*, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetupVersion()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::AddFieldDefns(TigerRecordInfo*, OGRFeatureDefn*)@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::AddFieldDefns(TigerRecordInfo const*, OGRFeatureDefn*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::GetShortModule()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetWriteModule(char const*, int, OGRFeature*)@GDAL_1.8" 1.8.0
@@ -3974,28 +4290,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerFileBase::OpenFile(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::SetField(OGRFeature*, char const*, char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::GetModule()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::SetFields(TigerRecordInfo*, OGRFeature*, char*)@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::TigerFileBase()@GDAL_1.8" 1.8.0
- (c++)"TigerFileBase::TigerFileBase()@GDAL_1.8" 1.8.0
+ (c++)"TigerFileBase::SetFields(TigerRecordInfo const*, OGRFeature*, char*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::SetModule(char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::TigerFileBase(TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"TigerFileBase::TigerFileBase(TigerRecordInfo const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
  (c++)"TigerFileBase::~TigerFileBase()@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZipCodes::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::TigerZipCodes(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::TigerZipCodes(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
  (c++)"TigerZipCodes::~TigerZipCodes()@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZipPlus4::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::TigerZipPlus4(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::TigerZipPlus4(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
  (c++)"TigerZipPlus4::~TigerZipPlus4()@GDAL_1.8" 1.8.0
+ (c++)"VRTFuncSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTFuncSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTFuncSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTFuncSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTFuncSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -4029,7 +4342,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTRasterBand::UnsetNoDataValue()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::CopyCommonInfoFrom(GDALRasterBand*)@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::GetDefaultHistogram(double*, double*, int*, int**, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"VRTRasterBand::IsSourcedRasterBand()@GDAL_1.8" 1.9.0
  (c++)"VRTRasterBand::SetDefaultHistogram(double, double, int, int*)@GDAL_1.8" 1.8.0
+ (c++)"VRTRasterBand::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
@@ -4042,15 +4357,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTRasterBand::~VRTRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VSICachedFile::LoadBlocks(unsigned long, unsigned long, void*, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Eof()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Seek(unsigned long long, int)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Tell()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Close()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Flush()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::Demote(VSICacheChunk*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::FlushLRU()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::VSICachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::VSICachedFile(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
+ (c++)"VSICachedFile::~VSICachedFile()@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::GetFileSize()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::DownloadRegion(unsigned long long, int)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlHandle::ReadMultiRange(int, void**, unsigned long long const*, unsigned long const*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSICurlHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSICurlHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSICurlHandle::Exists()@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::VSICurlHandle(VSICurlFilesystemHandler*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VSICurlHandle::VSICurlHandle(VSICurlFilesystemHandler*, char const*)@GDAL_1.8" 1.8.0
@@ -4060,12 +4391,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIGZipHandle::check_header()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::CloseBaseHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIGZipHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIGZipHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIGZipHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSIGZipHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIGZipHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIGZipHandle::gzseek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::getLong()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipHandle::get_byte()@GDAL_1.8" 1.8.0
@@ -4092,17 +4423,27 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
  (c++)"XYZRasterBand::~XYZRasterBand()@GDAL_1.8" 1.8.0
- (c++)"netCDFDataset::SafeStrcat(char**, char*, unsigned int*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::DefVarDeflate(int, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::FetchCopyParm(char const*, char const*, double)@GDAL_1.8" 1.8.0
- (c++)"netCDFDataset::SetProjection(int)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetDefineMode(int)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::SetProjection(char const*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::IdentifyFormat(GDALOpenInfo*, bool)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::ReadAttributes(int, int)@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetGeoTransform(double*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::AddProjectionVars(int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::CreateSubDatasetList()@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::SetProjectionFromVar(int)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::FetchStandardParallels(char const*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::ProcessCreationOptions()@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::rint(double)@GDAL_1.8" 1.8.0
+ (c++)"netCDFDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::CreateLL(char const*, int, int, int, char**)@GDAL_1.8" 1.9.0
+ (c++)"netCDFDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"netCDFDataset::netCDFDataset()@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::netCDFDataset()@GDAL_1.8" 1.8.0
  (c++)"netCDFDataset::~netCDFDataset()@GDAL_1.8" 1.8.0
@@ -4113,8 +4454,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"swq_expr_node::ReverseSubExpressions()@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::Dump(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::Check(swq_field_list*)@GDAL_1.8" 1.8.0
- (c++)"swq_expr_node::Quote(CPLString&)@GDAL_1.8" 1.8.0
- (c++)"swq_expr_node::Unparse(swq_field_list*)@GDAL_1.8" 1.8.0
+ (c++)"swq_expr_node::Quote(CPLString&, char)@GDAL_1.8" 1.9.0
+ (c++)"swq_expr_node::Unparse(swq_field_list*, char)@GDAL_1.8" 1.9.0
  (c++)"swq_expr_node::Evaluate(swq_expr_node* (*)(swq_expr_node*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::swq_expr_node(swq_op)@GDAL_1.8" 1.8.0
  (c++)"swq_expr_node::swq_expr_node(char const*)@GDAL_1.8" 1.8.0
@@ -4131,11 +4472,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"AAIGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
- (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int, GDALDataType)@GDAL_1.8" 1.8.0
- (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int, GDALDataType)@GDAL_1.8" 1.8.0
+ (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int)@GDAL_1.8" 1.9.0
+ (c++)"AAIGRasterBand::AAIGRasterBand(AAIGDataset*, int)@GDAL_1.8" 1.9.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
  (c++)"AAIGRasterBand::~AAIGRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"ACE2RasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::GetCategoryNames()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::ACE2RasterBand(_IO_FILE*, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::ACE2RasterBand(_IO_FILE*, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ACE2RasterBand::~ACE2RasterBand()@GDAL_1.8" 1.9.0
  (c++)"ADRGRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"ADRGRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"ADRGRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
@@ -4209,6 +4557,30 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
  (c++)"DTEDRasterBand::~DTEDRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"E00GRIDDataset::ReadMetadata()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::ReadNextLine(void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Rewind(void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::ReadLine()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDDataset::~E00GRIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::AddSubDataset(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Build(char const*, CPLXMLNode*, CPLString, CPLString, char const*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCDataset::~ECRGTOCDataset()@GDAL_1.8" 1.9.0
  (c++)"EHdrRasterBand::GetMaximum(int*)@GDAL_1.8" 1.8.0
  (c++)"EHdrRasterBand::GetMinimum(int*)@GDAL_1.8" 1.8.0
  (c++)"EHdrRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
@@ -4235,6 +4607,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"EnvisatDataset::GetGCPProjection()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::ScanForGCPs_ASAR()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::ScanForGCPs_MERIS()@GDAL_1.8" 1.8.0
+ (c++)"EnvisatDataset::CollectADSMetadata()@GDAL_1.8" 1.9.0
  (c++)"EnvisatDataset::CollectDSDMetadata()@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"EnvisatDataset::GetGCPs()@GDAL_1.8" 1.8.0
@@ -4261,7 +4634,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"FASTRasterBand::~FASTRasterBand()@GDAL_1.8" 1.8.0
  (c++)"FileDataSource::DataSourceFeof()@GDAL_1.8" 1.8.0
  (c++)"FileDataSource::DataSourceFgetc()@GDAL_1.8" 1.8.0
- (c++)"FileDataSource::DataSourceFread(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"FileDataSource::DataSourceFread(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"FileDataSource::DataSourceFseek(long, int)@GDAL_1.8" 1.8.0
  (c++)"FileDataSource::DataSourceFtell()@GDAL_1.8" 1.8.0
  (c++)"FileDataSource::DataSourceUngetc(int)@GDAL_1.8" 1.8.0
@@ -4292,8 +4665,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALOverviewDS::~GDALOverviewDS()@GDAL_1.8" 1.8.0
  (c++)"GDALOverviewDS::~GDALOverviewDS()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::FlushCache()@GDAL_1.8" 1.8.0
- (c++)"GDALPamDataset::TryLoadAux()@GDAL_1.8" 1.8.0
- (c++)"GDALPamDataset::TryLoadXML()@GDAL_1.8" 1.8.0
+ (c++)"GDALPamDataset::TryLoadAux(char**)@GDAL_1.8" 1.9.0
+ (c++)"GDALPamDataset::TryLoadXML(char**)@GDAL_1.8" 1.9.0
  (c++)"GDALPamDataset::TrySaveXML()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetFileList()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetGCPCount()@GDAL_1.8" 1.8.0
@@ -4314,6 +4687,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALPamDataset::SetSubdatasetName(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::GetPhysicalFilename()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::SetPhysicalFilename(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALPamDataset::IsPamFilenameAPotentialSiblingFile()@GDAL_1.8" 1.9.0
  (c++)"GDALPamDataset::GetGCPs()@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::SetGCPs(int, GDAL_GCP const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALPamDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
@@ -4339,6 +4713,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBand::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetUnitType()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.8.0
+ (c++)"GDALRasterBand::ReportError(CPLErr, int, char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"GDALRasterBand::SetUnitType(char const*)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetBlockSize(int*, int*)@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::GetHistogram(double, double, int, int*, int, int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
@@ -4389,11 +4764,28 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBand::~GDALRasterBand()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBand::~GDALRasterBand()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::AdviseRead(int, int, int, int, int, int, GDALDataType, int, int*, char**)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::CreateCopy(char const*, GDALDataset*, int, char**, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::Initialize(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetClamp(bool)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetDataType(GDALDataType)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetBlockSize(int, int)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSDataset::WMSSetBandsCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDataWindow(GDALWMSDataWindow&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetRasterSize(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetOverviewCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetNeedsDataWindow(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultBlockSize(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultTileCount(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultTileLevel(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultOverviewCount(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::WMSSetDefaultDataWindowCoordinates(double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::GDALWMSDataset()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::GDALWMSDataset()@GDAL_1.8" 1.8.0
@@ -4491,6 +4883,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NWT_GRCDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"NWT_GRCDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"NWT_GRCDataset::NWT_GRCDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::NWT_GRCDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRCDataset::~NWT_GRCDataset()@GDAL_1.8" 1.8.0
@@ -4499,6 +4892,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NWT_GRDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"NWT_GRDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
  (c++)"NWT_GRDDataset::NWT_GRDDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::NWT_GRDDataset()@GDAL_1.8" 1.8.0
  (c++)"NWT_GRDDataset::~NWT_GRDDataset()@GDAL_1.8" 1.8.0
@@ -4523,6 +4917,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
  (c++)"OGDIRasterBand::~OGDIRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::OGRARCGENLayer(char const*, _IO_FILE*, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::OGRARCGENLayer(char const*, _IO_FILE*, OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENLayer::~OGRARCGENLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinLayer::GetNextFeature()@GDAL_1.8" 1.8.0
@@ -4568,11 +4973,30 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterDS::~OGRDXFWriterDS()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOLayer::AddFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::AddFieldDefn(CPLString const&, OGRFieldType, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetAttributeIndex(CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::OGREDIGEOLayer(OGREDIGEODataSource*, char const*, OGRwkbGeometryType, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::OGREDIGEOLayer(OGREDIGEODataSource*, char const*, OGRwkbGeometryType, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOLayer::~OGREDIGEOLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::SetGeomType(OGRwkbGeometryType)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::AddFieldDefn(OGRFieldDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::GetFieldDefn(int)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::GetFieldIndex(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRFeatureDefn::DeleteFieldDefn(int)@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::CreateFeatureDefn(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRFeatureDefn::ReorderFieldDefns(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureDefn::DestroyFeatureDefn(OGRFeatureDefn*)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::Clone()@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureDefn::Release()@GDAL_1.8" 1.8.0
@@ -4603,6 +5027,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSLayer::~OGRGeoRSSLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::SetExtent(double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::OGRIdrisiLayer(char const*, _IO_FILE*, OGRwkbGeometryType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::OGRIdrisiLayer(char const*, _IO_FILE*, OGRwkbGeometryType, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiLayer::~OGRIdrisiLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRMIAttrIndex::RemoveEntry(OGRField*, long)@GDAL_1.8" 1.8.0
  (c++)"OGRMIAttrIndex::GetAllMatches(OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRMIAttrIndex::GetAllMatches(OGRField*, long*, int*, int*)@GDAL_1.8" 1.8.0
@@ -4662,6 +5100,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::IsTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::ClearStatement()@GDAL_1.8" 1.8.0
@@ -4673,11 +5112,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteLayer::GetGeometryColumn()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::GetNextRawFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::RollbackTransaction()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometry(OGRGeometry const*, int, OGRwkbByteOrder, unsigned char**, int*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometry(OGRGeometry const*, int, OGRwkbByteOrder, int, int, int, unsigned char**, int*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::ImportSpatiaLiteGeometry(unsigned char const*, int, OGRGeometry**)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::createFromSpatialiteInternal(unsigned char const*, OGRGeometry**, int, OGRwkbByteOrder, int*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ComputeSpatiaLiteGeometrySize(OGRGeometry const*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometryInternal(OGRGeometry const*, OGRwkbByteOrder, unsigned char*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteLayer::GetSpatialiteGeometryCode(OGRGeometry const*, int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::createFromSpatialiteInternal(unsigned char const*, OGRGeometry**, int, OGRwkbByteOrder, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::ComputeSpatiaLiteGeometrySize(OGRGeometry const*, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::ExportSpatiaLiteGeometryInternal(OGRGeometry const*, OGRwkbByteOrder, int, int, int, unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteLayer::CanBeCompressedSpatialiteGeometry(OGRGeometry const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteLayer::OGRSQLiteLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::OGRSQLiteLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteLayer::~OGRSQLiteLayer()@GDAL_1.8" 1.8.0
@@ -4740,6 +5181,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PAuxRasterBand::~PAuxRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::ProcessRPC()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Dataset::GetFileList()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Dataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::SetMetadata(char**, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -4752,6 +5194,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK2Dataset::PCIDSKTypeToGDAL(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK2Dataset::LLOpen(char const*, PCIDSK::PCIDSKFile*, GDALAccess)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK2Dataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::PCIDSK2Dataset()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK2Dataset::PCIDSK2Dataset()@GDAL_1.8" 1.8.0
@@ -4893,9 +5336,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
  (c++)"TABRawBinBlock::~TABRawBinBlock()@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerIDHistory::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::TigerIDHistory(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::TigerIDHistory(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerIDHistory::~TigerIDHistory()@GDAL_1.8" 1.8.0
@@ -4903,7 +5343,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerIDHistory::~TigerIDHistory()@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerLandmarks::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::TigerLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::TigerLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerLandmarks::~TigerLandmarks()@GDAL_1.8" 1.8.0
@@ -4911,15 +5350,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerLandmarks::~TigerLandmarks()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerOverUnder::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::TigerOverUnder(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::TigerOverUnder(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
  (c++)"TigerOverUnder::~TigerOverUnder()@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerTLIDRange::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::TigerTLIDRange(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::TigerTLIDRange(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerTLIDRange::~TigerTLIDRange()@GDAL_1.8" 1.8.0
@@ -4943,16 +5378,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIFileManager::~VSIFileManager()@GDAL_1.8" 1.8.0
  (c++)"VSIFileManager::~VSIFileManager()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIStdinHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIStdinHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIStdinHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::Close()@GDAL_1.8" 1.8.0
- (c++)"VSIStdinHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIStdinHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIStdinHandle::VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinHandle::~VSIStdinHandle()@GDAL_1.8" 1.8.0
+ (c++)"ZMapRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::ZMapRasterBand(ZMapDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::ZMapRasterBand(ZMapDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ZMapRasterBand::~ZMapRasterBand()@GDAL_1.8" 1.9.0
  (c++)"COASPRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"COASPRasterBand::COASPRasterBand(COASPDataset*, GDALDataType, int, _IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"COASPRasterBand::COASPRasterBand(COASPDataset*, GDALDataType, int, _IO_FILE*)@GDAL_1.8" 1.8.0
@@ -5000,7 +5442,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDatasetPool::RefDataset(char const*, GDALAccess)@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::ShowContent()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::_RefDataset(char const*, GDALAccess)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPool::ForceDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALDatasetPool::UnrefDataset(_GDALProxyPoolCacheEntry*)@GDAL_1.8" 1.8.0
+ (c++)"GDALDatasetPool::PreventDestroy()@GDAL_1.8" 1.9.0
  (c++)"GDALDatasetPool::Ref()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::Unref()@GDAL_1.8" 1.8.0
  (c++)"GDALDatasetPool::GDALDatasetPool(int)@GDAL_1.8" 1.8.0
@@ -5049,6 +5493,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
  (c++)"GDALRasterBlock::~GDALRasterBlock()@GDAL_1.8" 1.8.0
+ (c++)"GFSTemplateItem::Update(int)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::GFSTemplateItem(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::GFSTemplateItem(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::~GFSTemplateItem()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateItem::~GFSTemplateItem()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GetClassCount()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::Insert(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::Update(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::~GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GFSTemplateList::~GFSTemplateList()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::endElementCbk(void*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::dataHandlerCbk(void*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::startElementCbk(void*, char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GetFID(void*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GMLExpatHandler(GMLReader*, XML_ParserStruct*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::GMLExpatHandler(GMLReader*, XML_ParserStruct*)@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
+ (c++)"GMLExpatHandler::~GMLExpatHandler()@GDAL_1.8" 1.9.0
  (c++)"GMLFeatureClass::GetExtents(double*, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::SetExtents(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::SetSRSName(char const*)@GDAL_1.8" 1.8.0
@@ -5103,8 +5570,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffRasterBand::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::GetOverviewCount()@GDAL_1.8" 1.8.0
+ (c++)"GTiffRasterBand::FillCacheForOtherBands(int, int)@GDAL_1.8" 1.9.0
  (c++)"GTiffRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.8.0
+ (c++)"GTiffRasterBand::DirectIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.9.0
  (c++)"GTiffRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"GTiffRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
@@ -5151,8 +5620,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"JPEG2000Dataset::~JPEG2000Dataset()@GDAL_1.8" 1.8.0
  (c++)"JPEG2000Dataset::~JPEG2000Dataset()@GDAL_1.8" 1.8.0
  (c++)"JPEG2000Dataset::~JPEG2000Dataset()@GDAL_1.8" 1.8.0
- (c++)"LevellerDataset::write_byte(unsigned int)@GDAL_1.8" 1.8.0
- (c++)"LevellerDataset::locate_data(unsigned long long&, unsigned int&, _IO_FILE*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"LevellerDataset::write_byte(unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"LevellerDataset::locate_data(unsigned long long&, unsigned long&, _IO_FILE*, char const*)@GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::raw_to_proj(double, double, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::write_header()@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
@@ -5160,24 +5629,24 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"LevellerDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::SetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::convert_measure(double, double&, char const*)@GDAL_1.8" 1.8.0
- (c++)"LevellerDataset::write_tag_start(char const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"LevellerDataset::write_tag_start(char const*, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::make_local_coordsys(char const*, UNITLABEL)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::make_local_coordsys(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::compute_elev_scaling(OGRSpatialReference const&)@GDAL_1.8" 1.8.0
- (c++)"LevellerDataset::get(char*, unsigned int, _IO_FILE*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"LevellerDataset::get(char*, unsigned long, _IO_FILE*, char const*)@GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::get(double&, _IO_FILE*, char const*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::get(int&, _IO_FILE*, char const*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::write(double)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::write(int)@GDAL_1.8" 1.8.0
- (c++)"LevellerDataset::write(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"LevellerDataset::write(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::Create(char const*, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::write_tag(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::write_tag(char const*, double)@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::write_tag(char const*, int)@GDAL_1.8" 1.8.0
- (c++)"LevellerDataset::write_tag(char const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"LevellerDataset::write_tag(char const*, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::LevellerDataset()@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::LevellerDataset()@GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::~LevellerDataset()@GDAL_1.8" 1.8.0
@@ -5187,12 +5656,34 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"MFFSpheroidList::MFFSpheroidList()@GDAL_1.8" 1.8.0
  (c++)"MFFSpheroidList::~MFFSpheroidList()@GDAL_1.8" 1.8.0
  (c++)"MFFSpheroidList::~MFFSpheroidList()@GDAL_1.8" 1.8.0
+ (c++)"MerisL2FlagBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::MerisL2FlagBand(GDALDataset*, int, _IO_FILE*, long, long)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::MerisL2FlagBand(GDALDataset*, int, _IO_FILE*, long, long)@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"MerisL2FlagBand::~MerisL2FlagBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetHeaderInfo(unsigned char const*, double*, int*, int*, int*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDDataset::~NGSGEOIDDataset()@GDAL_1.8" 1.9.0
  (c++)"NTFGenericClass::SetMultiple(char const*)@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::CheckAddAttr(char const*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::~NTFGenericClass()@GDAL_1.8" 1.8.0
  (c++)"NTFGenericClass::~NTFGenericClass()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDriver::~OGRARCGENDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDriver::GetName()@GDAL_1.8" 1.8.0
@@ -5205,6 +5696,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCE00Driver::~OGRAVCE00Driver()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::SetNextByIndex(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::ParseFieldValue(OGRFeature*, char const*, json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::TranslateFeature(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::BuildFeatureDefnFromDoc(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::BuildFeatureDefnFromRows(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::FetchNextRowsAnalyseDocs(json_object*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::OGRCouchDBLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::OGRCouchDBLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBLayer::~OGRCouchDBLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODriver::~OGREDIGEODriver()@GDAL_1.8" 1.9.0
  (c++)"OGRFeatureQuery::GetUsedFields()@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureQuery::FieldCollector(void*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRFeatureQuery::EvaluateAgainstIndices(OGRLayer*, int*)@GDAL_1.8" 1.8.0
@@ -5244,6 +5758,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDriver::~OGRGeoRSSDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDriver::~OGRIdrisiDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRMultiPolygon::importFromWkt(char**)@GDAL_1.8" 1.8.0
  (c++)"OGRMultiPolygon::addGeometryDirectly(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRMultiPolygon::OGRMultiPolygon()@GDAL_1.8" 1.8.0
@@ -5310,12 +5830,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::BuildFields()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRPGTableLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRPGTableLayer::GetGeomType()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGTableLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRPGTableLayer::GetNextFeature()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::BuildCopyFields()@GDAL_1.8" 1.8.0
@@ -5339,9 +5861,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGTableLayer::~OGRPGTableLayer()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDriver::InitWithEPSG(sqlite3*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDriver::DeleteDataSource(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDriver::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDriver::~OGRSQLiteDriver()@GDAL_1.8" 1.8.0
@@ -5377,6 +5899,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PCRasterDataset::~PCRasterDataset()@GDAL_1.8" 1.8.0
+ (c++)"PointerAutoFree::~PointerAutoFree()@GDAL_1.8" 1.9.0
+ (c++)"PointerAutoFree::~PointerAutoFree()@GDAL_1.8" 1.9.0
  (c++)"SAR_CEOSDataset::GetGCPCount()@GDAL_1.8" 1.8.0
  (c++)"SAR_CEOSDataset::GetMetadata(char const*)@GDAL_1.8" 1.8.0
  (c++)"SAR_CEOSDataset::ScanForGCPs()@GDAL_1.8" 1.8.0
@@ -5465,17 +5989,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
  (c++)"TerragenDataset::~TerragenDataset()@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerFeatureIds::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::TigerFeatureIds(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::TigerFeatureIds(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
  (c++)"TigerFeatureIds::~TigerFeatureIds()@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerZeroCellID::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::TigerZeroCellID(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::TigerZeroCellID(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerZeroCellID::~TigerZeroCellID()@GDAL_1.8" 1.8.0
@@ -5487,14 +6005,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VFKPropertyDefn::~VFKPropertyDefn()@GDAL_1.8" 1.8.0
  (c++)"VRTOverviewInfo::~VRTOverviewInfo()@GDAL_1.8" 1.8.0
  (c++)"VRTOverviewInfo::~VRTOverviewInfo()@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::SetSrcBand(GDALRasterBand*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetDstWindow(int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetSrcWindow(int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::IsSimpleSource()@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetNoDataValue(double)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::SetSrcMaskBand(GDALRasterBand*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::DatasetRasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::GetSrcDstWindow(int, int, int, int, int, int, int*, int*, int*, int*, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSimpleSource::IsSameExceptBandNumber(VRTSimpleSource*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetBand()@GDAL_1.8" 1.9.0
+ (c++)"VRTSimpleSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTSimpleSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::DstToSrc(double, double, double&, double&)@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -5505,18 +6030,20 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTSimpleSource::~VRTSimpleSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSimpleSource::~VRTSimpleSource()@GDAL_1.8" 1.8.0
  (c++)"VSIStdoutHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIStdoutHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIStdoutHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIStdoutHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIStdoutHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIStdoutHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSIStdoutHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIStdoutHandle::~VSIStdoutHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdoutHandle::~VSIStdoutHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIStdoutHandle::~VSIStdoutHandle()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::~VSI_IOInterface()@GDAL_1.8" 1.8.0
+ (c++)"WMSCTileSetDesc::~WMSCTileSetDesc()@GDAL_1.8" 1.9.0
+ (c++)"WMSCTileSetDesc::~WMSCTileSetDesc()@GDAL_1.8" 1.9.0
  (c++)"AirSARRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"AirSARRasterBand::AirSARRasterBand(AirSARDataset*, int)@GDAL_1.8" 1.8.0
  (c++)"AirSARRasterBand::AirSARRasterBand(AirSARDataset*, int)@GDAL_1.8" 1.8.0
@@ -5616,7 +6143,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLXercesHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::startEntity(unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"GMLXercesHandler::GetAttributes(void*)@GDAL_1.8" 1.8.0
+ (c++)"GMLXercesHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
  (c++)"GMLXercesHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::GetFID(void*)@GDAL_1.8" 1.8.0
  (c++)"GMLXercesHandler::GMLXercesHandler(GMLReader*)@GDAL_1.8" 1.8.0
@@ -5643,8 +6170,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTiffOddBitsBand::~GTiffOddBitsBand()@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::FlushCache()@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::GetGCPCount()@GDAL_1.8" 1.8.0
- (c++)"HDF4ImageDataset::GetGridAttrs(long)@GDAL_1.8" 1.8.0
- (c++)"HDF4ImageDataset::GetSwatAttrs(long)@GDAL_1.8" 1.8.0
+ (c++)"HDF4ImageDataset::GetGridAttrs(int)@GDAL_1.8" 1.9.0
+ (c++)"HDF4ImageDataset::GetSwatAttrs(int)@GDAL_1.8" 1.9.0
  (c++)"HDF4ImageDataset::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::GetGeoTransform(double*)@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::ReadCoordinates(char const*, double*, double*)@GDAL_1.8" 1.8.0
@@ -5655,7 +6182,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HDF4ImageDataset::GetImageDimensions(char*)@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::USGSMnemonicToCode(char const*)@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::CaptureNRLGeoTransform()@GDAL_1.8" 1.8.0
- (c++)"HDF4ImageDataset::ProcessSwathGeolocation(long, char**)@GDAL_1.8" 1.8.0
+ (c++)"HDF4ImageDataset::ProcessSwathGeolocation(int, char**)@GDAL_1.8" 1.9.0
  (c++)"HDF4ImageDataset::CaptureCoastwatchGCTPInfo()@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::ProcessModisSDSGeolocation()@GDAL_1.8" 1.8.0
  (c++)"HDF4ImageDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
@@ -5707,7 +6234,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IdrisiRasterBand::~IdrisiRasterBand()@GDAL_1.8" 1.8.0
  (c++)"MemoryDataSource::DataSourceFeof()@GDAL_1.8" 1.8.0
  (c++)"MemoryDataSource::DataSourceFgetc()@GDAL_1.8" 1.8.0
- (c++)"MemoryDataSource::DataSourceFread(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"MemoryDataSource::DataSourceFread(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"MemoryDataSource::DataSourceFseek(long, int)@GDAL_1.8" 1.8.0
  (c++)"MemoryDataSource::DataSourceFtell()@GDAL_1.8" 1.8.0
  (c++)"MemoryDataSource::DataSourceUngetc(int)@GDAL_1.8" 1.8.0
@@ -5742,12 +6269,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRCSVDataSource::Open(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
- (c++)"OGRCSVDataSource::OpenTable(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRCSVDataSource::OpenTable(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRCSVDataSource::OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRCSVDataSource::~OGRCSVDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDriver::~OGRCouchDBDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRDGNDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRDGNDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRDGNDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5796,8 +6330,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFDataSource::~OGRDXFDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOFEADesc::~OGREDIGEOFEADesc()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOFEADesc::~OGREDIGEOFEADesc()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::DeleteLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::AddHTTPOptions(char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::RunSQL(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::FetchAuth(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTDataSource::~OGRGFTDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::BuildWhere()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::FetchDescribe()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetGeometryType(OGRwkbGeometryType)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::StartTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CommitTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::RollbackTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::CreateTableIfNecessary()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::OGRGFTTableLayer(OGRGFTDataSource*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::OGRGFTTableLayer(OGRGFTDataSource*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTTableLayer::~OGRGFTTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
- (c++)"OGRGMLDataSource::GrowExtents(OGREnvelope*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGMLDataSource::GrowExtents(OGREnvelope3D*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGMLDataSource::InsertHeader()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGMLDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5878,6 +6458,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeoJSONReader::OGRGeoJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReader::~OGRGeoJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoJSONReader::~OGRGeoJSONReader()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetFIDColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::BuildFeatureDefn(char const*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetGeometryColumn()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaLayer::~OGRGeomediaLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGmtDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGmtDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGmtDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -5981,7 +6577,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGResultLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
- (c++)"OGRPGResultLayer::ReadResultDefinition(pg_result*)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::BuildFullQueryStatement()@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRPGResultLayer::OGRPGResultLayer(OGRPGDataSource*, char const*, pg_result*)@GDAL_1.8" 1.8.0
@@ -6025,6 +6620,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSUADataSource::~OGRSUADataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSVGDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::dataHandlerValidateCbk(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::startElementValidateCbk(char const*, char const**)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSVGDataSource::~OGRSVGDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRTABDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -6037,9 +6644,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRTABDataSource::~OGRTABDataSource()@GDAL_1.8" 1.8.0
- (c++)"OGRVFKDataSource::CreateLayer(VFKDataBlock const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVFKDataSource::CreateLayerFromBlock(VFKDataBlock const*)@GDAL_1.8" 1.9.0
  (c++)"OGRVFKDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetInfo(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRVFKDataSource::GetName()@GDAL_1.8" 1.8.0
@@ -6052,6 +6659,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRVRTDataSource::Initialize(CPLXMLNode*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRVRTDataSource::AddForbiddenNames(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRVRTDataSource::IsInForbiddenNames(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRVRTDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRVRTDataSource::OGRVRTDataSource()@GDAL_1.8" 1.8.0
@@ -6067,9 +6676,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRWFSDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::SaveLayerSchema(char const*, CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::SendGetCapabilities(char const*, CPLString&)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::GetPostTransactionURL()@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::LoadMultipleLayerDefn(char const*, char*, char*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::DetectTransactionSupport(CPLXMLNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::DetectRequiredOutputFormat(CPLXMLNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRWFSDataSource::DetectRequiresEnvelopeSpatialFilter(CPLXMLNode*)@GDAL_1.8" 1.9.0
  (c++)"OGRWFSDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRWFSDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
@@ -6106,6 +6718,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"SDTSRasterReader::SDTSRasterReader()@GDAL_1.8" 1.8.0
  (c++)"SDTSRasterReader::~SDTSRasterReader()@GDAL_1.8" 1.8.0
  (c++)"SDTSRasterReader::~SDTSRasterReader()@GDAL_1.8" 1.8.0
+ (c++)"SNODASRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::SNODASRasterBand(_IO_FILE*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::SNODASRasterBand(_IO_FILE*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"SNODASRasterBand::~SNODASRasterBand()@GDAL_1.8" 1.9.0
  (c++)"TABMAPCoordBlock::WriteBytes(int, unsigned char*)@GDAL_1.8" 1.8.0
  (c++)"TABMAPCoordBlock::CommitToFile()@GDAL_1.8" 1.8.0
  (c++)"TABMAPCoordBlock::InitNewBlock(_IO_FILE*, int, int)@GDAL_1.8" 1.8.0
@@ -6159,24 +6779,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
  (c++)"TABMAPIndexBlock::~TABMAPIndexBlock()@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerEntityNames::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::TigerEntityNames(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::TigerEntityNames(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
  (c++)"TigerEntityNames::~TigerEntityNames()@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerKeyFeatures::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::TigerKeyFeatures(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::TigerKeyFeatures(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
  (c++)"TigerKeyFeatures::~TigerKeyFeatures()@GDAL_1.8" 1.8.0
+ (c++)"VRTComplexSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTComplexSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTComplexSource::LookupValue(double)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VRTComplexSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTComplexSource::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTComplexSource::VRTComplexSource()@GDAL_1.8" 1.8.0
@@ -6203,6 +6820,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedDataset::ProcessBlock(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::IBuildOverviews(char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"VRTWarpedDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTWarpedDataset::AddBand(GDALDataType, char**)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedDataset::VRTWarpedDataset(int, int)@GDAL_1.8" 1.8.0
@@ -6214,28 +6832,39 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIArchiveReader::~VSIArchiveReader()@GDAL_1.8" 1.8.0
  (c++)"VSIArchiveReader::~VSIArchiveReader()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSISubFileHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSISubFileHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSISubFileHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::Close()@GDAL_1.8" 1.8.0
- (c++)"VSISubFileHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSISubFileHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileHandle::~VSISubFileHandle()@GDAL_1.8" 1.8.0
+ (c++)"VSIVirtualHandle::ReadMultiRange(int, void**, unsigned long long const*, unsigned long const*)@GDAL_1.8" 1.9.0
  (c++)"VSIVirtualHandle::Flush()@GDAL_1.8" 1.8.0
+ (c++)"VSIVirtualHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIVirtualHandle::~VSIVirtualHandle()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<signed char>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<double>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<float>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<unsigned char>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<int>(void*, int)@GDAL_1.8" 1.9.0
+ (c++)"void netCDFRasterBand::CheckValidData<short>(void*, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetNoDataValue(double)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::CreateBandMetadata()@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::CreateBandMetadata(int*)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::GetScale(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetScale(double)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::GetOffset(int*)@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::SetOffset(double)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int)@GDAL_1.8" 1.8.0
- (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int)@GDAL_1.8" 1.8.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, GDALDataType, int, int, char*, char*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, GDALDataType, int, int, char*, char*)@GDAL_1.8" 1.9.0
+ (c++)"netCDFRasterBand::netCDFRasterBand(netCDFDataset*, int, int, int, int*, int*, int*, int)@GDAL_1.8" 1.9.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
  (c++)"netCDFRasterBand::~netCDFRasterBand()@GDAL_1.8" 1.8.0
@@ -6249,6 +6878,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"COASPMetadataItem::COASPMetadataItem(char*, char*)@GDAL_1.8" 1.8.0
  (c++)"COASPMetadataItem::COASPMetadataItem(char*, char*)@GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::Close()@GDAL_1.8" 1.8.0
+ (c++)"E00GRIDRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetStatistics(int, int, double*, double*, double*, double*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::E00GRIDRasterBand(E00GRIDDataset*, int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::E00GRIDRasterBand(E00GRIDDataset*, int, GDALDataType)@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"E00GRIDRasterBand::~E00GRIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::GetFileList()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::Build(char const*, char const*, int, int, char const*, std::vector<FrameDesc, std::allocator<FrameDesc> > const&, double, double, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCSubDataset::~ECRGTOCSubDataset()@GDAL_1.8" 1.9.0
  (c++)"EpsilonRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"EpsilonRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"EpsilonRasterBand::EpsilonRasterBand(EpsilonDataset*, int)@GDAL_1.8" 1.8.0
@@ -6324,6 +6969,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALWMSRasterBand::AskMiniDriverForBlock(CPLString*, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::HasArbitraryOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSRasterBand::SetColorInterpretation(GDALColorInterp)@GDAL_1.8" 1.9.0
  (c++)"GDALWMSRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::ZeroBlock(int, int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSRasterBand::GDALWMSRasterBand(GDALWMSDataset*, int, double)@GDAL_1.8" 1.8.0
@@ -6355,6 +7001,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
  (c++)"GMLBinInputStream::~GMLBinInputStream()@GDAL_1.8" 1.8.0
+ (c++)"GRASSASCIIDataset::ParseHeader(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
+ (c++)"GRASSASCIIDataset::~GRASSASCIIDataset()@GDAL_1.8" 1.9.0
  (c++)"ITABFeatureSymbol::DumpSymbolDef(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"ITABFeatureSymbol::GetSymbolStyleString(double)@GDAL_1.8" 1.8.0
  (c++)"ITABFeatureSymbol::SetSymbolFromStyleString(char const*)@GDAL_1.8" 1.8.0
@@ -6441,6 +7093,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRDXFBlocksLayer::~OGRDXFBlocksLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFBlocksLayer::~OGRDXFBlocksLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::TextEscape(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRDXFWriterLayer::WriteHATCH(OGRFeature*, OGRGeometry*)@GDAL_1.8" 1.9.0
  (c++)"OGRDXFWriterLayer::WritePOINT(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::WriteValue(int, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDXFWriterLayer::WriteValue(int, double)@GDAL_1.8" 1.8.0
@@ -6475,6 +7128,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRESRIJSONReader::OGRESRIJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReader::~OGRESRIJSONReader()@GDAL_1.8" 1.8.0
  (c++)"OGRESRIJSONReader::~OGRESRIJSONReader()@GDAL_1.8" 1.8.0
+ (c++)"OGRGFTResultLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::RunSQL()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::OGRGFTResultLayer(OGRGFTDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::OGRGFTResultLayer(OGRGFTDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGFTResultLayer::~OGRGFTResultLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelDriver::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::CreateDataSource(char const*, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::DeleteDataSource(char const*)@GDAL_1.8" 1.8.0
@@ -6483,6 +7144,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDriver::~OGRGPSBabelDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaDriver::FindDriverLib()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::LibraryExists(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::InstallMdbDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDriver::~OGRGeomediaDriver()@GDAL_1.8" 1.9.0
  (c++)"OGRILI1DataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRILI1DataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRILI1DataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -6602,6 +7272,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSDTSDataSource::~OGRSDTSDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGUKOOADriver::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADriver::~OGRSEGUKOOADriver()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYDataSource::~OGRSEGYDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::ParseHeaders()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::OGRUKOOAP190Layer(char const*, _IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::OGRUKOOAP190Layer(char const*, _IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
+ (c++)"OGRUKOOAP190Layer::~OGRUKOOAP190Layer()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneAPTLayer::AddFeature(char const*, char const*, int, double, int, double, double, int, double, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLayer::OGRXPlaneAPTLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLayer::OGRXPlaneAPTLayer()@GDAL_1.8" 1.8.0
@@ -6660,6 +7355,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RasterliteDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::CleanOverviewLevel(int)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::CreateOverviewLevel(int, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
+ (c++)"RasterliteDataset::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"RasterliteDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.8.0
  (c++)"RasterliteDataset::RasterliteDataset(RasterliteDataset*, int)@GDAL_1.8" 1.8.0
@@ -6765,7 +7461,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
  (c++)"USGSDEMRasterBand::~USGSDEMRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VRTAveragedSource::GetMaximum(int, int, int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTAveragedSource::GetMinimum(int, int, int*)@GDAL_1.8" 1.9.0
  (c++)"VRTAveragedSource::SerializeToXML(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VRTAveragedSource::GetType()@GDAL_1.8" 1.9.0
  (c++)"VRTAveragedSource::RasterIO(int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTAveragedSource::VRTAveragedSource()@GDAL_1.8" 1.8.0
  (c++)"VRTAveragedSource::VRTAveragedSource()@GDAL_1.8" 1.8.0
@@ -6784,12 +7483,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIZipWriteHandle::StartNewFile(VSIZipWriteHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::StopCurrentFile()@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIZipWriteHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIZipWriteHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIZipWriteHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSIZipWriteHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIZipWriteHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIZipWriteHandle::VSIZipWriteHandle(VSIZipFilesystemHandler*, void*, VSIZipWriteHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::VSIZipWriteHandle(VSIZipFilesystemHandler*, void*, VSIZipWriteHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIZipWriteHandle::~VSIZipWriteHandle()@GDAL_1.8" 1.8.0
@@ -6849,6 +7548,39 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
  (c++)"GDALNoDataMaskBand::~GDALNoDataMaskBand()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMetaDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::ExploreLayer(CPLXMLNode*, CPLString, CPLString, char const*, char const*, char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddSubDataset(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddSubDataset(char const*, char const*, char const*, char const*, char const*, char const*, char const*, char const*, CPLString, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddWMSCSubDataset(WMSCTileSetDesc&, char const*, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::ParseWMSCTileSets(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AddTiledSubDataset(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetTileService(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeTileMapService(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetCapabilities(CPLXMLNode*, CPLString, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::DownloadGetTileService(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::DownloadGetCapabilities(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::AnalyzeGetTileServiceRecurse(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMetaDataset::~GDALWMSMetaDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPCount()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGeoTransform(double*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPProjection()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetProjectionRef()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::CollectXMPMetadata()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::DetectGeoreferencing(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GetGCPs()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::Identify(GDALOpenInfo*)@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
+ (c++)"GIFAbstractDataset::~GIFAbstractDataset()@GDAL_1.8" 1.9.0
  (c++)"JPEG2000RasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"JPEG2000RasterBand::GetColorInterpretation()@GDAL_1.8" 1.8.0
  (c++)"JPEG2000RasterBand::JPEG2000RasterBand(JPEG2000Dataset*, int, int, int)@GDAL_1.8" 1.8.0
@@ -6868,6 +7600,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"LevellerRasterBand::~LevellerRasterBand()@GDAL_1.8" 1.8.0
  (c++)"LevellerRasterBand::~LevellerRasterBand()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::GetKeyword(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASAKeywordHandler::GetKeywordList()@GDAL_1.8" 1.9.0
  (c++)"NASAKeywordHandler::Ingest(_IO_FILE*, int)@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::ReadPair(CPLString&, CPLString&)@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::ReadWord(CPLString&)@GDAL_1.8" 1.8.0
@@ -6877,6 +7610,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASAKeywordHandler::NASAKeywordHandler()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::~NASAKeywordHandler()@GDAL_1.8" 1.8.0
  (c++)"NASAKeywordHandler::~NASAKeywordHandler()@GDAL_1.8" 1.8.0
+ (c++)"NGSGEOIDRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::GetUnitType()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::NGSGEOIDRasterBand(NGSGEOIDDataset*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::NGSGEOIDRasterBand(NGSGEOIDDataset*)@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NGSGEOIDRasterBand::~NGSGEOIDRasterBand()@GDAL_1.8" 1.9.0
  (c++)"OGRAeronavFAALayer::GetLayerDefn()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAALayer::ResetReading()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAALayer::GetSpatialRef()@GDAL_1.8" 1.8.0
@@ -6917,6 +7657,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryFactory::forceToMultiPolygon(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::approximateArcAngles(double, double, double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::transformWithOptions(OGRGeometry const*, OGRCoordinateTransformation*, char**)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryFactory::createFromFgfInternal(unsigned char*, OGRSpatialReference*, OGRGeometry**, int, int*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryFactory::forceToMultiLineString(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::getGEOSGeometryFactory()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryFactory::haveGEOS()@GDAL_1.8" 1.8.0
@@ -7002,13 +7743,40 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRPGeoSelectLayer::~OGRPGeoSelectLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGYHeaderLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::OGRSEGYHeaderLayer(char const*, SEGYBinaryFileHeader*, char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::OGRSEGYHeaderLayer(char const*, SEGYBinaryFileHeader*, char*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGYHeaderLayer::~OGRSEGYHeaderLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::BuildWhere()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::Initialize(char const*, char const*, char const*, char const*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::OGRSQLiteViewLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::OGRSQLiteViewLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteViewLayer::~OGRSQLiteViewLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::DeleteLayer(int)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::UnchainLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::SetLastUsedLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::Open(char const*, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::GetName()@GDAL_1.8" 1.8.0
+ (c++)"OGRShapeDataSource::AddLayer(OGRShapeLayer*)@GDAL_1.8" 1.9.0
  (c++)"OGRShapeDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::OpenFile(char const*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRShapeDataSource::OGRShapeDataSource()@GDAL_1.8" 1.8.0
@@ -7149,9 +7917,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
  (c++)"TerragenRasterBand::~TerragenRasterBand()@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerAreaLandmarks::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::TigerAreaLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::TigerAreaLandmarks(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerAreaLandmarks::~TigerAreaLandmarks()@GDAL_1.8" 1.8.0
@@ -7168,33 +7933,31 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
  (c++)"TigerCompleteChain::~TigerCompleteChain()@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolyChainLink::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::TigerPolyChainLink(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::TigerPolyChainLink(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::~TigerPolyChainLink()@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::~TigerPolyChainLink()@GDAL_1.8" 1.8.0
  (c++)"TigerPolyChainLink::~TigerPolyChainLink()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIGZipWriteHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIGZipWriteHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIGZipWriteHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSIGZipWriteHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIGZipWriteHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIGZipWriteHandle::VSIGZipWriteHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::VSIGZipWriteHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::~VSIGZipWriteHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::~VSIGZipWriteHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipWriteHandle::~VSIGZipWriteHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIUnixStdioHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIUnixStdioHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIUnixStdioHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSIUnixStdioHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIUnixStdioHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIUnixStdioHandle::Truncate(unsigned long long)@GDAL_1.8" 1.9.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioHandle::~VSIUnixStdioHandle()@GDAL_1.8" 1.8.0
@@ -7278,6 +8041,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
  (c++)"HDF5ImageRasterBand::~HDF5ImageRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRARCGENDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRARCGENDataSource::~OGRARCGENDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRAVCBinDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRAVCBinDataSource::Open(char const*, int)@GDAL_1.8" 1.8.0
@@ -7306,6 +8079,42 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAADriver::~OGRAeronavFAADriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBRowsLayer::GetLayerType()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::BuildFeatureDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::OGRCouchDBRowsLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::OGRCouchDBRowsLayer(OGRCouchDBDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBRowsLayer::~OGRCouchDBRowsLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadEDIGEO()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPoints()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPolygon(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildPolygons()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateFeature(CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::BuildLineStrings()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateLabelLayers()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::CreateLayerFromObjectDesc(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadDIC()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadGEN()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadGEO()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadQAL()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadSCD()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadTHF(_IO_FILE*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::ReadVEC(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OpenFile(char const*, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::SetStyle(CPLString const&, OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEODataSource::~OGREDIGEODataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRGeoRSSDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGeoRSSDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -7347,6 +8156,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRHTFSoundingLayer::~OGRHTFSoundingLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRIdrisiDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRIdrisiDataSource::~OGRIdrisiDataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRMILayerAttrIndex::AddAttrInd(int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMILayerAttrIndex::AddToIndex(OGRFeature*, int)@GDAL_1.8" 1.8.0
  (c++)"OGRMILayerAttrIndex::Initialize(char const*, OGRLayer*)@GDAL_1.8" 1.8.0
@@ -7418,34 +8237,54 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSQLiteDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::DeleteLayer(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::LaunderName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::InitWithEPSG()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::SetCacheSize()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::SoftRollback()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenOrCreateDB(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::SetSynchronous()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenVirtualTable(char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::DetectSRSWktColumn()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::FlushSoftTransaction()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::SoftStartTransaction()@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDataSource::Open(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::Create(char const*, char**)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::GetName()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::SetName(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::FetchSRS(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::GetLayer(int)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteDataSource::OpenTable(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteDataSource::OpenView(char const*, char const*, char const*, char const*, char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteDataSource::OpenTable(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int, int, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteDataSource::OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteDataSource::~OGRSQLiteDataSource()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::BindValues(OGRFeature*, sqlite3_stmt*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::BuildWhere()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::GetFeature(long)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteTableLayer::Initialize(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::Initialize(char const*, char const*, OGRwkbGeometryType, char const*, OGRSpatialReference*, int, int, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::DeleteField(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::IsTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"OGRSQLiteTableLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::RecreateTable(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::ResetStatement()@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::ClearInsertStmt()@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSQLiteTableLayer::AddColumnAncientMethod(OGRFieldDefn&)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::CheckSpatialIndexTable()@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::InitFieldListForRecrerate(char*&, char*&, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSQLiteTableLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSQLiteTableLayer::OGRSQLiteTableLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::OGRSQLiteTableLayer(OGRSQLiteDataSource*)@GDAL_1.8" 1.8.0
  (c++)"OGRSQLiteTableLayer::~OGRSQLiteTableLayer()@GDAL_1.8" 1.8.0
@@ -7475,6 +8314,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::ValidateUnit(OGR_SRSNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::FixupOrdering()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetEPSGGeogCS()@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetCompoundCS(char const*, OGRSpatialReference const*, OGRSpatialReference const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetProjection(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetSinusoidal(double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetStatePlane(int, int, char const*, double)@GDAL_1.8" 1.8.0
@@ -7506,6 +8346,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::IsLinearParameter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::ValidateAuthority(OGR_SRSNode*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::ValidateVertDatum(OGR_SRSNode*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::importFromURNPart(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::importFromWMSAUTO(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsAngularParameter(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEquirectangular(double, double, double, double)@GDAL_1.8" 1.8.0
@@ -7515,9 +8356,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::EPSGTreatsAsLatLong()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEquirectangular2(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsLongitudeParameter(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetTargetLinearUnits(char const*, char const*, double)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::importFromMICoordSys(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::DestroySpatialReference(OGRSpatialReference*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::ImportFromESRIWisconsinWKT(char const*, double, double, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetGaussSchreiberTMercator(double, double, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::ImportFromESRIStatePlaneWKT(int, char const*, char const*, int, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetLinearUnitsAndUpdateParameters(char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Clear()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Fixup()@GDAL_1.8" 1.8.0
@@ -7532,6 +8376,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::SetTM(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetCEA(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetHOM(double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetIGH()@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetLCC(double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetSOC(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetTMG(double, double, double, double)@GDAL_1.8" 1.8.0
@@ -7554,10 +8399,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::Validate()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::Reference()@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetEckert(int, double, double, double)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetGeocCS(char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetGeogCS(char const*, char const*, char const*, double, double, char const*, double, char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetKrovak(double, double, double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetLCC1SP(double, double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::SetProjCS(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::SetVertCS(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::SetWagner(int, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::OGRSpatialReference(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::OGRSpatialReference(OGRSpatialReference const&)@GDAL_1.8" 1.8.0
@@ -7614,11 +8461,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTWarpedRasterBand::~VRTWarpedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTWarpedRasterBand::~VRTWarpedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VSISparseFileHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSISparseFileHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSISparseFileHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSISparseFileHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSISparseFileHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSISparseFileHandle::Close()@GDAL_1.8" 1.8.0
- (c++)"VSISparseFileHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSISparseFileHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSISparseFileHandle::~VSISparseFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISparseFileHandle::~VSISparseFileHandle()@GDAL_1.8" 1.8.0
  (c++)"VSISparseFileHandle::~VSISparseFileHandle()@GDAL_1.8" 1.8.0
@@ -7660,6 +8507,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALDefaultOverviews::CleanOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::CreateMaskBand(int, int)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GetOverviewCount(int)@GDAL_1.8" 1.8.0
+ (c++)"GDALDefaultOverviews::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"GDALDefaultOverviews::BuildOverviewsSubDataset(char const*, char const*, int, int*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GDALDefaultOverviews()@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultOverviews::GDALDefaultOverviews()@GDAL_1.8" 1.8.0
@@ -7714,6 +8562,70 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
  (c++)"IntergraphRasterBand::~IntergraphRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"OGRCouchDBDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DeleteLayer(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DeleteLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OpenDatabase(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::ExecuteSQLStats(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GET(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::PUT(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::IsOK(json_object*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::POST(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::DELETE(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::IsError(json_object*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::REQUEST(char const*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OpenView()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBDataSource::~OGRCouchDBDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeature(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetLayerType()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetMaximumId()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::LoadMetadata()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(OGRFeature*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::DeleteFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRows()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::WriteMetadata()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchUpdateSeq()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetSpatialFilter(OGRGeometry*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::StartTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::BuildAttrQueryURI(int&)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::CommitTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::RollbackTransaction()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetTotalFeatureCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::SetInfoAfterCreation(OGRwkbGeometryType, OGRSpatialReference*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRowsSpatialFilter()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::FetchNextRowsAttributeFilter()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::RunSpatialFilterQueryIfNecessary()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::HasFilterOnFieldOrCreateIfNecessary(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::OGRCouchDBTableLayer(OGRCouchDBDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::OGRCouchDBTableLayer(OGRCouchDBDataSource*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBTableLayer::~OGRCouchDBTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRDODSSequenceLayer::GetFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSSequenceLayer::BuildFields(libdap::BaseType*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRDODSSequenceLayer::GetFieldValue(OGRDODSFieldDefn*, int, libdap::Sequence*)@GDAL_1.8" 1.8.0
@@ -7786,6 +8698,27 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
  (c++)"OGROpenAirLabelLayer::~OGROpenAirLabelLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGMemLayerWrapper::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGMemLayerWrapper::~OGRPGMemLayerWrapper()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOABaseLayer::~OGRSEGUKOOABaseLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::GetSpatialRef()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::GetNextRawFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::OGRSEGUKOOALineLayer(char const*, OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::OGRSEGUKOOALineLayer(char const*, OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOALineLayer::~OGRSEGUKOOALineLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRSFDriverRegistrar::OpenShared(char const*, int, OGRSFDriver**)@GDAL_1.8" 1.8.0
  (c++)"OGRSFDriverRegistrar::GetRegistrar()@GDAL_1.8" 1.8.0
  (c++)"OGRSFDriverRegistrar::GetDriverCount()@GDAL_1.8" 1.8.0
@@ -7848,6 +8781,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PostGISRasterDataset::GetProjectionRef()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::SetRasterProperties(char const*)@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::Open(GDALOpenInfo*)@GDAL_1.8" 1.8.0
+ (c++)"PostGISRasterDataset::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PostGISRasterDataset::PostGISRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::PostGISRasterDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterDataset::~PostGISRasterDataset()@GDAL_1.8" 1.8.0
@@ -7863,17 +8797,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
  (c++)"TABMAPObjRectEllipse::~TABMAPObjRectEllipse()@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonEconomic::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::TigerPolygonEconomic(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::TigerPolygonEconomic(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonEconomic::~TigerPolygonEconomic()@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerSpatialMetadata::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::TigerSpatialMetadata(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::TigerSpatialMetadata(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerSpatialMetadata::~TigerSpatialMetadata()@GDAL_1.8" 1.8.0
@@ -7893,6 +8821,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
  (c++)"VRTDerivedRasterBand::~VRTDerivedRasterBand()@GDAL_1.8" 1.8.0
+ (c++)"VRTSourcedRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"VRTSourcedRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
  (c++)"VRTSourcedRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::Initialize(int, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
@@ -7905,6 +8835,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTSourcedRasterBand::SetMetadataItem(char const*, char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddComplexSource(GDALRasterBand*, int, int, int, int, int, int, int, int, double, double, double, int)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddMaskBandSource(GDALRasterBand*, int, int, int, int, int, int, int, int)@GDAL_1.8" 1.8.0
+ (c++)"VRTSourcedRasterBand::IsSourcedRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"VRTSourcedRasterBand::CloseDependentDatasets()@GDAL_1.8" 1.9.0
  (c++)"VRTSourcedRasterBand::XMLInit(CPLXMLNode*, char const*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::AddSource(VRTSource*)@GDAL_1.8" 1.8.0
  (c++)"VRTSourcedRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.8.0
@@ -7980,6 +8912,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRAeronavFAAIAPLayer::~OGRAeronavFAAIAPLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOAttributeDef::~OGREDIGEOAttributeDef()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOAttributeDef::~OGREDIGEOAttributeDef()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDataSource::IsSpecialFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -8003,19 +8937,49 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGenSQLResultsLayer::TestCapability(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetSpatialFilter()@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::SetIgnoredFields()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::SortIndexSection(OGRField*, int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::TranslateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::AddFieldDefnToSet(int, int, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::CreateOrderByIndex()@GDAL_1.8" 1.8.0
+ (c++)"OGRGenSQLResultsLayer::ContainGeomSpecialField(swq_expr_node*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGenSQLResultsLayer::FindAndSetIgnoredFields()@GDAL_1.8" 1.9.0
  (c++)"OGRGenSQLResultsLayer::ExploreExprForIgnoredFields(swq_expr_node*, _CPLHashSet*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::Compare(OGRField*, OGRField*)@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
- (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGenSQLResultsLayer::OGRGenSQLResultsLayer(OGRDataSource*, void*, OGRGeometry*, char const*, char const*)@GDAL_1.8" 1.9.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRGenSQLResultsLayer::~OGRGenSQLResultsLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRGeomediaDataSource::ExecuteSQL(char const*, OGRGeometry*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetGeomediaSRS(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayerByName(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::ReleaseResultSet(OGRLayer*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetTableNameFromType(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::Open(char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaDataSource::~OGRGeomediaDataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::Initialize(char const*, char const*, OGRSpatialReference*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ClearStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::SetAttributeFilter(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::OGRGeomediaTableLayer(OGRGeomediaDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::OGRGeomediaTableLayer(OGRGeomediaDataSource*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaTableLayer::~OGRGeomediaTableLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::closeRings()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::segmentize(double)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::addGeometry(OGRGeometry const*)@GDAL_1.8" 1.8.0
@@ -8025,6 +8989,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryCollection::getGeometryRef(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::removeGeometry(int, int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::addGeometryDirectly(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryCollection::importFromWkbInternal(unsigned char*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeometryCollection::importFromWktInternal(char**, int)@GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::setCoordinateDimension(int)@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::empty()@GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::swapXY()@GDAL_1.8" 1.8.0
@@ -8041,6 +9007,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLSpatialDriver::~OGRMSSQLSpatialDriver()@GDAL_1.8" 1.8.0
+ (c++)"OGRSEGUKOOADataSource::GetLayerCount()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::Open(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::GetName()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::GetLayer(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
+ (c++)"OGRSEGUKOOADataSource::~OGRSEGUKOOADataSource()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneATCFreqLayer::AddFeature(char const*, char const*, char const*, double)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneATCFreqLayer::OGRXPlaneATCFreqLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneATCFreqLayer::OGRXPlaneATCFreqLayer()@GDAL_1.8" 1.8.0
@@ -8072,6 +9048,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLODBCDriverInstaller::InstallDriver(char const*, char const*, unsigned short)@GDAL_1.8" 1.8.0
  (c++)"CPLODBCDriverInstaller::CPLODBCDriverInstaller()@GDAL_1.8" 1.8.0
  (c++)"CPLODBCDriverInstaller::CPLODBCDriverInstaller()@GDAL_1.8" 1.8.0
+ (c++)"DIMAPWrapperRasterBand::RefUnderlyingRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"DIMAPWrapperRasterBand::~DIMAPWrapperRasterBand()@GDAL_1.8" 1.9.0
  (c++)"GDALDefaultAsyncReader::GetNextUpdatedRegion(double, int*, int*, int*, int*)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultAsyncReader::GDALDefaultAsyncReader(GDALDataset*, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int, char**)@GDAL_1.8" 1.8.0
  (c++)"GDALDefaultAsyncReader::GDALDefaultAsyncReader(GDALDataset*, int, int, int, int, void*, int, int, GDALDataType, int, int*, int, int, int, char**)@GDAL_1.8" 1.8.0
@@ -8086,6 +9066,53 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
  (c++)"KmlSuperOverlayDataset::~KmlSuperOverlayDataset()@GDAL_1.8" 1.8.0
+ (c++)"NITFProxyPamRasterBand::AdviseRead(int, int, int, int, int, int, GDALDataType, char**)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::FlushCache()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaximum(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMinimum(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaskBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMetadata(char const*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetOverview(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IWriteBlock(int, int, void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMaskFlags()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetColorTable()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetStatistics(int, int, double*, double*, double*, double*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::BuildOverviews(char const*, int, int*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::CreateMaskBand(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetNoDataValue(int*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetMetadataItem(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetOverviewCount()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::ComputeStatistics(int, double*, double*, double*, double*, int (*)(double, char const*, void*), void*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::ComputeRasterMinMax(int, double*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::HasArbitraryOverviews()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetColorInterpretation()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::GetRasterSampleOverview(int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::UnrefUnderlyingRasterBand(GDALRasterBand*)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::Fill(double, double)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::IRasterIO(GDALRWFlag, int, int, int, int, void*, int, int, GDALDataType, int, int)@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"NITFProxyPamRasterBand::~NITFProxyPamRasterBand()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::GetLayerDefn()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRCouchDBOneLineLayer::~OGRCouchDBOneLineLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetFeature(long)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ClearStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::ResetStatement()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::GetFeatureCount(int)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::OGRGeomediaSelectLayer(OGRGeomediaDataSource*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::OGRGeomediaSelectLayer(OGRGeomediaDataSource*, CPLODBCStatement*)@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRGeomediaSelectLayer::~OGRGeomediaSelectLayer()@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLGeometryParser::ReadPolygon(int)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryParser::ReadLineString(int)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryParser::ReadMultiPoint(int)@GDAL_1.8" 1.8.0
@@ -8188,6 +9215,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRNTFFeatureClassLayer::~OGRNTFFeatureClassLayer()@GDAL_1.8" 1.8.0
+ (c++)"OGRPGNoResetResultLayer::ResetReading()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::GetNextFeature()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::TestCapability(char const*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::OGRPGNoResetResultLayer(OGRPGDataSource*, pg_result*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::OGRPGNoResetResultLayer(OGRPGDataSource*, pg_result*)@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
+ (c++)"OGRPGNoResetResultLayer::~OGRPGNoResetResultLayer()@GDAL_1.8" 1.9.0
  (c++)"PostGISRasterRasterBand::GetDataset()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::IReadBlock(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::GetOverview(int)@GDAL_1.8" 1.8.0
@@ -8203,9 +9238,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
  (c++)"PostGISRasterRasterBand::~PostGISRasterRasterBand()@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::GetFeature(int)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPolygonCorrections::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::TigerPolygonCorrections(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::TigerPolygonCorrections(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPolygonCorrections::~TigerPolygonCorrections()@GDAL_1.8" 1.8.0
@@ -8222,12 +9254,12 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTKernelFilteredSource::~VRTKernelFilteredSource()@GDAL_1.8" 1.8.0
  (c++)"VRTKernelFilteredSource::~VRTKernelFilteredSource()@GDAL_1.8" 1.8.0
  (c++)"VSIBufferedReaderHandle::Eof()@GDAL_1.8" 1.8.0
- (c++)"VSIBufferedReaderHandle::Read(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIBufferedReaderHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIBufferedReaderHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.8.0
  (c++)"VSIBufferedReaderHandle::Tell()@GDAL_1.8" 1.8.0
  (c++)"VSIBufferedReaderHandle::Close()@GDAL_1.8" 1.8.0
  (c++)"VSIBufferedReaderHandle::Flush()@GDAL_1.8" 1.8.0
- (c++)"VSIBufferedReaderHandle::Write(void const*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"VSIBufferedReaderHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"VSIBufferedReaderHandle::VSIBufferedReaderHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIBufferedReaderHandle::VSIBufferedReaderHandle(VSIVirtualHandle*)@GDAL_1.8" 1.8.0
  (c++)"VSIBufferedReaderHandle::~VSIBufferedReaderHandle()@GDAL_1.8" 1.8.0
@@ -8246,6 +9278,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIMemFilesystemHandler::~VSIMemFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutRedirectHandle::Eof()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Read(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Seek(unsigned long long, int)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Tell()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Close()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Flush()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::Write(void const*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::VSIStdoutRedirectHandle(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::VSIStdoutRedirectHandle(VSIVirtualHandle*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectHandle::~VSIStdoutRedirectHandle()@GDAL_1.8" 1.9.0
  (c++)"VSITarFilesystemHandler::CreateReader(char const*)@GDAL_1.8" 1.8.0
  (c++)"VSITarFilesystemHandler::GetExtensions()@GDAL_1.8" 1.8.0
  (c++)"VSITarFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.8.0
@@ -8326,7 +9370,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
  (c++)"RPFTOCProxyRasterDataSet::~RPFTOCProxyRasterDataSet()@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::GetFileList(char const*, int*)@GDAL_1.8" 1.9.0
+ (c++)"VSICurlFilesystemHandler::GetCurlHandleFor(CPLString)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::GetCachedFileProp(char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::ParseHTMLFileList(char const*, char*, int*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::AddRegionToCacheDisk(CachedRegion*)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::GetRegionFromCacheDisk(char const*, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.8.0
@@ -8337,7 +9384,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSICurlFilesystemHandler::Unlink(char const*)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::ReadDir(char const*)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::ReadDir(char const*, int*)@GDAL_1.8" 1.8.0
- (c++)"VSICurlFilesystemHandler::AddRegion(char const*, unsigned long long, unsigned int, char const*)@GDAL_1.8" 1.8.0
+ (c++)"VSICurlFilesystemHandler::AddRegion(char const*, unsigned long long, unsigned long, char const*)@GDAL_1.8" 1.9.0
  (c++)"VSICurlFilesystemHandler::GetRegion(char const*, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::VSICurlFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSICurlFilesystemHandler::VSICurlFilesystemHandler()@GDAL_1.8" 1.8.0
@@ -8358,6 +9405,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIGZipFilesystemHandler::~VSIGZipFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"ECRGTOCProxyRasterDataSet::SanityCheckOK(GDALDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::RefUnderlyingDataset()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::UnrefUnderlyingDataset(GDALDataset*)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::ECRGTOCProxyRasterDataSet(ECRGTOCSubDataset*, char const*, int, int, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::ECRGTOCProxyRasterDataSet(ECRGTOCSubDataset*, char const*, int, int, double, double, double, double)@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
+ (c++)"ECRGTOCProxyRasterDataSet::~ECRGTOCProxyRasterDataSet()@GDAL_1.8" 1.9.0
  (c++)"GeometryInsertTransformer::GetSourceCS()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::GetTargetCS()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::TransformEx(int, double*, double*, double*, int*)@GDAL_1.8" 1.8.0
@@ -8365,6 +9420,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
  (c++)"GeometryInsertTransformer::~GeometryInsertTransformer()@GDAL_1.8" 1.8.0
+ (c++)"OGREDIGEOObjectDescriptor::OGREDIGEOObjectDescriptor(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::OGREDIGEOObjectDescriptor(OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::~OGREDIGEOObjectDescriptor()@GDAL_1.8" 1.9.0
+ (c++)"OGREDIGEOObjectDescriptor::~OGREDIGEOObjectDescriptor()@GDAL_1.8" 1.9.0
  (c++)"OGRMSSQLGeometryValidator::ValidatePoint(OGRPoint*)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryValidator::ValidatePolygon(OGRPolygon*)@GDAL_1.8" 1.8.0
  (c++)"OGRMSSQLGeometryValidator::ValidateGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
@@ -8462,6 +9521,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIStdinFilesystemHandler::~VSIStdinFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::Initialize(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::ImageRequest(CPLString*, GDALWMSImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetLowestScale(char**&, int, CPLString&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetCapabilities(GDALWMSMiniDriverCapabilities*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::TiledImageRequest(CPLString*, GDALWMSImageRequestInfo const&, GDALWMSTiledImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GetProjectionInWKT()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::Scale(char const*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_TiledWMS::~GDALWMSMiniDriver_TiledWMS()@GDAL_1.8" 1.9.0
  (c++)"OGRGPSBabelWriteDataSource::CreateLayer(char const*, OGRSpatialReference*, OGRwkbGeometryType, char**)@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelWriteDataSource::GetLayerCount()@GDAL_1.8" 1.8.0
  (c++)"OGRGPSBabelWriteDataSource::TestCapability(char const*)@GDAL_1.8" 1.8.0
@@ -8560,6 +9631,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSISubFileFilesystemHandler::~VSISubFileFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALRasterFPolygonEnumerator::NewPolygon(float)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::ProcessLine(float*, float*, int*, int*, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::MergePolygon(int, int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::CompleteMerges()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::Clear()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::GDALRasterFPolygonEnumerator(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::GDALRasterFPolygonEnumerator(int)@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::~GDALRasterFPolygonEnumerator()@GDAL_1.8" 1.9.0
+ (c++)"GDALRasterFPolygonEnumerator::~GDALRasterFPolygonEnumerator()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_TMS::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TMS::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TMS::GDALWMSMiniDriverFactory_TMS()@GDAL_1.8" 1.8.0
@@ -8626,6 +9706,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
  (c++)"VSIUnixStdioFilesystemHandler::~VSIUnixStdioFilesystemHandler()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::Initialize(CPLXMLNode*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GetCapabilities(GDALWMSMiniDriverCapabilities*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::TiledImageRequest(CPLString*, GDALWMSImageRequestInfo const&, GDALWMSTiledImageRequestInfo const&)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GetProjectionInWKT()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriver_VirtualEarth::~GDALWMSMiniDriver_VirtualEarth()@GDAL_1.8" 1.9.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::AddFeature(char const*, char const*, OGRMultiLineString*)@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::OGRXPlaneAPTLinearFeatureLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneAPTLinearFeatureLayer::OGRXPlaneAPTLinearFeatureLayer()@GDAL_1.8" 1.8.0
@@ -8669,6 +9758,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlane_VASI_PAPI_WIGWAG_Layer::~OGRXPlane_VASI_PAPI_WIGWAG_Layer()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::New()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_TiledWMS::~GDALWMSMiniDriverFactory_TiledWMS()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_WorldWind::GDALWMSMiniDriverFactory_WorldWind()@GDAL_1.8" 1.8.0
@@ -8683,6 +9779,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
  (c++)"OGRXPlaneWaterRunwayThresholdLayer::~OGRXPlaneWaterRunwayThresholdLayer()@GDAL_1.8" 1.8.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::Open(char const*, char const*)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::Stat(char const*, stat64*, int)@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
+ (c++)"VSIStdoutRedirectFilesystemHandler::~VSIStdoutRedirectFilesystemHandler()@GDAL_1.8" 1.9.0
  (c++)"GDALWMSMiniDriverFactory_TileService::New()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
@@ -8690,6 +9791,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
  (c++)"GDALWMSMiniDriverFactory_TileService::~GDALWMSMiniDriverFactory_TileService()@GDAL_1.8" 1.8.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::New()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::Delete(GDALWMSMiniDriver*)@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
+ (c++)"GDALWMSMiniDriverFactory_VirtualEarth::~GDALWMSMiniDriverFactory_VirtualEarth()@GDAL_1.8" 1.9.0
  (c++)"GTM::getNTracks()@GDAL_1.8" 1.8.0
  (c++)"GTM::rewindTrack()@GDAL_1.8" 1.8.0
  (c++)"GTM::hasNextTrack()@GDAL_1.8" 1.8.0
@@ -8705,14 +9813,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GTM::Open(char const*)@GDAL_1.8" 1.8.0
  (c++)"GTM::isValid()@GDAL_1.8" 1.8.0
  (c++)"GTM::getNWpts()@GDAL_1.8" 1.8.0
- (c++)"GTM::readFile(void*, unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"GTM::readFile(void*, unsigned long, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"GTM::GTM()@GDAL_1.8" 1.8.0
  (c++)"GTM::GTM()@GDAL_1.8" 1.8.0
  (c++)"GTM::~GTM()@GDAL_1.8" 1.8.0
  (c++)"GTM::~GTM()@GDAL_1.8" 1.8.0
  (c++)"KML::endElement(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"KML::findLayers(KMLNode*)@GDAL_1.8" 1.8.0
- (c++)"KML::getFeature(unsigned int, int&, int&)@GDAL_1.8" 1.8.0
+ (c++)"KML::getFeature(unsigned long, int&, int&)@GDAL_1.8" 1.9.0
  (c++)"KML::dataHandler(void*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"KML::selectLayer(int)@GDAL_1.8" 1.8.0
  (c++)"KML::startElement(void*, char const*, char const**)@GDAL_1.8" 1.8.0
@@ -8810,6 +9918,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"Track::Track(char const*, unsigned char, int)@GDAL_1.8" 1.8.0
  (c++)"Track::~Track()@GDAL_1.8" 1.8.0
  (c++)"Track::~Track()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::AvhrrSeg_t::~AvhrrSeg_t()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::AvhrrSeg_t::~AvhrrSeg_t()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKFile::~PCIDSKFile()@GDAL_1.8" 1.8.0
@@ -8820,7 +9930,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSK_TEX::~PCIDSK_TEX()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSK_TEX::~PCIDSK_TEX()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::ShapeField::Clear()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::SwapPixels(void*, PCIDSK::eChanType, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SwapPixels(void*, PCIDSK::eChanType, unsigned long)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKFile::ExtendFile(unsigned long long, bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::FlushBlock()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetChannel(int)@GDAL_1.8" 1.8.0
@@ -8831,7 +9941,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKFile::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::UnlockBlock(bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::WriteToFile(void const*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::CPCIDSKFile::GetIODetails(void***, PCIDSK::Mutex***, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKFile::GetIODetails(void***, PCIDSK::Mutex***, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKFile::ReadFromFile(void*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::CreateSegment(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, PCIDSK::eSegType, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::DeleteSegment(int)@GDAL_1.8" 1.8.0
@@ -8890,14 +10000,25 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CLinkSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::SetPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::CLinkSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::CLinkSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::DataTypeName(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DataTypeSize(PCIDSK::eChanType)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::DefaultDebug(char const*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::IOInterfaces::~IOInterfaces()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::PCIDSKBuffer::Put(char const*, int, int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBuffer::Put(char const*, int, int, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::Put(double, int, int, char const*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::Put(unsigned long long, int, int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBuffer::PutBin(double, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::SetSize(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::PCIDSKBuffer(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::PCIDSKBuffer(int)@GDAL_1.8" 1.8.0
@@ -8909,6 +10030,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKGeoref::~PCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSK_ARRAY::~PCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::VecSegHeader::GrowHeader(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::VecSegHeader::GrowSection(int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::VecSegHeader::InitializeNew()@GDAL_1.8" 1.8.0
@@ -8924,7 +10048,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKBitmap::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetDescription()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::IsOverviewValid(int)@GDAL_1.8" 1.8.0
@@ -8954,10 +10080,26 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetHeaders(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetDimensionCount(unsigned char)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetArray(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::SetSizes(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::CPCIDSK_ARRAY(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::CPCIDSK_ARRAY(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CTiledChannel::GetTileInfo(int, unsigned long long&, int&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CTiledChannel::SetTileInfo(int, unsigned long long, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::RLECompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::JPEGCompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CTiledChannel::LoadTileInfoBlock(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CTiledChannel::SaveTileInfoBlock(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::RLEDecompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::JPEGDecompressBlock(PCIDSK::PCIDSKBuffer&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
@@ -8976,7 +10118,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKChannel::GetOverview(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::LoadHistory(PCIDSK::PCIDSKBuffer const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::GetDescription()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::IsOverviewValid(int)@GDAL_1.8" 1.8.0
@@ -9016,15 +10160,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DefaultOpenEDB(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::EphemerisSeg_t::Copy(PCIDSK::EphemerisSeg_t const&)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBlocks(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::block_size at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::Synchronize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::WriteBlocks(int, int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::WriteToFile(void const*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::ReadFromFile(void*, unsigned long long, unsigned long long)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::SetBlockInfo(int, unsigned short, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBMEntrysTo(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::FlushDirtyBlock()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::SysVirtualFile::GrowVirtualFile(int)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::SysVirtualFile::GetBlockSegment(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::SysVirtualFile::GrowVirtualFile(long)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::SysVirtualFile::GetBlockIndexInSegment(int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::SysVirtualFile::LoadBlock(int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::SysVirtualFile(PCIDSK::CPCIDSKFile*, int, unsigned long long, PCIDSK::SysBlockMap*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::SysVirtualFile::SysVirtualFile(PCIDSK::CPCIDSKFile*, int, unsigned long long, PCIDSK::SysBlockMap*, int)@GDAL_1.8" 1.8.0
@@ -9042,7 +10190,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
- (c++)"PCIDSK::PCIDSKException::vPrintf(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKException::vPrintf(char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKException::PCIDSKException(char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::PCIDSKException(PCIDSK::PCIDSKException const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::PCIDSKException(char const*, ...)@GDAL_1.8" 1.8.0
@@ -9068,6 +10216,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::VecSegDataIndex::~VecSegDataIndex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::pci_strncasecmp(char const*, char const*, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CExternalChannel::SetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CExternalChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::CExternalChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, PCIDSK::CPCIDSKFile*, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::CExternalChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, PCIDSK::CPCIDSKFile*, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
@@ -9096,10 +10245,28 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::DefaultCreateMutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::GetCurrentDateTime(char*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKADS40Segment::~PCIDSKADS40Segment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::GetDataTypeFromName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKBinarySegment::~PCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKToutinSegment::~PCIDSKToutinSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKVectorSegment::~PCIDSKVectorSegment()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::SetBuffer(char const*, unsigned int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::CPCIDSKBinarySegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::CPCIDSKBinarySegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::Initialize()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::LoadHeader()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKVectorSegment::WriteField(unsigned int, PCIDSK::ShapeField const&, PCIDSK::PCIDSKBuffer&)@GDAL_1.8" 1.8.0
@@ -9160,6 +10327,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelEOParams::PCIDSKAPModelEOParams(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelIOParams::PCIDSKAPModelIOParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, std::pair<double, double> const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelIOParams::PCIDSKAPModelIOParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, std::pair<double, double> const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetDownsample(unsigned int)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetSensorName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::SetCoefficients(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
@@ -9176,16 +10345,47 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::GetDefaultIOInterfaces()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::PCIDSKEphemerisSegment::~PCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CBandInterleavedChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CBandInterleavedChannel::SetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long long, unsigned long long, unsigned long long, bool)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CBandInterleavedChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::CBandInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, unsigned long long, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::CBandInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, unsigned long long, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CBandInterleavedChannel::~CBandInterleavedChannel()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ConvertDeg(double, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::SetEphemeris(PCIDSK::EphemerisSeg_t const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrInt32(unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrInt32(int, unsigned char*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::BinaryToEphemeris(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::EphemerisToBinary(PCIDSK::EphemerisSeg_t*, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrScanlineRecord(int, PCIDSK::AvhrrLine_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrScanlineRecord(PCIDSK::AvhrrLine_t*, int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::ReadAvhrrEphemerisSegment(int, PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::WriteAvhrrEphemerisSegment(int, PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::CPCIDSKEphemerisSegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::CPCIDSKEphemerisSegment(PCIDSK::PCIDSKFile*, int, char const*, bool)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::LibJPEG_DecompressBlock(unsigned char*, int, unsigned char*, int, int, int, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::PCIDSKAPModelMiscParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, double, double, double, bool, bool, bool, bool)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::PCIDSKAPModelMiscParams(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double, double, double, double, bool, bool, bool, bool)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::SetPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::CPCIDSKADS40ModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::CPCIDSKADS40ModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPixelInterleavedChannel::WriteBlock(int, void*)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::ReadBlock(int, void*, int, int, int, int)@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::CPixelInterleavedChannel(PCIDSK::PCIDSKBuffer&, unsigned long long, PCIDSK::PCIDSKBuffer&, int, PCIDSK::CPCIDSKFile*, int, PCIDSK::eChanType)@GDAL_1.8" 1.8.0
@@ -9193,7 +10393,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPixelInterleavedChannel::~CPixelInterleavedChannel()@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::BinaryToSRITInfo()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::SRITInfoToBinary(PCIDSK::SRITInfo_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Load()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::Write()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::SetInfo(PCIDSK::SRITInfo_t const&)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetModel(int)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetSensor(PCIDSK::EphemerisSeg_t*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::CPCIDSKToutinModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::CPCIDSKToutinModelSegment(PCIDSK::PCIDSKFile*, int, char const*)@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::GCP::~GCP()@GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::GCP::~GCP()@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::Open(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, PCIDSK::PCIDSKInterfaces const*)@GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::Debug(void (*)(char const*), char const*, ...)@GDAL_1.8" 1.9.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
  (c++)"PCIDSK::Mutex::~Mutex()@GDAL_1.8" 1.8.0
@@ -9222,6 +10438,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
  (c++)"TABArc::~TABArc()@GDAL_1.8" 1.8.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
+ (c++)"libdap::DataDDS::~DataDDS()@GDAL_1.8" 1.9.0
  (c++)"Element::getOrderPos()@GDAL_1.8" 1.8.0
  (c++)"Element::setOrderPos(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"Element::getBid()@GDAL_1.8" 1.8.0
@@ -9283,22 +10502,22 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"IomFile::~IomFile()@GDAL_1.8" 1.8.0
  (c++)"IomFile::operator=(IomFile const&)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::addContent(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"KMLNode::getFeature(unsigned int, int&, int&)@GDAL_1.8" 1.8.0
+ (c++)"KMLNode::getFeature(unsigned long, int&, int&)@GDAL_1.8" 1.9.0
  (c++)"KMLNode::numContent()@GDAL_1.8" 1.8.0
  (c++)"KMLNode::addChildren(KMLNode*)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::getGeometry(Nodetype)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::addAttribute(Attribute*)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::appendContent(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::countChildren()@GDAL_1.8" 1.8.0
- (c++)"KMLNode::deleteContent(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"KMLNode::deleteContent(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"KMLNode::eliminateEmpty(KML*)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::getNumFeatures()@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setLayerNumber(int)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::print(unsigned int)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::setType(Nodetype)@GDAL_1.8" 1.8.0
- (c++)"KMLNode::classify(KML*)@GDAL_1.8" 1.8.0
- (c++)"KMLNode::setLevel(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"KMLNode::classify(KML*, int)@GDAL_1.8" 1.9.0
+ (c++)"KMLNode::setLevel(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"KMLNode::setParent(KMLNode*)@GDAL_1.8" 1.8.0
  (c++)"KMLNode::KMLNode()@GDAL_1.8" 1.8.0
  (c++)"KMLNode::KMLNode()@GDAL_1.8" 1.8.0
@@ -9479,7 +10698,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"HFAEntry::GetIntField(char const*, CPLErr*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::SetIntField(char const*, int)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::SetPosition()@GDAL_1.8" 1.8.0
- (c++)"HFAEntry::FindChildren(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"HFAEntry::FindChildren(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"HFAEntry::GetFieldCount(char const*, CPLErr*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::GetFieldValue(char const*, char, void*, int*)@GDAL_1.8" 1.8.0
  (c++)"HFAEntry::GetNamedChild(char const*)@GDAL_1.8" 1.8.0
@@ -9529,15 +10748,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLayer::SetFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SyncToDisk()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::CreateField(OGRFieldDefn*, int)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::DeleteField(int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::Dereference()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetGeomType()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetFIDColumn()@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::ReorderField(int, int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::DeleteFeature(long)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetSpatialRef()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetStyleTable()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::InstallFilter(OGRGeometry*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::ReorderFields(int*)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::SetStyleTable(OGRStyleTable*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::AlterFieldDefn(int, OGRFieldDefn*, int)@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::FilterGeometry(OGRGeometry*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SetNextByIndex(long)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetFeatureCount(int)@GDAL_1.8" 1.8.0
@@ -9553,6 +10776,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLayer::SetSpatialFilterRect(double, double, double, double)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::SetStyleTableDirectly(OGRStyleTable*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::InitializeIndexSupport(char const*)@GDAL_1.8" 1.8.0
+ (c++)"OGRLayer::AttributeFilterEvaluationNeedsGeometry()@GDAL_1.8" 1.9.0
  (c++)"OGRLayer::GetInfo(char const*)@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetName()@GDAL_1.8" 1.8.0
  (c++)"OGRLayer::GetExtent(OGREnvelope*, int)@GDAL_1.8" 1.8.0
@@ -9614,7 +10838,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"TABPoint::~TABPoint()@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::GetFeature(int)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::CreateFeature(OGRFeature*)@GDAL_1.8" 1.8.0
- (c++)"TigerPIP::SetModule(char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::TigerPIP(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::TigerPIP(OGRTigerDataSource*, char const*)@GDAL_1.8" 1.8.0
  (c++)"TigerPIP::~TigerPIP()@GDAL_1.8" 1.8.0
@@ -9698,7 +10921,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"CPLString::Printf(char const*, ...)@GDAL_1.8" 1.8.0
  (c++)"CPLString::Recode(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::FormatC(double, char const*)@GDAL_1.8" 1.8.0
- (c++)"CPLString::vPrintf(char const*, void*)@GDAL_1.8" 1.8.0
+ (c++)"CPLString::tolower()@GDAL_1.8" 1.9.0
+ (c++)"CPLString::toupper()@GDAL_1.8" 1.9.0
+ (c++)"CPLString::vPrintf(char const*, __va_list_tag*)@GDAL_1.8" 1.9.0
  (c++)"CPLString::CPLString(char const*)@GDAL_1.8" 1.8.0
  (c++)"CPLString::CPLString(char const*)@GDAL_1.8" 1.8.0
  (c++)"DDFModule::Initialize(char, char, char, char, char, char const*, int, int, int)@GDAL_1.8" 1.8.0
@@ -9745,7 +10970,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"DDFRecord::~DDFRecord()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::LoadClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::NextFeature()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::PushFeature(char const*, char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::PushFeature(char const*, char const*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::SaveClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetupParser()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::ClearClasses()@GDAL_1.8" 1.8.0
@@ -9754,25 +10979,33 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLReader::ResolveXlinks(char const*, int*, char**, int)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetSourceFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetGlobalSRSName()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::IsFeatureElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::HugeFileResolver(char const*, int, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::NextFeatureExpat()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::ParseXMLHugeFile(char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::PrescanForSchema(int)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetGlobalSRSName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::SetupParserExpat()@GDAL_1.8" 1.9.0
  (c++)"GMLReader::m_nInstanceCount at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetSourceFileName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::HasStoppedParsing()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::IsAttributeElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::NextFeatureXerces()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::SetupParserXerces()@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::PrescanForTemplate()@GDAL_1.8" 1.9.0
  (c++)"GMLReader::SetClassListLocked(int)@GDAL_1.8" 1.8.0
- (c++)"GMLReader::SetFeatureProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::CanUseGlobalSRSName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetFilteredClassName()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::SetFilteredClassName(char const*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::m_bXercesInitialized at GDAL_1.8" 1.8.0
+ (c++)"GMLReader::GetFeatureElementIndex(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::GetAttributeElementIndex(char const*, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::ReArrangeTemplateClasses(GFSTemplateList*)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::SetFeaturePropertyDirectly(char const*, char*, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::IsCityGMLGenericAttributeElement(char const*, void*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::AddClass(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"GMLReader::PopState()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::PushState(GMLReadState*)@GDAL_1.8" 1.8.0
- (c++)"GMLReader::GMLReader()@GDAL_1.8" 1.8.0
- (c++)"GMLReader::GMLReader()@GDAL_1.8" 1.8.0
+ (c++)"GMLReader::GMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"GMLReader::GMLReader(int, int, int, int)@GDAL_1.8" 1.9.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
  (c++)"GMLReader::~GMLReader()@GDAL_1.8" 1.8.0
@@ -9794,6 +11027,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
  (c++)"KMLVector::~KMLVector()@GDAL_1.8" 1.8.0
+ (c++)"NASReader::CheckForFID(xercesc_2_8::Attributes const&, char**)@GDAL_1.8" 1.9.0
  (c++)"NASReader::LoadClasses(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::NextFeature()@GDAL_1.8" 1.8.0
  (c++)"NASReader::PushFeature(char const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
@@ -9805,17 +11039,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NASReader::ResolveXlinks(char const*, int*, char**, int)@GDAL_1.8" 1.8.0
  (c++)"NASReader::SetSourceFile(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetGlobalSRSName()@GDAL_1.8" 1.8.0
+ (c++)"NASReader::HugeFileResolver(char const*, int, int)@GDAL_1.8" 1.9.0
  (c++)"NASReader::IsFeatureElement(char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::PrescanForSchema(int)@GDAL_1.8" 1.8.0
  (c++)"NASReader::CheckForRelations(char const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetSourceFileName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::HasStoppedParsing()@GDAL_1.8" 1.8.0
  (c++)"NASReader::IsAttributeElement(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASReader::PrescanForTemplate()@GDAL_1.8" 1.9.0
  (c++)"NASReader::SetClassListLocked(int)@GDAL_1.8" 1.8.0
- (c++)"NASReader::SetFeatureProperty(char const*, char const*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::CanUseGlobalSRSName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::GetFilteredClassName()@GDAL_1.8" 1.8.0
  (c++)"NASReader::SetFilteredClassName(char const*)@GDAL_1.8" 1.8.0
+ (c++)"NASReader::SetFeaturePropertyDirectly(char const*, char*)@GDAL_1.8" 1.9.0
  (c++)"NASReader::AddClass(GMLFeatureClass*)@GDAL_1.8" 1.8.0
  (c++)"NASReader::PopState()@GDAL_1.8" 1.8.0
  (c++)"NASReader::PushState(GMLReadState*)@GDAL_1.8" 1.8.0
@@ -9830,6 +11066,10 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"NTFRecord::NTFRecord(_IO_FILE*)@GDAL_1.8" 1.8.0
  (c++)"NTFRecord::~NTFRecord()@GDAL_1.8" 1.8.0
  (c++)"NTFRecord::~NTFRecord()@GDAL_1.8" 1.8.0
+ (c++)"RPolygonF::AddSegment(int, int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Dump()@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Merge(int, int, int)@GDAL_1.8" 1.9.0
+ (c++)"RPolygonF::Coalesce()@GDAL_1.8" 1.9.0
  (c++)"S57Reader::FetchPoint(int, int, double*, double*, double*)@GDAL_1.8" 1.8.0
  (c++)"S57Reader::ReadVector(int, int)@GDAL_1.8" 1.8.0
  (c++)"S57Reader::SetOptions(char**)@GDAL_1.8" 1.8.0
@@ -9956,6 +11196,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VRTDriver::~VRTDriver()@GDAL_1.8" 1.8.0
  (c++)"VRTDriver::~VRTDriver()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::GetFileList(char***, int*, int*, _CPLHashSet*)@GDAL_1.8" 1.8.0
+ (c++)"VRTSource::IsSimpleSource()@GDAL_1.8" 1.9.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
  (c++)"VRTSource::~VRTSource()@GDAL_1.8" 1.8.0
@@ -9976,12 +11217,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"iom_value::iom_value(unsigned short const*)@GDAL_1.8" 1.8.0
  (c++)"iom_value::iom_value(IomObject)@GDAL_1.8" 1.8.0
  (c++)"iom_value::iom_value(unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"GMLFeature::GetProperty(int) const at GDAL_1.8" 1.8.0
+ (c++)"IGMLReader::IsSequentialLayers() const at GDAL_1.8" 1.9.0
  (c++)"OGRFeature::IsFieldSet(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRFeature::GetFieldAsStringList(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRPolygon::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRPolygon::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::PointOnSurface(OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPolygon::getExteriorRing() const at GDAL_1.8" 1.8.0
@@ -10000,6 +11242,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometry::ConvexHull() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Difference(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Intersects(OGRGeometry*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometry::Polygonize() const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometry::exportToGML(char const* const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::exportToKML() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::getBoundary() const at GDAL_1.8" 1.8.0
@@ -10011,6 +11254,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometry::UnionCascaded() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::SymmetricDifference(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::getCoordinateDimension() const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometry::SimplifyPreserveTopology(double) const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometry::Equal(OGRGeometry*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Union(OGRGeometry const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometry::Buffer(double, int) const at GDAL_1.8" 1.8.0
@@ -10048,11 +11292,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDAL_EDBFile::GetType(int) const at GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"GDAL_EDBFile::GetHeight() const at GDAL_1.8" 1.8.0
- (c++)"GMLReadState::GetLastComponent() const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetProperty(int) const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetGeometryType() const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetPropertyIndex(char const*) const at GDAL_1.8" 1.8.0
  (c++)"VFKDataBlock::GetFeatureByIndex(int) const at GDAL_1.8" 1.8.0
+ (c++)"CPLStringList::FetchBoolean(char const*, int) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FetchNameValue(char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FetchNameValueDef(char const*, char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::Count() const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::FindName(char const*) const at GDAL_1.8" 1.9.0
+ (c++)"CPLStringList::operator[](int) const at GDAL_1.8" 1.9.0
  (c++)"HFARasterBand::GetDescription() const at GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::GetRefCount() const at GDAL_1.8" 1.8.0
  (c++)"OGRDataSource::GetSummaryRefCount() const at GDAL_1.8" 1.8.0
@@ -10062,6 +11311,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLineString::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRLineString::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRLineString::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getGeometryName() const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getGeometryType() const at GDAL_1.8" 1.8.0
@@ -10074,6 +11324,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRLineString::EndPoint(OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getPoint(int, OGRPoint*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLineString::getPoints(OGRRawPoint*, double*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRLineString::getPoints(void*, int, void*, int, void*, int) const at GDAL_1.8" 1.9.0
  (c++)"OGRLinearRing::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRLinearRing::isClockwise() const at GDAL_1.8" 1.8.0
  (c++)"OGRLinearRing::_exportToWkb(OGRwkbByteOrder, int, unsigned char*) const at GDAL_1.8" 1.8.0
@@ -10094,8 +11345,6 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GDALColorTable::GetColorEntryCount() const at GDAL_1.8" 1.8.0
  (c++)"GDALColorTable::GetPaletteInterpretation() const at GDAL_1.8" 1.8.0
  (c++)"GDALColorTable::Clone() const at GDAL_1.8" 1.8.0
- (c++)"GDALWMSDataset::WMSGetBlockSizeX() const at GDAL_1.8" 1.8.0
- (c++)"GDALWMSDataset::WMSGetBlockSizeY() const at GDAL_1.8" 1.8.0
  (c++)"GDALWMSDataset::WMSGetDataWindow() const at GDAL_1.8" 1.8.0
  (c++)"GMLInputSource::makeStream() const at GDAL_1.8" 1.8.0
  (c++)"GRIBRasterBand::GetDescription() const at GDAL_1.8" 1.8.0
@@ -10111,6 +11360,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"GMLFeatureClass::GetProperty(int) const at GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::GetElementName() const at GDAL_1.8" 1.8.0
  (c++)"GMLFeatureClass::GetPropertyIndex(char const*) const at GDAL_1.8" 1.8.0
+ (c++)"GMLFeatureClass::GetElementNameLen() const at GDAL_1.8" 1.9.0
+ (c++)"GMLFeatureClass::GetPropertyIndexBySrcElement(char const*, int) const at GDAL_1.8" 1.9.0
  (c++)"LevellerDataset::code_to_id(UNITLABEL) const at GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::id_to_code(char const*) const at GDAL_1.8" 1.8.0
  (c++)"LevellerDataset::meter_measure_to_code(double) const at GDAL_1.8" 1.8.0
@@ -10135,6 +11386,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"VSI_IOInterface::Flush(void*) const at GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::Write(void const*, unsigned long long, unsigned long long, void*) const at GDAL_1.8" 1.8.0
  (c++)"VSI_IOInterface::LastError() const at GDAL_1.8" 1.8.0
+ (c++)"OGRGFTDataSource::GetAPIURL() const at GDAL_1.8" 1.9.0
  (c++)"DXFSmoothPolyline::HasConstantZ(double&) const at GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::EmitArc(DXFSmoothPolylineVertex const&, DXFSmoothPolylineVertex const&, double, double, double, OGRLineString*, double) const at GDAL_1.8" 1.8.0
  (c++)"DXFSmoothPolyline::EmitLine(DXFSmoothPolylineVertex const&, DXFSmoothPolylineVertex const&, OGRLineString*, bool, double) const at GDAL_1.8" 1.8.0
@@ -10146,6 +11398,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRMultiLineString::clone() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetTOWGS84(double*, int) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetUTMZone(int*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::IsCompound() const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::IsVertical() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::CloneGeogCS() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetAttrNode(char const*) const at GDAL_1.8" 1.8.0
@@ -10160,6 +11413,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::GetExtension(char const*, char const*, char const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetSemiMajor(int*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetSemiMinor(int*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::IsGeocentric() const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::IsGeographic() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSameGeogCS(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSameVertCS(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
@@ -10175,6 +11429,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRSpatialReference::exportToPanorama(long*, long*, long*, long*, double*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::exportToPrettyWkt(char**, int) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::exportToMICoordSys(char**) const at GDAL_1.8" 1.8.0
+ (c++)"OGRSpatialReference::GetTargetLinearUnits(char const*, char**) const at GDAL_1.8" 1.9.0
  (c++)"OGRSpatialReference::Clone() const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::IsSame(OGRSpatialReference const*) const at GDAL_1.8" 1.8.0
  (c++)"OGRSpatialReference::GetAxis(char const*, int, OGRAxisOrientation*) const at GDAL_1.8" 1.8.0
@@ -10183,6 +11438,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRGeometryCollection::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRGeometryCollection::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRGeometryCollection::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getGeometryRef(int) const at GDAL_1.8" 1.8.0
  (c++)"OGRGeometryCollection::getGeometryName() const at GDAL_1.8" 1.8.0
@@ -10225,11 +11481,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKFile::GetPixelGroupSize() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKFile::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CLinkSegment::GetPath() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKBuffer::Get(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::Get(int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetInt(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetDouble(int, int) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKBuffer::GetUInt64(int, int) const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBitmap::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBitmap::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetBlockHeight() const at GDAL_1.8" 1.8.0
@@ -10241,14 +11500,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKBitmap::GetType() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKBitmap::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetHeaders() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetDimensionCount() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetArray() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSK_ARRAY::GetSizes() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CTiledChannel::IsTileEmpty(void*) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::EstablishAccess() const at GDAL_1.8" 1.8.0
- (c++)"PCIDSK::CTiledChannel::EstablishTileAccess() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetType() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CTiledChannel::GetHeight() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKChannel::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKChannel::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
@@ -10264,11 +11528,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKSegment::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKSegment::GetHistoryEntries() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKException::what() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CExternalChannel::GetEChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, int&, int&, int&, int&, int&) const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CExternalChannel::GetBlockWidth() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::GetBlockHeight() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CExternalChannel::AccessDB() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGCP2Segment::GetGCPCount() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKGCP2Segment::GetGCPs() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::GetBufferSize() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKBinarySegment::GetBuffer() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetProjParams() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetMapUnitsString() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKAPModelSegment::GetUTMUnitsString() const at GDAL_1.8" 1.8.0
@@ -10291,6 +11558,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelIOParams::GetImageToFocalPlaneYCoeffs() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetAdjXValues() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetAdjYValues() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetDownsample() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetSensorName() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetXNumerator() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetYNumerator() const at GDAL_1.8" 1.8.0
@@ -10302,6 +11570,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetRPCTranslationCoeffs(double&, double&, double&, double&, double&, double&, double&, double&, double&, double&) const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CBandInterleavedChannel::GetChanInfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long&, unsigned long long&, unsigned long long&, bool&) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CBandInterleavedChannel::MassageLink(std::basic_string<char, std::char_traits<char>, std::allocator<char> >) const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKEphemerisSegment::GetEphemeris() const at GDAL_1.8" 1.9.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetX3DCoord() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetY3DCoord() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetZ3DCoord() const at GDAL_1.8" 1.8.0
@@ -10314,13 +11585,15 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetRFF() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::GetRadius() const at GDAL_1.8" 1.8.0
  (c++)"PCIDSK::PCIDSKAPModelMiscParams::HasRadius() const at GDAL_1.8" 1.8.0
- (c++)"KMLNode::getContent(unsigned int) const at GDAL_1.8" 1.8.0
+ (c++)"PCIDSK::CPCIDSKADS40ModelSegment::GetPath() const at GDAL_1.8" 1.9.0
+ (c++)"PCIDSK::CPCIDSKToutinModelSegment::GetInfo() const at GDAL_1.8" 1.9.0
+ (c++)"KMLNode::getContent(unsigned long) const at GDAL_1.8" 1.9.0
  (c++)"KMLNode::getLayerNumber() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getNameElement() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getDescriptionElement() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getName() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getType() const at GDAL_1.8" 1.8.0
- (c++)"KMLNode::getChild(unsigned int) const at GDAL_1.8" 1.8.0
+ (c++)"KMLNode::getChild(unsigned long) const at GDAL_1.8" 1.9.0
  (c++)"KMLNode::getLevel() const at GDAL_1.8" 1.8.0
  (c++)"KMLNode::getParent() const at GDAL_1.8" 1.8.0
  (c++)"OGRCurve::get_IsClosed() const at GDAL_1.8" 1.8.0
@@ -10328,6 +11601,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPoint::exportToWkb(OGRwkbByteOrder, unsigned char*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::exportToWkt(char**) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getEnvelope(OGREnvelope*) const at GDAL_1.8" 1.8.0
+ (c++)"OGRPoint::getEnvelope(OGREnvelope3D*) const at GDAL_1.8" 1.9.0
  (c++)"OGRPoint::getDimension() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getGeometryName() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::getGeometryType() const at GDAL_1.8" 1.8.0
@@ -10335,10 +11609,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"OGRPoint::Equals(OGRGeometry*) const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::IsEmpty() const at GDAL_1.8" 1.8.0
  (c++)"OGRPoint::WkbSize() const at GDAL_1.8" 1.8.0
- (c++)"CPLString::ifind(char const*, unsigned int) const at GDAL_1.8" 1.8.0
- (c++)"CPLString::ifind(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int) const at GDAL_1.8" 1.8.0
+ (c++)"CPLString::ifind(char const*, unsigned long) const at GDAL_1.8" 1.9.0
+ (c++)"CPLString::ifind(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at GDAL_1.8" 1.9.0
  (c++)"GMLReader::GetClassCount() const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::IsClassListLocked() const at GDAL_1.8" 1.8.0
+ (c++)"GMLReader::IsSequentialLayers() const at GDAL_1.8" 1.9.0
  (c++)"GMLReader::GetClass(char const*) const at GDAL_1.8" 1.8.0
  (c++)"GMLReader::GetClass(int) const at GDAL_1.8" 1.8.0
  (c++)"KMLVector::isContainer(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
@@ -10356,23 +11631,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::count(CPLString const&) const at GDAL_1.8" 1.8.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<char*>(char*, char*, std::allocator<char> const&)@GDAL_1.8" 1.8.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<char*>(char*, char*, std::allocator<char> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Deque_base<Element, std::allocator<Element> >::_M_initialize_map(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"std::_Deque_base<Element, std::allocator<Element> >::_M_initialize_map(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"std::_Deque_base<Element, std::allocator<Element> >::~_Deque_base()@GDAL_1.8" 1.8.0
  (c++)"std::_Deque_base<Element, std::allocator<Element> >::~_Deque_base()@GDAL_1.8" 1.8.0
- (c++)"std::_Deque_base<OGRFeature*, std::allocator<OGRFeature*> >::_M_initialize_map(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"std::_Deque_base<OGRFeature*, std::allocator<OGRFeature*> >::_M_initialize_map(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"std::_Deque_base<OGRFeature*, std::allocator<OGRFeature*> >::~_Deque_base()@GDAL_1.8" 1.8.0
  (c++)"std::_Deque_base<OGRFeature*, std::allocator<OGRFeature*> >::~_Deque_base()@GDAL_1.8" 1.8.0
- (c++)"std::_Deque_base<int, std::allocator<int> >::_M_initialize_map(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"std::_Deque_base<int, std::allocator<int> >::_M_initialize_map(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"std::_Deque_base<int, std::allocator<int> >::~_Deque_base()@GDAL_1.8" 1.8.0
  (c++)"std::_Deque_base<int, std::allocator<int> >::~_Deque_base()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
  (c++)"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()@GDAL_1.8" 1.8.0
+ (c++)"std::map<CPLString, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int), std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::~map()@GDAL_1.8" 1.9.0
+ (c++)"std::map<CPLString, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int), std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::~map()@GDAL_1.8" 1.9.0
  (c++)"std::map<CPLString, void*, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, void*, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::operator[](CPLString const&)@GDAL_1.8" 1.8.0
+ (c++)"std::map<CPLString, std::pair<double, double>, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::operator[](CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<CPLString, std::vector<CPLString, std::allocator<CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::operator[](CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<std::pair<CPLString, CPLString>, WMSCTileSetDesc, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::find(std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::map<std::pair<CPLString, CPLString>, WMSCTileSetDesc, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::operator[](std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
  (c++)"std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >::~map()@GDAL_1.8" 1.8.0
  (c++)"std::list<OGRLayer*, std::allocator<OGRLayer*> >::operator=(std::list<OGRLayer*, std::allocator<OGRLayer*> > const&)@GDAL_1.8" 1.8.0
@@ -10381,39 +11662,60 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::unique()@GDAL_1.8" 1.8.0
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~list()@GDAL_1.8" 1.8.0
  (c++)"std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~list()@GDAL_1.8" 1.8.0
+ (c++)"std::pair<CPLString, CPLString>::pair(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::pair(CPLString const&, CPLString const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, CPLString>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::pair(std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::pair(std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOFEADesc>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOFEADesc>::~pair()@GDAL_1.8" 1.9.0
  (c++)"std::pair<CPLString const, DXFBlockDefinition>::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::pair<CPLString const, DXFBlockDefinition>::~pair()@GDAL_1.8" 1.8.0
+ (c++)"std::pair<CPLString const, OGREDIGEOAttributeDef>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, OGREDIGEOAttributeDef>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>::~pair()@GDAL_1.8" 1.9.0
+ (c++)"std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>::~pair()@GDAL_1.8" 1.9.0
  (c++)"std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~pair()@GDAL_1.8" 1.8.0
  (c++)"std::deque<Element, std::allocator<Element> >::_M_push_back_aux(Element const&)@GDAL_1.8" 1.8.0
- (c++)"std::deque<Element, std::allocator<Element> >::_M_reallocate_map(unsigned int, bool)@GDAL_1.8" 1.8.0
+ (c++)"std::deque<Element, std::allocator<Element> >::_M_reallocate_map(unsigned long, bool)@GDAL_1.8" 1.9.0
  (c++)"std::deque<Element, std::allocator<Element> >::_M_destroy_data_aux(std::_Deque_iterator<Element, Element&, Element*>, std::_Deque_iterator<Element, Element&, Element*>)@GDAL_1.8" 1.8.0
  (c++)"std::deque<Element, std::allocator<Element> >::~deque()@GDAL_1.8" 1.8.0
  (c++)"std::deque<Element, std::allocator<Element> >::~deque()@GDAL_1.8" 1.8.0
- (c++)"std::deque<OGRFeature*, std::allocator<OGRFeature*> >::_M_reallocate_map(unsigned int, bool)@GDAL_1.8" 1.8.0
- (c++)"std::deque<int, std::allocator<int> >::_M_reallocate_map(unsigned int, bool)@GDAL_1.8" 1.8.0
+ (c++)"std::deque<OGRFeature*, std::allocator<OGRFeature*> >::_M_reallocate_map(unsigned long, bool)@GDAL_1.8" 1.9.0
+ (c++)"std::deque<int, std::allocator<int> >::_M_reallocate_map(unsigned long, bool)@GDAL_1.8" 1.9.0
  (c++)"std::stack<Element, std::deque<Element, std::allocator<Element> > >::push(Element const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::_M_fill_assign(unsigned int, VFKProperty const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::_M_fill_assign(unsigned long, VFKProperty const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<VFKProperty, std::allocator<VFKProperty> >::~vector()@GDAL_1.8" 1.8.0
- (c++)"std::vector<GDALColorEntry, std::allocator<GDALColorEntry> >::_M_fill_insert(__gnu_cxx::__normal_iterator<GDALColorEntry*, std::vector<GDALColorEntry, std::allocator<GDALColorEntry> > >, unsigned int, GDALColorEntry const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VRTOverviewInfo*, std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> > >, unsigned int, VRTOverviewInfo const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<NodeLastChild, std::allocator<NodeLastChild> >::_M_insert_aux(__gnu_cxx::__normal_iterator<NodeLastChild*, std::vector<NodeLastChild, std::allocator<NodeLastChild> > >, NodeLastChild const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<GDALColorEntry, std::allocator<GDALColorEntry> >::_M_fill_insert(__gnu_cxx::__normal_iterator<GDALColorEntry*, std::vector<GDALColorEntry, std::allocator<GDALColorEntry> > >, unsigned long, GDALColorEntry const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VRTOverviewInfo*, std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> > >, unsigned long, VRTOverviewInfo const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<VRTOverviewInfo, std::allocator<VRTOverviewInfo> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<DXFSmoothPolylineVertex, std::allocator<DXFSmoothPolylineVertex> >::_M_insert_aux(__gnu_cxx::__normal_iterator<DXFSmoothPolylineVertex*, std::vector<DXFSmoothPolylineVertex, std::allocator<DXFSmoothPolylineVertex> > >, DXFSmoothPolylineVertex const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::_M_fill_insert(__gnu_cxx::__normal_iterator<GDALRasterAttributeField*, std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> > >, unsigned int, GDALRasterAttributeField const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::_M_fill_insert(__gnu_cxx::__normal_iterator<GDALRasterAttributeField*, std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> > >, unsigned long, GDALRasterAttributeField const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> >::operator=(std::vector<GDALRasterAttributeField, std::allocator<GDALRasterAttributeField> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGREDIGEOObjectDescriptor*, std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> > >, OGREDIGEOObjectDescriptor const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGREDIGEOObjectDescriptor, std::allocator<OGREDIGEOObjectDescriptor> >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, OGRPoint const&)@GDAL_1.8" 1.8.0
  (c++)"void std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_range_insert<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, __gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, __gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, std::forward_iterator_tag)@GDAL_1.8" 1.8.0
  (c++)"void std::vector<OGRPoint, std::allocator<OGRPoint> >::_M_range_insert<std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > > >(__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<OGRPoint*, std::vector<OGRPoint, std::allocator<OGRPoint> > > >, std::forward_iterator_tag)@GDAL_1.8" 1.8.0
  (c++)"std::vector<SFRegion, std::allocator<SFRegion> >::_M_insert_aux(__gnu_cxx::__normal_iterator<SFRegion*, std::vector<SFRegion, std::allocator<SFRegion> > >, SFRegion const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::_M_insert_aux(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, CPLString const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<CPLString, std::allocator<CPLString> >::_M_fill_insert(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, unsigned int, CPLString const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<CPLString, std::allocator<CPLString> >::_M_fill_insert(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, unsigned long, CPLString const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<CPLString, std::allocator<CPLString> >::operator=(std::vector<CPLString, std::allocator<CPLString> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<FrameDesc, std::allocator<FrameDesc> >::_M_insert_aux(__gnu_cxx::__normal_iterator<FrameDesc*, std::vector<FrameDesc, std::allocator<FrameDesc> > >, FrameDesc const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<IomBasket, std::allocator<IomBasket> >::_M_insert_aux(__gnu_cxx::__normal_iterator<IomBasket*, std::vector<IomBasket, std::allocator<IomBasket> > >, IomBasket const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<IomObject, std::allocator<IomObject> >::_M_insert_aux(__gnu_cxx::__normal_iterator<IomObject*, std::vector<IomObject, std::allocator<IomObject> > >, IomObject const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_value, std::allocator<iom_value> >::_M_insert_aux(__gnu_cxx::__normal_iterator<iom_value*, std::vector<iom_value, std::allocator<iom_value> > >, iom_value const&)@GDAL_1.8" 1.8.0
@@ -10421,15 +11723,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<iom_value, std::allocator<iom_value> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_value, std::allocator<iom_value> >::operator=(std::vector<iom_value, std::allocator<iom_value> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ShapeField*, std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> > >, PCIDSK::ShapeField const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::ShapeField*, std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> > >, unsigned int, PCIDSK::ShapeField const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::ShapeField*, std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> > >, unsigned long, PCIDSK::ShapeField const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> >::operator=(std::vector<PCIDSK::ShapeField, std::allocator<PCIDSK::ShapeField> > const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::ShapeVertex*, std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> > >, unsigned int, PCIDSK::ShapeVertex const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AvhrrLine_t*, std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> > >, PCIDSK::AvhrrLine_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> >::operator=(std::vector<PCIDSK::AvhrrLine_t, std::allocator<PCIDSK::AvhrrLine_t> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::ShapeVertex*, std::vector<PCIDSK::ShapeVertex, std::allocator<PCIDSK::ShapeVertex> > >, unsigned long, PCIDSK::ShapeVertex const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ProtectedFile*, std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> > >, PCIDSK::ProtectedFile const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedFile, std::allocator<PCIDSK::ProtectedFile> >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AttitudeLine_t*, std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> > >, PCIDSK::AttitudeLine_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> >::operator=(std::vector<PCIDSK::AttitudeLine_t, std::allocator<PCIDSK::AttitudeLine_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ShapeFieldType, std::allocator<PCIDSK::ShapeFieldType> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ShapeFieldType*, std::vector<PCIDSK::ShapeFieldType, std::allocator<PCIDSK::ShapeFieldType> > >, PCIDSK::ShapeFieldType const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::AncillaryData_t*, std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> > >, PCIDSK::AncillaryData_t const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> >::operator=(std::vector<PCIDSK::AncillaryData_t, std::allocator<PCIDSK::AncillaryData_t> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::ProtectedEDBFile*, std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> > >, PCIDSK::ProtectedEDBFile const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::ProtectedEDBFile, std::allocator<PCIDSK::ProtectedEDBFile> >::~vector()@GDAL_1.8" 1.8.0
@@ -10437,7 +11745,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<PCIDSK::GCP, std::allocator<PCIDSK::GCP> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::GCP, std::allocator<PCIDSK::GCP> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::GCP, std::allocator<PCIDSK::GCP> >::operator=(std::vector<PCIDSK::GCP, std::allocator<PCIDSK::GCP> > const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<PCIDSK::eChanType, std::allocator<PCIDSK::eChanType> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::eChanType*, std::vector<PCIDSK::eChanType, std::allocator<PCIDSK::eChanType> > >, unsigned int, PCIDSK::eChanType const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::eChanType, std::allocator<PCIDSK::eChanType> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::eChanType*, std::vector<PCIDSK::eChanType, std::allocator<PCIDSK::eChanType> > >, unsigned long, PCIDSK::eChanType const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<OGRFeature*, std::allocator<OGRFeature*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRFeature**, std::vector<OGRFeature*, std::allocator<OGRFeature*> > >, OGRFeature* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRFeature*, std::allocator<OGRFeature*> >::operator=(std::vector<OGRFeature*, std::allocator<OGRFeature*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<VFKFeature*, std::allocator<VFKFeature*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VFKFeature**, std::vector<VFKFeature*, std::allocator<VFKFeature*> > >, VFKFeature* const&)@GDAL_1.8" 1.8.0
@@ -10445,12 +11753,18 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<VFKFeature*, std::allocator<VFKFeature*> >::operator=(std::vector<VFKFeature*, std::allocator<VFKFeature*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<iom_object*, std::allocator<iom_object*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<iom_object**, std::vector<iom_object*, std::allocator<iom_object*> > >, iom_object* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALDataset*, std::allocator<GDALDataset*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GDALDataset**, std::vector<GDALDataset*, std::allocator<GDALDataset*> > >, GDALDataset* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGRGeometry*, std::allocator<OGRGeometry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRGeometry**, std::vector<OGRGeometry*, std::allocator<OGRGeometry*> > >, OGRGeometry* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK2Band*, std::allocator<PCIDSK2Band*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK2Band**, std::vector<PCIDSK2Band*, std::allocator<PCIDSK2Band*> > >, PCIDSK2Band* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<json_object*, std::allocator<json_object*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<json_object**, std::vector<json_object*, std::allocator<json_object*> > >, json_object* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<json_object*, std::allocator<json_object*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<json_object**, std::vector<json_object*, std::allocator<json_object*> > >, unsigned long, json_object* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<OGRLinearRing*, std::allocator<OGRLinearRing*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRLinearRing**, std::vector<OGRLinearRing*, std::allocator<OGRLinearRing*> > >, OGRLinearRing* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<VSICacheChunk*, std::allocator<VSICacheChunk*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<VSICacheChunk**, std::vector<VSICacheChunk*, std::allocator<VSICacheChunk*> > >, unsigned long, VSICacheChunk* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<swq_expr_node*, std::allocator<swq_expr_node*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<swq_expr_node**, std::vector<swq_expr_node*, std::allocator<swq_expr_node*> > >, swq_expr_node* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<swq_operation*, std::allocator<swq_operation*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<swq_operation**, std::vector<swq_operation*, std::allocator<swq_operation*> > >, swq_operation* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRPCIDSKLayer*, std::allocator<OGRPCIDSKLayer*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRPCIDSKLayer**, std::vector<OGRPCIDSKLayer*, std::allocator<OGRPCIDSKLayer*> > >, OGRPCIDSKLayer* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GMLFeatureClass**, std::vector<GMLFeatureClass*, std::allocator<GMLFeatureClass*> > >, GMLFeatureClass* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<GDALWMSRasterBand*, std::allocator<GDALWMSRasterBand*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<GDALWMSRasterBand**, std::vector<GDALWMSRasterBand*, std::allocator<GDALWMSRasterBand*> > >, GDALWMSRasterBand* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<OGRSpatialReference*, std::allocator<OGRSpatialReference*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRSpatialReference**, std::vector<OGRSpatialReference*, std::allocator<OGRSpatialReference*> > >, OGRSpatialReference* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<KMLNode*, std::allocator<KMLNode*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<KMLNode**, std::vector<KMLNode*, std::allocator<KMLNode*> > >, KMLNode* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<HFAEntry**, std::vector<HFAEntry*, std::allocator<HFAEntry*> > >, HFAEntry* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::~vector()@GDAL_1.8" 1.8.0
@@ -10458,47 +11772,83 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::vector<HFAEntry*, std::allocator<HFAEntry*> >::operator=(std::vector<HFAEntry*, std::allocator<HFAEntry*> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<OGRLayer*, std::allocator<OGRLayer*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<OGRLayer**, std::vector<OGRLayer*, std::allocator<OGRLayer*> > >, OGRLayer* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<Attribute*, std::allocator<Attribute*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Attribute**, std::vector<Attribute*, std::allocator<Attribute*> > >, Attribute* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const**, std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const*> > >, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::CTiledChannel*, std::allocator<PCIDSK::CTiledChannel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::CTiledChannel**, std::vector<PCIDSK::CTiledChannel*, std::allocator<PCIDSK::CTiledChannel*> > >, PCIDSK::CTiledChannel* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<PCIDSK::PCIDSKChannel*, std::allocator<PCIDSK::PCIDSKChannel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKChannel**, std::vector<PCIDSK::PCIDSKChannel*, std::allocator<PCIDSK::PCIDSKChannel*> > >, PCIDSK::PCIDSKChannel* const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKSegment**, std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> > >, unsigned int, PCIDSK::PCIDSKSegment* const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::PCIDSKSegment**, std::vector<PCIDSK::PCIDSKSegment*, std::allocator<PCIDSK::PCIDSKSegment*> > >, unsigned long, PCIDSK::PCIDSKSegment* const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<PCIDSK::SysVirtualFile*, std::allocator<PCIDSK::SysVirtualFile*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<PCIDSK::SysVirtualFile**, std::vector<PCIDSK::SysVirtualFile*, std::allocator<PCIDSK::SysVirtualFile*> > >, PCIDSK::SysVirtualFile* const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<PCIDSK::SysVirtualFile*, std::allocator<PCIDSK::SysVirtualFile*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::SysVirtualFile**, std::vector<PCIDSK::SysVirtualFile*, std::allocator<PCIDSK::SysVirtualFile*> > >, unsigned int, PCIDSK::SysVirtualFile* const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<char**, std::allocator<char**> >::_M_fill_insert(__gnu_cxx::__normal_iterator<char***, std::vector<char**, std::allocator<char**> > >, unsigned int, char** const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<PCIDSK::SysVirtualFile*, std::allocator<PCIDSK::SysVirtualFile*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<PCIDSK::SysVirtualFile**, std::vector<PCIDSK::SysVirtualFile*, std::allocator<PCIDSK::SysVirtualFile*> > >, unsigned long, PCIDSK::SysVirtualFile* const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<char**, std::allocator<char**> >::_M_fill_insert(__gnu_cxx::__normal_iterator<char***, std::vector<char**, std::allocator<char**> > >, unsigned long, char** const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::vector<OGRPoint, std::allocator<OGRPoint> >*, std::allocator<std::vector<OGRPoint, std::allocator<OGRPoint> >*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<OGRPoint, std::allocator<OGRPoint> >**, std::vector<std::vector<OGRPoint, std::allocator<OGRPoint> >*, std::allocator<std::vector<OGRPoint, std::allocator<OGRPoint> >*> > >, std::vector<OGRPoint, std::allocator<OGRPoint> >* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<char*, std::allocator<char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char**, std::vector<char*, std::allocator<char*> > >, char* const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned char*, std::allocator<unsigned char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned char**, std::vector<unsigned char*, std::allocator<unsigned char*> > >, unsigned char* const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<int, std::allocator<int> >*, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > >, unsigned int, std::vector<int, std::allocator<int> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >*, std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >, std::allocator<std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<int, std::allocator<int> >*, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > >, unsigned long, std::vector<int, std::allocator<int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<unsigned long long, std::allocator<unsigned long long> >*, std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > > >, unsigned long, std::vector<unsigned long long, std::allocator<unsigned long long> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::vector<unsigned long long, std::allocator<unsigned long long> >, std::allocator<std::vector<unsigned long long, std::allocator<unsigned long long> > > >::~vector()@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector()@GDAL_1.8" 1.8.0
+ (c++)"std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator=(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<CPLString, CPLString>*, std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > > >, std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::push_back(std::pair<CPLString, CPLString> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > >::operator=(std::vector<std::pair<CPLString, CPLString>, std::allocator<std::pair<CPLString, CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >*, std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > > >, std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > >, std::allocator<std::pair<CPLString, std::vector<CPLString, std::allocator<CPLString> > > > >::~vector()@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>*, std::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> > > >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::pair<double, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >::operator=(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, std::pair<int, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >::operator=(std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<bool, std::allocator<bool> >::_M_fill_insert(std::_Bit_iterator, unsigned long, bool)@GDAL_1.8" 1.9.0
  (c++)"std::vector<double, std::allocator<double> >::_M_insert_aux(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned int, double const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<double, std::allocator<double> >::reserve(unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned long, double const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<double, std::allocator<double> >::reserve(unsigned long)@GDAL_1.8" 1.9.0
  (c++)"std::vector<double, std::allocator<double> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<double, std::allocator<double> >::~vector()@GDAL_1.8" 1.8.0
  (c++)"std::vector<double, std::allocator<double> >::operator=(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<unsigned char, std::allocator<unsigned char> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned char*, std::vector<unsigned char, std::allocator<unsigned char> > >, unsigned int, unsigned char const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned char, std::allocator<unsigned char> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned char*, std::vector<unsigned char, std::allocator<unsigned char> > >, unsigned long, unsigned char const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned long, int const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<int, std::allocator<int> >::operator=(std::vector<int, std::allocator<int> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int, unsigned int const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned long, unsigned int const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::insert(__gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned int, std::allocator<unsigned int> >::operator=(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned short const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned int, unsigned short const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::resize(unsigned int, unsigned short)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned short*, std::vector<unsigned short, std::allocator<unsigned short> > >, unsigned long, unsigned short const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<unsigned short, std::allocator<unsigned short> >::resize(unsigned long, unsigned short)@GDAL_1.8" 1.9.0
  (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned long long const&)@GDAL_1.8" 1.8.0
- (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned int, unsigned long long const&)@GDAL_1.8" 1.8.0
+ (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned long long*, std::vector<unsigned long long, std::allocator<unsigned long long> > >, unsigned long, unsigned long long const&)@GDAL_1.8" 1.9.0
+ (c++)"std::vector<unsigned long long, std::allocator<unsigned long long> >::operator=(std::vector<unsigned long long, std::allocator<unsigned long long> > const&)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, CPLString const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_insert_unique(CPLString const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, CPLString, std::_Identity<CPLString>, std::less<CPLString>, std::allocator<CPLString> >::_M_erase(std::_Rb_tree_node<CPLString>*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::pair<CPLString const, OGREDIGEOFEADesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOFEADesc>, std::_Select1st<std::pair<CPLString const, OGREDIGEOFEADesc> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOFEADesc> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOFEADesc> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_unique(std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, DXFBlockDefinition> >, std::pair<CPLString const, DXFBlockDefinition> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, DXFBlockDefinition>, std::_Select1st<std::pair<CPLString const, DXFBlockDefinition> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, DXFBlockDefinition> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, DXFBlockDefinition> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::pair<CPLString const, OGREDIGEOAttributeDef> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDef>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDef> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDef> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOAttributeDef> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::pair<CPLString const, OGREDIGEOAttributeDescriptor> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOAttributeDescriptor>, std::_Select1st<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOAttributeDescriptor> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_unique(std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIMemFile*>, std::_Select1st<std::pair<CPLString const, VSIMemFile*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIMemFile*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIMemFile*> >, std::pair<CPLString const, VSIMemFile*> const&)@GDAL_1.8" 1.8.0
@@ -10511,6 +11861,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_insert_unique(std::pair<CPLString const, CachedDirList*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CachedDirList*> >, std::pair<CPLString const, CachedDirList*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedDirList*>, std::_Select1st<std::pair<CPLString const, CachedDirList*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedDirList*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CachedDirList*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_unique(std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CachedFileProp*> >, std::pair<CPLString const, CachedFileProp*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CachedFileProp*>, std::_Select1st<std::pair<CPLString const, CachedFileProp*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CachedFileProp*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CachedFileProp*> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_unique(std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, OGREDIGEOLayer*> >, std::pair<CPLString const, OGREDIGEOLayer*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, OGREDIGEOLayer*>, std::_Select1st<std::pair<CPLString const, OGREDIGEOLayer*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, OGREDIGEOLayer*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, OGREDIGEOLayer*> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_unique(std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIArchiveContent*>, std::_Select1st<std::pair<CPLString const, VSIArchiveContent*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIArchiveContent*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIArchiveContent*> >, std::pair<CPLString const, VSIArchiveContent*> const&)@GDAL_1.8" 1.8.0
@@ -10519,6 +11877,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_insert_unique(std::pair<CPLString const, VSIZipWriteHandle*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, VSIZipWriteHandle*> >, std::pair<CPLString const, VSIZipWriteHandle*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, VSIZipWriteHandle*>, std::_Select1st<std::pair<CPLString const, VSIZipWriteHandle*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, VSIZipWriteHandle*> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, VSIZipWriteHandle*> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_unique(std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)>, std::_Select1st<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CPLErr (*)(void**, int, void*, int, int, GDALDataType, GDALDataType, int, int)> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_unique(std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, char**> >, std::pair<CPLString const, char**> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, char**>, std::_Select1st<std::pair<CPLString const, char**> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, char**> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, char**> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_unique(std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, void*>, std::_Select1st<std::pair<CPLString const, void*> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, void*> >, std::pair<CPLString const, void*> const&)@GDAL_1.8" 1.8.0
@@ -10529,14 +11895,37 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::_M_copy(std::_Rb_tree_node<std::pair<CPLString const, CPLString> > const*, std::_Rb_tree_node<std::pair<CPLString const, CPLString> >*)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, CPLString> >*)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > >::operator=(std::_Rb_tree<CPLString, std::pair<CPLString const, CPLString>, std::_Select1st<std::pair<CPLString const, CPLString> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > const&)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_unique(std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::pair<double, double> > >, std::pair<CPLString const, std::pair<double, double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<double, double> >, std::_Select1st<std::pair<CPLString const, std::pair<double, double> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<double, double> > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::pair<double, double> > >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_unique(std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::pair<int, int> > >, std::pair<CPLString const, std::pair<int, int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::pair<int, int> >, std::_Select1st<std::pair<CPLString const, std::pair<int, int> > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::pair<int, int> > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::pair<int, int> > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_unique(std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > >, std::_Select1st<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::map<CPLString, CPLString, std::less<CPLString>, std::allocator<std::pair<CPLString const, CPLString> > > > >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_unique(std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > >, std::_Select1st<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::vector<CPLString, std::allocator<CPLString> > > >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_unique(std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >, std::_Select1st<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >, std::less<CPLString>, std::allocator<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_unique(std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<CPLString const, int> >, std::pair<CPLString const, int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<CPLString, std::pair<CPLString const, int>, std::_Select1st<std::pair<CPLString const, int> >, std::less<CPLString>, std::allocator<std::pair<CPLString const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<CPLString const, int> >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_unique(std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<GMLFeatureClass* const, int> >, std::pair<GMLFeatureClass* const, int> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<GMLFeatureClass*, std::pair<GMLFeatureClass* const, int>, std::_Select1st<std::pair<GMLFeatureClass* const, int> >, std::less<GMLFeatureClass*>, std::allocator<std::pair<GMLFeatureClass* const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<GMLFeatureClass* const, int> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_insert_unique(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_erase(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, VSIFilesystemHandler*> const&)@GDAL_1.8" 1.8.0
@@ -10551,6 +11940,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, double> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_unique(std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<std::pair<CPLString, CPLString>, std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc>, std::_Select1st<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >, std::less<std::pair<CPLString, CPLString> >, std::allocator<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> > >::_M_erase(std::_Rb_tree_node<std::pair<std::pair<CPLString, CPLString> const, WMSCTileSetDesc> >*)@GDAL_1.8" 1.9.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_unique(std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > >, std::_Select1st<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::less<int>, std::allocator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > >, std::pair<int const, std::vector<iom_value, std::allocator<iom_value> > > const&)@GDAL_1.8" 1.8.0
@@ -10568,42 +11965,61 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique(std::pair<int const, unsigned int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, unsigned int> >, std::pair<int const, unsigned int> const&)@GDAL_1.8" 1.8.0
  (c++)"std::_Rb_tree<int, std::pair<int const, unsigned int>, std::_Select1st<std::pair<int const, unsigned int> >, std::less<int>, std::allocator<std::pair<int const, unsigned int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, unsigned int> >*)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_unique(std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<unsigned long const, CachedFileProp*> >, std::pair<unsigned long const, CachedFileProp*> const&)@GDAL_1.8" 1.8.0
- (c++)"std::_Rb_tree<unsigned long, std::pair<unsigned long const, CachedFileProp*>, std::_Select1st<std::pair<unsigned long const, CachedFileProp*> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, CachedFileProp*> > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned long const, CachedFileProp*> >*)@GDAL_1.8" 1.8.0
- (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, int, std::pair<int, int> >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, int, int, std::pair<int, int>)@GDAL_1.8" 1.8.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_unique(std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<long long const, CachedConnection*> >, std::pair<long long const, CachedConnection*> const&)@GDAL_1.8" 1.9.0
+ (c++)"std::_Rb_tree<long long, std::pair<long long const, CachedConnection*>, std::_Select1st<std::pair<long long const, CachedConnection*> >, std::less<long long>, std::allocator<std::pair<long long const, CachedConnection*> > >::_M_erase(std::_Rb_tree_node<std::pair<long long const, CachedConnection*> >*)@GDAL_1.8" 1.9.0
+ (c++)"void std::__pop_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
+ (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long, CPLString>(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long, long, CPLString)@GDAL_1.8" 1.9.0
+ (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long, std::pair<int, int> >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long, long, std::pair<int, int>)@GDAL_1.8" 1.9.0
  (c++)"void std::__heap_select<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
- (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, int>(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, int)@GDAL_1.8" 1.8.0
+ (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long>(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, long)@GDAL_1.8" 1.9.0
+ (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long>(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, long)@GDAL_1.8" 1.9.0
+ (c++)"void std::__move_median_first<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__move_median_first<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >, __gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
+ (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
  (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >(__gnu_cxx::__normal_iterator<std::pair<int, int>*, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > >)@GDAL_1.8" 1.8.0
  (c++)"__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > std::__find<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char>(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char const&, std::random_access_iterator_tag)@GDAL_1.8" 1.8.0
+ (c++)"__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__find<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&, std::random_access_iterator_tag)@GDAL_1.8" 1.9.0
  (c++)"void std::_Destroy<GDALRasterAttributeField*>(GDALRasterAttributeField*, GDALRasterAttributeField*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<CPLString*>(CPLString*, CPLString*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<iom_value*>(iom_value*, iom_value*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<PCIDSK::ShapeField*>(PCIDSK::ShapeField*, PCIDSK::ShapeField*)@GDAL_1.8" 1.8.0
- (c++)"void std::_Destroy<PCIDSK::GCP*>(PCIDSK::GCP*, PCIDSK::GCP*)@GDAL_1.8" 1.8.0
  (c++)"void std::_Destroy<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)@GDAL_1.8" 1.8.0
+ (c++)"void std::_Destroy<std::pair<CPLString, CPLString>*>(std::pair<CPLString, CPLString>*, std::pair<CPLString, CPLString>*)@GDAL_1.8" 1.9.0
  (c++)"void std::_Destroy<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >*, std::vector<int, std::allocator<int> >*)@GDAL_1.8" 1.8.0
+ (c++)"void std::_Destroy<std::vector<unsigned long long, std::allocator<unsigned long long> >*>(std::vector<unsigned long long, std::allocator<unsigned long long> >*, std::vector<unsigned long long, std::allocator<unsigned long long> >*)@GDAL_1.8" 1.9.0
+ (c++)"std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > std::__find_if<std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::binder2nd<std::not_equal_to<char> > >(std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::reverse_iterator<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::binder2nd<std::not_equal_to<char> >, std::random_access_iterator_tag)@GDAL_1.8" 1.9.0
+ (c++)"void std::make_heap<__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > > >(__gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >, __gnu_cxx::__normal_iterator<CPLString*, std::vector<CPLString, std::allocator<CPLString> > >)@GDAL_1.8" 1.9.0
+ (c++)"bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)@GDAL_1.8" 1.9.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::MetadataSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKSegment-in-PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
+ (c++)"construction vtable for PCIDSK::CPCIDSKEphemerisSegment-in-PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for AIGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BAGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BLXDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for ERSDataset at GDAL_1.8" 1.8.0
@@ -10659,6 +12075,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for iom_object at GDAL_1.8" 1.8.0
  (c++)"typeinfo for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DODSDataset at GDAL_1.8" 1.8.0
@@ -10689,6 +12106,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -10705,6 +12123,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -10718,6 +12137,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COSARDataset at GDAL_1.8" 1.8.0
@@ -10737,6 +12157,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -10755,7 +12176,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -10779,6 +12202,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -10809,6 +12234,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -10822,6 +12249,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -10835,17 +12263,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"typeinfo for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -10871,11 +12303,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -10906,11 +12341,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"typeinfo for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GTiffRasterBand at GDAL_1.8" 1.8.0
@@ -10918,10 +12355,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for ITABFeatureFont at GDAL_1.8" 1.8.0
  (c++)"typeinfo for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -10957,13 +12400,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -10976,6 +12423,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -10983,6 +12431,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -10994,6 +12443,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -11001,6 +12452,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for ITABFeatureSymbol at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphRGBBand at GDAL_1.8" 1.8.0
@@ -11011,7 +12463,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -11022,6 +12476,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -11041,8 +12498,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -11051,6 +12511,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -11071,13 +12533,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -11099,11 +12565,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -11126,16 +12597,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -11143,11 +12621,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"typeinfo for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -11157,6 +12637,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -11167,6 +12648,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -11185,15 +12667,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"typeinfo for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo for KML at GDAL_1.8" 1.8.0
  (c++)"typeinfo for TABArc at GDAL_1.8" 1.8.0
  (c++)"typeinfo for IniFile at GDAL_1.8" 1.8.0
@@ -11236,10 +12722,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -11251,13 +12740,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AIGDataset at GDAL_1.8" 1.8.0
@@ -11266,6 +12763,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for ERSDataset at GDAL_1.8" 1.8.0
@@ -11321,6 +12819,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for iom_object at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DODSDataset at GDAL_1.8" 1.8.0
@@ -11351,6 +12850,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -11367,6 +12867,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -11380,6 +12881,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COSARDataset at GDAL_1.8" 1.8.0
@@ -11399,6 +12901,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -11417,7 +12920,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -11441,6 +12946,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -11471,6 +12978,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -11484,6 +12993,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -11497,17 +13007,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -11533,11 +13047,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -11568,11 +13085,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GTiffRasterBand at GDAL_1.8" 1.8.0
@@ -11580,10 +13099,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for ITABFeatureFont at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -11619,13 +13144,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -11638,6 +13167,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -11645,6 +13175,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -11656,6 +13187,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -11663,6 +13196,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for ITABFeatureSymbol at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphRGBBand at GDAL_1.8" 1.8.0
@@ -11673,7 +13207,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -11684,6 +13220,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -11703,8 +13242,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -11713,6 +13255,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -11733,13 +13277,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -11761,11 +13309,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -11788,16 +13341,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -11805,11 +13365,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -11819,6 +13381,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -11829,6 +13392,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -11847,15 +13411,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for KML at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for TABArc at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for IniFile at GDAL_1.8" 1.8.0
@@ -11898,10 +13466,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -11913,32 +13484,47 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"typeinfo name for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"typeinfo name for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"typeinfo name for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"typeinfo name for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::MetadataSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"VTT for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"VTT for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"VTT for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"VTT for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
+ (c++)"VTT for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for AIGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BAGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BLXDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BMPDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for BSBDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for CPGDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for CTGDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for EIRDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for ERSDataset at GDAL_1.8" 1.8.0
@@ -11994,6 +13580,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for XYZDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for iom_object at GDAL_1.8" 1.8.0
  (c++)"vtable for AAIGDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for ACE2Dataset at GDAL_1.8" 1.9.0
  (c++)"vtable for ADRGDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for CEOSDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for DODSDataset at GDAL_1.8" 1.8.0
@@ -12024,6 +13611,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRCSVLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDGNLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMLayer at GDAL_1.8" 1.8.0
@@ -12040,6 +13628,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRS57Layer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSFDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSUALayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRStylePen at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVRTLayer at GDAL_1.8" 1.8.0
@@ -12053,6 +13642,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for SDTSRawLine at GDAL_1.8" 1.8.0
  (c++)"vtable for TABPolyline at GDAL_1.8" 1.8.0
  (c++)"vtable for TABSeamless at GDAL_1.8" 1.8.0
+ (c++)"vtable for ZMapDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for BTRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for COASPDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for COSARDataset at GDAL_1.8" 1.8.0
@@ -12072,6 +13662,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDGNDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDODSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMDriver at GDAL_1.8" 1.8.0
@@ -12090,7 +13681,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRRECDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRS57Driver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGYLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRSUADriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRStyleTool at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRTABDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKDriver at GDAL_1.8" 1.8.0
@@ -12114,6 +13707,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for BMPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for BSBRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CCPRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for CTGRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for ERSRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for FITRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GFFRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GIFRasterBand at GDAL_1.8" 1.8.0
@@ -12144,6 +13739,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGROGDIDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGP1Layer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGYDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRShapeLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRStyleBrush at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRStyleLabel at GDAL_1.8" 1.8.0
@@ -12157,6 +13754,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RS2RasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for RawRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for SGIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for SNODASDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for SRPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for TABCollection at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPObjLine at GDAL_1.8" 1.8.0
@@ -12170,17 +13768,21 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for TigerZipPlus4 at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTFuncSource at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSICachedFile at GDAL_1.8" 1.9.0
  (c++)"vtable for VSICurlHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIGZipHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for WCSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for XYZRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for netCDFDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for AAIGRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for ACE2RasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for ADRGRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CEOSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for CPLThreadMutex at GDAL_1.8" 1.8.0
  (c++)"vtable for DODSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for DTEDRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for E00GRIDDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for ECRGTOCDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for EHdrRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for ELASRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for EnvisatDataset at GDAL_1.8" 1.8.0
@@ -12205,11 +13807,14 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for NWT_GRDDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for OCSTransformer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGDIRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRARCGENLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00Layer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFWriterDS at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGREDIGEOLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRFeatureDefn at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoRSSLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMIAttrIndex at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMySQLDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPCIDSKLayer at GDAL_1.8" 1.8.0
@@ -12240,21 +13845,29 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for TigerTLIDRange at GDAL_1.8" 1.8.0
  (c++)"vtable for USGSDEMDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdinHandle at GDAL_1.8" 1.8.0
+ (c++)"vtable for ZMapRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for COASPRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for COSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALAsyncReader at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALMajorObject at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALRasterBlock at GDAL_1.8" 1.8.0
+ (c++)"vtable for GMLExpatHandler at GDAL_1.8" 1.9.0
  (c++)"vtable for GS7BGRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GTiffBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GTiffRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for ILWISRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for JPEG2000Dataset at GDAL_1.8" 1.8.0
  (c++)"vtable for LevellerDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for MerisL2FlagBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for NGSGEOIDDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRARCGENDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00Driver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGREDIGEODriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeoJSONLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoRSSDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMultiPolygon at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPCIDSKDriver at GDAL_1.8" 1.8.0
@@ -12289,13 +13902,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRAVCDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRBNADataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRCSVDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRDGNDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDODSGridLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGFTTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGMLDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPXDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGTMDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoJSONDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGmtDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRKMLDataSource at GDAL_1.8" 1.8.0
@@ -12308,6 +13925,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRRECDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRS57DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSUADataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSVGDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRTABDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVFKDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRVRTDataSource at GDAL_1.8" 1.8.0
@@ -12315,6 +13933,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRXPlaneGSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for PALSARRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for RPFTOCSubDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for SNODASRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for TABMAPCoordBlock at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPIndexBlock at GDAL_1.8" 1.8.0
  (c++)"vtable for TigerEntityNames at GDAL_1.8" 1.8.0
@@ -12326,6 +13945,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for VSISubFileHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIVirtualHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for netCDFRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for E00GRIDRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for ECRGTOCSubDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for EpsilonRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALDriverManager at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALPamRasterBand at GDAL_1.8" 1.8.0
@@ -12333,6 +13954,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GDALWMSRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALWarpOperation at GDAL_1.8" 1.8.0
  (c++)"vtable for GMLBinInputStream at GDAL_1.8" 1.8.0
+ (c++)"vtable for GRASSASCIIDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for IntergraphDataset at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRGBBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRLEBand at GDAL_1.8" 1.8.0
@@ -12342,7 +13964,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDODSDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFBlocksLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRDXFWriterLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGFTResultLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGPSBabelDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaDriver at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRILI1DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRILI2DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRLayerAttrIndex at GDAL_1.8" 1.8.0
@@ -12353,6 +13977,9 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRPGeoDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoTableLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRSDTSDataSource at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGUKOOADriver at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGYDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRUKOOAP190Layer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneAPTLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneDMELayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneFIXLayer at GDAL_1.8" 1.8.0
@@ -12372,8 +13999,11 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for VSIZipWriteHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for BMPComprRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALNoDataMaskBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMetaDataset at GDAL_1.8" 1.9.0
+ (c++)"vtable for GIFAbstractDataset at GDAL_1.8" 1.9.0
  (c++)"vtable for JPEG2000RasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for LevellerRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for NGSGEOIDRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAeronavFAALayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFPolygonLayer at GDAL_1.8" 1.8.0
@@ -12382,6 +14012,8 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRMySQLTableLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRODBCSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRPGeoSelectLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGYHeaderLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSQLiteViewLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRShapeDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRTigerDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneAptReader at GDAL_1.8" 1.8.0
@@ -12402,13 +14034,17 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GenBinBitRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for HDF4ImageRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for HDF5ImageRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRARCGENDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRAVCBinDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAVCE00DataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAeronavFAADriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBRowsLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGREDIGEODataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeoRSSDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptDriver at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFMetadataLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRHTFSoundingLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRIdrisiDataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRMILayerAttrIndex at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMySQLResultLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRNASRelationLayer at GDAL_1.8" 1.8.0
@@ -12430,11 +14066,16 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for GTiffSplitBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphBitmapBand at GDAL_1.8" 1.8.0
  (c++)"vtable for IntergraphRasterBand at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRCouchDBDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRCouchDBTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRDODSSequenceLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoJSONDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGROpenAirLabelLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRPGMemLayerWrapper at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGUKOOABaseLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRSEGUKOOALineLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRSQLiteSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneDMEILSLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneMarkerLayer at GDAL_1.8" 1.8.0
@@ -12457,16 +14098,23 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRAeronavFAAIAPLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGPSBabelDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGenSQLResultsLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRGeomediaDataSource at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGeomediaTableLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGeometryCollection at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialDriver at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRSEGUKOOADataSource at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneATCFreqLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneHelipadLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneStopwayLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for TABMAPObjHdrWithCoord at GDAL_1.8" 1.8.0
  (c++)"vtable for VSITarEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIZipEntryFileOffset at GDAL_1.8" 1.8.0
+ (c++)"vtable for DIMAPWrapperRasterBand at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALDefaultAsyncReader at GDAL_1.8" 1.8.0
  (c++)"vtable for KmlSuperOverlayDataset at GDAL_1.8" 1.8.0
+ (c++)"vtable for NITFProxyPamRasterBand at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRCouchDBOneLineLayer at GDAL_1.8" 1.9.0
+ (c++)"vtable for OGRGeomediaSelectLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlanePavementLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALProxyPoolRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRAeronavFAADataSource at GDAL_1.8" 1.8.0
@@ -12474,11 +14122,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRDXFBlocksWriterLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRGeoconceptDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRNTFFeatureClassLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for OGRPGNoResetResultLayer at GDAL_1.8" 1.9.0
  (c++)"vtable for PostGISRasterRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for TigerPolygonCorrections at GDAL_1.8" 1.8.0
  (c++)"vtable for VRTKernelFilteredSource at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIBufferedReaderHandle at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIMemFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSIStdoutRedirectHandle at GDAL_1.8" 1.9.0
  (c++)"vtable for VSITarFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIZipFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALNoDataValuesMaskBand at GDAL_1.8" 1.8.0
@@ -12488,6 +14138,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RPFTOCProxyRasterDataSet at GDAL_1.8" 1.8.0
  (c++)"vtable for VSICurlFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIGZipFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for ECRGTOCProxyRasterDataSet at GDAL_1.8" 1.9.0
  (c++)"vtable for GeometryInsertTransformer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialTableLayer at GDAL_1.8" 1.8.0
@@ -12498,6 +14149,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for RPFTOCProxyRasterBandRGBA at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIArchiveEntryFileOffset at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdinFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriver_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRGPSBabelWriteDataSource at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRMSSQLSpatialSelectLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIStdoutFilesystemHandler at GDAL_1.8" 1.8.0
@@ -12516,15 +14168,19 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for OGRXPlaneRunwayThresholdLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneStartupLocationLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSIUnixStdioFilesystemHandler at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriver_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"vtable for OGRXPlaneAPTLinearFeatureLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneTaxiwayRectangleLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for VSISparseFileFilesystemHandler at GDAL_1.8" 1.8.0
  (c++)"vtable for GDALProxyPoolOverviewRasterBand at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneAirwayIntersectionLayer at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlane_VASI_PAPI_WIGWAG_Layer at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriverFactory_TiledWMS at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALWMSMiniDriverFactory_WorldWind at GDAL_1.8" 1.8.0
  (c++)"vtable for OGRXPlaneWaterRunwayThresholdLayer at GDAL_1.8" 1.8.0
+ (c++)"vtable for VSIStdoutRedirectFilesystemHandler at GDAL_1.8" 1.9.0
  (c++)"vtable for GDALWMSMiniDriverFactory_TileService at GDAL_1.8" 1.8.0
+ (c++)"vtable for GDALWMSMiniDriverFactory_VirtualEarth at GDAL_1.8" 1.9.0
  (c++)"vtable for KML at GDAL_1.8" 1.8.0
  (c++)"vtable for TABArc at GDAL_1.8" 1.8.0
  (c++)"vtable for IniFile at GDAL_1.8" 1.8.0
@@ -12566,10 +14222,13 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for PCIDSK::CPCIDSK_PCT at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSK_TEX at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::SysBlockMap at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CLinkSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::IOInterfaces at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPCIDSKBitmap at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKGeoref at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSK_ARRAY at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CTiledChannel at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKChannel at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKSegment at GDAL_1.8" 1.8.0
@@ -12581,15 +14240,70 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"vtable for PCIDSK::PCIDSKGCPSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKRPCSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKGCP2Segment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSKADS40Segment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::PCIDSKBinarySegment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::PCIDSKToutinSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::PCIDSKVectorSegment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKBinarySegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPCIDSKVectorSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::PCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKAPModelSegment at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::CPCIDSKRPCModelSegment at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::PCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CBandInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKEphemerisSegment at GDAL_1.8" 1.9.0
+ (c++)"vtable for PCIDSK::CPCIDSKADS40ModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::CPixelInterleavedChannel at GDAL_1.8" 1.8.0
+ (c++)"vtable for PCIDSK::CPCIDSKToutinModelSegment at GDAL_1.8" 1.9.0
  (c++)"vtable for PCIDSK::Mutex at GDAL_1.8" 1.8.0
  (c++)"vtable for PCIDSK::EDBFile at GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetDimensionCount(unsigned char)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetArray(std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::SetSizes(std::vector<unsigned int, std::allocator<unsigned int> > const&)@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetDimensionCount() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetArray() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSK_ARRAY::GetSizes() const at GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to NASHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::endDocument()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::startDocument()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::~ILI2Handler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ILI2Handler::~ILI2Handler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::endDocument()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::skippedEntity(unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::startDocument()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::endPrefixMapping(unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::setDocumentLocator(xercesc_2_8::Locator const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::startPrefixMapping(unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::ignorableWhitespace(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::processingInstruction(unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::~DefaultHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::~DefaultHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ParserHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ParserHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ParserHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ParserHandler::setDocumentLocator(xercesc_2_8::Locator const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to NASHandler::fatalError(xercesc_2_8::SAXParseException const&)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
@@ -12644,7 +14358,7 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::GetAttributes(void*)@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to GMLXercesHandler::AddAttributes(CPLXMLNode*, void*)@GDAL_1.8" 1.9.0
  (c++)"non-virtual thunk to GMLXercesHandler::GetAttributeValue(void*, char const*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::GetFID(void*)@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
@@ -12662,64 +14376,95 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
  (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to NASHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to NASHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to NASHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to NASHandler::~NASHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::endDocument()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::startDocument()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::~ILI2Handler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ILI2Handler::~ILI2Handler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::endDocument()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::skippedEntity(unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::startDocument()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::endPrefixMapping(unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::setDocumentLocator(xercesc_2_8::Locator const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::startPrefixMapping(unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::ignorableWhitespace(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::processingInstruction(unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::~DefaultHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to xercesc_2_8::DefaultHandler::~DefaultHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ParserHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ParserHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ParserHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ParserHandler::setDocumentLocator(xercesc_2_8::Locator const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to ParserHandler::~ParserHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::characters(unsigned short const*, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::endElement(unsigned short const*, unsigned short const*, unsigned short const*)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::startElement(unsigned short const*, unsigned short const*, unsigned short const*, xercesc_2_8::Attributes const&)@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
- (c++)"non-virtual thunk to GMLXercesHandler::~GMLXercesHandler()@GDAL_1.8" 1.8.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"non-virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::IsUserGenerated() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetUserGenerated(bool)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::IsNominalModel() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetIsNominalModel(bool)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::GetMetadataKeys() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::GetMetadataKeys() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::GetHistoryEntries() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::GetHistoryEntries() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetSensorName() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetHistoryEntries(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetHistoryEntries(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetSensorName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetGeosysString() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::SysBlockMap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::MetadataSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::Synchronize()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetGeosysString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::Synchronize()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetDownsample(unsigned int)@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetDownsample() const at GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSK_PCT::~CPCIDSK_PCT()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSK_PCT::~CPCIDSK_PCT()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSK_TEX::~CPCIDSK_TEX()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSK_TEX::~CPCIDSK_TEX()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::~SysBlockMap()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CLinkSegment::~CLinkSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::~CPCIDSKBitmap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::~CPCIDSKBitmap()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGeoref::~CPCIDSKGeoref()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSK_ARRAY::~CPCIDSK_ARRAY()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::~CPCIDSKSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::MetadataSegment::~MetadataSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::~CPCIDSKGCP2Segment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKBinarySegment::~CPCIDSKBinarySegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::~CPCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::~CPCIDSKVectorSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKAPModelSegment::~CPCIDSKAPModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKAPModelSegment::~CPCIDSKAPModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKEphemerisSegment::~CPCIDSKEphemerisSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKADS40ModelSegment::~CPCIDSKADS40ModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
+ (c++)"virtual thunk to PCIDSK::CPCIDSKToutinModelSegment::~CPCIDSKToutinModelSegment()@GDAL_1.8" 1.9.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKGCP2Segment::GetGCPs() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetXNumerator() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::SysBlockMap::Initialize()@GDAL_1.8" 1.8.0
@@ -12749,37 +14494,3 @@ libgdal.so.1 libgdal1 #MINVER#
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetAdjYValues() const at GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::IsAtEOF()@GDAL_1.8" 1.8.0
  (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetAdjCoordValues(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetDescription(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::IsUserGenerated() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetUserGenerated(bool)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::GetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetMetadataValue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::IsNominalModel() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetIsNominalModel(bool)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::GetMetadataKeys() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::GetMetadataKeys() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::GetHistoryEntries() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::GetHistoryEntries() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetSensorName() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::SetHistoryEntries(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::SetHistoryEntries(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetSensorName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::PushHistory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetGeosysString() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::SysBlockMap::Synchronize()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKBitmap::Synchronize()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::Synchronize()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::MetadataSegment::Synchronize()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::Synchronize()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetGeosysString(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKVectorSegment::ConsistencyCheck()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetLines() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::GetPixels() const at GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::SetRasterSize(unsigned int, unsigned int)@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
- (c++)"virtual thunk to PCIDSK::CPCIDSKRPCModelSegment::~CPCIDSKRPCModelSegment()@GDAL_1.8" 1.8.0
diff --git a/debian/rules b/debian/rules
index 41ae280..76e6ac5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,8 +123,8 @@ clean:
 	dh_testroot
 	
 	[ ! -f GDALmake.opt ] || $(MAKE) distclean
-	rm -rf $(curdir)/swig/ruby/.libs $(CURDIR)/swig/perl/*.bs
-	rm -rf $(curdir)/.libs
+	rm -rf $(CURDIR)/swig/ruby/.libs $(CURDIR)/swig/perl/*.bs
+	rm -rf $(CURDIR)/.libs
 	rm -f GDALmake.opt-*
 	rm -rf $(CURDIR)/man/man1
 	rm -rf $(CURDIR)/debian/tmp $(CURDIR)/debian/python-tmp
@@ -195,8 +195,10 @@ binary-common:
 	# Adds per arch symbols for compatible archs
 	ln -f $(CURDIR)/debian/libgdal*.symbols.i386 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
 	ln -f $(CURDIR)/debian/libgdal*.symbols.amd64 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-amd64
-	# Forces failure ignoring 
+	# Forces failure ignoring to collect new symbols on all archs
 	dh_makeshlibs -- -c0
+	# Forces failure when symbols change
+	#dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib
 	dh_gencontrol

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list