aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Bazel Release System <noreply@google.com>2018-02-23 11:09:18 -0500
committerGravatar John Cater <jcater@google.com>2018-02-23 11:09:18 -0500
commit09077a35da3def2474d90f1cc1bb14848dd6fd4f (patch)
tree645072d733774f07a588b4bcadc0878a36857f69 /CHANGELOG.md
parent4ccecae85c12086e9610b67b50d21f5470fa89b6 (diff)
Release 0.11.0 (2018-02-23)
Baseline: 00d781ae78a8bd51d3c61b621d79f0bb095aff9e Cherry picks: + ea2d4c475febdbd59ca0e0ba46adc7be759f84e0: Update stub_finds_runfiles_test to be a real sh_test. + d855d8133f4efb73ebd5e82c54a9afb4c7565d46: java,runfiles: fix bugs in runfiles library + 56aeb04a064218b845ecc193d530c341c6ec854d: Fixing #4585: broken re-execution of orphaned actions. + cf3f81aef7c32019d70cbce218a64a03276268f0: remote: Add support for HTTP Basic Auth + 28bd997c1c8793973f63dcae4c22bbae49e7d8b7: Fixing test-setup.sh occasionally missing stdout/stderr, on systems where "tail --pid" is supported. + 109e4b4dc9e786e3a2d8d7cb245d18320dbe9216: Automated rollback of commit 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9. + b3d52b1b6d46a0f23cc91125c1d522e9d13433b4: Fix incorrect include directories when -no-canonical-prefixes is passed to clang + 3904ac33a983fd8faebba1b52bcac5a3ff942029: Automated rollback of commit 28bd997c1c8793973f63dcae4c22bbae49e7d8b7. + 1001141f0674ff4b611814edcb00a5183680ef4a: Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1 b52bcac5a3ff942029 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba 1b52bcac5a3ff942029). Fix #4625 by running the test process in a sub-shell. Incompatible changes: - ctx.fragments.jvm is not available anymore. New features: - java,runfiles: You can now depend on `@bazel_tools//tools/runfiles:java-runfiles` to get a platform-independent runfiles library for Java. See JavaDoc of https://github.com/bazelbuild/bazel/blob/master/src/tools/runfiles /java/com/google/devtools/build/runfiles/Runfiles.java for usage information. Important changes: - The --[no]experimental_disable_jvm command line option is not supported anymore. - Allow expanding TreeArtifacts for libraries_to_link - Proguarded Android binaries can be built with incremental dexing. - aar_import now supports assets. - Crash in OutputJar::Close has been fixed - generator_* attributes are nonconfigurable. - Introduces --[no]keep_state_after_build - Add support for merged object files needed for -flto-unit. - Fix how libraries to link is specified to archiver actions. - Replace //tools/defaults:android_jar with @bazel_tools//tools/android:android_jar. //tools/defaults:android_jar will be removed in a future release. - java_common.compile supports neverlink - Resolved an issue where a failure in the remote cache would not trigger local re-execution of an action.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md68
1 files changed, 68 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1fd9f7671..2e182f3880 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,70 @@
+## Release 0.11.0 (2018-02-23)
+
+```
+Baseline: 00d781ae78a8bd51d3c61b621d79f0bb095aff9e
+
+Cherry picks:
+ + ea2d4c475febdbd59ca0e0ba46adc7be759f84e0:
+ Update stub_finds_runfiles_test to be a real sh_test.
+ + d855d8133f4efb73ebd5e82c54a9afb4c7565d46:
+ java,runfiles: fix bugs in runfiles library
+ + 56aeb04a064218b845ecc193d530c341c6ec854d:
+ Fixing #4585: broken re-execution of orphaned actions.
+ + cf3f81aef7c32019d70cbce218a64a03276268f0:
+ remote: Add support for HTTP Basic Auth
+ + 28bd997c1c8793973f63dcae4c22bbae49e7d8b7:
+ Fixing test-setup.sh occasionally missing stdout/stderr, on
+ systems where "tail --pid" is supported.
+ + 109e4b4dc9e786e3a2d8d7cb245d18320dbe9216:
+ Automated rollback of commit
+ 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9.
+ + b3d52b1b6d46a0f23cc91125c1d522e9d13433b4:
+ Fix incorrect include directories when -no-canonical-prefixes is
+ passed to clang
+ + 3904ac33a983fd8faebba1b52bcac5a3ff942029:
+ Automated rollback of commit
+ 28bd997c1c8793973f63dcae4c22bbae49e7d8b7.
+ + 1001141f0674ff4b611814edcb00a5183680ef4a:
+ Roll forward of
+ https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1
+ b52bcac5a3ff942029
+ (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba
+ 1b52bcac5a3ff942029). Fix #4625 by running the test process in a
+ sub-shell.
+```
+
+Incompatible changes:
+
+ - ctx.fragments.jvm is not available anymore.
+
+New features:
+
+ - java,runfiles: You can now depend on
+ `@bazel_tools//tools/runfiles:java-runfiles` to get a
+ platform-independent runfiles library for Java. See JavaDoc of
+ https://github.com/bazelbuild/bazel/blob/master/src/tools/runfiles
+ /java/com/google/devtools/build/runfiles/Runfiles.java for usage
+ information.
+
+Important changes:
+
+ - The --[no]experimental_disable_jvm command line option is not
+ supported anymore.
+ - Allow expanding TreeArtifacts for libraries_to_link
+ - Proguarded Android binaries can be built with incremental dexing.
+ - aar_import now supports assets.
+ - Crash in OutputJar::Close has been fixed
+ - generator_* attributes are nonconfigurable.
+ - Introduces --[no]keep_state_after_build
+ - Add support for merged object files needed for -flto-unit.
+ - Fix how libraries to link is specified to archiver actions.
+ - Replace //tools/defaults:android_jar with
+ @bazel_tools//tools/android:android_jar.
+ //tools/defaults:android_jar will be removed in a future release.
+ - java_common.compile supports neverlink
+ - Resolved an issue where a failure in the remote cache would not
+ trigger local re-execution of an action.
+
## Release 0.10.1 (2018-02-15)
```
@@ -2435,3 +2502,4 @@ Initial release.
+