Skip to content

Releases: google/libprotobuf-mutator

v1.5

08 Apr 02:27
dc4ced3
Compare
Choose a tag to compare

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 to git 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

04 Feb 02:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3...v1.4

v1.3

17 Jan 00:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.3

v1.2

11 Jan 09:23
50ae177
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

v1.1

13 Oct 23:13
Compare
Choose a tag to compare

Fixed -std=c++20 compilation.
Updates test/example dependencies.

v1.0

13 Nov 10:58
Compare
Choose a tag to compare

Fixes #186