Changes in version 2.4.0 (2026-03-12) o Windows: use protobuf from Rtools if available Changes in version 2.3.0 (2023-09-25) o Windows: update to protobuf 21.12 Changes in version 2.2.0 (2023-01-29) o Windows: update to libprotobuf 3.19.4 o No longer force CXX11 (use local C++ default std) Changes in version 2.1.3 (2022-10-25) o Fix bug in 2.1.2 release (actually compile with CXX17) Changes in version 2.1.2 (2022-10-17) o Compile with CXX17 when available (preferred for recent libprotobuf) Changes in version 2.1.1 (2021-07-28) o Support rwinlib ucrt libs o Rewrite configure script to not use bash Changes in version 2.1 (2020-01-13) o Fix build on CentOS 6 (and other systems without C++11 support) o Fix for -Wdeprecated warning about ByteSize() on protobuf 3.11 Changes in version 2.0 (2019-10-10) o Add support for MVT: read_mvt_sf() and read_mvt_data() Changes in version 1.9 (2019-07-02) o Windows: update to protobuf v3.8.0 o Suppress warnings about pragmas in autogenerated protobuf headers Changes in version 1.8 (2018-06-26) o Update to protobuf v3.5.1 on Windows Changes in version 1.7 (2017-09-01) o Move autobrew script to external repo o Use Rcpp symbol registration and visibility Changes in version 1.6 (2017-03-16) o Update protobuf to 3.2.0 on Windows and OSX Changes in version 1.5 (2016-09-06) o Fix for Solaris o Switch to C++11 on Windows Changes in version 1.4 (2016-08-19) o Add support for reading/writing geobuf (binary geojson) Changes in version 1.3 (2016-07-06) o Use new Homebrew URL in configure script o Switch to CXX_STD=CXX11 to suppress some warnings Changes in version 1.2 (2016-05-08) o Fix configure script to test if protoc version matches libprotobuf Changes in version 1.1 (2016-04-25) o Cross reference to RProtoBuf pkg in description and readme o Add option 'skip_native' in serialize_pb() o Fix bug where 'native' objects were stored in 'raw' field Changes in version 1.0 (2016-04-23) o Initial CRAN release