Opened 3 days ago

Closed 2 days ago

#21297 closed enhancement (fixed)

abseil-cpp-20250127.1

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 3 days ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 2 days ago

Abseil LTS 20250127.1

What's New:

  • Added support for Bazel 8.0
  • Added support for Bazel Platforms for better portability
  • Added ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER for diagnosing certain lifetime issues
  • Many performance improvements
  • A security issue in hash container create/resize has been fixed. Note that the latest patch releases for previous LTS versions also address this issue.

Breaking Changes:

Bazel BUILD files now reference repositories by their canonical names from the Bazel Central Registry. For example, Abseil is now @abseil-cpp instead of @com_google_absl, and GoogleTest is now @googletest instead of @com_google_googletest. Users still using the old WORKSPACE system may need to use repo_mapping on repositories that still use the old names. See 90a7ba6 for an example.

Other:

This will be the last release to support C++14. Future releases will require at least C++17.

comment:3 by Bruce Dubbs, 2 days ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

c49cd75b9f Update to libei-1.4.0.
0dce6acd38 Update to pipewire-1.4.1.
17e59f78a9 Update to abseil-cpp-20250127.1.
Note: See TracTickets for help on using tickets.