aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Bazel Release System <noreply@google.com>2018-06-08 14:15:20 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2018-06-08 14:15:20 +0200
commit513bbf53549634031452d79d0ffa6dddb4e2036f (patch)
tree1451412c9551484acc5ddd18a3c2279e1e4c6b5d /CHANGELOG.md
parent6c87715b8ac6b32e636ba307440e2b7362b10a48 (diff)
Release 0.14.1 (2018-06-08)
Baseline: 5c3f5c9be7fa40d4fb3c35756891fab8483ca406 Cherry picks: + f96f037f8f77335dc444844abcc31a372a3e1849: Windows, Java launcher: Support jar files under different drives + ff8162d01409db34893de98bd840a51c5f13e257: sh_configure.bzl: FreeBSD is also a known platform + 7092ed324137f03fcd34856bdb0595a1bdec3069: Remove unneeded exec_compatible_with from local_sh_toolchain + 57bc201346e61c62a921c1cbf32ad24f185c10c9: Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present + 35a78c09cf2fbfc3de9c124d2142e3d72aac4348: remote: recursively delete incomplete downloaded output directory. + 3c9cd82b847f3ece8ec04b2029bd5e8ad0eb7502: distfile: pack the archives needed later in the build + 27487c77387e457df18be3b6833697096d074eab: Slightly refactor SpawnAction to improve env handling + 1b333a2c37add9d04fe5bc5258ee4f73c93115e2: Fix Cpp{Compile,Link}Action environment and cache key computation + 3da8929963e9c70dff5d8859d6e988e6e7f4f9d7: Make SymlinkTreeAction properly use the configuration's environment + eca7b81cf8cc51e1fe56e5ed7d4ad5cd1668a17a: Add a missing dependency from checker framework dataflow to javacutils + 10a4de954c2061258d8222961fc3bd39516db49d: Release 0.14.0 (2018-06-01) + 4b80f2455e7e49a95f3a4c9102a67a57dad52207: Add option to enable Docker sandboxing. + 6b1635279e8b33dc1ac505ac81825e38f8797a14: Allow disabling the simple blob caches via CLI flag overrides. Bug fix for [#5336](https://github.com/bazelbuild/bazel/issues/5336) Bug fix fot [#5308](https://github.com/bazelbuild/bazel/issues/5308)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d24ba96e9..37b7eb9f8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,44 @@
+## Release 0.14.1 (2018-06-08)
+
+```
+Baseline: 5c3f5c9be7fa40d4fb3c35756891fab8483ca406
+
+Cherry picks:
+ + f96f037f8f77335dc444844abcc31a372a3e1849:
+ Windows, Java launcher: Support jar files under different drives
+ + ff8162d01409db34893de98bd840a51c5f13e257:
+ sh_configure.bzl: FreeBSD is also a known platform
+ + 7092ed324137f03fcd34856bdb0595a1bdec3069:
+ Remove unneeded exec_compatible_with from local_sh_toolchain
+ + 57bc201346e61c62a921c1cbf32ad24f185c10c9:
+ Do not autodetect C++ toolchain when
+ BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present
+ + 35a78c09cf2fbfc3de9c124d2142e3d72aac4348:
+ remote: recursively delete incomplete downloaded output
+ directory.
+ + 3c9cd82b847f3ece8ec04b2029bd5e8ad0eb7502:
+ distfile: pack the archives needed later in the build
+ + 27487c77387e457df18be3b6833697096d074eab:
+ Slightly refactor SpawnAction to improve env handling
+ + 1b333a2c37add9d04fe5bc5258ee4f73c93115e2:
+ Fix Cpp{Compile,Link}Action environment and cache key computation
+ + 3da8929963e9c70dff5d8859d6e988e6e7f4f9d7:
+ Make SymlinkTreeAction properly use the configuration's
+ environment
+ + eca7b81cf8cc51e1fe56e5ed7d4ad5cd1668a17a:
+ Add a missing dependency from checker framework dataflow to
+ javacutils
+ + 10a4de954c2061258d8222961fc3bd39516db49d:
+ Release 0.14.0 (2018-06-01)
+ + 4b80f2455e7e49a95f3a4c9102a67a57dad52207:
+ Add option to enable Docker sandboxing.
+ + 6b1635279e8b33dc1ac505ac81825e38f8797a14:
+ Allow disabling the simple blob caches via CLI flag overrides.
+```
+
+Bug fix for [#5336](https://github.com/bazelbuild/bazel/issues/5336)
+Bug fix fot [#5308](https://github.com/bazelbuild/bazel/issues/5308)
+
## Release 0.14.0 (2018-06-01)
```
@@ -2893,3 +2934,4 @@ Initial release.
+