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. Centos7.6系统下docker的安装

    一.环境说明 系统:CentOS7.6 软件:Docker19.03 二.Docker的安装 2.1.在线安装 (1) 设置仓库,安装所需的软件包. yum-utils 提供了 yum-config- ...

  2. 在MyBatis中采用模糊查询变量的引用标志应当是$而不是#

    具体如下例: @Select("select count(*) from hy_stock where name like '%${keyword}%' or code like '%${k ...

  3. Java中构建长字符串的四种模式

    回字有四种写法,构建字符串也有四种方式. 用+号最快,第二第三种可读性好,第四种是log4j自有的.下面请见代码: package logbackCfg; import java.text.Messa ...

  4. ZK集群源码解读

    1.1. 集群模式 1.1.1.   数据同步总流程 1.1.1.1. OBSERVING 1.1.1.2. FOLLOWING 1.1.1.3. LEADING 1.1.2. 领导选举 1.1.2. ...

  5. leetcode题目,个人见解1

    给定一个由整数组成的非空数组所表示的非负整数,在该数的基础上加一. 最高位数字存放在数组的首位, 数组中每个元素只存储单个数字. 你可以假设除了整数 0 之外,这个整数不会以零开头. 示例 1: 输入 ...

  6. Apache Hudi异步Compaction方式汇总

    本篇文章对执行异步Compaction的不同部署模型一探究竟. 1. Compaction 对于Merge-On-Read表,数据使用列式Parquet文件和行式Avro文件存储,更新被记录到增量文件 ...

  7. [Leetcode]225. 用队列实现栈 、剑指 Offer 09. 用两个栈实现队列

    ##225. 用队列实现栈 如题 ###题解 在push时候搞点事情:push时入队1,在把队2的元素一个个入队1,再交换队2和队1,保持队1除pushguocheng 始终为空. ###代码 cla ...

  8. js中的鼠标滚轮事件

    ## 事件对象 event 1 event事件对象,表示用来获取事件的详细信息,比如得到鼠标的横坐标:事件对象.clientX(clientX是可视区坐标) window.onclick = func ...

  9. CSS 常见样式 特殊用法 贯穿线&徽章&箭头

    ### 贯穿渐变线,中间插值- 如图: > ![在这里插入图片描述](https://img-blog.csdnimg.cn/20190427200554843.png) ![在这里插入图片描述 ...

  10. 我还在生产玩 JDK7,JDK 15 却要来了!

    自从 JDK9 之后,每年 3 月与 9 月 JDK 都会发布一个新的版本,而2020 年 9 月即将引来 JDK15. 恰巧 IDEA 每四五个月会升级一个较大的版本,每次升级之后都会支持最新版本 ...