From a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 20 Jul 2024 16:53:55 +0200 Subject: [PATCH] fmt 11.0.2 --- 11.0.1.tar.gz | 3 --- 11.0.2.tar.gz | 3 +++ fmt.changes | 12 ++++++++++++ fmt.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 11.0.1.tar.gz create mode 100644 11.0.2.tar.gz diff --git a/11.0.1.tar.gz b/11.0.1.tar.gz deleted file mode 100644 index 79f6e3b..0000000 --- a/11.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d009f7f89ac84c0a83f79ed602463d092fbf66763766a907c97fd02b100f5e9 -size 698903 diff --git a/11.0.2.tar.gz b/11.0.2.tar.gz new file mode 100644 index 0000000..5d5fa42 --- /dev/null +++ b/11.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f +size 700956 diff --git a/fmt.changes b/fmt.changes index a65a31d..3005410 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt + +- Update to release 11.0.2 + * Fixed performance regressions when using + ``std::back_insert_iterator`` with`` fmt::format_to``. + * Made ``formatter::parse`` work with types + convertible to ``std::string_view``. + * Made ``volatile void *`` formattable. + * Made ``fmt::context`` iterator compatible with STL algorithms + that rely on the iterator category. + ------------------------------------------------------------------- Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt diff --git a/fmt.spec b/fmt.spec index d8df818..1cc707f 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 11 Name: fmt -Version: 11.0.1 +Version: 11.0.2 Release: 0 Summary: A formatting library for C++ License: MIT