source: clfs-sysroot/BOOK/introduction/hppa/changelog.xml @ c78de1a

Last change on this file since c78de1a was c78de1a, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Added Alpha to the book.

  • Property mode set to 100644
File size: 1.5 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-hppa">
9  <title>Changelog for PA-RISC</title>
10  <?dbhtml filename="changelog-hppa.html"?>
11
12  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
13  href="../arm/changelog.xml"
14  xpointer="xpointer(/sect1/para[1])"/>
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>November 30, 2006</para>
37      <itemizedlist>
38        <listitem>
39          <para>[jciccone] - Added the GCC PR29114 patch which fixes the
40          compilation of Glibc on a 64bit host.</para>
41        </listitem>
42        <listitem>
43          <para>[jciccone] - Added a Glibc NPTL patch that allows Glibc to
44          compile with NPTL working support.</para>
45        </listitem>
46      </itemizedlist>
47    </listitem>
48
49    <listitem>
50      <para>November 26, 2006</para>
51      <itemizedlist>
52        <listitem>
53          <para>[jciccone] - Added PA-RISC to the book.</para>
54        </listitem>
55      </itemizedlist>
56    </listitem>
57
58  </itemizedlist>
59
60</sect1>
Note: See TracBrowser for help on using the repository browser.