website view en/news/2011.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 6d4944b91c93
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>2011</h2>
25 <ul>
26 <li id="d20110531">
27 <strong>31 May 2011 - New and fresh Cooking 20110531</strong>
28 <p>
29 The Slitaz team is proud to announce the release of a new Cooking version
30 built with our new and fresh packages from cookutils. Cookutils is one of
31 the new generation of tools to build SliTaz packages and provides a Build
32 Bot with a nice web interface that works out-of-the-box on any SliTaz
33 system. These new packages have been built with a new i486 optimized
34 toolchain.
35 </p>
36 <p>
37 The full boot process has been improved and the first boot configuration
38 is now done through GTK boxes in a X session and the boot time is also
39 faster. This version comes with a new GUI tool for system configuration
40 as well as our new system configuration panel aka TazPanel. TazPanel
41 lets you configure the entire system via a xHTML/CSS web interface
42 (useful for remote control) and it also handles package management and
43 replaces the old GTK box.
44 </p>
45 <p>
46 Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
47 are part of the core ISO. This adds 1MB to the compressed root
48 filesystem. But we managed to save a lot of space in the core ISO with
49 our new packages and this new Cooking is 30MB! This new cooking also
50 provides better internationalization and Italian support! Download:
51 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
52 slitaz-cooking.iso</a>
53 </p>
54 </li>
56 <li id="d20110329">
57 <strong>29 March 2011 - New Cooking 20110329</strong>
58 <p>
59 The SliTaz team is pleased to announce the release of a new cooking
60 ISO featuring over 2900 packages. All packages have been rebuilt using
61 our new cooking tool, now included in tazwok. It contains Linux Kernel
62 2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
63 LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
64 French and we are open to additional translations. Tazwok has been
65 entirely rewritten and it's now possible to recook SliTaz from Scratch
66 using any ISO. This ISO is the first of a release candidate series which
67 leads us to a stable 4.0 release.
68 </p>
69 <p>
70 A lot of work has been done since our last cooking ISO released in november:
71 more than 2200 changes have been commited to the wok, and several
72 hundreds more to home-built tools. We are proud to announce that the SliTaz
73 community has grown a lot these last months: the last year, many
74 changes was commited than in the previous four. However, quantity doesn't mean
75 quality. We need you to help to test this new ISO and report eventual bugs. If
76 you want to, you are welcome to help fix known problems before 4.0 is released.
77 You can join members of the crew via our IRC, mailing-list, forums or by
78 mailing the packages maintainers. We hope you will enjoy this new
79 <a href="/en/get/">release!</a>
80 </p>
81 </li>
82 </ul>
84 <h2>News archives</h2>
85 <p>
86 please note that some links may be broken due to website structure
87 changes (mainly the docs that moved to their own domain).
88 </p>
89 <p>
90 <a href="index.php#archives">Archives by year</a>
91 </p>
93 <!-- End of content -->
94 </div>
96 <?php include("../../lib/html/footer.html"); ?>
98 </body>
99 </html>