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. 1DadaFrame和Series创建

    通过GroupBy创建DF对象 sn_group=data.groupby('SN') purchase_count=sn_group.count().Price average_purchase_p ...

  2. Redis Linux 安装部署

    Redis部署文档   Redis部署文档 准备软件: 开始部署: 解压tar包[root@localhost redis]# tar -zxvf redis-3.2.8.tar.gz 进入Redis ...

  3. C++11中一个使用for+auto时容易发生的bug

    C++11中一个使用for+auto时容易发生的bug 一个小坑,那就是忘记在for循环中使用auto时加引用. 例如: for(auto num : nums){ // do some thing ...

  4. tomcat-8.0.18 cluster 使用Redis共享Session 配置

    事实证明 这位作者提在https://jingyan.baidu.com/article/ac6a9a5e10415f2b653eace8.html 最底下的http://pan.baidu.com/ ...

  5. AWD 第二弹

    前言 小组第二次awd训练 万能密码登陆 首页发现一个登录界面,使用万能密码登陆 ' or 1=1#' 登陆成功后,发现Flag 任意文件上传 刚刚的后台界面存在上传按钮,可直接上传一句话木马 文件包 ...

  6. spring boot 在框架中注入properties文件里的值(Spring三)

    前一篇博客实现了打开第一个页面 链接:https://blog.csdn.net/qq_38175040/article/details/105709758 本篇博客实现在框架中注入propertie ...

  7. [极客大挑战 2019]Havefun wp

    很少见的很简单的一道题 查看源代码 获得一段被注释的代码 直接?cat=dog即可得flag

  8. linux 信号机制

    文章目录 1. 实时信号非实时信号 2. 信号状态: 3. 信号生命周期: 4. 信号的执行和注销 信号掩码和信号处理函数的继承 信号处理函数的继承 信号掩码的继承 sigwait 与多线程 sigw ...

  9. C#开发PACS医学影像处理系统(十六):2D处理之影像平移和缩放

    1.平移,利用WPF中控件边距来控制位移: /// <summary> /// 平移图像 /// </summary> /// <param name="X&q ...

  10. 关于bat中日期时间字符串的格式化

    在其他编程语言中,要实现日期时间字符串的格式化,包括时间计算,都是比较简单的 但在bat或者说cmd.dos中要实现这些功能.还是有一定难度的 首先,windows的cmd中可以使用%date%表示日 ...