-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.html
More file actions
237 lines (208 loc) · 11.3 KB
/
versions.html
File metadata and controls
237 lines (208 loc) · 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!--
~ Copyright (c) 2010, 2023 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
~ which is available at https://www.eclipse.org/legal/epl-2.0/
~
~ SPDX-License-Identifier: EPL-2.0
-->
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Eclipse Scout Versions</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta property="og:title" content="Eclipse Scout Versions">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- FAVICON - Generator: https://www.favicon-generator.org/ -->
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/favicon/apple-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<a href="./" id="eclipse-scout-logo"><div class="logo"></div><div class="text"></div></a>
<nav id="main-navigation">
<div class="navigation-item lv1 first"><a href="https://eclipsescout.github.io/scout-docs/26.1/getstarted/getstarted.html" class="text"
title="Get started with Eclipse Scout">Tutorial</a></div>
<div class="navigation-item lv1"><a href="https://eclipsescout.github.io/" class="text">Docs</a></div>
<div class="navigation-item lv1 has-children">
<div class="text">Community</div>
<div class="navigation-lv2-panel hidden">
<a href="https://github.com/eclipse-scout/scout.rt/tree/releases/26.1/" class="navigation-item lv2 first" id="icon-git-hub">
<div class="navigation-item-container">
<div class="title">GitHub</div>
<div class="text">Discuss topics. View code. Report issues</div>
</div>
</a>
<a href="https://stackoverflow.com/tags/eclipse-scout" class="navigation-item lv2 last" id="icon-stack-overflow">
<div class="navigation-item-container">
<div class="title">StackOverflow</div>
<div class="text">Another source of help</div>
</div>
</a>
</div>
</div>
<div class="navigation-item lv1 last"><a href="features.html" class="text">Features</a></div>
<div class="navigation-item lv1 mobile-only"><a href="versions.html" class="text">Versions</a></div>
<div class="navigation-item lv1 mobile-only"><a href="javascript:onGetStartedLinkClick()" class="text">Get Started</a></div>
</nav>
<a href="versions.html#v26" id="scout-version-button" class="desktop-only">
<svg height="36" width="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="17" stroke="#014786" stroke-width="2" fill="white" />
</svg>
<div>v26</div>
</a>
<button id="get-started-button" class="desktop-only">Get Started</button>
<button id="mobile-navigation-button" class="mobile-only"></button>
</header>
<div id="wrapper">
<!--
~ Copyright (c) 2010, 2023 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
~ which is available at https://www.eclipse.org/legal/epl-2.0/
~
~ SPDX-License-Identifier: EPL-2.0
-->
<!-- **** VERSIONS **** -->
<div id="versions-header">
<h1>Version Overview</h1>
<p>Select the most up-to-date Eclipse Scout release anytime you start a new project. In case you
still need an older version for historical research, you can find it here.</p>
</div>
<div class="content-block first filler">
<table class="content-table">
<tr>
<td class="first version-marker">latest</td>
<td class="version"><a id="v26.1">Version 26.1</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/26.1">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/26.1/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/26.1/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first version-marker">lts</td>
<td class="version"><a id="v25.2">Version 25.2</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/25.2">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/25.2/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/25.2/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first"></td>
<td class="version"><a id="v25.1">Version 25.1</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/25.1">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/25.1/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/25.1/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first version-marker">lts</td>
<td class="version"><a id="v24.2">Version 24.2</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/24.2">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/24.2/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/24.2/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first"></td>
<td class="version"><a id="v24.1">Version 24.1</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/24.1">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/24.1/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/24.1/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first"></td>
<td class="version"><a id="v23.2">Version 23.2</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/23.2">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/23.2/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/23.2/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first"></td>
<td class="version"><a id="v23.1">Version 23.1</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/23.1">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/23.1/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/23.1/getstarted/getstarted.html">Get Started</a></td>
</tr>
<tr>
<td class="first"></td>
<td class="version"><a id="v22">Version 22</a></td>
<td><a href="https://github.com/eclipse-scout/scout.rt/tree/releases/22">Sources</a></td>
<td><a href="https://eclipsescout.github.io/scout-docs/22/">Documentation</a></td>
<td class="last"><a href="https://eclipsescout.github.io/scout-docs/22/getstarted/getstarted.html">Get Started</a></td>
</tr>
</table>
<div id="older-versions-info">
Looking for an older Scout release? <br class="mobile-only"/>
See <a href="https://eclipsescout.github.io/">all Scout versions</a>.
</div>
<div id="release-info">
<h3>Release Schedule and Support</h3>
<p>
Major Scout versions are released twice a year.
The first release of a year gets updates until the second release is published.
After that, the first release becomes unsupported.
The second release gets LTS status (long-term support) which means critical bugs will be fixed for about 2.5 years.
</p>
<h3>Versioning Scheme</h3>
<p>
The first number (major) of the version represents the year.
The second number (minor) represents the release within that year.
The third number (micro) is increased on every bug-fix update.
</p>
</div>
</div>
<!-- **** FOOTER **** -->
<footer>
<div id="social-media-bar">
<a href="https://github.com/eclipse-scout/scout.rt/tree/releases/26.1/" title="Eclipse Scout on GitHub"><img src="img/bold/developer-community-github-1.svg"></a>
<a href="https://stackoverflow.com/tags/eclipse-scout" title="Eclipse Scout on StackOverflow"><img src="img/bold/developer-community-stack-overflow.svg"></a>
<a href="https://projects.eclipse.org/projects/technology.scout" title="Eclipse Scout Project"><img src="img/eclipse-logo-notext.svg"></a>
</div>
<div id="copyright">
Copyright © Eclipse Foundation, <br class="mobile-only"/>Inc. All Rights Reserved.
</div>
<nav id="eclipse-navigation-bar">
<a href="http://www.eclipse.org/" target="_blank">Eclipse Home</a>
<a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a>
<a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a>
<a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a>
<a href="http://www.eclipse.org/legal" target="_blank">Legal</a>
</nav>
</footer>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/vendor/jquery-3.5.1.slim.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29181496-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-29181496-1');
</script>
</body>
</html>