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. 剑指 Offer 19. 正则表达式匹配

    题目描述 请实现一个函数用来匹配包含'. '和'*'的正则表达式.模式中的字符'.'表示任意一个字符,而'*'表示它前面的字符可以出现任意次(含0次).在本题中,匹配是指字符串的所有字符匹配整个模式. ...

  2. ZT:如果有来生,要做一棵树

    出处:https://zhidao.baidu.com/question/393644025.html 原以为是三毛所作,想不到还有争议. 如果有来生,要做一棵树, 站成永恒.没有悲欢的姿势, 一半在 ...

  3. VUE常用问题hack修改

    vue-router router这里踩的坑主要是组件的重用.构建单页面大型应用的话,肯定要开启组件的缓存的,因为一般会要求后退的时候不要重新加载页面,而且要记住原始的滚动位置.首先,引入router ...

  4. python基本数据类型和循环、判断

    一.语言分为2种: 编译型语言:写完代码不能执行,得先编译 c.c++.c#,速度相对解释性语言更快,因为只需要执行一次解释型语言:不需要编译,直接执行 python.java.php.js.go.r ...

  5. js学习笔记之作用域链和闭包

    在学习闭包之前我们很有必要先了解什么是作用域链 一.作用域链 作用域链是保证对执行环境有权访问的所有变量和函数的有序访问. 这句话其实还是蛮抽象的,但是通过下面一个例子,我们就能清楚的了解到作用域链了 ...

  6. PooledByteBuf内存池-------这个我现在不太懂

    转载自:http://blog.csdn.net/youaremoon/article/details/47910971              http://blog.csdn.net/youar ...

  7. Gradle系列之Android Gradle高级配置

    本篇文章主要在之前学习的基础上,从实际开发的角度学习如何对 Android Gradle 来进行自定义以满足不同的开发需求,下面是 Gradle 系列的几篇文章: Gradle系列之初识Gradle ...

  8. 基于Springboot+Mybatis+Element UI开发的钢贸供应链系统

    小蓝钢贸云供应链系统以销售.采购.库存及财务一体化的设计理念,从供应商到客户的销售流程,实现订单.货物.资金的全面管控,并能对成本进行准确的跟踪与分析,为销售决策提供依据. 基于SpringBoot2 ...

  9. java ConcurrentHashMap和CopyOnWriteArrayList解决并发问题

    ConcurrentHashMap 一.hashtable.hashmap.ConcurrentHashMap 1.线程不安全的HashMap 因为多线程环境下,使用Hashmap进行put操作会引起 ...

  10. Python3 环境搭建 保姆式 详细教程!真手把手教学!

    本文我们将向大家介绍如何在本地搭建 Python3 开发环境. Python3 可应用于多平台包括 Windows.Linux 和 Mac OS X. Unix (Solaris, Linux, Fr ...