aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Bazel Release System <noreply@google.com>2016-01-11 10:10:19 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-11 10:10:19 +0100
commit1518253ea86e0f49aceba06ab744de1c27bab5f9 (patch)
tree78d0d74f3f2c6128d28613277a0e913915d13ea1 /CHANGELOG.md
parent41aaf39dfb740037c2e76ada83a5c2b24f0b8b0e (diff)
Release 0.1.3 (2016-01-07)
Baseline: 23ad8f6 + de2183d: Only depend on the WORKSPACE file for external files that are under the external/ directory, i.e. were created by Bazel. + f8f855c: Rollback of commit 12bad3af0eade9c4b79d76f9e1c950ad2e3214c2. + f627562: Stop parsing the WORKSPACE file when a parse error is detected + 763f139: Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't resolve symlinks in .d files, which would confuse Blaze. + b95995b: Use openjdk7 as dependency for debian package of jdk7 flavor New features: - Skylark macros are now enabled in WORKSPACE file. - .bazelrc allows workspace-relative imports as "import %workspace%/path/to/rcfile" - Evaluate the query expression in a file by passing --query_file=<file> to query Important changes: - Remove obsolete --objc_per_proto_includes flag. - iOS apps and extensions now have launch_storyboard - Passing multiple JVM options via a single --host_jvm_args flag is now deprecated. Pass each JVM option behind its own --host_jvm_args flag. - Resources defined locally on an android_library rule will respect the neverlink attribute. - Update Rust to 1.4 - Fix resource handling for exported android_library rules - Files in external repositories are now treated as mutable, which will make the correctness guarantees of using external repositories stronger (existent), but may cause performance penalties.
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 422ec8614f..2c8b646c0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,45 @@
+## Release 0.1.3 (2016-01-07)
+
+```
+Baseline: 23ad8f6
+ + de2183d: Only depend on the WORKSPACE file for external files
+ that are under the external/ directory, i.e. were
+ created by Bazel.
+ + f8f855c: Rollback of commit
+ 12bad3af0eade9c4b79d76f9e1c950ad2e3214c2.
+ + f627562: Stop parsing the WORKSPACE file when a parse error is
+ detected
+ + 763f139: Add -fno-canonical-system-headers to CROSSTOOL files so
+ that gcc doesn't resolve symlinks in .d files, which
+ would confuse Blaze.
+ + b95995b: Use openjdk7 as dependency for debian package of jdk7
+ flavor
+```
+
+New features:
+
+ - Skylark macros are now enabled in WORKSPACE file.
+ - .bazelrc allows workspace-relative imports as "import
+ %workspace%/path/to/rcfile"
+ - Evaluate the query expression in a file by passing
+ --query_file=<file> to query
+
+Important changes:
+
+ - Remove obsolete --objc_per_proto_includes flag.
+ - iOS apps and extensions now have launch_storyboard
+ - Passing multiple JVM options via a single --host_jvm_args flag is
+ now deprecated. Pass each JVM option behind its own
+ --host_jvm_args flag.
+ - Resources defined locally on an android_library rule will respect
+ the neverlink attribute.
+ - Update Rust to 1.4
+ - Fix resource handling for exported android_library rules
+ - Files in external repositories are now treated as mutable, which
+ will make the correctness guarantees of using external
+ repositories stronger (existent), but may cause performance
+ penalties.
+
## Release 0.1.2 (2015-11-20)
```