[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.1586)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 1586
Commiter: henrich
Date: 2014-04-25 23:50:28 +0900 (金, 25 4月 2014)
=======================================================
Log:
add squeeze LTS
=======================================================
Changed:
U www/trunk/include/config
U www/trunk/src/using/other-release.tt2
Modified: www/trunk/include/config
===================================================================
--- www/trunk/include/config 2014-04-20 11:34:27 UTC (rev 1585)
+++ www/trunk/include/config 2014-04-25 14:50:28 UTC (rev 1586)
@@ -31,7 +31,8 @@
oldstable_revisiondate = ''; #リビジョン日付、次のリリースから無くなる。
oldstable_pointrelease = '9'; #ポイントリリース
oldstable_pointrelease_date = '2014年2月15日'; #ポイントリリース日
- oldstable_eol = '2014年05月3日'; # yes(終了) または終了の日付を「n年n月n日」の日本語で入れる。
+ oldstable_eol = '2014年5月31日'; # yes(終了) または終了の日付を「n年n月n日」の日本語で入れる。
+ oldstable_lts = '2016年2月'; # end(終了) または終了の日付を「n年n月n日」の日本語で入れる。
testing_codename = 'jessie'; #テスト版
testing_version = '8';
Modified: www/trunk/src/using/other-release.tt2
===================================================================
--- www/trunk/src/using/other-release.tt2 2014-04-20 11:34:27 UTC (rev 1585)
+++ www/trunk/src/using/other-release.tt2 2014-04-25 14:50:28 UTC (rev 1586)
@@ -9,9 +9,16 @@
[%- IF oldstable_eol == "yes" -%]
<strong>セキュリティアップデートは終了しています</strong>。
[%- ELSE -%]
-[% oldstable_initialdate %] にリリースされ、現在の最新のアップデートリリースは [% oldstable_pointrelease_date %] です。セキュリティアップデートは [% oldstable_eol %] まで続けられます。
+[% oldstable_initialdate %] にリリースされ、現在の最新のアップデートリリースは [% oldstable_pointrelease_date %] です。
[%- END -%]
-<br>
+</dd>
+<dd>
+[%- IF oldstable_lts == "end" -%]
+[%- ELSE -%]
+LTS(Long Term Support)として、i386およびamd64アーキテクチャに対してセキュリティアップデートが [% oldstable_lts %] まで続けられます(なお、アーカイブ中の一部パッケージがサポート対象から除外されていますので注意してください)。
+[%- END -%]
+</dd>
+<dd>
旧安定版は、新しい安定版がリリースされたときに元の安定版から移動されたものです。旧安定版のセキュリティアップデートは、さらに次の安定版 (つまり現在のテスト版) がリリースされたときか、旧安定版になってから1年間です。セキュリティアップデートに限らず、旧安定版のサポートは活発とは言えません。できるだけ速やかに安定版への移行を行うことをお勧めします。
</dd>
<dt>experimental</dt>