[QGIS Commit] [qgis/Quantum-GIS] c56491: fix #4805:

GitHub noreply at github.com
Mon Apr 23 16:17:26 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: c56491b11124f9ceefa9b6b3d501374755aac84c
      https://github.com/qgis/Quantum-GIS/commit/c56491b11124f9ceefa9b6b3d501374755aac84c
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M CMakeLists.txt
    M Doxyfile
    M PROVENANCE
    M cmake_templates/Doxyfile.in
    R debian/compat.lenny
    R debian/control.lenny
    M debian/copyright
    R debian/qgis-plugin-grass-common.install.lenny
    M debian/rules
    M ms-windows/osgeo4w/package-nightly.cmd
    M ms-windows/osgeo4w/package.cmd
    M python/CMakeLists.txt
    M python/pyspatialite/CMakeLists.txt
    M src/app/CMakeLists.txt
    M src/browser/CMakeLists.txt
    M src/core/CMakeLists.txt
    R src/core/spatialindex/README
    R src/core/spatialindex/include/LineSegment.h
    R src/core/spatialindex/include/Point.h
    R src/core/spatialindex/include/RTree.h
    R src/core/spatialindex/include/Region.h
    R src/core/spatialindex/include/SpatialIndex.h
    R src/core/spatialindex/include/Version.h
    R src/core/spatialindex/include/tools/PointerPool.h
    R src/core/spatialindex/include/tools/PoolPointer.h
    R src/core/spatialindex/include/tools/SmartPointer.h
    R src/core/spatialindex/include/tools/Tools.h
    R src/core/spatialindex/src/rtree/BulkLoader.cc
    R src/core/spatialindex/src/rtree/BulkLoader.h
    R src/core/spatialindex/src/rtree/Index.cc
    R src/core/spatialindex/src/rtree/Index.h
    R src/core/spatialindex/src/rtree/Leaf.cc
    R src/core/spatialindex/src/rtree/Leaf.h
    R src/core/spatialindex/src/rtree/Node.cc
    R src/core/spatialindex/src/rtree/Node.h
    R src/core/spatialindex/src/rtree/PointerPoolNode.h
    R src/core/spatialindex/src/rtree/RTree.cc
    R src/core/spatialindex/src/rtree/RTree.h
    R src/core/spatialindex/src/rtree/Statistics.cc
    R src/core/spatialindex/src/rtree/Statistics.h
    R src/core/spatialindex/src/spatialindex/LineSegment.cc
    R src/core/spatialindex/src/spatialindex/Point.cc
    R src/core/spatialindex/src/spatialindex/Region.cc
    R src/core/spatialindex/src/spatialindex/SpatialIndexImpl.cc
    R src/core/spatialindex/src/spatialindex/SpatialIndexImpl.h
    R src/core/spatialindex/src/storagemanager/Buffer.cc
    R src/core/spatialindex/src/storagemanager/Buffer.h
    R src/core/spatialindex/src/storagemanager/DiskStorageManager.cc
    R src/core/spatialindex/src/storagemanager/DiskStorageManager.h
    R src/core/spatialindex/src/storagemanager/MemoryStorageManager.cc
    R src/core/spatialindex/src/storagemanager/MemoryStorageManager.h
    R src/core/spatialindex/src/storagemanager/RandomEvictionsBuffer.cc
    R src/core/spatialindex/src/storagemanager/RandomEvictionsBuffer.h
    R src/core/spatialindex/src/tools/Tools.cc
    R src/core/spatialite/headers/spatialite.h
    R src/core/spatialite/headers/spatialite/gaiaaux.h
    R src/core/spatialite/headers/spatialite/gaiaexif.h
    R src/core/spatialite/headers/spatialite/gaiageo.h
    R src/core/spatialite/headers/spatialite/spatialite.h
    R src/core/spatialite/headers/spatialite/sqlite3.h
    R src/core/spatialite/headers/spatialite/sqlite3ext.h
    R src/core/spatialite/spatialite.c
    R src/core/spatialite/sqlite3.c
    M src/gui/CMakeLists.txt
    M src/helpviewer/CMakeLists.txt
    M src/mapserver/CMakeLists.txt
    M src/plugins/offline_editing/CMakeLists.txt
    M src/providers/CMakeLists.txt
    M src/providers/osm/CMakeLists.txt
    M src/providers/spatialite/CMakeLists.txt

  Log Message:
  -----------
  fix #4805:
- drop internal spatialite and internal spatialindex
- drop support for debian lenny (no system spatialindex/spatialite there)


  Commit: 04abf7644f2a05cfce36fd9230690fc7a514b3de
      https://github.com/qgis/Quantum-GIS/commit/04abf7644f2a05cfce36fd9230690fc7a514b3de
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M src/providers/gdal/qgsgdaldataitems.cpp
    M src/providers/gdal/qgsgdalprovider.cpp
    M src/providers/ogr/qgsogrdataitems.cpp
    M src/providers/ogr/qgsogrprovider.cpp

  Log Message:
  -----------
  case insensitive vsizip/vsigzip support


  Commit: 492f1a025cd241c7c9d115b892d67627c685a55f
      https://github.com/qgis/Quantum-GIS/commit/492f1a025cd241c7c9d115b892d67627c685a55f
  Author: Juergen E. Fischer <jef at norbit.de>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M tests/src/core/testziplayer.cpp

  Log Message:
  -----------
  fix ziplayer test for GDAL<1.8


Compare: https://github.com/qgis/Quantum-GIS/compare/b82bc67...492f1a0


More information about the QGIS-commit mailing list