source: BOOK/introduction/ppc/changelog.xml @ 9bd2691

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 9bd2691 was 9bd2691, checked in by Jonathan Norman <nate@…>, 14 years ago

Fixed Parted download location, thanks to David for pointing this out. Also now xz instead of gz.

  • Property mode set to 100644
File size: 4.4 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-ppc">
9  <?dbhtml filename="changelog-ppc.html"?>
10
11  <title>Changelog for PowerPC</title>
12
13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
14  href="../x86/changelog.xml"
15  xpointer="xpointer(/sect1/para[1])"/>
16
17  <itemizedlist>
18    <title>Changelog Entries:</title>
19
20<!-- Changelog template
21
22    <listitem>
23      <para>Date</para>
24      <itemizedlist>
25        <listitem>
26          <para>[name] - Changelog entry.</para>
27        </listitem>
28        <listitem>
29          <para>[name] - Another changelog entry.</para>
30        </listitem>
31      </itemizedlist>
32    </listitem>
33
34-->
35    <listitem>
36      <para>January 12, 2010</para>
37      <itemizedlist>
38        <listitem>
39          <para>[Jonathan] - Updated download location for Parted.</para>
40        </listitem>
41      </itemizedlist>
42    </listitem>
43
44    <listitem>
45      <para>July 26, 2009</para>
46      <itemizedlist>
47        <listitem>
48          <para>[jim] - By default parted requires the device-mapper library. We
49                don't install it so we disable it.</para>
50        </listitem>
51        <listitem>
52          <para>[jim] - Final system GCC failes on Powerpc. The following is a
53                 temporary hack until a permanent fix is in place. See GCC bug
54                 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739 fo details.</para>
55        </listitem>
56      </itemizedlist>
57    </listitem>
58
59    <listitem>
60      <para>July 23, 2009</para>
61      <itemizedlist>
62        <listitem>
63          <para>[jim] - Updated Parted to 1.9.0.</para>
64        </listitem>
65      </itemizedlist>
66    </listitem>
67
68    <listitem>
69      <para>February 18, 2009</para>
70      <itemizedlist>
71        <listitem>
72          <para>[Jim] - Fixed GCC Build - See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739.</para>
73        </listitem>
74      </itemizedlist>
75    </listitem>
76
77    <listitem>
78      <para>February 17, 2009</para>
79      <itemizedlist>
80        <listitem>
81          <para>[Jim] - Added patch for HFS Utils that fixes a missing errno.h and allows HFS Utils to see beyond
82          2gb.</para>
83        </listitem>
84      </itemizedlist>
85    </listitem>
86
87    <listitem>
88      <para>February 16, 2009</para>
89      <itemizedlist>
90        <listitem>
91          <para>[Jim] - Fixed GCC Build on Powerpc. Changed STANDARD_STARTFILE_PREFIX_1 to use sysv4.h.</para>
92        </listitem>
93      </itemizedlist>
94    </listitem>
95
96    <listitem>
97      <para>January 7, 2009</para>
98      <itemizedlist>
99        <listitem>
100          <para>[Jim] - Updated to Yaboot 1.3.14.</para>
101        </listitem>
102      </itemizedlist>
103    </listitem>
104
105    <listitem>
106      <para>November 17, 2007</para>
107      <itemizedlist>
108        <listitem>
109          <para>[ken] - Add --disable-Werror to parted (required by recent gcc).</para>
110        </listitem>
111      </itemizedlist>
112    </listitem>
113
114    <listitem>
115      <para>September 03, 2007</para>
116      <itemizedlist>
117        <listitem>
118          <para>[jim] - Updated Parted to 1.8.8.</para>
119        </listitem>
120      </itemizedlist>
121    </listitem>
122
123    <listitem>
124      <para>February 22, 2007</para>
125      <itemizedlist>
126        <listitem>
127          <para>[ken] - Mention that Parted installs a library.</para>
128          <para>[ken] - Use the same patch for Powerpc-Utils as in ppc64.</para>
129        </listitem>
130      </itemizedlist>
131    </listitem>
132
133    <listitem>
134      <para>January 15, 2007</para>
135      <itemizedlist>
136        <listitem>
137          <para>[jim] - Updated to Parted 1.8.2.</para>
138        </listitem>
139      </itemizedlist>
140    </listitem>
141
142    <listitem>
143      <para>November 17, 2006</para>
144      <itemizedlist>
145        <listitem>
146          <para>[jim] - Updated to Parted 1.8.0.</para>
147        </listitem>
148      </itemizedlist>
149    </listitem>
150
151    <listitem>
152      <para>October 11, 2006</para>
153      <itemizedlist>
154        <listitem>
155          <para>[jim] - Updated to Parted 1.7.1.</para>
156        </listitem>
157      </itemizedlist>
158    </listitem>
159
160    <listitem>
161      <para>August 28, 2006</para>
162      <itemizedlist>
163        <listitem>
164          <para>[jim] - Changelog restarted, see the 1.0.0 book for the old changelog.</para>
165        </listitem>
166      </itemizedlist>
167    </listitem>
168
169  </itemizedlist>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.