- Java: Update to latest protoc and protobuf runtime versions #84
- C: Support hardening buildflags set in the environment (09845ca4)
- C: Updated CMake configuration. This can now completely replace the configuration using the Makefiles. The Makefiles are deprecated now and will be removed in a future version.
- Proto: Add optional way to add node locations to way (e7d3201)
- Proto: Add optional LZ4 and ZSTD compressed data blocks (218bfe8)
- License the
.proto
and header files under MIT (5a4c8c11) - Proto: Disable deprecated
optimize_for = LITE_RUNTIME
option (f7b77826) - Proto: Specify
proto2
syntax to fix warnings with protobuf 3.0.0 (17f2228c) - C: Build and install a shared library (cfea70cd)
- C: Add support for large files (779715f1)
- Java: Deploy Java library to Maven Central (7a05c39e)
- Java: Update Java build
- Enable GitHub CI for Java and C (fcdf48d9, 2a636a31)
- Fixed ant build file.
- Small bugfixes and build enhancements.
- Improved Debian build in coordination with Debian maintainers.
- Several building fixes and enhancements.
- Add osmosis replication fields into the header.
-- Changes from Frederick Ramm frederik@remote.org
-
Bad tag, so not releasable.
-
Switched to the lite (non-introspective) version of protocol buffers for a smaller library.
-
Includes support for "visible" flag on OSM objects. This allows PBF to handle OSM history files.
-
Namespace and include conventions changes for the C++ library. Everything is in the OSMPBF namespace. You now do: #include <osmpbf/osmpbf.h>
-
Added stuff needed to build Debian/Ubuntu libosmpbf-dev package containing the C++ library.
-
Added osmpbf-outline tool that shows internals of a PBF file for debugging.
-
Added magic file that can recognize OSM PBF files.
-- Changes from Jochen Topf jochen@topf.org Peter github@mazdermind.de
-
Added a pom.xml
-- Changes from Zsombor Welker flaktack@welker.hu