website view ru/news/2011.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents ea342b6a4ac7
children 3dbcace639e6
line source
1 <!DOCTYPE html>
2 <html lang="ru">
3 <head>
4 <meta charset="utf-8"/>
5 <title>Архив новостей за 2011 год | SliTaz</title>
6 <meta name="description" content="Архив новостей SliTaz за 2011 год"/>
7 <meta name="keywords" lang="ru" content="система, свободная, Gnu, Linux, открытое ПО, Livecd в RAM"/>
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php include("../../lib/html/header.ru.html"); ?>
15 <!-- Block -->
16 <div id="block">
17 <?php include("../../lib/html/nav.ru.html"); ?>
18 <!-- Information/image -->
19 <div id="block_info">
20 <h4>Архивы новостей</h4>
21 <p>Архивы новостей сайта по годам. Обратите внимание, что некоторые
22 ссылки могут быть испорчены из-за изменения структуры сайта
23 (в основном это документы, которые перемещены в свой собственный
24 домен).</p>
25 <p><img src="/images/news.png" alt="*" />
26 <a href="2007.php">2007</a> | <a href="2008.php">2008</a> |
27 <a href="2009.php">2009</a> | <a href="2010.php">2010</a> |
28 2011 | <a href="2012.php">2012</a> |
29 <a href="./">2014</a></p>
30 </div>
31 </div>
33 <?php include("../../lib/lang.php"); ?>
35 <!-- Content -->
36 <div id="content">
38 <h2>2011</h2>
40 <ul>
41 <li id="d20110531">
42 <strong>31 May 2011 - New and fresh Cooking 20110531</strong>
43 <p>
44 The Slitaz team is proud to announce the release of a new Cooking version
45 built with our new and fresh packages from cookutils. Cookutils is one of
46 the new generation of tools to build SliTaz packages and provides a Build
47 Bot with a nice web interface that works out-of-the-box on any SliTaz
48 system. These new packages have been built with a new i486 optimized
49 toolchain.
50 </p>
51 <p>
52 The full boot process has been improved and the first boot configuration
53 is now done through GTK boxes in a X session and the boot time is also
54 faster. This version comes with a new GUI tool for system configuration
55 as well as our new system configuration panel aka TazPanel. TazPanel
56 lets you configure the entire system via a xHTML/CSS web interface
57 (useful for remote control) and it also handles package management and
58 replaces the old GTK box.
59 </p>
60 <p>
61 Xorg now has dri support, so libdrm, linux-drm as well as linux-agp
62 are part of the core ISO. This adds 1MB to the compressed root
63 filesystem. But we managed to save a lot of space in the core ISO with
64 our new packages and this new Cooking is 30MB! This new cooking also
65 provides better internationalization and Italian support! Download:
66 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">
67 slitaz-cooking.iso</a>
68 </p>
69 </li>
71 <li id="d20110329">
72 <strong>29 March 2011 - New Cooking 20110329</strong>
73 <p>
74 The SliTaz team is pleased to announce the release of a new cooking
75 ISO featuring over 2900 packages. All packages have been rebuilt using
76 our new cooking tool, now included in tazwok. It contains Linux Kernel
77 2.6.37 compiled against glibc 2.13, binutils 2.21 &amp; gcc 4.5.2. The Core
78 LiveCD includes Midori 0.3.3. Tazpkg is now entirely translated to
79 French and we are open to additional translations. Tazwok has been
80 entirely rewritten and it's now possible to recook SliTaz from Scratch
81 using any ISO. This ISO is the first of a release candidate series which
82 leads us to a stable 4.0 release.
83 </p>
84 <p>
85 A lot of work has been done since our last cooking ISO released in november:
86 more than 2200 changes have been commited to the wok, and several
87 hundreds more to home-built tools. We are proud to announce that the SliTaz
88 community has grown a lot these last months: the last year, many
89 changes was commited than in the previous four. However, quantity doesn't mean
90 quality. We need you to help to test this new ISO and report eventual bugs. If
91 you want to, you are welcome to help fix known problems before 4.0 is released.
92 You can join members of the crew via our IRC, mailing-list, forums or by
93 mailing the packages maintainers. We hope you will enjoy this new
94 <a href="/en/get/">release!</a>
95 </p>
96 </li>
97 </ul>
99 <!-- End of content -->
100 </div>
102 <?php include("../../lib/html/footer.ru.html"); ?>
104 </body>
105 </html>