source: BOOK/introduction/x86/changelog.xml @ 2b287d4

clfs-3.0.0-sysvinitsysvinit
Last change on this file since 2b287d4 was 2b287d4, checked in by Chris Staub <chris@…>, 10 years ago

Grammar fix

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]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
[2b287d4]12  <para>Below is a list of changes specific for this architecture made
[3f8be484]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-->
[631c8f4]34    <listitem>
35      <para>27 April 2014</para>
36      <itemizedlist>
37        <listitem>
38          <para>[Chris] - Removed obsolete CFLAGS from x86 Glibc configure
39          commands.</para>
40        </listitem>
41      </itemizedlist>
42    </listitem>
43
[14922bb]44    <listitem>
45      <para>11 April 2014</para>
46      <itemizedlist>
47        <listitem>
48          <para>[Chris] - Prevent GRUB from trying to build mkfont, to avoid
49          linking to host system libraries.</para>
50        </listitem>
51      </itemizedlist>
52    </listitem>
53
[64dddd6]54    <listitem>
[1f29b931]55      <para>24 October 2013</para>
[64dddd6]56      <itemizedlist>
57        <listitem>
[1f29b931]58          <para>[William Harrington] - Changelog restarted, see the 2.1.0 book for the old changelog.</para>
[3f8be484]59        </listitem>
60      </itemizedlist>
61    </listitem>
62
63  </itemizedlist>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.