Fedora version history

 
 
Version (Code name)[1] Release[1] End-of-life[2] Kernel[3][a] GNOME[3]
1 (Yarrow) 2003-11-05 2004-09-20 2.4.22 2.4
2 (Tettnang) 2004-05-18 2005-04-11 2.6.5 2.6
3 (Heidelberg) 2004-11-08 2006-01-16 2.6.9 2.8
4 (Stentz) 2005-06-13 2006-08-07 2.6.11 2.10
5 (Bordeaux) 2006-03-20 2007-07-02 2.6.15 2.14
6 (Zod) 2006-10-24 2007-12-07 2.6.18 2.16
7 (Moonshine) 2007-05-31 2008-06-13 2.6.21 2.18
8 (Werewolf) 2007-11-08 2009-01-07 2.6.23 2.20
9 (Sulphur) 2008-05-13 2009-07-10 2.6.25 2.22
10 (Cambridge) 2008-11-25 2009-12-18 2.6.27 2.24
11 (Leonidas) 2009-06-09 2010-06-25 2.6.29 2.26
12 (Constantine) 2009-11-17 2010-12-02 2.6.31 2.28
13 (Goddard) 2010-05-25 2011-06-24 2.6.33 2.30
14 (Laughlin) 2010-11-02 2011-12-08 2.6.35 2.32
15 (Lovelock) 2011-05-24 2012-06-26 2.6.38 3.0
16 (Verne) 2011-11-08 2013-02-12 3.1 3.2
17 (Beefy Miracle) 2012-05-29 2013-07-30 3.3 3.4
18 (Spherical Cow) 2013-01-15 2014-01-14 3.6 3.6
19 (Schrödinger's Cat) 2013-07-02 2015-01-06 3.9 3.8
20 (Heisenbug) 2013-12-17 2015-06-23 3.11 3.10
21[5] 2014-12-09 2015-12-01 3.17 3.14
22 2015-05-26 2016-07-19 4.0 3.16
23 2015-11-03 2016-12-20 4.2 3.18
24 2016-06-21 2017-08-08 4.5 3.20
25 2016-11-22 2017-12-12 4.8 3.22
26 2017-07-11 2018-05-29 4.11 3.24
27 2017-11-14 2018-11-30 4.13 3.26
28 2018-05-01 2019-05-28 4.16 3.28
29 2018-10-30[6] 2019-11-26 4.18 3.30
30 2019-05-07[7] 2020-05-26 5.0 3.32
31 2019-10-29[8] N/A 5.3 3.34
32 2020-04-28[9] N/A 5.6 3.36
33 2020-10-20[10] N/A N/A N/A
34 2021-04-20[11] N/A N/A N/A
Legend:
Old version
Older version, still maintained
Latest version
Future release
  1. ^ At the time of release. Supported releases are often updated to the latest stable version of the Linux kernel.[4]

Releases of Red Hat Linux are listed here.

Fedora version history --- kernel version的更多相关文章

  1. Linux Kernel Version Numbering

    Because there are numerous revisions and releases of the Linux kernel and new ones are developed at ...

  2. [SharePoint 2010] Copy list item with version history and attachment

    private void MoveItem(SPListItem sourceItem, SPListItem destinationItem) { if (sourceItem == null || ...

  3. Version history of VC++, MFC and ATL

    I have tried to assemble together information about the Visual C++ releases, the compiler and the fr ...

  4. Sunrise Release Version History

    Sunrise Release Version History 1.4.1.0 1.1.0.0 1.0.1.0

  5. Check Kernel version of J2EE Engine

    1912674 - How to check kernel version of an AS Java Two types of the kernel are in SAP NetWeaver Jav ...

  6. kentico version history and upgrade

    Version history Kentico 10: November 30, 2016 Kentico 9: November 24, 2015 Kentico 8.2: January 6, 2 ...

  7. Linux kernel version dirty

    在我们使用git来管理Linux Kernel的时候,在编译的时候会在你的kernel version加上git commit number 有时候还会出现dirty字样,字面意思是内核被污染的意思. ...

  8. Difference between C# compiler version and language version

    Difference between C# compiler version and language version     As nobody gives a good enough answer ...

  9. 解决linux下javac -version和java -version版本显示不一致

    解决linux下javac -version和java -version版本显示不一致 [javascript] view plaincopy [root@localhost usr]# $JAVA_ ...

随机推荐

  1. [易霖博YCTF]Web WriteUp

    中午队里师傅发到群里的比赛,借来队里师傅账号和队里其他师傅一起做了一下,ak了web,师傅们tql.学到挺多东西,总结一下. rce_nopar 进入题目给出源码: <?php if(isset ...

  2. css动画 loading

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  3. Azure Blob (三)参数设置说明

    一,引言 上一篇将 Azure Blob 存储的时候,有使用到一个 .NET  Core Web 项目,通过代码的方式进行操作 Azure Blob 的数据,接着上一篇的内容,今天继续看一下代码,具体 ...

  4. ajax发送请求的时候url为空或者undefined会发生什么

    $.ajax()里的url为空,ajax请求发送到当前自己的页面. 例如index.html里$.ajax()的url为空就发送到index.html

  5. JS数组去重的实现

    其实数组去重的实现就分为两大类 利用语法自身键不可重复性 利用循环(递归)和数组方法使用不同的api来处理. 注意️:下列封装成方法的要在函数开始增加类型检测,为了让去重的实现代码更加简单易懂,封装时 ...

  6. Medium

    https://www.medium.com 破解阅读限制 https://medium-unlimited.ml/download/

  7. java 多线程-2

    七.线程生命周期 没错,线程也是有生命周期的.就好像人类有出生.儿童.青年.中年.晚年.死亡一般.下面是线程的生命周期图: 八.线程的安全问题 所谓线程不安全[并发问题],举个例子来说,如卖票,会出现 ...

  8. 微信小程序 部署(后台是springboot项目 前后台分流)

    微信小程序的部署需要https 和证书: https 需要反向代理: 这里用 nginx,无论linux,windows 系统都可以安装: 1.安装nginx ,这步自己去做: linux 安装ngi ...

  9. C enum(枚举)

    C enum(枚举) 枚举是 C 语言中的一种基本数据类型,它可以让数据更简洁,更易读. 枚举语法定义格式为: enum 枚举名 {枚举元素1,枚举元素2,……}; 接下来我们举个例子,比如:一星期有 ...

  10. oracle之复杂查询之一:多表连接技术

    复杂查询之一:多表连接技术 7.1 简单查询的解析方法: 全表扫描:指针从第一条记录开始,依次逐行处理,直到最后一条记录结束: 横向选择+纵向投影=结果集 7.2 多表连接 交叉连接(笛卡尔积) 非等 ...