fedora 21 - new features 21 release pa… · review board 2.0 adds: ability to post committed...

52
New Features Igor Gnatenko and Peter Lemenkov Presented by Senior Community Monkey Senior Research Analyst Fedora Project Linux.org.ru This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/. Fedora 21

Upload: others

Post on 27-Jun-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

New Features

Igor Gnatenko and Peter LemenkovPresented by

Senior Community Monkey Senior Research AnalystFedora Project Linux.org.ru

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.

Fedora 21

Page 2: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Today's Topics

1. System Wide Changes

2. Self Contained Changes

3. Unofficial Changes

4. Feedback from people

Page 3: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

System Wide Changes

Page 4: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

GNOME 3.14The release contains 28859 changes by approximately 871 contributors. New features and improvements being introduced in GNOME 3.14 include:

Captive Portal Handling

Multitouch

Network-Based Sharing

And many other

Please note that we skipped 3.12 release

Page 5: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

GNOME 3.14

Page 6: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

GNOME 3.14

Page 7: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

GNOME 3.14

Page 8: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

WaylandAll GNOME Applications ported

XWayland for others

Just choose Wayland session in GDM

Page 9: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Application InstallerGNOME Software will support installing system add-ons such as fonts and codecs

It will show additional metadata for applications:

Screenshots

Ratings

Other details

Page 10: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Application Installer

Page 11: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Java 8OpenJDK 8 is a significant update to Java. It brings in significant new features to the Java language, including:

Lambdas

New javascript engine

Lots of new library features

Page 12: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Headless JavaOpenJDK has been split into headless subpackage which is not pull X system or sound subsystem

Page 13: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Modular KernelPossibility to install Fedora with a smaller footprint

Official Fedora cloud images will become smaller

Possibility to avoid respinning images for security updates if issue is in a driver not included in kernel core

Page 14: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

u-boot syslinuxNo need to know addresses

No need to wrap images with mkimage

Users will get a menu that allows them to choose which kernel to boot

Page 15: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

CockpitCockpit is a server manager that makes it easy to administer your GNU/Linux servers via a web browser

Page 16: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Cockpit

Page 17: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Server role frameworkExposing available server roles, making it possible to deploy

Configure and manage them

D-Bus service

Command-line utility

Integration with cockpit

Page 18: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Domain Controller roleEasy way to deploy a Domain Controller (FreeIPA)

Page 19: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

System crypto policyOne system config to set:

Acceptable TLS/SSL (and DTLS) versions

Acceptable ciphersuites and the preferred order

Acceptable parameters in certificates and key exchange, i.e.:

Minimum acceptable size of parameters (DH,ECDH,RSA,DSA,ECDSA)

Acceptable elliptic curves (ECDH,ECDSA)

Acceptable signature hash functions

Other TLS options such as:Safe renegotiation

Page 20: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

GCC 4.9OpenMP 4.0 support

Colored diagnostics output

Google Go 1.2.1 language support

Significant improvements to its link-time optimization

Significant ARM improvements

Page 21: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Format SecurityEnable "-Werror=format-security" compilation flag for all packages

Once this flag is enabled, GCC will refuse to compile code that could be vulnerable to a string format security flaw

Page 22: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Make 4.0Several new features

New command line options

New variables

Bug fixes

Page 23: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Boost 1.55New library Boost.Predef

Many bugfixes

Page 24: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

RPM 4.12Weak dependencies

Packaging files > 4GB

New API

Tool for converting rpm packages to tar files (“rpm2archive”)

Many bug fixes

Page 25: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Python 3.4Standardized “enum” module

New “statistics” module

New “tracemalloc” module for tracing Python memory allocations

New “asyncio” module, a new framework for asynchronous I/O

Some more features

Page 26: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

PHP 5.6TLS Peer Verification

Argument Unpacking

Power Operator

PHP Debugger (“php-dbg” subpackage)

Page 27: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Ruby 2.1Major increases in speed

Memory efficiency and reliability

Page 28: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Ruby on Rails 4.1Spring application preloader

config/secrets.yml

Action Pack variants

Action Mailer previews

Page 29: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

