Why is kernel 3.19.1 installed when 3.18.9 is the latest released?
I'm running Fedora 21 Workstation, and I have kernel 3.19.1 installed:
$ uname -rs
Linux 3.19.1-201.fc21.x86_64
$ dnf info kernel
Using metadata from Thu Mar 19 20:04:21 2015
Installed Packages
...
Name : kernel
Arch : x86_64
Epoch : 0
Version : 3.18.9
Release : 200.fc21
Size : 0.0
Repo : @System
From repo : updates
Summary : The Linux kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : The kernel meta package
Name : kernel
Arch : x86_64
Epoch : 0
Version : 3.19.1
Release : 201.fc21
Size : 0.0
Repo : @System
From repo : updates
Summary : The Linux kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : The kernel meta package
However, https://apps.fedoraproject.org/packages/kernel states that kernel 3.18.9 is the latest released version on Fedora 21:
Why is that?