mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
* chore: bump fmt to 11.2.0 Acquire6797f0c39a, which fixes compile error on GCC 15.1. Acquire9f269062a7, which fixes buffer overflow in NetBSD 10.1 on GCC 10.5. Replace `fmt::localtime` with `std::localtime`, as `fmt::` is now deprecated. * fix: format timezone ourselves on Windows {fmt} 11.2.0 removed the ability to format `std::tm` with the format specifier `%z` on Windows, for a good reason. Ref: https://github.com/fmtlib/fmt/issues/4444 This forces us to implement our own solution on Windows as there's no alternative. * fix: support `FMT_USE_EXCEPTIONS`
8.6 KiB
8.6 KiB