website annotate en/news/2008.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 7828848d9baa
children e366582685d1
rev   line source
pankso@923 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@923 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@923 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@923 4 <head>
pankso@923 5 <title>SliTaz - News archives 2008</title>
al@1006 6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
pankso@923 7 <meta name="description" content="SliTaz news archives info release" />
pankso@923 8 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
pankso@923 9 <meta name="robots" content="index, follow, all" />
pankso@923 10 <meta name="revisit-after" content="7 days" />
pankso@923 11 <meta name="expires" content="never" />
pankso@923 12 <meta name="modified" content="2010-03-30 21:45:00" />
pankso@923 13 <meta name="author" content="Christophe Lincoln"/>
pankso@923 14 <meta name="publisher" content="www.slitaz.org" />
pankso@923 15 <link rel="shortcut icon" href="../../favicon.ico" />
pankso@923 16 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
pankso@923 17 <link rel="Content" href="#content" />
pankso@923 18 </head>
pankso@923 19 <body>
pankso@923 20
pankso@923 21 <?php include("../../lib/html/header.html"); ?>
pankso@923 22
pankso@923 23 <!-- Block -->
pankso@923 24 <div id="block">
pankso@923 25 <?php include("../../lib/html/nav.en.html"); ?>
pankso@923 26 <!-- Information/image -->
pankso@923 27 <div id="block_info">
pankso@923 28 <h4>News archives</h4>
pankso@923 29 <p>
pankso@923 30 Website news archives by year. Note that some links may be
pankso@923 31 broken due to website structure changes (mainly the docs
pankso@923 32 that moved to their own domain).
pankso@923 33 </p>
pankso@923 34 <p>
pankso@923 35 <img src="/images/news.png" alt="[ News ]" />
pankso@923 36 <a href="2007.php">2007</a> | <a href="2008.php">2008</a>
pankso@923 37 | <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
pankso@923 38 | <a href="./">2011</a>
pankso@923 39 </p>
pankso@923 40 </div>
pankso@923 41 </div>
pankso@923 42
al@1013 43 <?php include("../../lib/lang.php"); ?>
al@1013 44
pankso@923 45 <!-- Content -->
pankso@923 46 <div id="content">
pankso@923 47
pankso@923 48 <h2>2008</h2>
pankso@923 49
pankso@923 50 <ul>
pankso@923 51 <li><strong>31 Dec 2008 - Cooking 20081231 - Wifi and NTFS support</strong>
pankso@923 52 <p>
pankso@923 53 The SliTaz project is proud to announce a new Cooking version of the
pankso@923 54 LiveCD. It allows you to utilize and test the work done in recent months,
pankso@923 55 it contains many new features, bug fixes and several updates. The
pankso@923 56 distribution now includes a tiny control center, easily managed WiFi
pankso@923 57 via Netbox and tazndis, a lighter version of ndiswrapper to use non-free
pankso@923 58 Windows network card drivers. Perl is now on the cdrom (with Lua removed).
pankso@923 59 WiFi support is also accompanied by support for NTFS partitions, so
pankso@923 60 mplayer had to be dropped from the default packages that make up the
pankso@923 61 heart of the LiveCD. The Tazpkg manager has been greatly improved, it
pankso@923 62 allows the preservation of configuration files, software to be updated
pankso@923 63 according to the construction (build) date on the server, log files to
pankso@923 64 be kept when the packages are actioned, and several fixes have been
pankso@923 65 applied. Also improved are the boot scripts, and the LiveCD tool
pankso@923 66 (Tazlito) is now more coherent. The Cooking repository now contains more
pankso@923 67 than 1100 packages thanks to the SliTaz developers. You can
al@1009 68 <a href="../get/#cooking">download</a> this new version from one of the
pankso@923 69 official mirrors of the project.
pankso@923 70 </p></li>
pankso@923 71
pankso@923 72 <li><strong>16 Jul 2008 - Cooking 20080716 - Web boot and MPlayer</strong>
pankso@923 73 <p>
pankso@923 74 SliTaz project members are proud to announce the availability of a new
pankso@923 75 Cooking version, including many new features and bug fixes. This version
pankso@923 76 provides the boot option <code>web</code> which lets you boot SliTaz
pankso@923 77 from the internet using gPXE from
pankso@923 78 <a href="http://boot.slitaz.org/">boot.slitaz.org</a>. This new
pankso@923 79 unique service offers the possibility to use SliTaz in Live mode
pankso@923 80 (all in RAM), using the Live options to store your data permanently
pankso@923 81 and preconfigure the system. This new Cooking takes an extra 3 Mb so we can provide:
pankso@923 82 a multimedia player with MPlayer, a notes manager with Notecase,
pankso@923 83 a new version of Tazpkg package manager with md5sum support, XFS
pankso@923 84 filesystem support built into the Kernel, a 'man' command and a few
pankso@923 85 updates. This version requires at least 160 Mb to boot and run properly,
al@1009 86 we offer loram <a href="../get/flavors.php">flavors</a> for machines with less
al@1009 87 resources. <a href="../get/#cooking">Download SliTaz Cooking ISO</a>.
pankso@923 88 </p></li>
pankso@923 89
pankso@923 90 <li><strong>26 Jun 2008 - Cooking 20080626 with new Kernel</strong>
pankso@923 91 <p>
pankso@923 92 Summer time is here and also the new Cooking from the 26 June. A lot
pankso@923 93 of work has been done to improve user experience. This Cooking version
pankso@923 94 provides a new Kernel (2.6.25.5) with many new built-in drivers and
pankso@923 95 modules, linux package was also split to have a fairly modular Kernel.
pankso@923 96 Default user has changed to <code>tux</code> and the new option
pankso@923 97 <code>user=name</code> lets you choose the default user name. Most
pankso@923 98 of the Slitaz utils and tools have been improved: tazpkgbox provides
pankso@923 99 some new commands for package management and bootfloppybox can be used in
pankso@923 100 text mode, Netbox wifi and PPPoE support are now both working well and
pankso@923 101 a new function called zeroconf is available. Most packages are up-to-date
pankso@923 102 and Firefox 3.0 is part of the 25.2 Mb ISO. Cooking version can be
al@1009 103 <a href="../get/#cooking">downloaded</a> from SliTaz mirror. Bugs can
pankso@923 104 be reported on SliTaz Bug Tracking System:
pankso@923 105 <a href="http://bugs.slitaz.org">BTS</a>
pankso@923 106 </p></li>
pankso@923 107
pankso@923 108 <li><strong>18 May 2008 - Cooking 20080518 and LinuxDays.ch</strong>
pankso@923 109 <p>
pankso@923 110 SliTaz team is proud to announce the availability of a new Cooking
pankso@923 111 LiveCD ISO image providing huge changes from the stable release.
pankso@923 112 SliTaz now uses Openbox as its default Window Manager, desktop icons let
pankso@923 113 you launch your favorite applications and manage files and dbus and hal
pankso@923 114 will automatically mount removable media such as USB keys or Hard disks.
pankso@923 115 Packages can now be managed through the graphical Packages Manager
pankso@923 116 Tazpkgbox and mountbox and netbox are now much more usable and complete.
pankso@923 117 The LiveCD now offers: lua, a desktop search engine with searchmonkey,
pankso@923 118 system information with Hardinfo, task management with LXTasks and a
pankso@923 119 password and clipboard manager. All the major packages have been updated -
pankso@923 120 SliTaz now uses a new toolchain using the last glibc-2.7, GTK 2.12.9
pankso@923 121 and Firefox 3.0 RC1! You will now find 580 packages on the mirror
pankso@923 122 including wireless support for the kernel and the necessary tools
pankso@923 123 for a manual connection or one managed by SliTaz netbox. This new announced
al@1009 124 Cooking version can be <a href="../get/#cooking">downloaded</a> from
pankso@923 125 SliTaz mirror. Note: This version is going to be used at the
pankso@923 126 <a href="http://www.linuxdays.ch/">LinuxDay.ch</a> in Geneva
pankso@923 127 Switzerland.
pankso@923 128 </p></li>
pankso@923 129 <li><strong>22 Mar 2008 - SliTaz GNU/Linux 1.0 release</strong>
pankso@923 130 <p>
pankso@923 131 The SliTaz contributors team are proud to announce the publication of SliTaz
pankso@923 132 GNU/Linux 1.0. This is the first stable release after 2 years of work. The
pankso@923 133 system is distributed as a bootable LiveCD of 24.8 MB providing a fully
pankso@923 134 featured desktop environment and a generous selection of multi-use applications.
pankso@923 135 SliTaz GNU/Linux 1.0 uses the Linux Kernel 2.6.24.2, providing Firefox 2.0.0.12,
pankso@923 136 Rsync 3.0.0, Gparted 0.3.5 and sound support with Alsa 1.0.16. The distribution
pankso@923 137 lets you listen to music, surf the Web, edit a video studio and much more
pankso@923 138 with the 448 available packages that can be installed with our very own
pankso@923 139 package manager Tazpkg. The LiveCD lets you create a custom distro or a LiveUSB
pankso@923 140 device in one single command. Security updates are provided by the project and
pankso@923 141 popular packages like Firefox will also get upgraded for functionality. You
pankso@923 142 can get SliTaz GNU/Linux 1.0 from the Web site
al@1009 143 <a href="../get/#stable">download page</a>. Read the
pankso@923 144 <a href="../doc/releases/1.0/relnotes.en.html">Release Notes</a> for more
pankso@923 145 detailed information on this stable version.
pankso@923 146 </p></li>
pankso@923 147 <li><strong>26 Feb 2008 - Updated Cooking ISO (20080225)</strong>
pankso@923 148 <p>
pankso@923 149 SliTaz project is proud to announce an updated version of the LiveCD
pankso@923 150 with many bug fixes, new boot options, ACPI support and some package updates
pankso@923 151 such as: Alsa 1.0.16, PHP 5.2.5, Htop 0.7, Firefox 2.0.0.12, Nano 2.0.7 and
pankso@923 152 Sqlite 3.5.6. The option <code>home=*</code> now supports devices by UUID or
pankso@923 153 label (Thanks Andrew) and the <code>laptop</code> option will automatically
pankso@923 154 load ac and battery Kernel modules. The project also provides a new tool
pankso@923 155 Tazusb, dedicated to LiveUSB media. Tazusb lets you create bootable USB
pankso@923 156 media or write the current filesystem to the media in one single command.
pankso@923 157 This version is ready for stable release, we are now writing Release Notes,
pankso@923 158 preparing final artwork and a stable packages repository. You can try this
al@1009 159 updated Cooking by <a href="../get/#cooking">downloading</a> the LiveCD ISO from
pankso@923 160 SliTaz Web site.</li>
pankso@923 161 <li><strong>10 Jan 2008 - New Cooking ISO (20080107)</strong><br />
pankso@923 162 Paving the road to a stable release, we published a new Cooking ISO with many
pankso@923 163 bug fixes and some new features. We added Asunder for audio CD ripping,
pankso@923 164 Burnbox to burn ISO images, a new boot option to let you load Kernel modules
pankso@923 165 at boot time (<code>modprobe=modules</code>) and the LiveCD now uses Xvesa
pankso@923 166 from Xorg 7.2. All the SliTaz tools and utilities have been updated with
pankso@923 167 new features. Tazpkg can repack packages from a running system, Tazlito
pankso@923 168 can generate a LiveCD distribution flavor with a few commands and Tazwok can
pankso@923 169 check for build dependencies when building a package from source. Please
al@1009 170 check <a href="../get/#cooking">downloads area</a> to get a copy of SliTaz
pankso@923 171 LiveCD.</p></li>
pankso@923 172 </ul>
pankso@923 173
pankso@923 174 <!-- End of content -->
pankso@923 175 </div>
pankso@923 176
pankso@923 177 <?php include("../../lib/html/footer.html"); ?>
pankso@923 178
pankso@923 179 </body>
pankso@923 180 </html>