source: introduction/x86/changelog.xml @ 2f1a94d

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

r3290@server (orig r1524): ken | 2006-05-05 10:33:52 -0700
fix typo in find for headers.

  • Property mode set to 100644
File size: 1.4 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-changelog-x86">
9  <title>Changelog for x86</title>
10  <?dbhtml filename="changelog-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-changelog"/>,</para>
15
16  <itemizedlist>
17    <title>Changelog Entries:</title>
18
19<!-- Changelog template
20
21    <listitem>
22      <para>Date</para>
23      <itemizedlist>
24        <listitem>
25          <para>[name] - Changelog entry.</para>
26        </listitem>
27        <listitem>
28          <para>[name] - Another changelog entry.</para>
29        </listitem>
30      </itemizedlist>
31    </listitem>
32
33-->
34
35    <listitem>
36      <para>May 5,2006</para>
37      <itemizedlist>
38        <listitem>
39          <para>[ken] - Correct typo in find for final-system headers.</para>
40        </listitem>
41      </itemizedlist>
42    </listitem>
43
44    <listitem>
45      <para>October 31, 2005</para>
46      <itemizedlist>
47        <listitem>
48          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
49        </listitem>
50      </itemizedlist>
51    </listitem>
52
53  </itemizedlist>
54
55</sect1>
Note: See TracBrowser for help on using the repository browser.