TCL/TK 8.6Object Oriented Programming are now part of Tcl itself

Stackless Evaluation

Enhanced Exceptions

Thread-enabled Operations

SQL Database Powered

IPv6 Networking

Built-in PNG Image Support

Page 30: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Self Contained Changes

Page 31: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

This is just many benefits of KDE technologies to Qt5

KDE Frameworks 5

Page 32: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Clean codebase

Wayland support

SDDM instead of KDM

Page 33: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Support for systemd-logind

Support for upower-1.0

Complete switch to pulseaudio

New mate-user-guide

Show date/time in screensaver

MATE Desktop 1.8

Page 34: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Central point for logging

Having structure to the logs also makes it easier to retrieve log messages that concerned a particular job ("journalctl CUPS_JOB_ID=13")

CUPS Journal Logging

Page 35: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Official images for some ARM devices (e.g. cubietruck)

Just download image and run script

Allwinner sunxi

Page 36: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Jenkins provides continuous integration services for software development

Just install “jenkins” and start it via systemd “systemctl start jenkins” and open in web browser “http://localhost:8888/jenkins” and use it!

Jenkins

Page 37: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Framework for writing programs that execute across heterogeneous platforms consisting of CPUs, GPUs, DSPs, FPGAs and other processors

Implementations available:

Mesa (AMD) – just install “mesa-libOpenCL”

Beignet (Intel) – just install “beignet”

POCL (CPU) – just install “pocl”

Check if it works: install “clinfo” and run it!

OpenCL

Page 38: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

One and easy to integrate SSSD in web applications

Apache SSSD module

Web App Authentication

Page 39: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Powerful tool for managing patch reviews

Review Board 2.0 adds:

Ability to post committed changes from a branch directly from the web UI

Review of text file attachments

Greatly extends the capabilities of the public API and extension framework

Significant performance improvements, usability enhancements, and visual cleanups

Review Board 2.0

Page 40: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

User mode file server, which supports:

NFSv3

NFSv4

NFSv4.1

Uses loadable filesystem driver modules to support its backend filesystems

NFS Ganesha File Srv

Page 41: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Better error messages

“SHOW EXPLAIN” feature

New InnoDB

Other features from MySQL 5.6

MariaDB 10.0

Page 42: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Better Erlang SupportUpdate Erlang/OTP to R17

Improve Erlang integration with the rest of Fedora.

Page 43: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Accumulo – scalable sorted, distributed key/value store

Ambari – cluster management framework and UI for Hadoop

HBase – distributed database built on top of Hadoop

Hive – data warehouse built on top of Hadoop

Mesos – cluster manager for sharing distributed application frameworks

Apache Products

Page 44: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Oozie – workflow scheduler system to manage Hadoop jobs

Pig – data analysis tool built on top of Hadoop

Spark – fast and general engine for large-scale data processing

Apache Products

Page 45: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Unofficial Changes

Page 46: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

MesaAlways latest stable release

All new features enabled

10.4.0 already in updates-testing with:

Direct3D9 state tracker

VA-API state tracker

Page 47: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

LLVMAlways latest stable release

All new features enabled

3.5 already in updates-testing

Page 48: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Feedback from people

Page 49: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Feedback“I've upgraded one machine with

fedup and two with yum. All is well so far. If you don't like the changes to Totem, I recommend Parole. But

I'm enjoying the newest GNOME and have had no problems. Great work,

everyone!”

– Jon Ciesla, Linux Administrator

Page 50: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Feedback“In one release we've gone from

22% to 46% coverage for software center metadata, with 400

application screenshots being added. This makes the software center a capable and beautiful

application installer.”

– Richard Hughes, GNOME Software developer

Page 51: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Feedback

“I haven't used Fedora since 7 years, until 21 came out; it is a real pleasure to have a bleeding edge,

yet stable and beautiful, developer-centric distribution that works out of

the box.”

– Bartłomiej Piotrowski, Fedora user

Page 52: Fedora 21 - New Features 21 Release Pa… · Review Board 2.0 adds: Ability to post committed changes from a branch directly from the web UI Review of text file attachments Greatly

Questions?

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.

[email protected]: