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 ...
随机推荐
- 【Bzoj3944】杜教筛模板(狄利克雷卷积搞杜教筛)
题目链接 哇杜教筛超炫的 有没有见过$O(n^\frac{2}{3})$求欧拉函数前缀和的算法?没有吧?蛤蛤蛤 首先我们来看狄利克雷卷积是什么 首先我们把定义域是整数,陪域是复数的函数叫做数论函数. ...
- cf- 297 < a >--字符串操作技巧
A. Vitaliy and Pie time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- BZOJ 4818 [Sdoi2017]序列计数 ——矩阵乘法
发现转移矩阵是一个循环矩阵. 然后循环矩阵乘以循环矩阵还是循环矩阵. 据说还有FFT并且更优的做法. 之后再看吧 #include <map> #include <cmath> ...
- BZOJ3098 Hash Killer II 【概率】
挺有意思的一题 就是卡一个\(hash\) 我们先取L大概几十保证结果会超出\(10^9 + 7\) 然后就随机输出\(10^5\)个字符 由题目的提示我们可以想到,如果我们有\(n\)个数,选\(k ...
- python 考试补缺
十六进制: >>> a=100 >>> hex(a) '0x64' 八进制: >>> a=100 >>> oct(a) '0o1 ...
- android 设置app root权限简单方法
vim frameworks/base/core/java/com/android/internal/os/ZygoteConnection.java +709 private static void ...
- Linux 之 LNMP服务器搭建-MySQL
LNMP服务器搭建-MySQL 参考教程:[千峰教育] 系统版本: CentOS 6.8 关闭防火墙和Selinux service iptables stop setenforce 0 安装mysq ...
- java 四种方式实现字符流文件的拷贝对比
将D:\\应用软件\\vm.exe 拷贝到C:\\vm.exe 四种方法耗费时间对比 4>2>3>1 package Copy; import java.io.Buffere ...
- SQL Server 内置函数实现MD5加密
一.MD5加密 HASHBYTES ('加密方式', '待加密的值') 加密方式= MD2 | MD4 | MD5 | SHA | SHA1 返回值类型:varbinary(maxim ...
- Codeforces 875C National Property(拓扑排序)
题目链接 National Property 给定n个单词,字符集为m 现在我们可以把其中某些字母变成大写的.大写字母字典序大于小写字母. 问是否存在一种方案使得给定的n个单词字典序不下降. 首先判 ...