Fix Shweta's issues
This commit is contained in:
parent
e5d1fb227a
commit
7a3f5253c2
2 changed files with 29 additions and 0 deletions
|
|
@ -27,3 +27,19 @@ As a result, the Fedora QE Team and community testers will have more capacity to
|
|||
====
|
||||
Due to some bugs, users might not be able in some cases to complete the installation from optical media.
|
||||
====
|
||||
|
||||
== Packaging changes in clang-libs package
|
||||
|
||||
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 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.
|
||||
|
||||
== 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 `Arch64` 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue