source: BOOK/introduction/x86/changelog.xml @ a86a34b

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since a86a34b was a86a34b, checked in by Jonathan Norman <jonathan at bluesquarelinux.co.uk>, 13 years ago

Updated packages

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/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 18, 2011</para>
37      <itemizedlist>
38        <listitem>
39          <para>[Jonathan] - Updated Grub2 to 1.99.</para>
40        </listitem>
41      </itemizedlist>
42    </listitem>
43
44
45    <listitem>
46      <para>July 08, 2008</para>
47      <itemizedlist>
48        <listitem>
49          <para>[jciccone] - Added the 256-Byte Inode patch to Grub.</para>
50        </listitem>
51      </itemizedlist>
52    </listitem>
53
54    <listitem>
55      <para>March 18, 2008</para>
56      <itemizedlist>
57        <listitem>
58          <para>[jciccone] - Fixed the Glibc i586_chk patch and updated it to -2.</para>
59        </listitem>
60      </itemizedlist>
61    </listitem>
62
63    <listitem>
64      <para>August 28, 2006</para>
65      <itemizedlist>
66        <listitem>
67          <para>[jim] - Changelog restarted, see the 1.0.0 book for the old changelog.</para>
68        </listitem>
69      </itemizedlist>
70    </listitem>
71
72  </itemizedlist>
73
74</sect1>
75
Note: See TracBrowser for help on using the repository browser.