You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.87.1
0.87.1 is a development release. Changes since 0.87.0 include
fixes to expire list generation, multi-backend documentation,
memory leaks, and conversions of code in a legacy C style to a
more modern C++ style.
Release 0.87.0
0.87.0 is a development release and includes the conversion of osm2pgsql from C to C++. This adds boost to the dependencies and requires a `make distclean` if there are old C-based files present.
Also new is the multi-backend, a new feature which allows a seperation between the middle tables and output tables into different databases.
Release 0.86.0
The main new feature in this version is a complete documentation rewrite.
There have been numerious minor bug fixes, test coverage expansion, and small nominatim changes.
[osm2pgsql] Enable 64bit IDs by default
Da
7C86
tabases generated in 64bit and 32bit ID mode are not compatible with each other,
including applying diffs.
It is therefore necessary to reload the database to switch from 32bit ID mode to 64bit.
Also bump version number to 0.81.1
rename osm2pgsql-64 to osm2pgsql. this is now the new default branch.
a define in osmtypes.h has been commented out so that it builds for 32bit IDs
by default. bumped version to 0.80.
todo: add 32/64 bit distinction to build process
* improved configure setup (including automake and libtool)
* support for different input readers besides libxml2 OSM XML parsing
* "primitive" XML parser integrated into the main binary
* OSM PBF parser