|
| 1 | +## Release 0.15.2 (2018-07-17) |
| 2 | + |
| 3 | +``` |
| 4 | +Baseline: b93ae42e8e693ccbcc387841a17f58259966fa38 |
| 5 | +
|
| 6 | +Cherry picks: |
| 7 | + + 4b80f2455e7e49a95f3a4c9102a67a57dad52207: |
| 8 | + Add option to enable Docker sandboxing. |
| 9 | + + 6b1635279e8b33dc1ac505ac81825e38f8797a14: |
| 10 | + Allow disabling the simple blob caches via CLI flag overrides. |
| 11 | + + 4ec0a7524913ab2c4641368e3f8c09b347351a08: |
| 12 | + Use BUILD.bazel instead of BUILD for external projects |
| 13 | + + 2ff8c5fd919ad7316d06c6303e8d7b51315d4c61: |
| 14 | + Release 0.15.0 (2018-06-26) |
| 15 | + + 8ff87c164f48dbabe3b20becd00dde90c50d46f5: |
| 16 | + Fix autodetection of linker flags |
| 17 | + + c4622ac9205d2f1b42dac8c598e83113d39e7f11: |
| 18 | + Fix autodetection of -z linker flags |
| 19 | + + d3228b61f633cdc5b3f740b641a0836f1bd79abd: |
| 20 | + remote: limit number of open tcp connections by default. Fixes |
| 21 | + #5491 |
| 22 | +``` |
| 23 | + |
| 24 | +Important changes: |
| 25 | + |
| 26 | + - In remote caching we limit the number of open |
| 27 | + TCP connections to 100 by default. The number can be adjusted |
| 28 | + by specifying the --remote_max_connections flag. |
| 29 | + |
| 30 | +## Release 0.15.1 (2018-07-16) |
| 31 | + |
| 32 | +``` |
| 33 | +Baseline: b93ae42e8e693ccbcc387841a17f58259966fa38 |
| 34 | +
|
| 35 | +Cherry picks: |
| 36 | + + 4b80f2455e7e49a95f3a4c9102a67a57dad52207: |
| 37 | + Add option to enable Docker sandboxing. |
| 38 | + + 6b1635279e8b33dc1ac505ac81825e38f8797a14: |
| 39 | + Allow disabling the simple blob caches via CLI flag overrides. |
| 40 | + + 4ec0a7524913ab2c4641368e3f8c09b347351a08: |
| 41 | + Use BUILD.bazel instead of BUILD for external projects |
| 42 | + + 2ff8c5fd919ad7316d06c6303e8d7b51315d4c61: |
| 43 | + Release 0.15.0 (2018-06-26) |
| 44 | + + 8ff87c164f48dbabe3b20becd00dde90c50d46f5: |
| 45 | + Fix autodetection of linker flags |
| 46 | + + c4622ac9205d2f1b42dac8c598e83113d39e7f11: |
| 47 | + Fix autodetection of -z linker flags |
| 48 | + + d3228b61f633cdc5b3f740b641a0836f1bd79abd: |
| 49 | + remote: limit number of open tcp connections by default. Fixes |
| 50 | + #5491 |
| 51 | +``` |
| 52 | + |
| 53 | +Important changes: |
| 54 | + |
| 55 | + - In remote caching we limit the number of open |
| 56 | + TCP connections to 100 by default. The number can be adjusted |
| 57 | + by specifying the --remote_max_connections flag. |
| 58 | + |
1 | 59 | ## Release 0.15.0 (2018-06-26)
|
2 | 60 |
|
3 | 61 | ```
|
@@ -3000,6 +3058,8 @@ Initial release.
|
3000 | 3058 |
|
3001 | 3059 |
|
3002 | 3060 |
|
| 3061 | + |
| 3062 | + |
3003 | 3063 |
|
3004 | 3064 |
|
3005 | 3065 |
|
0 commit comments