From 8deb247ed226cda5a7b3e0a385d277120f690498 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Thu, 21 Mar 2024 18:01:35 +0100 Subject: [PATCH] Revert formatting in 4.19.1 release notes The italics and superscript for the prefix and postfix, respectively, look a bit messy and disrupt the flow of the text, move back to the simpler formatting (the changelog script was updated in commit 61f70f698703109f906d6bbf659e64b592beffdf). --- wiki/Releases/4.19.1.1.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wiki/Releases/4.19.1.1.md b/wiki/Releases/4.19.1.1.md index ab2d890..bea2e9d 100644 --- a/wiki/Releases/4.19.1.1.md +++ b/wiki/Releases/4.19.1.1.md @@ -11,12 +11,12 @@ title: rpm.org - Releases ## Summary of changes from RPM 4.19.1 ### Fixes -* *Packaging:* Don't warn about missing user/group on skipped files Regression ([#2814](https://github.com/rpm-software-management/rpm/pull/2814)) -* *Packaging:* Make user/group lookup caching thread-safe Regression ([#2843](https://github.com/rpm-software-management/rpm/pull/2843)) -* *Lua interface:* Fix regression in Lua scriptlet runaway child detection Regression ([#2818](https://github.com/rpm-software-management/rpm/pull/2818)) -* *Build:* CMakeLists.txt: restore readline support as an explicit option Regression ([#2852](https://github.com/rpm-software-management/rpm/pull/2852)) -* *Build:* Fix unconditional uses of Linux-specific extensions Regression ([#2812](https://github.com/rpm-software-management/rpm/pull/2812)) -* *Build:* Add missing include for `check_symbol_exists` ([#2831](https://github.com/rpm-software-management/rpm/pull/2831)) -* *Build:* Don't use `_nl_msg_cat_cntr` if it's not available ([#2856](https://github.com/rpm-software-management/rpm/pull/2856)) +* Packaging: Don't warn about missing user/group on skipped files [Regression] ([#2814](https://github.com/rpm-software-management/rpm/pull/2814)) +* Packaging: Make user/group lookup caching thread-safe [Regression] ([#2843](https://github.com/rpm-software-management/rpm/pull/2843)) +* Lua interface: Fix regression in Lua scriptlet runaway child detection [Regression] ([#2818](https://github.com/rpm-software-management/rpm/pull/2818)) +* Build: CMakeLists.txt: restore readline support as an explicit option [Regression] ([#2852](https://github.com/rpm-software-management/rpm/pull/2852)) +* Build: Fix unconditional uses of Linux-specific extensions [Regression] ([#2812](https://github.com/rpm-software-management/rpm/pull/2812)) +* Build: Add missing include for `check_symbol_exists` ([#2831](https://github.com/rpm-software-management/rpm/pull/2831)) +* Build: Don't use `_nl_msg_cat_cntr` if it's not available ([#2856](https://github.com/rpm-software-management/rpm/pull/2856)) [Full Changelog](https://github.com/rpm-software-management/rpm/compare/rpm-4.19.1-release...rpm-4.19.1.1-release)