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