Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE notes for v0.30.1 #222

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
Release Notes for v0.30
Release Notes for v0.30.1

## What's Changed
* Avoid breakages for WITH_LLVM builds with libprotobuf < 3.19.0 by @dhoekwater in https://github.com/google/autofdo/pull/200
* Fixed testcase failures when build directory is not under the source directory by @shenhanc78 in https://github.com/google/autofdo/pull/206
* Fix compilation error when building using github build bot. by @shenhanc78 in https://github.com/google/autofdo/pull/210
* Removed WITH_LLVM and replaced protobuf_generate_cpp with more modern protobuf_generate by @shenhanc78 in https://github.com/google/autofdo/pull/199
* Fix format/indention error in README. by @shenhanc78 in https://github.com/google/autofdo/pull/212
* Add a config to build and run on PRs. by @snehasish in https://github.com/google/autofdo/pull/213
* Update README.md by @snehasish in https://github.com/google/autofdo/pull/214
* Add a workflow to create release build. by @shenhanc78 in https://github.com/google/autofdo/pull/217
* Build full-static LLVM tools binaries by @shenhanc78 in https://github.com/google/autofdo/pull/216
* Added missing support for "--propeller_output_module_names" by @shenhanc78 in https://github.com/google/autofdo/pull/219
* The last sync seems dropped --propeller_cluster_encoding_version by @shenhanc78 in https://github.com/google/autofdo/pull/220
* Make --propeller_chain_split defaults to true. by @shenhanc78 in https://github.com/google/autofdo/pull/221

**Full Changelog**: https://github.com/google/autofdo/compare/v0.20.1...v0.30

**Full Changelog**: https://github.com/google/autofdo/compare/v0.30...v0.30.1