Releases: google/libprotobuf-mutator
Releases · google/libprotobuf-mutator
v1.5
What's Changed
- Support Ubuntu 24.04 out of the box (fixes #261)… while keeping support for more recent Protobuf intact by @hartwork in #263
- Resolve needless check for CMake <3.10.0 by @hartwork in #265
- Speed up build of bundled Protobuf via
-Dprotobuf_BUILD_LIBUPB=OFF
by @hartwork in #266 - Support
-DLIB_PROTO_MUTATOR_EXAMPLES:BOOL=OFF
to build without examples by @hartwork in #264 - Make
ExternalProject_Add
pass--depth 1
togit clone
to reduce cloning time by @hartwork in #268 - Fix typo "usefull" two times by @hartwork in #271
- Add support for Ubuntu 22.04 LTS by @hartwork in #270
- Enable CI for non-master branches by @hartwork in #272
- Pin external libexpat and libxml2 for CI stability by @hartwork in #273
- Add support for Ubuntu 20.04 LTS (where OSS-Fuzz is at) by @hartwork in #274
- Use
std::move
in two more places? by @hartwork in #275 - Fix minimum CMake version for
-DLIB_PROTO_MUTATOR_TESTING=ON
by @hartwork in #276 - Compile disabled test if we can by @vitalybuka in #277
- Move GOOGLE_PROTOBUF_VERSION in port/ by @vitalybuka in #278
- Improve upon pull request #278 by @hartwork in #280
Full Changelog: v1.4...v1.5
v1.4
What's Changed
- Keep C++ standard flexible by @uilianries in #248
- Switch from DownCastToGenerated to DownCastMessage by @vitalybuka in #250
- Include header fixes. by @atetubou in #253
- Fix doc comment about removed seed parameter by @chfast in #254
- Fix CI (fixes #259) by @hartwork in #260
- Run CI every week (to make breakage apparent with less delay) by @hartwork in #258
- Move troublesome default
-Werror
from CMake to CI (fixes #255) by @hartwork in #257 - Fix default PKG_CONFIG_PATH in CMakeLists.txt by @nertpinx in #251
- Avoid direct dependency on absl. by @vitalybuka in #262
New Contributors
- @uilianries made their first contribution in #248
- @atetubou made their first contribution in #253
- @chfast made their first contribution in #254
- @hartwork made their first contribution in #260
- @nertpinx made their first contribution in #251
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Update README by @ligurio in #230
- Replace DebugString with absl::StrCat by @vitalybuka in #243
- Unpoison results from LLVMFuzzerMutate. by @Allen-Webb in #213
- Clang format #213 by @vitalybuka in #244
New Contributors
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- Upgrade protobuf to v22.3 by @vitalybuka in #219
- Switch to c++14 by @vitalybuka in #220
- master by @vitalybuka in #239
- Use DownCastToGenerated by @vitalybuka in #240
- Setup github actions to build and test by @vitalybuka in #241
Full Changelog: v1.1...v1.2
v1.1
Fixed -std=c++20 compilation.
Updates test/example dependencies.