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

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