web/html/docs/release-notes/f10/ml How_are_Things_for_Developers.php, 1.1, 1.2 Legal_Stuff_and_Administrivia.php, 1.1, 1.2 Power_Users_Get_What_Features_and_Fixes.php, 1.1, 1.2 Upfront_About_Multimedia.php, 1.1, 1.2 What_Do_System_Adminstrators_Care_About.php, 1.1, 1.2 What_is_New_for_Gamers_Scientists_and_Hobbyists.php, 1.1, 1.2 What_is_New_for_Installation_and_Live_Images.php, 1.1, 1.2 What_is_the_Latest_on_the_Desktop.php, 1.1, 1.2 index.php, 1.1, 1.2 sn-legalnotice.php, 1.1, 1.2

John J. McDonough jjmcd at fedoraproject.org
Thu Feb 26 02:31:05 UTC 2009


Author: jjmcd

Update of /cvs/fedora/web/html/docs/release-notes/f10/ml
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20726/f10/ml

Modified Files:
	How_are_Things_for_Developers.php 
	Legal_Stuff_and_Administrivia.php 
	Power_Users_Get_What_Features_and_Fixes.php 
	Upfront_About_Multimedia.php 
	What_Do_System_Adminstrators_Care_About.php 
	What_is_New_for_Gamers_Scientists_and_Hobbyists.php 
	What_is_New_for_Installation_and_Live_Images.php 
	What_is_the_Latest_on_the_Desktop.php index.php 
	sn-legalnotice.php 
Log Message:
Fedora 10 release notes update 1



Index: How_are_Things_for_Developers.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/How_are_Things_for_Developers.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- How_are_Things_for_Developers.php	25 Nov 2008 01:08:57 -0000	1.1
+++ How_are_Things_for_Developers.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>7. ഡവലപ്പറുകള്‍ക്കുള്ള പുതിയ കാര്യങ്ങള്‍ എന്തെല്ലാം</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="Power_Users_Get_What_Features_and_Fixes.php" title="6. പവര്‍ ഉപയോക്താക്കള്‍ക്കുള്ള വിശേഷതകളും പരിഹാരങ്ങളും">
 <link rel="next" href="What_Do_System_Adminstrators_Care_About.php" title="8. സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്ററുകള്‍ക്കു് ഏറ്റവും പുതിയതായി ഉള്ളതു് എന്തു്">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -384,85 +384,100 @@
 </div>
 </div>
 <div class="section" lang="en">
-<div class="titlepage"><div><div><h3 class="title" id="sn-Embedded">7.5. എംബഡഡ്</h3></div></div></div>
-<p>Fedora 10 includes a number of applications to support embedded development on a variety of targets. Included are assemblers, compilers, debuggers, programmers, IDEs and assorted utilities.</p>
+<div class="titlepage"><div><div><h3 class="title" id="sn-Embedded">7.5. Embedded Development</h3></div></div></div>
+<p>
+        Fedora 10 includes a range of packages to support development
+        of embedded applications on various targets.  There is broad
+        support for the AVR and related parts as well as for the
+        Microchip PIC.  In addition, there are packages to support
+        development on older, less popular parts such as the Z80,
+        8051, and others.  For a more complete description see <a class="ulink" href="http://fedoraproject.org/wiki/Packages_For_Embedded_Development" target="_top">http://fedoraproject.org/wiki/Packages_For_Embedded_Development</a>.
+      </p>
 <div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title" id="sn-AVR">7.5.1. AVR</h4></div></div></div>
