website view en/news/index.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents c2f9d5d0f314
children e366582685d1
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz - News archives</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="SliTaz news archives info release" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
14 </head>
15 <body>
17 <?php include("../../lib/html/header.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>News archives</h4>
25 <p>
26 Website news archives by year. Note that some links may be
27 broken due to website structure changes (mainly the docs
28 that moved to their own domain).
29 </p>
30 <p>
31 <img src="/images/news.png" alt="[ News ]" />
32 <a href="2007.php">2007</a> | <a href="2008.php">2008</a>
33 | <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
34 | <a href="./">2011</a>
35 </p>
36 </div>
37 </div>
39 <?php include("../../lib/lang.php"); ?>
41 <!-- Content -->
42 <div id="content">
44 <h2>2011</h2>
46 <ul>
47 <li><strong>31 May 2011 - New and fresh Cooking 20110531</strong>
48 <a name="20110531"></a>
49 <p>
50 The Slitaz team is proud to announce the release of a new Cooking version
51 built with our new and fresh packages from cookutils. Cookutils is one of
52 the new generation of tools to build SliTaz packages and provides a Build
53 Bot with a nice web interface that works out-of-the-box on any SliTaz
54 system. These new packages have been built with a new i486 optimized
55 toolchain.
56 </p>
57 <p>
58 The full boot process has been improved and the first boot configuration
59 is now done through GTK boxes in a X session and the boot time is also
60 faster. This version comes with a new GUI tool for system configuration
61 as well as our new system configuration panel aka TazPanel. TazPanel
62 lets you configure the entire system via a xHTML/CSS web interface
63 (useful for remote control) and it also handles package management and
64 replaces the old GTK box.
65 </p>
66 <p>
67 Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
68 are part of the core ISO. This adds 1MB to the compressed root
69 filesystem. But we managed to save a lot of space in the core ISO with
70 our new packages and this new Cooking is 30MB! This new cooking also
71 provides better internationalization and Italian support! Download:
72 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
73 slitaz-cooking.iso</a>
74 </p>
75 </li>
77 <li><strong>29 March 2011 - New Cooking 20110329</strong>
78 <a name="20110329"></a>
79 <p>
80 The SliTaz team is pleased to announce the release of a new cooking
81 ISO featuring over 2900 packages. All packages have been rebuilt using
82 our new cooking tool, now included in tazwok. It contains Linux Kernel
83 2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
84 LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
85 French and we are open to additional translations. Tazwok has been
86 entirely rewritten and it's now possible to recook SliTaz from Scratch
87 using any ISO. This ISO is the first of a release candidate series which
88 leads us to a stable 4.0 release.
89 </p>
90 <p>
91 A lot of work has been done since our last cooking ISO released in november:
92 more than 2200 changes have been commited to the wok, and several
93 hundreds more to home-built tools. We are proud to announce that the SliTaz
94 community has grown a lot these last months: the last year, many
95 changes was commited than in the previous four. However, quantity doesn't mean
96 quality. We need you to help to test this new ISO and report eventual bugs. If
97 you want to, you are welcome to help fix known problems before 4.0 is released.
98 You can join members of the crew via our IRC, mailing-list, forums or by
99 mailing the packages maintainers. We hope you will enjoy this new
100 <a href="/en/get/">release!</a>
101 </p>
102 </li>
103 </ul>
105 <!-- End of content -->
106 </div>
108 <?php include("../../lib/html/footer.html"); ?>
110 </body>
111 </html>