Skip to content

Version 1.17.0

Latest
Compare
Choose a tag to compare
@joto joto released this 14 Jan 09:44

Added

  • Add options to the "diff" command to ignore changeset, uid, and/or user attributes.
  • More tests.

Changed

  • Needs at least libosmium version 2.20.0.
  • Switch from RapidJSON to NLohman JSON. RapidJSON hasn't seen an update in a long time, so we are using a different JSON library.
  • Removed "spaten" output format.
  • Open writer in some commands earlier, so we see potential errors earlier.
  • Lots of small code cleanups.

Fixed

  • Fix reading from STDIN for sort command.
  • Make tests using binary files optional, because they don't work with zlib-ng that some distributions use. Use
    -DRUN_TESTS_WITH_BINARY_COMPARE=OFF to switch off those tests.