Next | Query returned 233 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-23 16:18:02 by Greg Troxel | Files touched by this commit (33)
Log message:
*: revbump for proj
   2024-05-23 15:42:26 by Greg Troxel | Files touched by this commit (8) | Package updated
Log message:
geography/gdal: Update to 3.9.0

Upstream NEWS.md, heavily trimmed to remove bugfixes and minor
improvements:

See \ 
[MIGRATION_GUIDE.TXT](https://github.com/OSGeo/gdal/blob/release/3.9/MIGRATION_GUIDE.TXT)

# GDAL/OGR 3.9.0 Releases Notes

GDAL/OGR 3.9.0 is a feature release.
Those notes include changes since GDAL 3.8.0, but not already included in a
GDAL 3.8.x bugfix release.

## In a nutshell...

* [RFC 96](https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html):
  Deferred C++ plugin loading
* [RFC \ 
97](https://gdal.org/development/rfc/rfc97_feature_and_fielddefn_sealing.html):
  OGRFeatureDefn, OGRFieldDefn and OGRGeomFieldDefn "sealing"
* [RFC 98](https://gdal.org/development/rfc/rfc98_build_requirements_gdal_3_9.html):
  Build requirements for GDAL 3.9
* [RFC \ 
99](https://gdal.org/development/rfc/rfc99_geometry_coordinate_precision.html):
  Geometry coordinate precision
* Add [S104](https://gdal.org/drivers/raster/s104.html) (Water Level Information
  for Surface Navigation Product) and
  [S111](https://gdal.org/drivers/raster/s111.html) (Surface Currents Product)
  raster read-only drivers (required libhdf5)
* Add raster [GTI](https://gdal.org/drivers/raster/gti.html) (GDAL Raster Tile
  Index) driver to support catalogs with huge number of sources.
* Add vector [MiraMonVector](https://gdal.org/drivers/vector/miramon.html)
  read/creation driver (#9688)
* Deprecated ARG driver has been removed (#7920)
* Code linting

# GDAL/OGR 3.8.0 Releases Notes

GDAL/OGR 3.8.0 is a feature release.
Those notes include changes since GDAL 3.8.0, but not already included in a
GDAL 3.7.x bugfix release.

## In a nutshell...

* Add [JSONFG](https://gdal.org/drivers/vector/jsonfg.html) read/write vector
  driver for OGC Features and Geometries JSON.
* Add [PMTiles](https://gdal.org/drivers/vector/pmtiles.html) read/write vector
  driver for PMTiles v3 datasets containing MVT PBF tiles
* Add [S102](https://gdal.org/drivers/raster/s102.html) raster read-only driver
  for S-102 bathymetric products (depends on libhdf5)
* Add [gdal_footprint](https://gdal.org/programs/gdal_footprint.html) utility:
  compute the footprint of a raster file, taking into account nodata/mask band,
  and generating polygons/multipolygons corresponding to areas where pixels are
  valid (#6264)
* Python bindings: various enhancements to reduce the number of "gotchas"
  related to inter-object ownership relationships, and a few syntaxic sugar
  enhancements
* Arrow interface: improve spatial and attribute filtering on read side;
  add write side with OGRLayer::WriteArrowBatch()
* GeoPackage: much faster spatial index creation (~ 3-4 times faster)
* ARG driver deprecated: will be removed in 3.9.0

# GDAL/OGR 3.7.0 Releases Notes

GDAL/OGR 3.7.0 is a feature release.
Those notes include changes since GDAL 3.6.0, but not already included in a
GDAL 3.6.x bugfix release.

## In a nutshell...

* [RFC 87](https://gdal.org/development/rfc/rfc87_signed_int8.html): Add
  GDT_Int8 support
* [RFC 88](https://gdal.org/development/rfc/rfc88_googletest.html): switch
  to GoogleTest framework for C++ tests (#3525)
* [RFC 89](https://gdal.org/development/rfc/rfc89_sql_logging_callback.html):
  SQL query logging callback (#6967)
* [RFC 90](https://gdal.org/development/rfc/rfc90_read_compressed_data.html):
  Direct access to compressed raster data
* [RFC 91](https://gdal.org/development/rfc/rfc91_dataset_close.html):
  GDALDataset::Close() method
* [RFC 93](https://gdal.org/development/rfc/rfc93_update_feature.html):
  OGRLayer::UpdateFeature() method
* [RFC \ 
94](https://gdal.org/development/rfc/rfc94_field_precision_width_metadata.html):
  Numeric fields width/precision metadata
* ogrinfo: make it accessible through a new GDALVectorInfo() C API call, and
  a -json switch
* Add read-only raster driver NOAA_B to read NOAA GEOCON/NADCON5 .b grids
* Add read-only raster driver NSIDCbin for Sea Ice Concentrations (#7263)
* Add read-only vector GTFS (General Transit Feed Specification) driver
* TileDB: add read/write vector side
* Add support for [SOZip](https://sozip.org) (Seek Optimized ZIP) with enhanced
  /vsizip/ virtual file system and a new sozip utility
* OpenFileGDB: add read-only support for raster datasets (.gdb v10)
* PNG: 1.7-2.0x speed-up in whole image decompression with libdeflate on
  Intel/AMD CPUs. Benefits GPKG, MRF drivers
* [RFC 69](https://gdal.org/development/rfc/rfc69_cplusplus_formatting.html):
  C++ code reformatting
* Code linting and security fixes
* Remove any traces of Rasdaman driver, now moved to OSGeo/gdal-extra-drivers
  repository (#4808)

# GDAL/OGR 3.6.0 Release Notes

Those notes include changes since GDAL 3.5.0, but not already included in a GDAL \ 
3.5.x bugfix release.

## In a nutshell...

* CMake is the only build system available in-tree. autoconf and nmake build \ 
systems have been removed
* OpenFileGDB: write and update support (v10.x format only), without requiring \ 
any external dependency, with same (and actually larger) functional scope as \ 
write side of the FileGDB driver
* [RFC 86](https://gdal.org/development/rfc/rfc86_column_oriented_api.html): \ 
Column-oriented read API for vector layers.
  Implemented in core, Arrow, Parquet, GPKG and FlatGeoBuf drivers
* Add read/write raster [JPEGXL \ 
driver](https://gdal.org/drivers/raster/jpegxl.html) for standalone JPEG-XL \ 
files. Requires libjxl
* Add KTX2 and BASISU read/write raster drivers for texture formats. Require \ 
(forked) basisu library
* Vector layer API: table relationship discovery & creation, Upsert() operation
* GeoTIFF: add multi-threaded read capabilities (reqiures NUM_THREADS open \ 
option or GDAL_NUM_THREADS configuration option to be set)
* Multiple performance improvements in GPKG driver
* ogr_layer_algebra.py: promoted to official script (#1581)
* Code linting and security fixes
* Bump of shared lib major version
   2024-05-21 20:21:34 by Greg Troxel | Files touched by this commit (4)
Log message:
geography/gdal: Convert py-gdal to wheel.mk (not autoconf)

Use wheel.mk for py-gdal, mostly straightforwardly.

Move many things not needed for py-gdal from Makefile.common to gdal's
Makefile.
   2024-05-21 15:36:10 by Greg Troxel | Files touched by this commit (7) | Package updated
Log message:
geography/gdal: Convert to cmake

In general, avoid adding dependencies and rototilling, in favor of a
straight build system conversion.  A notable exception is adding
spatialite, because that is easier than fixing the cmake spatialite
support not to error out.  (Other fixes to follow once the conversion
is ok.)

gdal-lib:

Straightforward use of cmake vs autoconf.

Add cmake args to disable finding things that happen to be installed
but are not bl3d.

Attempt to convert CONFIGURE_ARGS to cmake, confounded by some of them
perhaps being out of date and some of them not having clear analogs.
Accept some fuzz on the theory that things were likely not 100% right
earlier and it's going to change with updates.

Drop patch for png16 rename; cmake finds that ok by itself.

Withdraw include/cpl_odbc.h because cmake does so, and call it ok
without a revbum because we aren't (and weren't) building odbc so it
is nonsensical for any other package to have used it.

cmake installs man pages and bash completion scripts.  Roll with it vs
trying to make this like before, as those changes are not confounding
or hard to debug.

py-gdal:

Continue to use autoconf, and add commented-out cmake config.

Update committed to capture partial progress and have others test
earlier rather than later as we head to further updates.
   2024-05-21 14:42:28 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/gdal-lib: GC jasper references

configure says that --without-jasper is not (no longer) valid.
   2024-05-21 14:26:33 by Greg Troxel | Files touched by this commit (1)
Log message:
geography/gdal-lib: Modernize USE_LANGUAGES

Simply migrate to USE_C_FEATURES and USE_CXX_FEATURES.
   2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692)
Log message:
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)
   2024-02-01 08:31:50 by Thomas Klausner | Files touched by this commit (3)
Log message:
gdal-lib: fix build with libxml2 2.12.
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1

Next | Query returned 233 messages, browsing 21 to 30 | Previous