source: introduction/x86/whatsnew.xml @ 2659c74

Last change on this file since 2659c74 was 2659c74, checked in by Jim Gifford <clfs@…>, 18 years ago

r677@server (orig r675): manuel | 2005-11-10 03:13:57 -0800
Including patches.ent from general.ent

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-intro-whatsnew-x86">
9  <title>What's New for x86</title>
10  <?dbhtml filename="whatsnew-x86.html"?>
11
12  <para>Below is a list of changes specifics for this architecture made
13  since the previous release of the book. For general changes see
14  <xref linkend="ch-intro-whatsnew"/>,</para>
15
16  <itemizedlist>
17    <title>Upgraded to:</title>
18
19    <listitem>
20      <para>Linux &linux-x86-version;</para>
21    </listitem>
22    <listitem>
23      <para>Linux-libc-headers &linux-libc-headers-x86-version;</para>
24    </listitem>
25    <listitem>
26      <para>GRUB &grub-version;</para>
27    </listitem>
28  </itemizedlist>
29
30  <itemizedlist>
31    <title>Added:</title>
32
33    <listitem>
34      <para>&gcc-specs-patch;</para>
35    </listitem>
36  </itemizedlist>
37
38  <itemizedlist>
39    <title>Removed:</title>
40
41    <listitem>
42      <para>None</para>
43    </listitem>
44  </itemizedlist>
45
46</sect1>
Note: See TracBrowser for help on using the repository browser.