@@ -2,6 +2,7 @@
rel_html_proj = backports
rel_html_proj_aliases = compat-drivers
supported =
+ 3.15
3.14
3.13
3.12
@@ -3,6 +3,7 @@ rel_html_proj = crda
supported =
3.13
3.14
+ 3.15
rel_html_url_releases = http://kernel.org/pub/software/network/crda/
rel_license = copyleft-next
ignore_changelogs = True
@@ -3,6 +3,7 @@ rel_html_proj = hostapd
supported =
1.1
2.0
+ 2.1
rel_html_url_releases = http://hostap.epitest.fi/releases/
rel_license = BSD
ignore_signatures = True
@@ -7,6 +7,7 @@ supported =
3.12
3.13
3.14
+ 3.15
rel_html_testing_ver = latest
rel_html_url_releases = https://www.kernel.org/pub/software/network/iw/
rel_license = ISC
@@ -1,17 +1,14 @@
[project]
rel_html_proj = linux
supported =
+ 3.15
3.14
3.13
3.12
3.10
3.4
3.2
- 2.6.34
2.6.32
-eol =
- 3.11
- 3.0
rel_html_url_releases = http://www.kernel.org/pub/linux/kernel/v3.0/testing
http://www.kernel.org/pub/linux/kernel/v3.0
http://www.kernel.org/pub/linux/kernel/v2.6
Quite a few software projects rel-html supports relies on the kernel release numbers, so we update those to match the latest kernel. The Linux kernel now dropped quite a few EOL kernels, and hostapd gets a new hostapd-2.1 release. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> --- projects/backports.cfg | 1 + projects/crda.cfg | 1 + projects/hostapd.cfg | 1 + projects/iw.cfg | 1 + rel-html.cfg | 5 +---- 5 files changed, 5 insertions(+), 4 deletions(-)