aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/jessie/index.wml
blob: ae4d9ed5cadbdcd429f6e25d5ed8b00ad8f2d8d2 (plain) (blame)
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
#use wml::debian::template title="Debian “jessie” Release Information"
#include "$(ENGLISHDIR)/releases/info"
#include "$(ENGLISHDIR)/releases/jessie/release.data"
#include "$(ENGLISHDIR)/releases/arches.data"

<p>Debian <current_release_jessie> was
released <a href="$(HOME)/News/<current_release_newsurl_jessie/>"><current_release_date_jessie></a>.
<ifneq "8.0" "<current_release>"
  "Debian 8.0 was initially released on <:=spokendate('2015-04-26'):>."
/>
The release included many major
changes, described in
our <a href="$(HOME)/News/2015/20150426">press release</a> and
the <a href="releasenotes">Release Notes</a>.</p>

<p><strong>Debian 8 has been superseded by
<a href="../stretch/">Debian 9 (<q>stretch</q>)</a>.
Regular security support updates have been discontinued as of <:=spokendate('2018-06-17'):>.
</strong></p>

<p><strong>Jessie also benefits from Long Term Support (LTS) until
the end of June 2020. The LTS is limited to i386, amd64, armel and armhf.
For more information, please refer to the <a
href="https://wiki.debian.org/LTS">LTS section of the Debian Wiki</a>.
</strong></p>

<p>To obtain and install Debian, see
the <a href="debian-installer/">installation information</a> page and the
<a href="installmanual">Installation Guide</a>. To upgrade from an older
Debian release, see the instructions in the
<a href="releasenotes">Release Notes</a>.</p>

<p>Architectures supported during LTS support:</p>

<ul>
<:
foreach $arch (@archeslts) {
	print "<li><a href=\"$(HOME)/ports/$arch/\">$arches{$arch}</a>\n";
}
:>
</ul>

<p>When initially releasing Jessie, it was supported by this architectures:</p>

<ul>
<:
foreach $arch (@arches) {
	print "<li><a href=\"$(HOME)/ports/$arch/\">$arches{$arch}</a>\n";
}
:>
</ul>

<p>Contrary to our wishes, there may be some problems that exist in the
release, even though it is declared <em>stable</em>. We've made
<a href="errata">a list of the major known problems</a>, and you can always
<a href="reportingbugs">report other issues</a> to us.</p>

<p>Last but not least, we have a list of <a href="credits">people who take
credit</a> for making this release happen.</p>

<if-stable-release release="squeeze">
<p>No information available yet.</p>
</if-stable-release>

<if-stable-release release="wheezy">

<p>The code name for the next major Debian release after <a
href="../wheezy/">wheezy</a> is <q>jessie</q>.</p>

<p>This release started as a copy of wheezy, and is currently in a state
called <q><a href="$(DOC)/manuals/debian-faq/ftparchives#testing">testing</a></q>.
This means that things should not break as badly as in unstable or
experimental distributions, because packages are allowed to enter this
distribution only after a certain period of time has passed, and when they
don't have any release-critical bugs filed against them.</p>

<p>Please note that security updates for <q>testing</q> distribution are
<strong>not</strong> yet managed by the security team. Hence, <q>testing</q> does
<strong>not</strong> get security updates in a timely manner.
# For more information please see the
# <a href="https://lists.debian.org/debian-testing-security-announce/2008/12/msg00019.html">announcement</a>
# of the Testing Security Team.
You are encouraged to switch your
sources.list entries from testing to wheezy for the time being if you
need security support. See also the entry in the
<a href="$(HOME)/security/faq#testing">Security Team's FAQ</a> for
the <q>testing</q> distribution.</p>

<p>There may be a <a href="releasenotes">draft of the release notes available</a>.
Please also <a href="https://bugs.debian.org/release-notes">check the
proposed additions to the release notes</a>.</p>

<p>For installation images and documentation about how to install <q>testing</q>,
see <a href="$(HOME)/devel/debian-installer/">the Debian-Installer page</a>.</p>

<p>To find out more about how the <q>testing</q> distribution works, check
<a href="$(HOME)/devel/testing">the developers' information about it</a>.</p>

<p>People often ask if there is a single release <q>progress meter</q>.
Unfortunately there isn't one, but we can refer you to several places
that describe things needed to be dealt with for the release to happen:</p>

<ul>
  <li><a href="https://release.debian.org/">Generic release status page</a></li>
  <li><a href="https://bugs.debian.org/release-critical/">Release-critical bugs</a></li>
  <li><a href="https://udd.debian.org/bugs.cgi?base=only&amp;rc=1">Base system bugs</a></li>
  <li><a href="https://udd.debian.org/bugs.cgi?standard=only&amp;rc=1">Bugs in standard and task packages</a></li>
</ul>

<p>In addition, general status reports are posted by the release manager
to the <a href="https://lists.debian.org/debian-devel-announce/">\
debian-devel-announce mailing list</a>.</p>

</if-stable-release>

© 2014-2024 Faster IT GmbH | imprint | privacy policy