website view en/news/2012.php @ rev 1315

added german news archives and translated some news
author Hans-G?nter Theisgen
date Thu May 04 14:20:07 2017 +0100 (2017-05-04)
parents 0dedd51426ac
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz - News archives 2012</title>
6 <meta name="description" content="SliTaz news archives info release">
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM">
8 <meta name="author" content="Christophe Lincoln">
9 <?php include("../../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../../config.php");
15 include("../../lib/html/header.html");
16 include("../../lib/html/nav.html");
17 include("../../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <div id="content">
23 <h2>2012</h2>
25 <div class="news">
27 <ul>
28 <li id="d20120410">
29 <strong>10 Apr 2012 - SliTaz GNU/Linux 4.0 Release</strong>
30 <p>
31 The SliTaz contributors are pleased to announce the release of
32 the new stable distribution SliTaz GNU/Linux 4.0. Two years of
33 community work have created a reliable system capable of even
34 shorter boot times with more than 1000 new installable packages.
35 </p>
36 <p>
37 SliTaz provides a complete graphical desktop in 35 MB based
38 on LXDE and Openbox that works entirely in 192MB of RAM. Its
39 new 4in1 CD image can be installed on a hard drive with only 48MB
40 by automatically selecting a configuration most fully suited to
41 your hardware.
42 </p>
43 <p>
44 The home-made tools have grown. Tazpkg brings a new notification
45 system and is much faster despite the increase in the number of
46 packages and Tazpanel enables a new centralized management system.
47 You can read the full <a href="/en/doc/releases/4.0/relnotes.en.html">Release Notes</a>
48 and download SliTaz 4.0 from our mirror:
49 <a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">slitaz-4.0.iso</a>
50 </p>
51 </li>
53 <li id="d20120303">
54 <strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
55 <p>
56 The SliTaz team is pleased to announce the new SliTaz 4.0-RC2 release
57 candidate. We have done a huge amount of work fixing bugs from RC1 and
58 on end-user home made tools such as TazPKG, TazPanel and TazUSB. Wifi
59 connection is made easier via TazPanel or the new wifibox. TazPKG has
60 better desktop integration and a new notification system.
61 </p>
62 <p>
63 This new version comes with a full Xorg package and DRI support as
64 well as the nv, intel, geode and vesa drivers working out-of-the-box.
65 We have also rebuilt all packages once again and saved ~2Mb in the
66 core LiveCD, so we now include Lxrandr, Parcellite and the
67 transmission BiTorrent client.
68 </p>
69 <p>
70 We want to thank everyone who tested the first release candidate; this
71 RC2 is close to the upcoming SliTaz 4.0 version planned in 2 weeks.
72 Download the RC2 ISO image from our mirror (35,1 Mb):
73 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
74 </p>
75 </li>
77 <li id="d20120223">
78 <strong>23 Feb 2012 - SliTaz 4.0 -RC1 is out</strong>
79 <p>
80 The SliTaz contributor team is pleased to announce the immediate
81 availability of the first release candidate for SliTaz 4.0. SliTaz can
82 boot in 10-12 seconds on fairly new hardware and with the new 4in1 ISO
83 you can install a full SliTaz desktop with only 48MB of RAM. The 4in1
84 ISO is able to auto detect the memory and can boot SliTaz in text mode,
85 to a minimal X environment or a full graphical desktop.
86 </p>
87 <p>
88 SliTaz 4.0 will have more than 3000 well tested packages in its
89 repository and the RC series lets us track the latest bugs. From our last
90 Cooking release the packages have all been rebuilt twice to ensure build
91 quality.
92 </p>
93 <p>
94 This RC2 ISO will prompt you with a new graphical menu and a graphical
95 language and keyboard set up. The ISO features a new desktop layout and
96 artwork as well as a new command line installer with a CGI/web interface
97 accessible via TazPanel. You can download this new ISO from our mirror:
98 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC1.iso">SliTaz 4.0-RC1</a>
99 </p>
100 </li>
101 </ul>
103 <!-- End of news -->
104 </div>
106 <h2>News archives</h2>
107 <p>
108 please note that some links may be broken due to website structure
109 changes (mainly the docs that moved to their own domain).
110 </p>
111 <p>
112 <a href="index.php#archives">Archives by year</a>
113 </p>
115 <!-- End of content -->
116 </div>
118 <?php include("../../lib/html/footer.html"); ?>
120 </body>
121 </html>