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