From 7978844bd42c05a8a69673bd8b4ac5bb8936be1e Mon Sep 17 00:00:00 2001 From: Shweta Date: Apr 07 2020 15:19:46 +0000 Subject: 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.