From Fedora Project Wiki

< Docs‎ | Beats

Revision as of 16:53, 3 February 2010 by Lewis41 (talk | contribs)

(Gran parte del documento è in inglese)

I pezzi della documentazione di Fedora

Le note di rilascio sono suddivise in pezzi. Template:ItalianDict/Pezzo

 Queste sono le pagine dove vengono scritti i pezzi delle note di rilascio. I contenuti qui possono essere derivati da segnalazioni bugzilla e discussioni delle mailing list.

Ciascun pezzo ha uno o più scrittori, come assegnato nella pagina dei pezzi delle note di rilascio . Gli scrittori, sono manutentori delle pagine dei pezzi. Queste pagine sono aperte ai contributi di chiunque. Se sai qualcosa che dovrebbe essere nelle note di rilascio, questo è il posto dove metterlo.

Warning.png
Leggi DocsProject/WritingUsingTheWiki prima di editare le pagine delle note di rilascio
Ciò assicura che possiamo convertire i tuoi contenuti in DocBook per la pubblicazione delle note di rilascio.

Gli scrittori possono imparare come funziona sulla pagina Docs/Beats/HowTo .

La pagina Docs/Beats usa una Wiki include che raccoglie il contenuto dalle pagine dei pezzi separate. L'attuale pagina dei pezzi si trova in it_IT/Docs/Beats/Beatname.

La versione attuale che stiamo scrivendo è per Fedora 25

 finale.
 

Sei interessato a contribuire? Leggi DocsProject/Join .


Tavola dei contenuti

Nota: I links vanno direttamente a pagine wiki separate

Se credi che manchi un pezzo, mettilo dove pensi sia più giusto, e l'editore lavorerà con te da li.

Aggregatore dei pezzi

Seguono tutti i pezzi in una pagina. Usa la ToC sopra per andare direttamente alla pagina del pezzo.

DocsProject Header docTeam1.png


Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer
DocsProject Header docTeam1.png


Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer
DocsProject Header docTeam1.png


Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer
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.
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.
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.

Package Notes

The following sections contain information regarding software packages that have undergone significant changes for Fedora 11. For easier access, they are generally organized using the same groups that are shown in the installation system.


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.
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.
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.
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.
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.
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.


Perl 5.24

