Opened 9 months ago

Closed 9 months ago

#21528 closed enhancement (fixed)

fmt-11.2.0

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

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 9 months ago

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

comment:2 by Bruce Dubbs, 9 months ago

# 11.2.0 - 2025-05-03

  • Added the s specifier for std::error_code. It allows i formatting an error message as a string.
  • Fixed formatting of std::chrono::local_time and tm It is now formatted consistenly across platforms.
  • Added diagnostics for cases when timezone information is not available. It now gives a compile-time error.
  • Deprecated fmt::localtime in favor of std::localtime.
  • Fixed compilation with GCC 15 and C++20 modules enabled
  • Fixed handling of named arguments in format specs
  • Added error reporting for duplicate named arguments
  • Fixed formatting of long with FMT_BUILTIN_TYPES=0
  • Optimized text_style using bit packing
  • Added support for incomplete types
  • Fixed a flush issue in fmt::print when using libstdc++
  • Fixed fmt::println usage with FMT_ENFORCE_COMPILE_STRING and legacy compile-time checks
  • Removed legacy header fmt/core.h from docs
  • Worked around limitations of __builtin_strlen during constant evaluation
  • Worked around a bug in MSVC v141
  • Removed the fmt_detail namespace
  • Removed specializations of std::is_floating_point in tests
  • Fixed a CMake error when setting CMAKE_MODULE_PATH in the pedantic mode
  • Updated the Bazel config

comment:3 by Bruce Dubbs, 9 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit

611fe06500 Update to cachecontrol-0.14.3 (Python module).
3dceb89301 Update to v4l-utils-1.30.1.
9f7bc758fc Update to fmt-11.2.0.
Note: See TracTickets for help on using tickets.