Skip to content

Commit

Permalink
Mark Netty 3.10 and 4.0 as EOL on the downloads page (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
StenAL authored Jun 1, 2024
1 parent 24fc8d6 commit 8dfae45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 6 additions & 2 deletions _config/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ releases:
- version: 5.0.0.Alpha5
date: 28-Sep-2022
stable: false
eol: false
- version: 4.1.110.Final
date: 22-May-2024
stable: stable
eol: false
- version: 4.0.56.Final
date: 05-Feb-2018
stable: true
stable: false
eol: true
- version: 3.10.6.Final
date: 29-Jun-2016
stable: true
stable: false
eol: true

twitter_search_url: 'https://twitter.com/search?q=%40netty_project OR %23netty lang%3Aen'

Expand Down
9 changes: 5 additions & 4 deletions downloads.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ title: Downloads
‐ #{r.date}
- if r.recommended?
(Stable, Recommended)
- elsif r.stable
(Stable)
- elsif r.eol
(EOL)
- else
- if r.stable
(Stable)
- else
(Development)
(Development)

%p <a href="https:/netty/netty/milestones?state=closed">Changelogs</a> and <a href="https:/netty/netty/milestones?state=open">road map</a> are available in our issue tracker.

Expand Down

0 comments on commit 8dfae45

Please sign in to comment.