Perl has been updated to the latest stable version, 5.24, for Fedora 25. Changes include:


  • New features:
    • Unicode 8.0 is now supported.
    • An exception will be raised when closing an in-place output file fails.
    • (?[ ]) will successfully compile when use locale is in effect.
    • Integer shift (<< and >>) now more explicitly defined. Negative shifts are reverse shifts.
    • printf and sprintf now allow reordered precision arguments.
    • When passing the SA_SIGINFO flag to sigaction, the errno, status, uid, pid, addr and band fields are included in the hash passed to the handler, if supported by the platform.
    • Hashbang redirection was extended also to Perl 6.
  • Changes:
    • Postfix dereferencing is no longer experimental.
    • Remove duplicate environment variables from environ.
    • More regular expression patterns are now checked for validity at compilation time, and invalid ones will cause the program to not compile.
    • Using \N{} is a fatal error under experimental feature "'strict' mode" in re.
    • A my, our, or state declaration is no longer allowed inside of another my, our, or state declaration.
    • The /\C/ character class has been removed.
    • Using chdir(\'\') or chdir(undef) to change working directory to a home directory fails now. Use chdir() instead.
    • ASCII characters in variable names must now be all visible.
    • $Carp::MaxArgNums is supposed to be the number of arguments to display.
    • Only blanks and tabs are now allowed within [...] within (?[...]).
    • Matching fixed string regular expression is now faster in most cases.
  • Removed features:
    • The autoderef feature has been removed.
    • Lexical $_ has been removed.
    • PPPort.so no longer get installed, as they are not used by PPPort.pm.
    • Using code points above the platform's IV_MAX is now deprecated.
    • Bitwise operations on strings containing code points above 0xFF is deprecated. Instead, encode these strings to byte strings first.
    • sysread(), syswrite(), recv() and send() are deprecated on :utf8 handles.


Node.js 6.x

Fedora 25 offers Node.js 6.x, the latest LTS release of the platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.

This replaces the older Node.js 4.x libraries found in legacy Fedora releases. Users of Node.js applications should notice no problems from this change, although developers should review the upstream release notes and API changes:

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.
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.
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.
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.
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.
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.
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.
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.


Input Methods

  • In ibus-libpinyin, press "Ctrl-Shift-d" to remove the remembered user phrase; and in double pinyin mode, press "I" to use lua script extension.
  • XKB option ISO_Level3_Shift key is not available in control-center Keyboard panel, one needs to use 'gnome-tweak-tool' to enable 3rd level chooser key.
  • Package-x-generic-16.pngibus moved the emoji feature from IBus XKB engines to IBus GTK panel:
Note.png
  • The shortcut key Ctrl- Shift-e can be customized with ibus-setup
  • The language of emoji annotation can be selected with ibus-setup besides English
  • The emoji font can be selected with ibus-setup (You might like Noto Color Emoji font)
  • All IBus engines can use the emoji feature from the panel
  • The emoji dialog can output emojis with keyboard without mouse for CLI users
  • Now Ctrl- Shift-e is available in non-GNOME desktops since GNOME uses the own panel indicator instead of IBus GTK panel
  • ibus emoji command is available for GNOME desktop and the shortcut of the command can be registered with gnome-control-center by manual
  • Furthermore info: https://desktopi18n.wordpress.com/2017/05/29/ibus-1-5-16-is-released/

New Packages

Fonts

  • adobe-source-serif-pro-fonts : Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family.
  • oflb-coval-fonts : Derivation of other free of charge fonts
  • astigmatic-grand-hotel-fonts - Script retro style fonts
  • typetype-molot-fonts - Display sans-serif fonts

Libraries

  • sharpfont : Cross-platform FreeType bindings for .NET
  • libXfont2 - X11 font support library
  • nodejs-os-locale : To get the system locale
  • nodejs-y18n : The bare-bones internationalization library used by yargs
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.

Package Changes

Note.png
This list is automatically generated
This list is automatically generated. It is not a good choice for translation.


This list is generated for the release and posted on the wiki only. It is made using the repodiff utility from the yum-utils package, ran as repodiff --old=<base URL of the old SRPMS repository> --new=<base URL of the new SRPMS repository>.

For a list of which packages were updated since the previous release, refer to http://fedoraproject.org/wiki/Docs/Beats/PackageChanges/UpdatedPackages. You can also find a comparison of major packages between all Fedora versions at http://distrowatch.com/fedora.

Insert repodiff list here.

Bash 4.0

  • Fedora 11 includes bash 4.0

Fedora Legacy - Community Maintenance Project

The Fedora Legacy Project was a community-supported open source project to extend the lifecycle of select "maintenance mode" Red Hat Linux and Fedora Core distributions. The current model for supporting maintenance distributions has been re-examined. Fedora Legacy was unable to extend support to older Fedora Core releases as it had planned. As of now/ Fedora Core 4 and earlier distributions are no longer being maintained. Fedora Core 5 will no longer be maintained 30 days after the Fedora 7 release.

Note.png
"Legacy Repo was included in Fedora Core 6","Fedora Core 6 shipped with a software repository configuration for Fedora Legacy. This repository was not enabled by default in the Fedora Core 6 release."

Fedora Project

The goal of the Fedora Project is to work with the Linux community to build a complete, general-purpose operating system exclusively from free and open source software. The Fedora Project is driven by the individuals that contribute to it. As a tester, developer, documenter, or translator, you can make a difference. Refer to http://join.fedoraproject.org for details. For information on the channels of communication for Fedora users and contributors, refer to http://fedoraproject.org/wiki/Communicate.

In addition to the website, the following mailing lists are available:

  • fedora-list@redhat.com, for users of Fedora releases
  • fedora-test-list@redhat.com, for testers of Fedora test releases
  • fedora-devel-list@redhat.com, for developers, developers, developers
  • fedora-docs-list@redhat.com, for participants of the Documentation Project

To subscribe to any of these lists, send an email with the word "subscribe" in the subject to <listname>-request, where <listname> is one of the above list names. Alternately, you can subscribe to Fedora mailing lists through the Web interface at http://www.redhat.com/mailman/listinfo/.

The Fedora Project also uses several IRC (Internet Relay Chat) channels. IRC is a real-time, text-based form of communication, similar to Instant Messaging. With it, you may have conversations with multiple people in an open channel, or chat with someone privately one-on-one. To talk with other Fedora Project participants via IRC, access the Libera.chat IRC network. Refer to the Libera.chat website at https://libera.chat/ for more information.

Fedora Project participants frequent the #fedora[?] channel, while Fedora Project developers may often be found on the #fedora-devel[?] channel. Some of the larger projects may have their own channels as well. This information may be found on the webpage for the project, and at Communicate.

In order to talk on the #fedora[?] channel, you need to register your nickname, or nick. Instructions are given when you /join the channel.

Note.png
IRC Channels
The Fedora Project and Red Hat have no control over the Fedora Project IRC channels or their content.

Colophon

As we use the term, a colophon:

  • recognizes contributors and provides accountability, and
  • explains tools and production methods.

Contributors

Note.png
This content not updated until after the Beta Release occurs.
We need to finish writing and translating the notes to know who has worked on them.
Note.png
Out of date content.
This content is out of date, it has not been updated since the Fedora 9 release notes.

...and many more translators. Refer to the Web-updated version of these release notes as we add translators after release:

http://docs.fedoraproject.org/release-notes/

Production Methods

Beat writers produce the release notes directly on the Fedora Project Wiki. They collaborate with other subject matter experts during the test release phase of Fedora to explain important changes and enhancements. The editorial team ensures consistency and quality of the finished beats, and ports the Wiki material to DocBook XML in a revision control repository. At this point, the team of translators produces other language versions of the release notes, and then they become available to the general public as part of Fedora. The publication team also makes them, and subsequent errata, available via the Web.


DocsProject Header docTeam1.png


Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer