website view en/news/2011.php @ rev 1268

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