aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/woody/index.wml
blob: c0aeaede33eebe1986457aad29d966de813ed15d (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
#use wml::debian::template title="Debian GNU/Linux 3.0 “woody” Release Information" BARETITLE="true"
#include "$(ENGLISHDIR)/releases/info"
#include "$(ENGLISHDIR)/releases/woody/release.data"

<h2><a name="general">General Information</a></h2>

<p>Debian GNU/Linux 3.0 (a.k.a. <em>woody</em>) was released on 19th of
July, 2002. The new release includes many major changes, described in
our <a href="$(HOME)/News/2002/20020719">press release</a> and the
<a href="releasenotes">Release Notes</a>.</p>

<p><strong>Debian GNU/Linux 3.0 has been obsoleted by
<a href="../sarge/">Debian GNU/Linux 3.1 (<q>sarge</q>)</a>.
Security updates have been discontinued as of the end of June 2006.</strong></p>

<p>Debian GNU/Linux 3.0 is available <a href="$(DISTRIB)/">from
the Internet</a> and <a href="$(HOME)/CD/vendors/">from CD vendors</a>.</p>

<p>Before installing Debian, please read the <A HREF="installmanual">
Installation Manual</A>. The Installation Manual for your target
architecture contains instructions and links for all the files you need to
install.</p>

<p>The following computer architectures are supported in this release:</p>

<ul>
<:
foreach $arch (sort keys %arches) {
  if ($arch eq "mipsel") { # both MIPS ports have the same web page
    print "<li><a href=\"$(HOME)/ports/mips/\">$arches{$arch}</a>\n";
  } else {
    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 woody
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>

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