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. [BUUOJ记录] [ACTF2020 新生赛]BackupFile、Exec

    两道题都比较简单,所以放到一块记下来吧,不是水博客,师傅们轻点打 BackupFile 题目提示“Try to find out source file!”,访问备份文件/index.php.bak获 ...

  2. css实现导航栏下划线跟随效果

    话不多说先附上代码 <style> ul li { float: left; display: block; list-style: none; margin-left: 20px; bo ...

  3. SpringBoot favicon.ico网站图标

    1.在application.properties下添加spring.mvc.favicon.enabled=false 默认true开启 2.关闭后,需要在src/main/resources/st ...

  4. UEFI+MBR

    前言 传统情况下装系统的两种方案bios + mbr 或 uef i+ gpt but一直有一个疑问! 是否可以使用uefi + mbr 名词解释 硬盘格式 MBR分区:全称"Master ...

  5. vue项目前端导出word文件(bug解决)

    摘要:之前项目中导出价格表是由后端实现,前端只需要调用接口下载word即可,后来业务改变比较大,word模版需要一直改动,后端改起来相对麻烦,后来直接前端自己定义模版,实现下载word文档. 一.需要 ...

  6. TP6.0 一对一模型关联 belongsTo 相对关联(反向关联)

    1. 创建数据表 一对一反向关联使用率很高 附表关联主表称为反向关联,又称为相对关联(tp官方手册这样叫) -- 分类表 CREATE TABLE `category` ( `id` int(10) ...

  7. elo system

    今天了解了一下游戏中的PVP模块的实现,大多数的游戏都使用到了ELO算法,刚开始的时候并不清楚这个算法是做什么的,对此开始大量查找有关于ELO算法的资源,功夫不负有心人,总算找到一些有用的资源了. 先 ...

  8. NX二次开发-NX访问SqlServer数据库(增删改查)C#版

    版本:NX9+VS2012+SqlServer2008r2 以前我写过一个NX访问MySQL数据库(增删改查)的文章https://www.cnblogs.com/nxopen2018/p/12297 ...

  9. archaius(4) 属性对象

    讲完上一节,我们就可以使用合理的配置管理器或者实现自己的配置管理来管理我们的配置项了.archaius还提供了一种新的配置使用的方式. 动态属性对象 动态属性对象针对每个配置项以对象方式进行操作,并且 ...

  10. stp域中两台switch互联接口出现两口均为root口 并且在现有stp区域中无法确定根桥设备位置;分析其原因并赋予解决办法

    stp域中两台switch互联接口出现两口均为root口 并且在现有stp区域中无法确定根桥设备位置:分析其原因并赋予解决办法 1.于上图描述了案例中当前组网环境的各交换机位置与stp状态情况  : ...