Remove an extra pages/ directory

This commit is contained in:
Petr Bokoč 2020-09-09 15:14:14 +02:00
commit 08e4c27a9b
2 changed files with 0 additions and 25 deletions

View file

@ -1,8 +0,0 @@
== Deprecated support
=== Deprecated support for Nose
Support for Nose is now deprecated. However for now, the python3-nose package continues to be available in the Fedora repositories.
No specific release it yet targeted to remove the python3-nose package.
Users and packagers of dependent packages are encouraged to switch to python3-pytest or python3-nose2.

View file

@ -1,17 +0,0 @@
== 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.
== 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.