From Fedora Project Wiki

No edit summary
No edit summary
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{header|docs}}
== RPM ==
{{Docs_beat_closed}}
* RPM macros are now available in usr/lib/rpm/macros.d/macros.go-srpm for developers packaging Go projects.
[[Category:Docs Project]]
* `rpmbuild` now supports MIPS builds.


= Checkpoint and Restore Applications with CRUI =
== perl 5.22 ==
The CRIU (Checkpoint/Restore in User-space) projects offers a user-space implementation of process and process group checkpoint/restore. With the user-space tools crtools included in this release it is possible checkpoint processes and restore them at a later time again (e.g. after a crash) or migrate the checkpointed process or process group to another system. CRIU aims to be as transparent as possible so that no instrumentation or re-compilation of the process to be checkpointed is necessary.
perl 5.22 will be the default / provided version of Perl in Fedora 23. For more information on the change please visit: [https://fedoraproject.org/wiki/Changes/perl5.22 https://fedoraproject.org/wiki/Changes/perl5.22] and [https://bugzilla.redhat.com/show_bug.cgi?id=1220680 https://bugzilla.redhat.com/show_bug.cgi?id=1220680]


Using the `crtools` package, users can easily checkpoint and restore processes with the crtools package:
== python 3 default ==
 
Python 3 will be the default python version, replacing python 2.7. Change information can be found: [https://fedoraproject.org/wiki/Changes/Python_3_as_Default https://fedoraproject.org/wiki/Changes/Python_3_as_Default] and here: [https://bugzilla.redhat.com/show_bug.cgi?id=1076441 https://bugzilla.redhat.com/show_bug.cgi?id=1076441]
`crtools dump -D <dump-directory> -t <PID>`
 
`crtools restore -D <dump-directory -t <PID>`
 
To learn more about CRUI, visit http://criu.org and read `man 1 crtools`


{{header|docs}}{{Docs_beat_closed}}
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 05:22, 9 September 2015

RPM

  • RPM macros are now available in usr/lib/rpm/macros.d/macros.go-srpm for developers packaging Go projects.
  • rpmbuild now supports MIPS builds.

perl 5.22

perl 5.22 will be the default / provided version of Perl in Fedora 23. For more information on the change please visit: https://fedoraproject.org/wiki/Changes/perl5.22 and https://bugzilla.redhat.com/show_bug.cgi?id=1220680

python 3 default

Python 3 will be the default python version, replacing python 2.7. Change information can be found: https://fedoraproject.org/wiki/Changes/Python_3_as_Default and here: https://bugzilla.redhat.com/show_bug.cgi?id=1076441

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.