-<div class="variablelist"><dl>
-<dt><span class="term"><span class="package">avrdude</span>പ്രോഗ്രാമിങ് Atmel AVR മൈക്രോകണ്ട്രോളറിനുള്ള സോഫ്റ്റ്‍‌വെയര്‍</span></dt>
-<dd><p>AVRDUDE is a program for programming Atmel's AVR CPU's. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. AVRDUDE also supplies a direct instruction mode allowing one to issue any programming instruction to the AVR chip regardless of whether AVRDUDE implements that specific feature of a particular chip.</p></dd>
-<dt><span class="term"><span class="package">avr-gcc</span>Cross Compiling GNU GCC targeted at avr</span></dt>
-<dd><p>This is a Cross Compiling version of GNU GCC, which can be used to compile for the AVR platform, instead of for the native i386 platform.</p></dd>
-<dt><span class="term"><span class="package">avr-gcc-c++</span>Cross Compiling GNU GCC targeted at avr</span></dt>
-<dd><p>This package contains the Cross Compiling version of g++, which can be used to compile c++ code for the AVR platform, instead of for the native i386 platform.</p></dd>
-<dt><span class="term"><span class="package">avr-libc</span>Atmel AVR മൈക്രോകണ്ട്രോളറുകളില്‍ GCC-യ്ക്കൊപ്പം ഉപയോഗിക്കുന്നതിനുള്ള സി ലൈബ്രറി</span></dt>
-<dd>
-<p>AVR Libc is a free software project with the goal to provide a high quality C library for use with GCC on Atmel AVR microcontrollers.</p>
-<p>AVR Libc is licensed under a single unified license. This so-called modified Berkeley license is intended to be compatible with most free software licenses such as the GPL, yet impose as little restrictions as possible for the use of the library in closed-source commercial applications.</p>
-</dd>
-<dt><span class="term"><span class="package">avr-binutils</span>Cross Compiling GNU binutils targeted at avr</span></dt>
-<dd><p>This is a Cross Compiling version of GNU binutils, which can be used to assemble and link binaries for the AVR platform, instead of for the native i386 platform.</p></dd>
-<dt><span class="term"><span class="package">avr-gdb</span>avr ബൈനറികള്‍ (റിമോട്ട്) ഡീബഗ് ചെയ്യുന്നതിനുള്ള GDB</span></dt>
-<dd><p>This is a special version of GDB, the GNU Project debugger, for (remote) debugging AVR binaries. GDB allows you to see what is going on inside another program while it executes or what another program was doing at the moment it crashed.</p></dd>
-<dt><span class="term"><span class="package">avarice</span>Atmel JTAG ICE-ല്‍ നിന്നും GDB-ലേക്കു് ഇന്റര്‍ഫെയിസ് ചെയ്യുന്നതിനുള്ള പ്രോഗ്രാം</span></dt>
-<dd><p>Program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target</p></dd>
-</dl></div>
-</div>
-<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title" id="sn-Microchip_PIC">7.5.2. Microchip PIC</h4></div></div></div>
-<div class="variablelist"><dl>
-<dt><span class="term"><span class="package">gputils</span>മൈക്രോചിപ് (TM) PIC (TM) മൈക്രോകണ്ട്രോളറുകള്‍ക്കുള്ള ഡവലപ്മെന്റ് യൂട്ടിലിറ്റീസ്</span></dt>
-<dd><p>This is a collection of development tools for Microchip (TM) PIC (TM) microcontrollers. This is ALPHA software: there may be serious bugs in it, and it's nowhere near complete. The <span class="package">gputils</span> package currently only implements a subset of the features available with Microchip's tools. Refer to the documentation for an up-to-date list of what <span class="package">gputils</span> can do.</p></dd>
-<dt><span class="term"><span class="package">gpsim</span>മൈക്രോചിപ് (TM) PIC (TM) മൈക്രോകണ്ട്രോളറുകള്‍ക്കുള്ള ഒരു സിമുലേറ്റര്‍</span></dt>
-<dd><p>The <span class="package">gpsim</span> software is a simulator for Microchip (TM) PIC (TM) microcontrollers. It supports most devices in Microchip's 12-bit, 14bit, and 16-bit core families. In addition, gpsim supports dynamically loadable modules such as LED's, LCD's, resistors, and so forth, to extend the simulation environment beyond the PIC.</p></dd>
-<dt><span class="term"><span class="package">ktechlab</span> മൈക്രോകണ്ട്രോളറുകളും ഇലക്ട്രോണിക് സര്‍ക്യൂട്ടുകളുടേയും ഡവലപ്മെന്റും സിമുലേഷനും</span></dt>
-<dd>
-<p><span class="application"><strong>KTechlab</strong></span> is a development and simulation environment for microcontrollers and electronic circuits, distributed under the GNU General Public License. <span class="application"><strong>KTechlab</strong></span> consists of several well-integrated components:</p>
-<div class="itemizedlist"><ul type="disc">
-<li><p>A circuit simulator, capable of simulating logic, linear devices and some nonlinear devices.</p></li>
-<li><p>Integration with <code class="command">gpsim</code>, allowing PICs to be simulated in circuit.</p></li>
-<li><p>A schematic editor, which provides a rich real-time feedback of the simulation.</p></li>
-<li><p>PIC പ്രോഗ്രാമുകളെ കണ്ടുകൊണ്ടു് തയ്യാറാക്കുന്നതിനായി ഒരു ഫ്ലോചാര്‍ട്ട് എഡിറ്റര്‍.</p></li>
-<li><p>MicroBASIC; PIC-കള്‍ക്കുള്ള ഒരു ബെയിസിക് പോലുള്ള, <span class="application"><strong>KTechlab</strong></span> പ്രയോഗത്തിനായി തയ്യാറാക്കിയിരിക്കുന്നു.</p></li>
-<li><p>എംബഡട് <span class="application"><strong>Kate</strong></span> ഭാഗം, PIC പ്രോഗ്രാമുകള്‍ക്കു് ഒരു ശക്തമായ എഡിറ്റര്‍ ലഭ്യമാക്കുന്നു.</p></li>
-<li><p><code class="command">gpasm</code> and <code class="command">gpdasm</code> മുഖേന ഇന്റഗ്രേറ്റഡ് അസംബ്ലറും ഡിസ്അസംബ്ലറും</p></li>
-</ul></div>
-</dd>
-<dt><span class="term"><span class="package">pikdev</span> IDE for development of PICmicro
-	  based application (under Linux/KDE)</span></dt>
-<dd>
-<p>കെഡിഇ യുടെ കീഴിലുള്ള PIC അടിസ്ഥാനത്തിലുള്ള പ്രയോഗങ്ങളുടെ പുരോഗതിയ്ക്കുള്ള ഒരു ലളിതമായ IDE ആണു് <span class="application"><strong>PiKdev</strong></span>. വിശേഷതകള്‍:</p>
-<div class="itemizedlist"><ul type="disc">
-<li><p>ഇന്റഗ്രേറ്റഡ് എഡിറ്റര്‍</p></li>
-<li><p>പ്രോജക്ട് മാനേജ്മെന്റ്</p></li>
-<li><p>12, 14, 16 ബിറ്റ് PIC യ്ക്കുള്ള ഇന്റഗ്രേറ്റഡ് പ്രോഗ്രമിങ് എഞ്ചിന്‍ (ഫ്ലാഷ് അല്ലെങ്കില്‍ EPROM ടെക്നോളജി)</p></li>
-<li><p>പാരലല്‍, സീരിയല്‍ പോര്‍ട്ട് പ്രോഗ്രാമറുകള്‍ക്കുള്ള പിന്തുണ</p></li>
-<li><p>കെഡിഇ തരത്തിലുള്ളവ</p></li>
-</ul></div>
-<p>ഒരു ഇന്‍സ്റ്റലേഷന്‍ പൂര്‍ണ്ണമാക്കുന്നതിനായി സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്റര്‍ <code class="filename">/usr/share/doc/pikdev-0.9.2</code> ഡയറക്ടറിയിലുള്ള <code class="filename">README.Fedora</code> ഫയല്‍ വായിക്കേണ്ടതാണു്.</p>
-</dd>
-<dt><span class="term">PIC & dsPIC അടിസ്ഥാനത്തിലുള്ള പ്രയോഗങ്ങള്‍ക്കുള്ള <span class="package">piklab</span> ഡവലപ്മെന്റ് എന്‍വയോണ്‍മെന്റ്</span></dt>
-<dd><p><span class="application"><strong>Piklab</strong></span> is a graphic development environment for PIC and dsPIC microcontrollers. It interfaces with various toochains for compiling and assembling and it supports several Microchip and direct programmers. The system administrator must refer to the <code class="filename">README.Fedora</code> file located in the <code class="filename">/usr/share/doc/piklab-0.15.0</code> directory to complete full feature installation.</p></dd>
-<dt><span class="term">PIC തടസ്സങ്ങള്‍ക്കുള്ള <span class="package">pikloops</span> കോഡ് ജനറേറ്റര്‍</span></dt>
-<dd><p><span class="application"><strong>PiKLoop</strong></span> generates code to create delays for Microchip PIC microcontrollers. It is a useful companion for <span class="application"><strong>Pikdev</strong></span> or <span class="application"><strong>Piklab</strong></span> IDE.</p></dd>
-</dl></div>
-</div>
-<div class="section" lang="en">
-<div class="titlepage"><div><div><h4 class="title" id="sn-Others_and_processor_agnostic">7.5.3. Others and processor agnostic</h4></div></div></div>
-<div class="variablelist"><dl>
-<dt><span class="term"><span class="package">dfu-programmer</span> അറ്റ്മെല്‍ ചിപ്പുകള്‍ക്കുള്ള യുഎസ്ബി പ്രോഗ്രാമറിനു് അടിസ്ഥാനത്തിലുള്ള ഒരു ഡിവൈസ് ഫേംവെയര്‍ പരിഷ്കാരം</span></dt>
-<dd><p>A linux based command-line programmer for Atmel chips with a USB bootloader supporting ISP. This is a mostly Device Firmware Update (DFU) 1.0 compliant user-space application. Currently supported chips: 8051, AVR, at89c51snd1c, at90usb1287, at89c5130, at90usb1286, at89c5131, at90usb647, at89c5132, at90usb646, at90usb162, and at90usb82.</p></dd>
-<dt><span class="term"><span class="package">sdcc</span> സ്മോള്‍ ഡിവൈസ് സി കംപൈലര്‍</span></dt>
-<dd><p>The <span class="package">sdcc-2.6.0-12</span> package for SDCC is a C compiler for 8051 class and similar microcontrollers. The package includes the compiler, assemblers and linkers, a device simulator, and a core library. The processors supported (to a varying degree) include the 8051, ds390, z80, hc08, and PIC.</p></dd>
-<dt><span class="term"><span class="package">uisp</span> Atmel AVR, 8051 എന്നിവയ്ക്കുള്ള യൂണിവേഴ്സല്‍ ഇന്‍-സിസ്റ്റം പ്രോഗ്രാമെര്‍</span></dt>
-<dd><p>The <code class="command">uisp</code> utility is for downloading/uploading programs to AVR devices. It can also be used for some Atmel 8051 type devices. In addition, <code class="command">uisp</code> can erase the device, write lock bits, verify and set the active segment. For use with the following hardware to program the devices: pavr, stk500, Atmel STK500, dapa, Direct AVR Parallel Access, stk200, Parallel Starter Kit, STK200, STK300, abb, Altera, ByteBlasterMV Parallel Port Download Cable, avrisp, Atmel AVR, bsd, fbprg (parallel), dt006 (parallel), dasa serial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS), dasa2 serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS)</p></dd>
-<dt><span class="term"><span class="package">simcoupe</span> SAM Coupe എമ്യുലേറ്റര്‍ (spectrum compatible)</span></dt>
-<dd><p><span class="application"><strong>SimCoupe</strong></span> emulates an 8bit Z80 based home computer, released in 1989 by Miles Gordon Technology. The SAM Coupe was largely spectrum compatible, with much improved hardware</p></dd>
-<dt><span class="term"><span class="package">sjasm</span> z80 ക്രോസ് കംപൈലര്‍</span></dt>
-<dd><p>രണ്ടു് പാസ് മാക്രോ Z80 ക്രോസ് അസംബ്ലര്‍ ആണു് SjASM </p></dd>
-<dt><span class="term"><span class="package">z88dk</span> A Z80 ക്രോസ് കംപൈലര്‍</span></dt>
-<dd><p>The <code class="command">z88dk</code> program is a Z80 cross compiler capable of generating binary files for a variety of Z80 based machines (such as the ZX81, Spectrum, Jupiter Ace, and some TI calculators).</p></dd>
-</dl></div>
+<div class="titlepage"><div><div><h4 class="title" id="sn-avr-binutils">7.5.1. avr-binutils</h4></div></div></div>
+<p>
+        This release includes version 2.18 of
+        <span class="package">avr-binutils</span>.  In addition to a large
+        number of bugfixes, this release includes a new tool,
+        <code class="code">windmc</code>, to provide a Windows-compatible message
+        compiler.
+      </p>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h4 class="title" id="sn-dfu-programmer">7.5.2. dfu-programmer</h4></div></div></div>
+<p>
+        Version 0.4.6 of <span class="package">dfu-programmer</span> is included
+        in Fedora 10.  4k bootloaders are now supported and
+        eeprom-flash and eeprom-dump are now supported.  Release
+        information as well as a forum specific to this version can be
+        found at <a class="ulink" href="http://dfu-programmer.sourceforge.net/" target="_top">http://dfu-programmer.sourceforge.net/</a>.
+      </p>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h4 class="title" id="sn-gputils">7.5.3. gputils</h4></div></div></div>
+<p>
+        <span class="package">gputils</span> has been updated to version 0.13.6
+        which includes support for many more PIC18 processors as well
+        as support for Microchip's new COFF file format.  Find details
+        at <a class="ulink" href="http://gputils.sourceforge.net/" target="_top">http://gputils.sourceforge.net/</a>.
+      </p>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h4 class="title" id="sn-piklab">7.5.4. piklab</h4></div></div></div>
+<p>
+        Fedora 10 includes version 3.5.10 of the popular IDE
+        <span class="package">piklab</span>.  This version now supports the
+        Microchip ICD2 and PICkit in-circuit debuggers, as well as a
+        number of other improvements.  <span class="package">piklab</span> now
+        supports the following toolchains; <span class="package">gputils</span>,
+        C30 and C18, PICC, JAL, BoostC, CCS, MPC and CC5X. Many of the
+        toolchains use Windows executables via
+        <span class="package">Wine</span>.  See <a class="ulink" href="http://piklab.sourceforge.net/" target="_top">http://piklab.sourceforge.net/</a> for complete details.
+
+      </p>
+<p>
+        Note that the executable names for <span class="package">sdcc</span>
+        have changed (see below).  Since <span class="package">piklab</span>
+        does not provide for configuring executable names, but does
+        provide for configuring paths, the
+        <span class="package">piklab</span>/<span class="package">sdcc</span> user should
+        copy files beginning with <code class="code">sdcc-</code> from
+        <code class="code">/usr/bin</code> to <code class="code">/usr/local/bin</code> and
+        adjust the paths in <span class="package">piklab</span> until this issue
+        is resolved.
+
+      </p>
+<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: Windows Directory Names">
+<tr>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./stylesheet-images/note.png"></td>
+<th align="left">Windows Directory Names</th>
+</tr>
+<tr><td align="left" valign="top"><p>
+          Microchip has a tendency to have a lot of spaces in their
+          default installation directories.  Getting those paths
+          configured in <span class="package">piklab</span> can be quite
+          confusing, so the dual-boot user may choose to copy files to
+          the <code class="code">/usr/local</code> tree rather than simply mounting
+          the Windows drive and directly referencing the files in the
+          Microchip installation.  This affects not only executables,
+          but linker scripts, headers and libraries.
+        </p></td></tr>
+</table></div>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h4 class="title" id="sn-sdcc">7.5.5. sdcc</h4></div></div></div>
+<p>
+        Version 2.8.0 of the Small Device C Compiler is included in
+        Fedora 10.  This version offers a number of improvements to
+        the version in Fedora 9.  Some of these changes will result in
+        changes to source code, so users should review the
+        <span class="package">sdcc</span> manual carefully for their target.  In
+        addition, due to some conflicts, all the executable names have
+        been prefixed with <code class="code">sdcc-</code>, which will require
+        changes to makefiles.  See the <span class="package">sdcc</span> page at
+        <a class="ulink" href="http://sdcc.sourceforge.net/" target="_top">http://sdcc.sourceforge.net/</a> for complete details.
+
+      </p>
 </div>
 </div>
 <div class="section" lang="ml">


