The FreeBSD development team has announced FreeBSD 12.1-RELEASEā the second release of the stable/12 branch.
Some of the new features in the base system include:
- BearSSL code has been imported.
- LLVM components (clang, llvm, lld, lldb, and libc++) have been updated to version 8.0.1.
- OpenSSL has been upgraded to version 1.1.1d.
- The libomp library has been added to base.
- The trim(8) command has been addedā a forced cleanup of unused blocks on solid-state drives.
- The sh(1) now includes the pipefail optionā altering the behavior associated with obtaining exit codes from a pipeline. Traditionally, the Bourne Shell retrieves the exit code of the last process in the pipeline. However, with the pipefail option set, the exit status of the last process that exited with a non-zero code will now be returned from the pipeline.
In ports/packages:
- pkg(8) has been updated to version 1.12.0.
- The GNOME environment has been updated to version 3.28.
- The KDE environment has been updated to version 5.16.5, while the applications are at version 19.08.1.
And much moreā¦
Release notes: https://www.freebsd.org/releases/12.1R/relnotes.html
Fixes: https://www.freebsd.org/releases/12.1R/errata.html
Source: linux.org.ru
