All Versions
35
Latest Version
Avg Release Cycle
22 days
Latest Release
1246 days ago

Changelog History
Page 4

  • v0.26.0 Changes

    May 28, 2019

    ๐Ÿš€ Release notes: https://blog.bazel.build/2019/05/28/bazel-0.26.0.html

    ๐Ÿ”” Notice: Bazel installers contain binaries licensed under the GPLv2 with
    ๐Ÿ‘ป Classpath exception. Those installers should always be redistributed along with
    the source code.

    Some versions of Bazel contain a bundled version of OpenJDK. The license of the
    bundled OpenJDK and other open-source components can be displayed by running
    the command bazel license. The vendor and version information of the bundled
    OpenJDK can be displayed by running the command bazel info java-runtime.
    The binaries and source-code of the bundled OpenJDK can be
    ๐Ÿ— downloaded from our mirror server.

    ๐Ÿ”’ Security: All our binaries are signed with our
    ๐Ÿš€ public key 48457EE0.

  • v0.25.3 Changes

    May 23, 2019

    ๐Ÿ”” Notice: Bazel installers contain binaries licensed under the GPLv2 with
    ๐Ÿ‘ป Classpath exception. Those installers should always be redistributed along with
    the source code.

    Some versions of Bazel contain a bundled version of OpenJDK. The license of the
    bundled OpenJDK and other open-source components can be displayed by running
    the command bazel license. The vendor and version information of the bundled
    OpenJDK can be displayed by running the command bazel info java-runtime.
    The binaries and source-code of the bundled OpenJDK can be
    ๐Ÿ— downloaded from our mirror server.

    ๐Ÿ”’ Security: All our binaries are signed with our
    ๐Ÿš€ public key 48457EE0.

  • v0.25.2 Changes

    May 10, 2019
    • โž• Add fix for #8254
    • โž• Add fix for #8280

    ๐Ÿ”” Notice: Bazel installers contain binaries licensed under the GPLv2 with
    ๐Ÿ‘ป Classpath exception. Those installers should always be redistributed along with
    the source code.

    Some versions of Bazel contain a bundled version of OpenJDK. The license of the
    bundled OpenJDK and other open-source components can be displayed by running
    the command bazel license. The vendor and version information of the bundled
    OpenJDK can be displayed by running the command bazel info java-runtime.
    The binaries and source-code of the bundled OpenJDK can be
    ๐Ÿ— downloaded from our mirror server.

    ๐Ÿ”’ Security: All our binaries are signed with our
    ๐Ÿš€ public key 48457EE0.

  • v0.25.1 Changes

    May 07, 2019

    Adding a commit which reintroduces the implementation for cc_common.compile and cc_common.link #8226

    ๐Ÿ”” Notice: Bazel installers contain binaries licensed under the GPLv2 with
    ๐Ÿ‘ป Classpath exception. Those installers should always be redistributed along with
    the source code.

    Some versions of Bazel contain a bundled version of OpenJDK. The license of the
    bundled OpenJDK and other open-source components can be displayed by running
    the command bazel license. The vendor and version information of the bundled
    OpenJDK can be displayed by running the command bazel info java-runtime.
    The binaries and source-code of the bundled OpenJDK can be
    ๐Ÿ— downloaded from our mirror server.

    ๐Ÿ”’ Security: All our binaries are signed with our
    ๐Ÿš€ public key 48457EE0.

  • v0.2.2.b Changes

    April 22, 2016
    Baseline: 759bbfe
    
    Cherry picks:
       + 1250fda: Rollback of commit
                  351475627b9e94e5afdf472cbf465f49c433a25e.
       + ba8700e: Correctly set up build variables for the correct pic
                  mode for fake_binary rules.
       + 386f242: Automated [] rollback of commit
                  525fa71b0d6f096e9bfb180f688a4418c4974eb4.
       + 97e5ab0: Fix cc_configure include path for Frameworks on OS X.
       + a20352e: cc_configure: always add -B/usr/bin to the list of gcc
                  option
       + 0b26f44: cc_configure: Add piii to the list of supported
                  cpu_value
       + 3e4e416: cc_configure: uses which on the CC environment variable
       + aa3dbd3: cc_configure.bzl: strip end of line when looking for
                  the cpu
       + 810d60a: cc_configure: Add -B to compiler flag too
    

    ๐Ÿš€ Patch release, only includes fixes to C++ auto-configuration.