Index: Legal_Stuff_and_Administrivia.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/Legal_Stuff_and_Administrivia.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Legal_Stuff_and_Administrivia.php	25 Nov 2008 01:08:57 -0000	1.1
+++ Legal_Stuff_and_Administrivia.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,11 +3,11 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>9. നിയമപ്രകാരവും പലവകയും</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="What_Do_System_Adminstrators_Care_About.php" title="8. സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്ററുകള്‍ക്കു് ഏറ്റവും പുതിയതായി ഉള്ളതു് എന്തു്">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 


Index: Power_Users_Get_What_Features_and_Fixes.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/Power_Users_Get_What_Features_and_Fixes.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Power_Users_Get_What_Features_and_Fixes.php	25 Nov 2008 01:08:57 -0000	1.1
+++ Power_Users_Get_What_Features_and_Fixes.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>6. പവര്‍ ഉപയോക്താക്കള്‍ക്കുള്ള വിശേഷതകളും പരിഹാരങ്ങളും</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="What_is_New_for_Gamers_Scientists_and_Hobbyists.php" title="5. കളിക്കാര്‍, ശാസ്ത്രജ്ഞന്‍മാര്‍, ഹോബിസ്റ്റുകള്‍ എന്നിവര്‍ക്കു് ഏറ്റവും പുതിയതായി ഉള്ളതു് എന്തു്">
 <link rel="next" href="How_are_Things_for_Developers.php" title="7. ഡവലപ്പറുകള്‍ക്കുള്ള പുതിയ കാര്യങ്ങള്‍ എന്തെല്ലാം">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 


