From a101edc66ffe52420c97e528b799f5e86518076b Mon Sep 17 00:00:00 2001 From: Shweta Date: Mar 27 2020 15:59:28 +0000 Subject: [PATCH 1/2] RN for https://pagure.io/fedora-docs/release-notes/issue/426 --- diff --git a/pages/sysadmin/Distribution.adoc b/pages/sysadmin/Distribution.adoc new file mode 100644 index 0000000..84d3795 --- /dev/null +++ b/pages/sysadmin/Distribution.adoc @@ -0,0 +1,10 @@ +== Packaging changes in clang-libs package + +The clang-libs package now does not include the individual component libraries like libclangBasic.so, libclangAST.so and so on. +Packages that depend on the clang libraries are now linked to libclang-cpp.so. + +As a result of this change, + +* There is an improved stability in Fedora and application start-up time. +* End-users who develop applications using clang libraries must update their applications to use libclang-cpp.so instead of the individual component libraries. +However, the end-users using Fedora packages that depend on clang libraries do not have any impact of this change. From 3533f65ff4327f512f9e60ddad1425696e17dcb7 Mon Sep 17 00:00:00 2001 From: Shweta Date: Apr 07 2020 17:02:35 +0000 Subject: [PATCH 2/2] Included peer review --- diff --git a/pages/sysadmin/Distribution.adoc b/pages/sysadmin/Distribution.adoc index 84d3795..e06023b 100644 --- a/pages/sysadmin/Distribution.adoc +++ b/pages/sysadmin/Distribution.adoc @@ -1,10 +1,10 @@ == Packaging changes in clang-libs package -The clang-libs package now does not include the individual component libraries like libclangBasic.so, libclangAST.so and so on. -Packages that depend on the clang libraries are now linked to libclang-cpp.so. +The clang-libs package no longer includes individual component libraries like `libclangBasic.so`, `libclangAST.so` and so on. +Packages that depend on the clang libraries are now linked to `libclang-cpp.so`. As a result of this change, * There is an improved stability in Fedora and application start-up time. -* End-users who develop applications using clang libraries must update their applications to use libclang-cpp.so instead of the individual component libraries. -However, the end-users using Fedora packages that depend on clang libraries do not have any impact of this change. +* End-users who develop applications using clang libraries are required to update their applications to use `libclang-cpp.so` instead of the individual component libraries. +* End-users who use Fedora packages that depend on clang libraries do not have any impact due to this change.