From 7978844bd42c05a8a69673bd8b4ac5bb8936be1e Mon Sep 17 00:00:00 2001 From: Shweta Date: Apr 07 2020 15:19:46 +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 6e493ffc5e8ce5cd383a40848359c804fd3865c6 Mon Sep 17 00:00:00 2001 From: Shweta Date: Apr 07 2020 15:19:46 +0000 Subject: [PATCH 2/2] RN for https://pagure.io/fedora-docs/release-notes/issue/416 --- diff --git a/pages/sysadmin/Distribution.adoc b/pages/sysadmin/Distribution.adoc index 84d3795..8ee3df3 100644 --- a/pages/sysadmin/Distribution.adoc +++ b/pages/sysadmin/Distribution.adoc @@ -8,3 +8,10 @@ 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. + + +== Added support for AArch64 and ppc64le packages with extended availability of FPC-dependent packages + +An updated version (3.2.0) of Free Pascal Compiler is now available with Fedora 32. +With the updated Free Pascal Compiler you can now build the AArch64 and ppc64le packages. +Also, the Free Pascal Compiler now supports new architectures. As a result, the programs that are compiled using FPC are available to run on more architectures that Fedora supports.