Index: Upfront_About_Multimedia.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/Upfront_About_Multimedia.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Upfront_About_Multimedia.php	25 Nov 2008 01:08:57 -0000	1.1
+++ Upfront_About_Multimedia.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>3. Upfront About Multimedia</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="What_is_New_for_Installation_and_Live_Images.php" title="2. ഇന്‍സ്റ്റലേഷനിലും ലൈവ് ഇമേജുകളിലും ഏറ്റവും പുതിയതു് എന്തു്">
 <link rel="next" href="What_is_the_Latest_on_the_Desktop.php" title="4. ഡസ്ക്ടോപ്പ് ഉപയോക്താക്കള്‍ക്കു് ഏറ്റവും പുതിയതു് എന്തു്">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -57,8 +57,8 @@
     </pre>
 <p>While using the Xine back-end, it is possible to temporarily use the GStreamer back-end. To use the GStreamer back-end, run the following command:</p>
 <p></p>
-<pre class="programlisting">
-      su -c 'totem-backend -b gstreamer'
+<pre class="screen">
+      <strong class="userinput"><code>su -c 'totem-backend -b gstreamer'</code></strong>
     </pre>
 <p></p>
 </div>


Index: What_Do_System_Adminstrators_Care_About.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/What_Do_System_Adminstrators_Care_About.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_Do_System_Adminstrators_Care_About.php	25 Nov 2008 01:08:57 -0000	1.1
+++ What_Do_System_Adminstrators_Care_About.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>8. സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്ററുകള്‍ക്കു് ഏറ്റവും പുതിയതായി ഉള്ളതു് എന്തു്</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="How_are_Things_for_Developers.php" title="7. ഡവലപ്പറുകള്‍ക്കുള്ള പുതിയ കാര്യങ്ങള്‍ എന്തെല്ലാം">
 <link rel="next" href="Legal_Stuff_and_Administrivia.php" title="9. നിയമപ്രകാരവും പലവകയും">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -210,8 +210,7 @@
 <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: virt-mem പാക്കേജ് പരീക്ഷണമാണു്.">
 <tr>
 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./stylesheet-images/note.png"></td>
-<th align="left">
-<span class="package">virt-mem</span> പാക്കേജ് പരീക്ഷണമാണു്.</th>
+<th align="left">virt-mem പാക്കേജ് പരീക്ഷണമാണു്.</th>
 </tr>
 <tr><td align="left" valign="top"><p>32 ബിറ്റ് ഗസ്റ്റകള്‍ക്കു് മാത്രമേ ഇത്തവണ പിന്തുണ ലഭ്യമുള്ളൂ.</p></td></tr>
 </table></div>


Index: What_is_New_for_Gamers_Scientists_and_Hobbyists.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/What_is_New_for_Gamers_Scientists_and_Hobbyists.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_is_New_for_Gamers_Scientists_and_Hobbyists.php	25 Nov 2008 01:08:57 -0000	1.1
+++ What_is_New_for_Gamers_Scientists_and_Hobbyists.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>5. കളിക്കാര്‍, ശാസ്ത്രജ്ഞന്‍മാര്‍, ഹോബിസ്റ്റുകള്‍ എന്നിവര്‍ക്കു് ഏറ്റവും പുതിയതായി ഉള്ളതു് എന്തു്</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="What_is_the_Latest_on_the_Desktop.php" title="4. ഡസ്ക്ടോപ്പ് ഉപയോക്താക്കള്‍ക്കു് ഏറ്റവും പുതിയതു് എന്തു്">
 <link rel="next" href="Power_Users_Get_What_Features_and_Fixes.php" title="6. പവര്‍ ഉപയോക്താക്കള്‍ക്കുള്ള വിശേഷതകളും പരിഹാരങ്ങളും">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -69,6 +69,81 @@
 <li><p><span class="package">gspiceui</span>, <span class="package">ngspice</span>, <span class="package">gnucap</span>എന്നീ പാക്കേജുകള്‍ സര്‍ക്യൂട്ട് സിമുലേഷന്‍ വിശേഷതകള്‍ ലഭ്യമാക്കുന്നു.</p></li>
 </ul></div>
 <p>There are a variety of other tools for learning Morse code, orbit prediction and tracking satellites, producing schematic diagrams and PCB artwork, amateur radio logbook keeping, and other applications of interest to amateur radio and electronics enthusiasts.</p>
