Skip to content

Commit 67f23f5

Browse files
Bazel Release Systembuchgr
Bazel Release System
authored andcommitted
Release 0.5.4 (2017-08-25)
Baseline: 6563b2d Cherry picks: + d4fa181: Use getExecPathString when getting bash_main_file + 837e1b3: Windows, sh_bin. launcher: export runfiles envvars + fe9ba89: grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486 + e8d4366: Automated rollback of commit 496d3de. + 242a434: bes,remote: update default auth scope. + 793b409: Windows, sh_bin. launcher: fix manifest path + 7e4fbbe: Add --windows_exe_launcher option + 91fb38e: remote_worker: Serialize fork() calls. Fixes #3356 + b79a9fc: Quote python_path and launcher in python_stub_template_windows.txt + 4a2e17f: Add build_windows_jni.sh back + ce61d63: don't use methods and classes removed in upstream dx RELNOTES: update dexing tools to Android SDK 26.0.1 + 5393a49: Make Bazel enforce requirement on build-tools 26.0.1 or later. + 5fac03570f80856c063c6019f5beb3bdc1672dee: Fix --verbose_failures w/ sandboxing to print the full command line + f7bd1acf1f96bb7e3e19edb9483d9e07eb5af070: Only patch in C++ compile features when they are not already defined in crosstool + d7f5c12: Bump python-gflags to 3.1.0, take two + 3cb136d: Add python to bazel's dockerfiles New features: - Do not disable fully dynamic linking with ThinLTO when invoked via LIPO options. Important changes: - Ignore --glibc in the Android transition. - Remove --experimental_android_use_singlejar_for_multidex. - nocopts now also filter copts - The Build Event Service (BES) client now properly supports Google Applicaton Default Credentials. - update dexing tools to Android SDK 26.0.1 - Bazel Android support now requires build-tools 26.0.1 or later. - Fix a bug in the remote_worker that would at times make it crash on Linux. See #3356 - The java_proto_library rule now supports generated sources. See #2265
1 parent e080ff5 commit 67f23f5

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## Release 0.5.4 (2017-08-25)
2+
3+
```
4+
Baseline: 6563b2d42d29196432d5fcafa0144b8371fbb028
5+
6+
Cherry picks:
7+
+ d4fa181f8607c35230b7efa1ce94188b51508962:
8+
Use getExecPathString when getting bash_main_file
9+
+ 837e1b3d4859140d29aaa6bbab8fbb008e6d701e:
10+
Windows, sh_bin. launcher: export runfiles envvars
11+
+ fe9ba893c0ebec19228086356af5fa8d81f2809b:
12+
grpc: Consolidate gRPC code from BES and Remote Execution. Fixes
13+
#3460, #3486
14+
+ e8d4366cd374fba92f1425de0d475411c8defda4:
15+
Automated rollback of commit
16+
496d3ded0bce12b7371a93e1183ba30e6aa88032.
17+
+ 242a43449dd44a22857f6ce95f7cc6a7e134d298:
18+
bes,remote: update default auth scope.
19+
+ 793b409eeae2b42be7fed58251afa87b5733ca4d:
20+
Windows, sh_bin. launcher: fix manifest path
21+
+ 7e4fbbe4ab3915a57b2187408c3909e5cd6c6013:
22+
Add --windows_exe_launcher option
23+
+ 91fb38e92ace6cf14ce5da6527d71320b4e3f3d2:
24+
remote_worker: Serialize fork() calls. Fixes #3356
25+
+ b79a9fcd40f448d3aebb2b93a2ebe80d09b38408:
26+
Quote python_path and launcher in
27+
python_stub_template_windows.txt
28+
+ 4a2e17f85fc8450aa084b201c5f24b30010c5987:
29+
Add build_windows_jni.sh back
30+
+ ce61d638197251f71ed90db74843b55d9c2e9ae5:
31+
don't use methods and classes removed in upstream dx RELNOTES:
32+
update dexing tools to Android SDK 26.0.1
33+
+ 5393a4996d701fa192964a35cbb75e558a0599c0:
34+
Make Bazel enforce requirement on build-tools 26.0.1 or later.
35+
+ 5fac03570f80856c063c6019f5beb3bdc1672dee:
36+
Fix --verbose_failures w/ sandboxing to print the full command
37+
line
38+
+ f7bd1acf1f96bb7e3e19edb9483d9e07eb5af070:
39+
Only patch in C++ compile features when they are not already
40+
defined in crosstool
41+
+ d7f5c120417bc2d2344dfb285322355f225d9153:
42+
Bump python-gflags to 3.1.0, take two
43+
+ 3cb136d5451e9d8af58f9a99990cad0592df101a:
44+
Add python to bazel's dockerfiles
45+
```
46+
47+
New features:
48+
49+
- Do not disable fully dynamic linking with ThinLTO when invoked
50+
via LIPO options.
51+
52+
Important changes:
53+
54+
- Ignore --glibc in the Android transition.
55+
- Remove --experimental_android_use_singlejar_for_multidex.
56+
- nocopts now also filter copts
57+
- The Build Event Service (BES) client now properly supports
58+
Google Applicaton Default Credentials.
59+
- update dexing tools to Android SDK 26.0.1
60+
- Bazel Android support now requires build-tools 26.0.1 or later.
61+
- Fix a bug in the remote_worker that would at times make it crash on Linux. See #3356
62+
- The java_proto_library rule now supports generated sources. See #2265
63+
164
## Release 0.5.3 (2017-07-27)
265

366
```
@@ -1619,3 +1682,4 @@ Initial release.
16191682

16201683

16211684

1685+

0 commit comments

Comments
 (0)