Skip to content

2.5.4

Compare
Choose a tag to compare
@hobu hobu released this 27 May 11:59
· 19 commits to 2.5-maintenance since this release
5daf3e1

Bug Fixes

  • Random shuffling of pdal::PointRef does not work correctly on some compilers. For PDAL the impact was limited to std::stable_sort. It has been addressed by #4065 and #4058 with possibly breaking changes coming in 2.6.0
  • readers.ntif didn't support remote files #4025
  • standalone builds of readers.rxp did not work #4060
  • Utils::trimLeading and Utils:trimTrailing might not have worked correctly on some compilers #4055
  • Remove unneeded readers.icebridge heap allocation that was being improperly freed #4050
  • Fixup mingw builds #4044 (thanks @dg0yt!)
  • <cstdint> now needed for E57 library (thanks @cbrl!) #4039
  • Rethrow arbiter::ArbiterError which was being swallowed in openFile #4033
  • Prevent invalid const_cast so GDAL 3.7.0 works (thanks @jgrocha and @dg0yt!) #4030
  • Arbiter S3 driver IMDSv2 support did not work #4063

Changelog since 2.5.3: 2.5.3...2.5.4

Changelog between 2.5.4 and 2.5.0: 2.5.0...2.5-maintenance