Skip to content

Commit

Permalink
Release 3.7.1 (2020-11-24)
Browse files Browse the repository at this point in the history
Baseline: a991db7

Cherry picks:

   + 0d14ec8:
     Release 3.7.0 (2020-10-20)
   + d563446:
     Add `-XDcompilePolicy=simple` to default javacopts
   + 6336264:
     Update rules_cc reference to head of rules_cc as of 2020-11-11.
   + b3f9346:
     Bump rules_cc to support llvm 11.0.0 clang-cl compiler on Windows
   + e055b43:
     Remove accidentally re-added
     tools/jdk/java_toolchain_default.bzl.
   + 02838a1:
     Avoid the spawn cache if executing dynamically.

Important changes:

  - Update rules_cc to commit b1c40e1de81913a3c40e5948f78719c28152486d

This release contains contributions from many people at Google, as well as William A Rowe Jr.
  • Loading branch information
Bazel Release System authored and katre committed Nov 24, 2020
1 parent 028e02c commit d0efd7b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## Release 3.7.1 (2020-11-24)

```
Baseline: a991db7c2f66a354666388d888dcef9b0d0f70c0
Cherry picks:
+ 0d14ec84a06c4da628a7f6d9d1c5f9314392ab15:
Release 3.7.0 (2020-10-20)
+ d563446a77b906807cea86f5c2abafa5900d901a:
Add `-XDcompilePolicy=simple` to default javacopts
+ 6336264e4b0d8cc422ec73e1b923bf8014ace778:
Update rules_cc reference to head of rules_cc as of 2020-11-11.
+ b3f934680554515aa312b5dd4453df5cd38f0aea:
Bump rules_cc to support llvm 11.0.0 clang-cl compiler on Windows
+ e055b433efdccb28b9c21082e72d8e79d9b34e0f:
Remove accidentally re-added
tools/jdk/java_toolchain_default.bzl.
+ 02838a1b2aa2f6d03980536ab2ac6840c3c98e84:
Avoid the spawn cache if executing dynamically.
```

Important changes:

- Update rules_cc to commit b1c40e1de81913a3c40e5948f78719c28152486d

This release contains contributions from many people at Google, as well as William A Rowe Jr.

## Release 3.7.0 (2020-10-20)

```
Expand Down

0 comments on commit d0efd7b

Please sign in to comment.