source: introduction/x86/changelog.xml @ bf8c11f

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

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 1.2 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  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-intro-changelog-x86">
11  <title>Changelog for x86</title>
12  <?dbhtml filename="changelog-x86.html"?>
13
14  <para>Below is a list of changes specifics for this architecture made
15  since the previous release of the book. For general changes see
16  <xref linkend="ch-intro-changelog"/>,</para>
17
18  <itemizedlist>
19    <title>Changelog Entries:</title>
20
21<!-- Changelog template
22
23    <listitem>
24      <para>Date</para>
25      <itemizedlist>
26        <listitem>
27          <para>[name] - Changelog entry.</para>
28        </listitem>
29        <listitem>
30          <para>[name] - Another changelog entry.</para>
31        </listitem>
32      </itemizedlist>
33    </listitem>
34
35-->
36
37    <listitem>
38      <para>October 31, 2005</para>
39      <itemizedlist>
40        <listitem>
41          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
42        </listitem>
43      </itemizedlist>
44    </listitem>
45
46  </itemizedlist>
47
48</sect1>
Note: See TracBrowser for help on using the repository browser.