website annotate en/news/2012.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 c438907f75bd
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@1175 23 <h2>2012</h2>
pankso@1173 24
pankso@1173 25 <ul>
pankso@1173 26 <li id="d20120410">
pankso@1173 27 <strong>10 Apr 2012 - SliTaz GNU/Linux 4.0 Release</strong>
pankso@1173 28 <p>
pankso@1173 29 The SliTaz contributors are pleased to announce the release of
pankso@1173 30 the new stable distribution SliTaz GNU/Linux 4.0. Two years of
pankso@1173 31 community work have created a reliable system capable of even
pankso@1173 32 shorter boot times with more than 1000 new installable packages.
pankso@1173 33 </p>
pankso@1173 34 <p>
pankso@1173 35 SliTaz provides a complete graphical desktop in 35 MB based
pankso@1173 36 on LXDE and Openbox that works entirely in 192MB of RAM. Its
pankso@1173 37 new 4in1 CD image can be installed on a hard drive with only 48MB
pankso@1173 38 by automatically selecting a configuration most fully suited to
pankso@1173 39 your hardware.
pankso@1173 40 </p>
pankso@1173 41 <p>
pankso@1173 42 The home-made tools have grown. Tazpkg brings a new notification
pankso@1173 43 system and is much faster despite the increase in the number of
pankso@1173 44 packages and Tazpanel enables a new centralized management system.
pankso@1173 45 You can read the full <a href="/en/doc/releases/4.0/relnotes.en.html">Release Notes</a>
pankso@1173 46 and download SliTaz 4.0 from our mirror:
pankso@1173 47 <a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">slitaz-4.0.iso</a>
pankso@1173 48 </p>
pankso@1173 49 </li>
pankso@1173 50
pankso@1173 51 <li id="d20120303">
pankso@1173 52 <strong>03 Mar 2012 - SliTaz 4.0-RC2 is out</strong>
pankso@1173 53 <p>
pankso@1173 54 The Slitaz team is pleased to announce the new SliTaz 4.0-RC2 release
pankso@1173 55 candidate. We have done a huge amount of work fixing bugs from RC1 and
pankso@1173 56 on end-user home made tools such as TazPKG, TazPanel and TazUSB. Wifi
pankso@1173 57 connection is made easier via TazPanel or the new wifibox. TazPKG has
pankso@1173 58 better desktop integration and a new notification system.
pankso@1173 59 </p>
pankso@1173 60 <p>
pankso@1173 61 This new version comes with a full Xorg package and DRI support as
pankso@1173 62 well as the nv, intel, geode and vesa drivers working out-of-the-box.
pankso@1173 63 We have also rebuilt all packages once again and saved ~2Mb in the
pankso@1173 64 core LiveCD, so we now include Lxrandr, Parcellite and the
pankso@1173 65 transmission BiTorrent client.
pankso@1173 66 </p>
pankso@1173 67 <p>
pankso@1173 68 We want to thank everyone who tested the first release candidate; this
pankso@1173 69 RC2 is close to the upcoming SliTaz 4.0 version planned in 2 weeks.
pankso@1173 70 Download the RC2 ISO image from our mirror (35,1 Mb):
pankso@1173 71 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
pankso@1173 72 </p>
pankso@1173 73 </li>
pankso@1173 74
pankso@1173 75 <li id="d20120223">
pankso@1173 76 <strong>23 Feb 2012 - SliTaz 4.0 -RC1 is out</strong>
pankso@1173 77 <p>
pankso@1173 78 The SliTaz contributor team is pleased to announce the immediate
pankso@1173 79 availability of the first release candidate for SliTaz 4.0. SliTaz can
pankso@1173 80 boot in 10-12 seconds on fairly new hardware and with the new 4in1 ISO
pankso@1173 81 you can install a full SliTaz desktop with only 48MB of RAM. The 4in1
pankso@1173 82 ISO is able to auto detect the memory and can boot SliTaz in text mode,
pankso@1173 83 to a minimal X environment or a full graphical desktop.
pankso@1173 84 </p>
pankso@1173 85 <p>
pankso@1173 86 SliTaz 4.0 will have more than 3000 well tested packages in its
pankso@1173 87 repository and the RC series lets us track the latest bugs. From our last
pankso@1173 88 Cooking release the packages have all been rebuilt twice to ensure build
pankso@1173 89 quality.
pankso@1173 90 </p>
pankso@1173 91 <p>
pankso@1173 92 This RC2 ISO will prompt you with a new graphical menu and a graphical
pankso@1173 93 language and keyboard set up. The ISO features a new desktop layout and
pankso@1173 94 artwork as well as a new command line installer with a CGI/web interface
pankso@1173 95 accessible via TazPanel. You can download this new ISO from our mirror:
pankso@1173 96 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC1.iso">SliTaz 4.0-RC1</a>
pankso@1173 97 </p>
pankso@1173 98 </li>
pankso@1173 99 </ul>
pankso@1173 100
pankso@1212 101 <h2>News archives</h2>
pankso@1212 102 <p>
pankso@1212 103 please note that some links may be broken due to website structure
pankso@1212 104 changes (mainly the docs that moved to their own domain).
pankso@1212 105 </p>
pankso@1212 106 <p>
pankso@1212 107 <a href="index.php#archives">Archives by year</a>
pankso@1212 108 </p>
pankso@1184 109
pankso@1173 110 <!-- End of content -->
pankso@1173 111 </div>
pankso@1173 112
pankso@1173 113 <?php include("../../lib/html/footer.html"); ?>
pankso@1173 114
pankso@1173 115 </body>
pankso@1173 116 </html>