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 ...
随机推荐
- poj 1523 SPF 求割点以及删除该割点后联通块的数量
SPF Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 7136 Accepted: 3255 Description C ...
- hdu6097[二分+解析几何] 2017多校6
/*hdu6097[二分+解析几何] 2017多校6*/ #include <bits/stdc++.h> using namespace std; ; struct node{ doub ...
- C++之Effective STL学习笔记Item14
使用reserve来避免不必要的重新分配! The reserve member function allows you to minimize the number ofreallocations ...
- 洛谷P3625 - [APIO2009]采油区域
Portal Description 给出一个\(n\times m(n,m\leq1500)\)的矩阵,从中选出\(3\)个互不相交的\(k\times k\)方阵,使得被选出的数的和最大. Sol ...
- 通过rabbitmqadmin管理rabbitmq
# 安装rabbitmq $ sudo apt install rabbitmq-server # 下载rabbitmqadmin管理工具 sudo rabbitmq-plugins enable r ...
- FOJ Problem 2253 Salty Fish
...
- 【CF733F】Drivers Dissatisfaction(最小瓶颈生成树,倍增)
题意:给出一个图,每条边有权值和花费c,每次花费c能使的权值-1.给出一个预算,求减完权值后的一个最小生成树. 思路:感谢CC大神 有这样一个结论:最佳方案里必定存在一种,预算全部花费全部分配在一条边 ...
- php 几种排序模式
冒泡排序 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法.它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来.走访数列的工>作 ...
- 让网站永久拥有HTTPS - 申请免费SSL证书并自动续期
https://blog.csdn.net/xs18952904/article/details/79262646 https://freessl.org/
- js-classList修改class属性
classList定义与用法 1)classList属性返回元素的类名,作为DOMTokenList对象 2)该属性用于在元素中添加,移除及切换css类 3)classList属性是只读的,但可以用a ...