Skip to content

Conversation

@msisov
Copy link
Collaborator

@msisov msisov commented Mar 12, 2021

Stable release announcements since our latest update:
89.0.4389.72:
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop.html
89.0.4389.82:
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_5.html

License Changes

Updated licenses:

  • third_party/android_deps/libs/org_checkerframework_checker_compat_qual/LICENSE

Removed licenses:

  • third_party/SPIRV-Tools/LICENSE
  • third_party/android_deps/libs/androidx_window_window/LICENSE
  • third_party/glslang/LICENSE
  • third_party/shaka-player/LICENSE
  • third_party/spirv-cross/spirv-cross/LICENSE
  • third_party/vulkan_headers/LICENSE.txt

Added licenses:

  • third_party/android_deps/libs/com_google_guava_guava_android/LICENSE
  • third_party/eigen3/LICENSE
  • third_party/farmhash/LICENSE
  • third_party/fft2d/LICENSE
  • third_party/fp16/LICENSE
  • third_party/gemmlowp/LICENSE
  • third_party/neon_2_sse/LICENSE
  • third_party/ruy/LICENSE
  • third_party/tflite/LICENSE
  • third_party/vulkan-deps/LICENSE
    third_party/vulkan-deps/glslang/LICENSE
    third_party/vulkan-deps/spirv-cross/src/LICENSE
    third_party/vulkan-deps/spirv-headers/LICENSE
    third_party/vulkan-deps/spirv-tools/LICENSE
    third_party/vulkan-deps/vulkan-headers/LICENSE.txt
    third_party/vulkan-deps/vulkan-loader/src/LICENSE.txt
    third_party/vulkan-deps/vulkan-tools/src/LICENSE.txt
    third_party/vulkan-deps/vulkan-validation-layers/src/LICENSE.txt
  • Publish DEPS for 89.0.4389.82

Test-built with:

  • chromium-x11

    • dunfell, clang, MACHINE="intel-core2-32"
    • dunfell, clang, MACHINE="intel-corei7-64"
    • dunfell, clang, MACHINE="raspberrypi3"
    • gatesgarth, MACHINE="raspberrypi3"
  • chromium-ozone-wayland:

    • dunfell, clang, MACHINE="intel-corei7-64"
    • dunfell, clang, MACHINE="qemuarm64"
    • gatesgarth, clang, MACHINE="raspberrypi3"
    • dunfell, clang, MACHINE="m3ulcb"

Fixes #463

Signed-off-by: Maksim Sisov msisov@igalia.com

Stable release announcements since our latest update:
89.0.4389.72:
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop.html
89.0.4389.82:
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_5.html

License Changes
---------------
Updated licenses:
  * third_party/android_deps/libs/org_checkerframework_checker_compat_qual/LICENSE
  - [Build] Update checkerframework licenses
  - https://chromium-review.googlesource.com/c/chromium/src/+/2646844

Removed licenses:
  * third_party/SPIRV-Tools/LICENSE
  - Reland #3 "Use new vulkan-deps repo for all Vulkan dependencies.""
  - https://chromium-review.googlesource.com/c/chromium/src/+/2595457

  * third_party/android_deps/libs/androidx_window_window/LICENSE
  - [Android Build] Remove androidx.window dependency
  - https://chromium-review.googlesource.com/c/chromium/src/+/2601074

  * third_party/glslang/LICENSE
  - Reland #3 "Use new vulkan-deps repo for all Vulkan dependencies.""
  - https://chromium-review.googlesource.com/c/chromium/src/+/2595457

  * third_party/shaka-player/LICENSE
  - Remove Shaka Player from the repo
  - https://chromium-review.googlesource.com/c/chromium/src/+/2613284

  * third_party/spirv-cross/spirv-cross/LICENSE
  - Reland #3 "Use new vulkan-deps repo for all Vulkan dependencies.""
  - https://chromium-review.googlesource.com/c/chromium/src/+/2595457

  * third_party/vulkan_headers/LICENSE.txt
  - Remove "vulkan_headers" in favor of a git mirror.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2600196

Added licenses:
  * third_party/android_deps/libs/com_google_guava_guava_android/LICENSE
  - fetch_all.py: A few minor fixes & add guava files
  - https://chromium-review.googlesource.com/c/chromium/src/+/2613149

  * third_party/eigen3/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/farmhash/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/fft2d/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/fp16/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/gemmlowp/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/neon_2_sse/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/ruy/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/tflite/LICENSE
  - Add TFLite and DEPS to third_party.
  - https://chromium-review.googlesource.com/c/chromium/src/+/2523426

  * third_party/vulkan-deps/LICENSE
    third_party/vulkan-deps/glslang/LICENSE
    third_party/vulkan-deps/spirv-cross/src/LICENSE
    third_party/vulkan-deps/spirv-headers/LICENSE
    third_party/vulkan-deps/spirv-tools/LICENSE
    third_party/vulkan-deps/vulkan-headers/LICENSE.txt
    third_party/vulkan-deps/vulkan-loader/src/LICENSE.txt
    third_party/vulkan-deps/vulkan-tools/src/LICENSE.txt
    third_party/vulkan-deps/vulkan-validation-layers/src/LICENSE.txt
  - Publish DEPS for 89.0.4389.82
---------------

Test-built with:
* chromium-x11
  * dunfell, clang, MACHINE="intel-core2-32"
  * dunfell, clang, MACHINE="intel-corei7-64"
  * dunfell, clang, MACHINE="raspberrypi3"
  * gatesgarth, MACHINE="raspberrypi3"

* chromium-ozone-wayland:
  * dunfell, clang, MACHINE="intel-corei7-64"
  * dunfell, clang, MACHINE="qemuarm64"
  * gatesgarth, clang, MACHINE="raspberrypi3"
  * dunfell, clang, MACHINE="m3ulcb"

Fixes #463

Signed-off-by: Maksim Sisov <msisov@igalia.com>
@msisov msisov requested a review from rakuco March 12, 2021 10:02
@msisov msisov self-assigned this Mar 12, 2021
Copy link
Collaborator

@rakuco rakuco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@msisov msisov merged commit 1bc96ae into OSSystems:master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

chromium: update to 89.0.4389.82

2 participants