Long-term stable release maintenance
http://en.wikipedia.org/wiki/Linux_kernel
2014.5.28
| 2.6.32 | 2 December 2009[122] | 2.6.32.62[123] | Willy Tarreau[124][125](formerly Greg Kroah-Hartman)[116][126] | 3rd long-term stable release from December 2009 to mid 2014,[124] used in Debian 6 Squeeze.[127] Canonical will provide extended support until April 2015.[128] |
| 3.2 | 4 January 2012[144] | 3.2.59[145] | Ben Hutchings[124][146] | 8th long-term stable release from March 2012 to 2016, used in Ubuntu 12.04 LTS,Debian 7 Wheezy and Slackware 14.0.[124][146] Canonical will provide extended support until April 2017.[128] |
| 3.4 | 20 May 2012[149][150] | 3.4.91[151] | Greg Kroah-Hartman[124][152] | 9th long-term stable release from May 2012 to October 2014[124][152] |
| 3.10 | 30 June 2013[166] | 3.10.40[167] | Greg Kroah-Hartman[124] | 10th long-term stable release from August 2013 to September 2015.[124][168] |
| 3.12 | 3 November 2013[171] | 3.12.20[172] | Jiří Slabý (formerly Greg Kroah-Hartman)[173] | 11th long-term stable release from November 2013 to 2016[124] |
https://www.kernel.org/category/releases.html
| Version | Maintainer | Released | Projected EOL |
|---|---|---|---|
| 3.12 | Jiri Slaby | 2013-11-03 | 2016 |
| 3.10 | Greg Kroah-Hartman | 2013-06-30 | Sep, 2015 |
| 3.4 | Greg Kroah-Hartman | 2012-05-20 | Oct, 2014 |
| 3.2 | Ben Hutchings | 2012-01-04 | 2016 |
| 2.6.32 | Willy Tarreau | 2009-12-03 | Mid-2014 |
Long-term stable release maintenance的更多相关文章
- W: GPG error: http://dl.google.com/linux/chrome/deb stable Release: The following signatures couldn'
Ubuntu 16.04.2执行 sudo apt-get update .警告如下:W: GPG error: http://dl.google.com/linux/chrome/deb stabl ...
- debian-pve-ceph
从头开始安装debian9.8 debian-9.8.0-amd64-netinst.iso vi /etc/vim/vimrc.tinyset nocompatibleset backspace=2 ...
- android studio的Beta, Canary, Dev, Stable四种Channel版本介绍、分析与选择
一.概述 在Android Studio下载官网上,有如下介绍: ` Android Studio's built-in update mechanism can be set to receive ...
- [Git] An efficient GIT workflow for mid/long term projects
reference : http://fle.github.io/an-efficient-git-workflow-for-midlong-term-projects.html Our full-w ...
- linux init->upstart->systemd
http://en.wikipedia.org/wiki/Init init From Wikipedia, the free encyclopedia This article is abo ...
- squid源码安装下的conf文件默认值和提示
# WELCOME TO SQUID 3.0.STABLE26# ----------------------------## This is the default Squid c ...
- tomcat 和servlet之间的关系
http://tomcat.apache.org/whichversion.html pache Tomcat Versions Apache Tomcat® is an open source so ...
- 服务器操作系统应该选择 Debian/Ubuntu 还是 CentOS?
来自 http://www.zhihu.com/question/19599986 服务器操作系统应该选择 Debian/Ubuntu 还是 CentOS? 想选择一个 Linux 发行版作为服务器. ...
- Git工作流指南:Gitflow工作流 Comparing Workflows
Comparing Workflows The array of possible workflows can make it hard to know where to begin when imp ...
随机推荐
- mq类----1
MQ.php <?php /** * Created by PhpStorm. * User: brady * Date: 2017/12/6 * Time: 14:42 * * amqp协议操 ...
- 【Luogu】P2599取石子游戏(博弈论)
题目链接 情况非常复杂,事实上题解我现在也没有完全理解 不过大致的意思就是 设两个数组lef[][],rig[][]表示对应区间左端加一堆数量为lef[][]的石子使得先手必败,rig同理 可以通过一 ...
- ACM程序设计选修课——1031: Hungar的得分问题(二)(杨辉三角+二进制转换)
1031: Hungar的得分问题(二) 时间限制: 1 Sec 内存限制: 64 MB 提交: 15 解决: 10 [提交][状态][讨论版] 题目描述 距离正式选秀时间越来越近了,今天Hung ...
- HDU-3718 Similarity
题目只有26个字母,所以我们新建一个二分图,v[i][j]表示字母i对应字母j时能成功匹配的个数,给这个边矩阵v求个最大匹配就是答案. #include <cstdlib> #includ ...
- HDU-1528/1962 Card Game Cheater
两组牌中两张牌相比能赢的就连,后求最大匹配. #include <cmath> #include <cstdlib> #include <cstdio> #incl ...
- BZOJ4916 神犇和蒟蒻 【欧拉函数 + 杜教筛】
题目 很久很久以前,有一只神犇叫yzy; 很久很久之后,有一只蒟蒻叫lty; 输入格式 请你读入一个整数N;1<=N<=1E9,A.B模1E9+7; 输出格式 请你输出一个整数A=\sum ...
- wireshark推荐书籍
1 wireshark数据包分析实战 有中文版 2 wireshark网络分析 英文版 3 TCP/IP协议栈详解卷一
- 数据库操作之——key与index的区别
mysql的key和index多少有点令人迷惑,这实际上考察对数据库体系结构的了解的. 1 key 是数据库的物理结构,它包含两层意义,一是约束(偏重于约束和规范数据库的结构完整性),二是索引(辅助查 ...
- django 报错 no such table: auth_user
需要执行 python3 manage.py makemigrations python3 manage.py migrate 参考:http://arrayoverflow.com/question ...
- Docker 通俗易懂的入门
这篇转的文章讲的通俗易懂,算个入门的东西了- 转自:http://www.csdn.net/article/2014-07-02/2820497-what's-docker 尽管之前久闻Docker的 ...