source: BOOK/introduction/x86_64/changelog.xml @ 97ca03f

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 97ca03f was 97ca03f, checked in by Jim Gifford <clfs@…>, 18 years ago

r629@server (orig r627): jim | 2005-11-02 08:00:48 -0800

r630@server: jim | 2005-11-02 07:26:00 -0800
Fixed typo on x86_64 kernel page.


  • 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  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-intro-changelog-x86_64">
11  <?dbhtml filename="changelog-x86_64.html"?>
12
13  <title>Changelog for x86_64</title>
14
15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
16  href="../x86/changelog.xml"
17  xpointer="xpointer(/sect1/para[1])"/>
18
19  <itemizedlist>
20    <title>Changelog Entries:</title>
21
22<!-- Changelog template
23
24    <listitem>
25      <para>Date</para>
26      <itemizedlist>
27        <listitem>
28          <para>[name] - Changelog entry.</para>
29        </listitem>
30        <listitem>
31          <para>[name] - Another changelog entry.</para>
32        </listitem>
33      </itemizedlist>
34    </listitem>
35
36-->
37
38    <listitem>
39      <para>November 2, 2005</para>
40      <itemizedlist>
41        <listitem>
42          <para>[jim] - Fixed type on kernel page. Had TARGET should of been LFS_TARGET.</para>
43        </listitem>
44      </itemizedlist>
45    </listitem>
46
47    <listitem>
48      <para>October 31, 2005</para>
49      <itemizedlist>
50        <listitem>
51          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
52        </listitem>
53      </itemizedlist>
54    </listitem>
55
56  </itemizedlist>
57
58</sect1>
Note: See TracBrowser for help on using the repository browser.