+<p>
+    For a complete list of all the amateur radio and electronics
+    related packages see Applications for Amateur Radio on the
+    wiki (<a class="ulink" href="http://fedoraproject.org/wiki/Applications_for_Amateur_Radio" target="_top">http://fedoraproject.org/wiki/Applications_for_Amateur_Radio</a>).
+  </p>
+<p>
+    In this release, there are a number of changes.
+  </p>
+<p>
+    The <span class="package">geda</span> (gnu Electronic Design Assistant)
+    suite of tools has been updated to version 20080929.  This is
+    a bugfix release and there are no major changes visible to
+    the user. <span class="package">pcb</span> has been updated to 0.20081128.
+    <span class="package">gtkwave</span> which is used by the gEDA suite has
+    also been updated to 3.1.13.  These are also bugfix releases.
+  </p>
+<p>
+    <span class="package">gerbv</span> 2.1.0 is also used as part of the
+    gEDA suite.  It includes a number of new features:
+  </p>
+<div class="itemizedlist"><ul type="disc">
+<li><p>
+        Added ability to select objects, with the option of deleting
+        or viewing basic properties of the objects 
+      </p></li>
+<li><p>
+        Split off the core functionality of gerbv into a library
+        (libgerbv) to allow developers to quickly write software
+        using Gerber parsing/editing/exporting/rendering functionality.
+        Full Doxygen documentation has also been created to facilitate
+        developers wishing to use libgerbv. 
+      </p></li>
+<li><p>
+        Added export to RS274X and Excellon functionality, allowing
+        gerbv to translate files between formats. The RS274X export
+        function can also be used to "clean" troublesome files to a
+        more compatible format. 
+      </p></li>
+<li><p>
+        Added the ability to override the Excellon format "guessing",
+        allowing non-standard drill files to be correctly rendered 
+      </p></li>
+<li><p>
+        Greatly expanded the command line functionality, including
+        the ability to panelize boards into a single one through
+        the command line 
+      </p></li>
+<li><p>
+        Added "Aperture usage" tab to Gerber reports. This allows
+        the user to see how often each aperture is used in all
+        visible layers of his project. 
+      </p></li>
+</ul></div>
+<p>
+    <span class="package">gnuradio</span> has been update to version
+    3.1.2.  There are a large number of bugfixes as well as
+    many "fine tuning" changes to the gui.  See the gnuradio
+    release log at http://gnuradio.org/trac/wiki/Release3.1Branch 
+    for complete details.
+  </p>
+<p>
+    <span class="package">iverilog</span> is used for circuit simulation
+    and Fedora 10 includes version 0.9.20080905.  This is
+    primarily a bugfix release.
+  </p>
+<p>
+    Fedora 10 includes version 3.4.30 of <span class="package">xcircuit</span>,
+    a schematic capture and netlist generation tool.  This is a minor
+    upgrade from Fedora 9 and upgrading should pose no problems for users.
+  </p>
+<p>
+    <span class="package">soundmodem</span> has been temporarily removed from
+    the distribution.  It is expected to be back before the release
+    of Fedora 11.
+  </p>
 </div>
 </div>
 <div class="navfooter">


Index: What_is_New_for_Installation_and_Live_Images.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/What_is_New_for_Installation_and_Live_Images.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_is_New_for_Installation_and_Live_Images.php	25 Nov 2008 01:08:57 -0000	1.1
+++ What_is_New_for_Installation_and_Live_Images.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>2. ഇന്‍സ്റ്റലേഷനിലും ലൈവ് ഇമേജുകളിലും ഏറ്റവും പുതിയതു് എന്തു്</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="next" href="Upfront_About_Multimedia.php" title="3. Upfront About Multimedia">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -37,12 +37,18 @@
 <div class="titlepage"><div><div><h2 class="title" style="clear: both" id="What_is_New_for_Installation_and_Live_Images">2. ഇന്‍സ്റ്റലേഷനിലും ലൈവ് ഇമേജുകളിലും ഏറ്റവും പുതിയതു് എന്തു്</h2></div></div></div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h3 class="title" id="sn-Installation_notes">2.1. ഇന്‍സ്റ്റലേഷന്‍ കൂറിപ്പുകള്‍</h3></div></div></div>
-<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: ഫെഡോറ എങ്ങനെ ഇന്‍സ്റ്റോള്‍ ചെയ്യണം എന്നു് പഠിക്കുന്നതിനായി  കാണുക">
+<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: To learn how to install Fedora, refer to to the Fedora Installation Guide
+    ">
 <tr>
 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="./stylesheet-images/tip.png"></td>
-<th align="left">ഫെഡോറ എങ്ങനെ ഇന്‍സ്റ്റോള്‍ ചെയ്യണം എന്നു് പഠിക്കുന്നതിനായി  കാണുക</th>
+<th align="left">To learn how to install Fedora, refer to to the Fedora Installation Guide
+    </th>
 </tr>
-<tr><td align="left" valign="top"><p>പ്രകാശനക്കുറപ്പില്‍ വ്യക്തമാക്കിയിട്ടില്ലാത്ത ഏതെങ്കിലും സംശയങ്ങള്‍ക്കും പ്രശ്നങ്ങള്‍ക്കും ഇവിടെ സന്ദര്‍ശിക്കുക: <a class="ulink" href="http://www.fedoraproject.org/wiki/FAQ" target="_top">http://www.fedoraproject.org/wiki/FAQ</a> and <a class="ulink" href="http://www.fedoraproject.org/wiki/Bugs/Common" target="_top">htt
 p://www.fedoraproject.org/wiki/Bugs/Common</a> </p></td></tr>
+<tr><td align="left" valign="top"><p>
+      Refer to <a class="ulink" href="http://docs.fedoraproject.org/install-guide/" target="_top">http://docs.fedoraproject.org/install-guide/</a> for full instructions on installing Fedora.
+      If you encounter a problem or have a question during installation
+      that is not covered in these release notes, refer to <a class="ulink" href="http://www.fedoraproject.org/wiki/FAQ" target="_top">http://www.fedoraproject.org/wiki/FAQ</a> and <a class="ulink" href="http://www.fedoraproject.org/wiki/Bugs/Common" target="_top">http://www.fedoraproject.org/wiki/Bugs/Common</a>.
+    </p></td></tr>
 </table></div>
 <p><span class="application"><strong>അനക്കോണ്ട</strong></span> എന്നാണു് ഫെഡോറ ഇന്‍സ്റ്റോളറിന്റെ പേരു്. <span class="application"><strong>അനക്കോണ്ടയും</strong></span> ഫെഡോറ 10 ഇന്‍സ്റ്റോള്‍ ചെയ്യുമ്പോഴുമുള്ള പ്രശ്നങ്ങളെപ്പറ്റി ഈ ഭാഗത്തു് വിവരിക&#
 3405;കുന്നു.</p>
 <div class="section" lang="en">
@@ -90,7 +96,10 @@
 <div class="titlepage"><div><div><h4 class="title" id="sn-Installation_related_issues">2.1.3. ഇന്‍സ്റ്റലേഷന്‍ സംബന്ധിച്ചുള്ള പ്രശ്നങ്ങള്‍</h4></div></div></div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h5 class="title" id="PXE_booting_from_a_.iso">2.1.3.1. ഒരു <code class="filename">.iso</code> ഫയലില്‍ നിന്നുള്ള പിഎക്സ്ഇ ബൂട്ടിങ്</h5></div></div></div>
-<p>When PXE booting and using a <code class="filename">.iso</code> file mounted via NFS for the installation media, add <strong class="userinput"><code>method=nfsiso:server:/path</code></strong> to the command line. This is a new requirement.</p>
+<p>When PXE booting and using a <code class="filename">.iso</code> file
+	mounted via NFS	for the installation media, add
+	<strong class="userinput"><code>repo=nfs:server:/path/</code></strong> to the command
+	line.  The install.img file also needs to be extracted and/or placed into the nfs:server:/path/images/ directory.</p>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h5 class="title" id="sn-IDE_device_names">2.1.3.2. ഐഡിഇ ഡിവൈസ് നാമങ്ങള്‍</h5></div></div></div>
@@ -103,14 +112,10 @@
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h5 class="title" id="sn-Multiple_NICs_and_PXE_installation">2.1.3.4. അനവധി NIC, PXE ഇന്‍സ്റ്റലേഷന്‍</h5></div></div></div>
 <p>Some servers with multiple network interfaces may not assign eth0 to the first network interface as BIOS knows it, which can cause the installer to try using a different network interface than was used by PXE. To change this behavior, use the following in <code class="filename">pxelinux.cfg/*</code> config files:</p>
-<pre class="screen">
-	<code class="computeroutput">IPAPPEND 2 APPEND
-	  ksdevice=bootif</code>
-      </pre>
+<pre class="screen"><code class="computeroutput">IPAPPEND 2 APPEND
+	  ksdevice=bootif</code></pre>
 <p>The configuration options above causes the installer to use the same network interface as BIOS and PXE use. You can also use the following option:</p>
-<pre class="screen">
-	<code class="computeroutput">ksdevice=link</code>
-      </pre>
+<pre class="screen"><code class="computeroutput">ksdevice=link</code></pre>
 <p>This option causes the installer to use the first network device it finds that is linked to a network switch.</p>
 </div>
 </div>
@@ -124,52 +129,49 @@
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h5 class="title" id="sn-Disk_partitions_must_be_labeled">2.1.4.2. ഡിസ്ക് പാര്‍ട്ടീഷനുകള്‍ക്കു് പേരിട്ടിരിക്കണം</h5></div></div></div>
-<p>A change in the way that the Linux kernel handles storage devices means that device names such as <code class="filename">/dev/hdX</code> or <code class="filename">/dev/sdX</code> may differ from the values used in earlier releases. <span class="application"><strong>Anaconda</strong></span> solves this problem by relying on partition labels or UUIDs for finding devices. If these are not present, then <span class="application"><strong>Anaconda</strong></span> presents a warning indicating that partitions need to be labelled and that the upgrade can not proceed. Systems that use Logical Volume Management (LVM) and the device mapper usually do not require relabeling.</p>
+<p>A change in the way that the Linux kernel handles storage
+      devices means that device names such as
+      <code class="filename">/dev/hdX</code> or <code class="filename">/dev/sdX</code>
+      may differ from the values used in earlier releases.
+      <span class="application"><strong>Anaconda</strong></span> solves this problem by
+      relying on partition labels or UUIDs for finding devices. If
+      these are not present, then <span class="application"><strong>Anaconda</strong></span>
+      presents a warning indicating that partitions need to be
+      labelled and that the upgrade can not proceed. Systems that use
+      Logical Volume Management (LVM) and the device mapper usually do
+      not require relabeling.  One exception is mirrored LVM
+      partitions, where the UUIDs are identical.  In that case, the
+      partitions must be labeled.</p>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h6 class="title" id="sn-To_check_disk_partition_labels">2.1.4.2.1. ഡിസ്ക് പാര്‍ട്ടീഷന്‍ പേരുകള്‍ പരീക്ഷിക്കുന്നതിനു്</h6></div></div></div>
 <p>To view partition labels, boot the existing Fedora installation, and enter the following at a terminal prompt:</p>
-<pre class="screen">
-	  <strong class="userinput"><code>/sbin/blkid</code></strong>
-	</pre>
+<pre class="screen"><strong class="userinput"><code>/sbin/blkid</code></strong></pre>
 <p>Confirm that each volume line in the list has a <code class="computeroutput">LABEL=</code> value, as shown below:</p>
-<pre class="screen">
-	  <code class="computeroutput">/dev/hdd1: LABEL="/boot"
+<pre class="screen"><code class="computeroutput">/dev/hdd1: LABEL="/boot"
 	    UUID="ec6a9d6c-6f05-487e-a8bd-a2594b854406" SEC_TYPE="ext2"
-	    TYPE="ext3" </code>	  
-	</pre>
+	    TYPE="ext3" </code></pre>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h6 class="title" id="sn-To_set_disk_partition_labels">2.1.4.2.2. ഡിസ്ക് പാര്‍ട്ടീഷന്‍ പേരുകള്‍ സജ്ജമാക്കുന്നതിനു്</h6></div></div></div>
 <p>പേരില്ലാത്ത ext2, ext3 പാര്‍ട്ടീഷനുകള്‍ക്കു്, താഴെ പറഞ്ഞിരിക്കുന്ന കമാന്‍ഡ് ഉപയോഗിക്കുക:</p>
-<pre class="screen">
-	  <strong class="userinput"><code>su -c 'e2label /dev/example f7-slash'</code></strong>
-	</pre>
+<pre class="screen"><strong class="userinput"><code>su -c 'e2label /dev/example f7-slash'</code></strong></pre>
 <p>For a VFAT file system use <code class="command">dosfslabel</code> from the <span class="package">dosfstools</span> package, and for NTFS file system use <code class="command">ntfslabel</code> from the <span class="package">ntfsprogs</span> package. Before rebooting the machine, also update the file system mount entries, and the GRUB kernel root entry.</p>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h6 class="title" id="sn-Update_the_file_system_mount_entries">2.1.4.2.3. ഫയല്‍ സിസ്റ്റം മൌണ്ട് എന്‍ട്രികള്‍ പരിഷ്കരിക്കുക</h6></div></div></div>
 <p>If any file system labels were added or modified, then the device entries in <code class="filename">/etc/fstab</code> must be adjusted to match:</p>
-<pre class="screen">
-	  <strong class="userinput"><code>su -c 'cp /etc/fstab /etc/fstab.orig' su -c 'gedit
-	    /etc/fstab'</code></strong>
-	</pre>
+<pre class="screen"><strong class="userinput"><code>su -c 'cp /etc/fstab /etc/fstab.orig' su -c 'gedit /etc/fstab'</code></strong></pre>
 <p>ലേബല്‍ എന്‍ട്രി ആയുള്ള മൌണ്ടിനുള്ള ഒരു ഉദാഹരണം:</p>
-<pre class="screen">
-	  <code class="computeroutput">LABEL=f7-slash  /  ext3  defaults  1
-	    1</code>
-	</pre>
+<pre class="screen"><code class="computeroutput">LABEL=f7-slash  /  ext3  defaults  1
+	    1</code></pre>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h6 class="title" id="sn-Update_the_grub.conf_kernel_root_entry">2.1.4.2.4. <code class="filename">grub.conf</code> കേര്‍ണല്‍ റൂട്ട് എന്‍ട്രി പരിഷ്കരിക്കുക</h6></div></div></div>
 <p>If the label for the <code class="filename">/</code> (root) file system was modified, the kernel boot parameter in the grub configuration file must also be modified:</p>
-<pre class="screen">
-	  <strong class="userinput"><code>su -c 'gedit /boot/grub/grub.conf'</code></strong>
-	</pre>
+<pre class="screen"><strong class="userinput"><code>su -c 'gedit /boot/grub/grub.conf'</code></strong></pre>
 <p>ഉദാഹരണത്തിനു്, ചേരുന്ന ഒരു കേര്‍ണല്‍ ഗ്രബ് വരി:</p>
-<pre class="screen">
-	  <code class="computeroutput">kernel /vmlinuz-2.6.20-1.2948.fc6 ro
-	    root=LABEL=f7-slash rhgb quiet</code>
-	</pre>
+<pre class="screen"><code class="computeroutput">kernel /vmlinuz-2.6.20-1.2948.fc6 ro
+	    root=LABEL=f7-slash rhgb quiet</code></pre>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h6 class="title" id="sn-Test_changes_made_to_labels">2.1.4.2.5. ലേബലുകള്‍ക്കു് വരുത്തിയിരിക്കുന്ന പരീക്ഷണ മാറ്റങ്ങള്‍</h6></div></div></div>
@@ -188,13 +190,9 @@
 <tr><td align="left" valign="top"><p>Backups of configurations in <code class="filename">/etc</code> are also useful in reconstructing system settings after a fresh installation.</p></td></tr>
 </table></div>
 <p>പരിഷ്കരണത്തിനു് ശേഷം, ഈ കമാന്‍ഡ് പ്രവര്‍ത്തിപ്പിക്കുക:</p>
-<pre class="screen">
-	<strong class="userinput"><code>rpm -qa --last > RPMS_by_Install_Time.txt</code></strong>
-      </pre>
+<pre class="screen"><strong class="userinput"><code>rpm -qa --last > RPMS_by_Install_Time.txt</code></strong></pre>
 <p>Inspect the end of the output for packages that pre-date the upgrade. Remove or upgrade those packages from third-party repositories, or otherwise deal with them as necessary. Some previously installed packages may no longer be available in any configured repository. To list all these packages, use the following command:</p>
-<pre class="screen">
-	<strong class="userinput"><code>su -c 'yum list extras'</code></strong>
-      </pre>
+<pre class="screen"><strong class="userinput"><code>su -c 'yum list extras'</code></strong></pre>
 </div>
 </div>
 <div class="section" lang="en">
@@ -233,9 +231,7 @@
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h4 class="title" id="sn-USB_booting">2.2.5. യുഎസ്ബി ബൂട്ടിങ്</h4></div></div></div>
 <p>Another way to use these Fedora Live images is to put them on a USB stick. To do this, use the <span class="package">liveusb-creator</span> graphical interface. Use <span class="guimenuitem"><strong>Add/Remove Software</strong></span> to search for and install <span class="package">liveusb-creator</span>, or to install using <code class="command">yum</code>:</p>
-<pre class="screen">
-      <strong class="userinput"><code>su -c 'yum install liveusb-creator'</code></strong>
-    </pre>
+<pre class="screen"><strong class="userinput"><code>su -c 'yum install liveusb-creator'</code></strong></pre>
 <p>Instead of the graphical tool, you can use the command line interface from the <span class="package">livecd-tools</span> package. Then, run the <code class="command">livecd-iso-to-disk</code> script:</p>
 <pre class="screen"><strong class="userinput"><code>/usr/bin/livecd-iso-to-disk /path/to/live.iso /dev/sdb1</code></strong></pre>
 <p><code class="filename">/dev/sdb1</code>-നു് പകരം നിങ്ങള്‍ക്കു് ഇമേജ് സ്ഥാപിക്കുവാനുള്ള പാര്‍ട്ടീഷന്‍ മാറ്റുക.</p>
@@ -245,9 +241,7 @@
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h4 class="title" id="sn-Persistent_home_directory">2.2.6. പെര്‍സിസ്റ്റെന്റ് ഹോം ഡയറക്ടറി</h4></div></div></div>
 <p>Support for keeping a persistent <code class="filename">/home</code> with the rest of the system stateless has been added for Fedora 10. This includes support for encrypting <code class="filename">/home</code> to protect your system if your USB stick is lost or stolen. To use this feature, download the Live image and run the following command:</p>
-<pre class="screen">
-      <strong class="userinput"><code>livecd-iso-to-disk --home-size-mb 512 /path/to/live.iso /dev/sdb1</code></strong>
-    </pre>
+<pre class="screen"><strong class="userinput"><code>livecd-iso-to-disk --home-size-mb 512 /path/to/live.iso /dev/sdb1</code></strong></pre>
 <p><code class="filename">/dev/sdb1</code>-നു് പകരം നിങ്ങള്‍ക്കു് ഇമേജ് സ്ഥാപിക്കുവാനുള്ള പാര്‍ട്ടീഷന്‍ മാറ്റുക.</p>
 <p>Replace <code class="computeroutput">512</code> with the desired size in megabytes of the persistent <code class="filename">/home</code>. The <code class="command">livecd-iso-to-disk</code> shell script is stored in the <code class="filename">LiveOS</code> directory at the top level of the CD image. The USB media must have sufficient free space for the Fedora Live image, plus the <code class="filename">/home</code>, plus any other data to be stored on the media. By default, this encrypts your data and prompts for a passphrase to use. If you want to have an unencrypted <code class="filename">/home</code>, then you can specify <code class="option">--unencrypted-home</code>.</p>
 <p>Note that later runs of <code class="command">livecd-iso-to-disk</code> preserve the <code class="filename">/home</code> that is created on the USB stick, continuing to use it even if you change your Live image.</p>


Index: What_is_the_Latest_on_the_Desktop.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/What_is_the_Latest_on_the_Desktop.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_is_the_Latest_on_the_Desktop.php	25 Nov 2008 01:08:57 -0000	1.1
+++ What_is_the_Latest_on_the_Desktop.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,12 +3,12 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>4. ഡസ്ക്ടോപ്പ് ഉപയോക്താക്കള്‍ക്കു് ഏറ്റവും പുതിയതു് എന്തു്</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="up" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="prev" href="Upfront_About_Multimedia.php" title="3. Upfront About Multimedia">
 <link rel="next" href="What_is_New_for_Gamers_Scientists_and_Hobbyists.php" title="5. കളിക്കാര്‍, ശാസ്ത്രജ്ഞന്‍മാര്‍, ഹോബിസ്റ്റുകള്‍ എന്നിവര്‍ക്കു് ഏറ്റവും പുതിയതായി ഉള്ളതു് എന്തു്">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -157,24 +157,13 @@
 <div class="titlepage"><div><div><h4 class="title" id="sn-Web_browsers">4.1.9. വെബ് ബ്രൌസറുകള്‍</h4></div></div></div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h5 class="title" id="sn-Enabling_Flash_plugin">4.1.9.1. ഫ്ലാഷ് പ്ലഗിന്‍ സജ്ജമാക്കുക</h5></div></div></div>
-<p>Fedora includes <code class="command">swfdec</code> and <code class="command">gnash</code>, which are free and open source implementations of Flash. We encourage you to try either of them before seeking out Adobe's proprietary Flash Player plugin software. The Adobe Flash Player plugin uses a legacy sound framework that does not work correctly without additional support. Run the following command to enable this support:</p>
-<pre class="screen">
-      <strong class="userinput"><code>su -c 'yum install libflashsupport'</code></strong>
-      </pre>
-<p>നിങ്ങള്‍ ഫ്ലാഷ് 10 ആണു് ഉപയോഗിക്കുന്നതു് എങ്കില്‍, നിങ്ങള്‍ക്കു് <span class="package">libflashsupport</span> ഇനി ആവശ്യമില്ല. കാരണം, ALSAയുടെ ഉപയോഗം ഈ പതിപ്പില്‍ പരിഹരിച്ചിരിക്കുന്നു.</p>
-<p>Users of Fedora x86_64 must install the <span class="package">nspluginwrapper.i386</span> package to enable the 32-bit Adobe Flash Player plug-in in <span class="application"><strong>Firefox</strong></span>, and the <span class="package">libflashsupport.i386</span> package to enable sound from the plugin.</p>
-<p><span class="package">nspluginwrapper.i386</span>, <span class="package">nspluginwrapper.x86_64</span>, <span class="package">libflashsupport.i386</span> എന്നീ പാക്കേജുകള്‍ ഇന്‍സ്റ്റോള്‍ ചെയ്യുക:</p>
-<pre class="screen"><strong class="userinput"><code>su -c 'yum install nspluginwrapper.{i386,x86_64} libflashsupport.i386'</code></strong>
-      </pre>
-<p><span class="package">nspluginwrapper.i386</span> ഇന്‍സ്റ്റോള്‍ ചെയ്ത ശേഷം <span class="package">flash-plugin</span> ഇന്‍സ്റ്റോള്‍ ചെയ്യുക:</p>
-<pre class="screen">
-	<strong class="userinput"><code>su -c 'yum install libflashsupport'</code></strong>
-      </pre>
-<p>ഫ്ലാഷ് പ്ലഗിന്‍ രജിസ്ടര്‍ ചെയ്യുന്നതിനായി <strong class="userinput"><code>mozilla-plugin-config</code></strong>  പ്രവര്‍ത്തിപ്പിക്കുക:</p>
-<pre class="screen">
-	<strong class="userinput"><code>su -c 'mozilla-plugin-config -i -g -v'</code></strong>
-      </pre>
-<p>എല്ലാ <span class="application"><strong>Firefox</strong></span> ജാലകങ്ങള്‍ അടച്ചു്, വീണ്ടും<span class="application"><strong>Firefox</strong></span> ലഭ്യമാക്കുക. പ്ലഗിന്‍ ലഭ്യമാണു് എന്നുറപ്പാക്കുന്നതിനായി <strong class="userinput"><code>about:plugins</code></strong> എന്നു് യുആര്‍എല്‍ ബാറില്‍ ടൈപ്പ് ചെയ്&#33
 75;ുക.</p>
+<p>Fedora includes <code class="command">swfdec</code> and
+      <code class="command">gnash</code>, which are free and open source
+      implementations of Flash.  We encourage you to try either of
+      them before seeking out Adobe's proprietary Flash Player plugin
+      software.</p>
+<p>For instructions on installing the Flash Player under
+      Fedora 10, refer to <a class="ulink" href="http://fedoraproject.org/wiki/Flash" target="_top">http://fedoraproject.org/wiki/Flash</a></p>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h5 class="title" id="sn-Disabling_PC_speaker">4.1.9.2. പിസി സ്പീക്കര്‍ നിര്‍ജ്ജീവമാക്കുന്നു</h5></div></div></div>


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.php	25 Nov 2008 01:08:57 -0000	1.1
+++ index.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,11 +3,11 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>പ്രകാശനക്കുറിപ്പുകള്‍</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 <meta name="description" content="ഫെഡോറയുടെ ഈ ലക്കം സംബന്ധിച്ചുള്ള പ്രധാനപ്പെട്ട വിവരങ്ങള്‍">
-<link rel="start" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
+<link rel="home" href="index.php" title="പ്രകാശനക്കുറിപ്പുകള്‍">
 <link rel="next" href="What_is_New_for_Installation_and_Live_Images.php" title="2. ഇന്‍സ്റ്റലേഷനിലും ലൈവ് ഇമേജുകളിലും ഏറ്റവും പുതിയതു് എന്തു്">
-<link rel="copyright" href="ln-sn-legalnotice.php" title="Legal Notice">
+<link rel="copyright" href="sn-legalnotice.php" title="Legal Notice">
 </head>
 <?
 
@@ -31,7 +31,7 @@
 </table>
 <hr>
 </div>
-<div class="article" lang="ml" id="id2527171">
+<div class="article" lang="ml" id="id2627105">
 <div class="titlepage">
 <div>
 <div><h2 class="title">പ്രകാശനക്കുറിപ്പുകള്‍</h2></div>
@@ -201,11 +201,13 @@
 <dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-Preparing_for_kernel_development">7.4.4. കേര്‍ണല്‍ മെച്ചപ്പെടുത്തുന്നതിനായി തയ്യാറെടുക്കുന്നു</a></span></dt>
 <dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-Reporting_bugs">7.4.5. ബഗുകള്‍ രേഖപ്പെടുത്തുക</a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-Embedded">7.5. എംബഡഡ്</a></span></dt>
+<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-Embedded">7.5. Embedded Development</a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-AVR">7.5.1. AVR</a></span></dt>
-<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-Microchip_PIC">7.5.2. Microchip PIC</a></span></dt>
-<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-Others_and_processor_agnostic">7.5.3. Others and processor agnostic</a></span></dt>
+<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-avr-binutils">7.5.1. avr-binutils</a></span></dt>
+<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-dfu-programmer">7.5.2. dfu-programmer</a></span></dt>
+<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-gputils">7.5.3. gputils</a></span></dt>
+<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-piklab">7.5.4. piklab</a></span></dt>
+<dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-sdcc">7.5.5. sdcc</a></span></dt>
 </dl></dd>
 <dt><span class="section"><a href="How_are_Things_for_Developers.php#sn-KDE_3_devel">7.6. കെഡിഇ 3 ഡവലപ്മെന്റ് പ്ലാറ്റ്ഫോമും ലൈബ്രറികളും</a></span></dt>
 </dl></dd>


Index: sn-legalnotice.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/ml/sn-legalnotice.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sn-legalnotice.php	25 Nov 2008 01:08:57 -0000	1.1
+++ sn-legalnotice.php	26 Feb 2009 02:30:34 -0000	1.2
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968">
 <title>Legal Notice</title>
 <link rel="stylesheet" href="fedora.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 </head>
 <?
 




More information about the Fedora-docs-commits mailing list