From Fedora Project Wiki

(fixing formatting error)
No edit summary
(70 intermediate revisions by 17 users not shown)
Line 1: Line 1:
==== GCC Compiler Collection ====
=== GCC 5.1.1 ===
Fedora 23 is built on GCC 5.1.1.  For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html


This release of Fedora has been built with GCC {{Template:DocsDict/gccVer}}, which is included with the distribution.
=== glibc 2.22 ===
 
Fedora 23 provides version 2.22 of the GNU C libraries.  Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html
For more information on GCC 4.3, refer to:


http://gcc.gnu.org/gcc-4.3/
=== boost 1.59.0 ===
Fedora 23 has boost 1.59.0 as the provided version of boost. More Information on the change can be found [https://fedoraproject.org/wiki/Changes/F23Boost159 https://fedoraproject.org/wiki/Changes/F23Boost159] and [http://www.boost.org/doc/libs/1_59_0/ http://www.boost.org/doc/libs/1_59_0/]


===== Code Generation =====
{{header|docs}}{{Docs_beat_closed}}
 
[[Category:Docs Project]]
Starting with <code>gcc-4.1.2-25</code> and <code>glibc-2.6.90-14</code>, the <code>-D_FORTIFY_SOURCE=2</code> option protects not only C code, but also C++.  There have been several security
[[Category:Draft documentation]]
issues already which would not have been exploitable if this checking was in place earlier. Refer to this [https://www.redhat.com/archives/fedora-devel-announce/2007-September/msg00015.html announcement] for more details.
[[Category:Documentation beats]]

Revision as of 05:22, 9 September 2015

GCC 5.1.1

Fedora 23 is built on GCC 5.1.1. For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html

glibc 2.22

Fedora 23 provides version 2.22 of the GNU C libraries. Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html

boost 1.59.0

Fedora 23 has boost 1.59.0 as the provided version of boost. More Information on the change can be found https://fedoraproject.org/wiki/Changes/F23Boost159 and http://www.boost.org/doc/libs/1_59_0/

DocsProject Header docTeam1.png
Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.