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-ppc64">
|
---|
9 | <?dbhtml filename="changelog-ppc64.html"?>
|
---|
10 |
|
---|
11 | <title>Changelog for PowerPC64</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 |
|
---|
36 | <listitem>
|
---|
37 | <para>May 10, 2006</para>
|
---|
38 | <itemizedlist>
|
---|
39 | <listitem>
|
---|
40 | <para>[ken] - Make yaboot build in the final system.</para>
|
---|
41 | </listitem>
|
---|
42 | </itemizedlist>
|
---|
43 | </listitem>
|
---|
44 |
|
---|
45 | <listitem>
|
---|
46 | <para>May 9, 2006</para>
|
---|
47 | <itemizedlist>
|
---|
48 | <listitem>
|
---|
49 | <para>[ken] - Confirmed powerpc-utils is ok, removed the warning from it.</para>
|
---|
50 | </listitem>
|
---|
51 | </itemizedlist>
|
---|
52 | </listitem>
|
---|
53 |
|
---|
54 | <listitem>
|
---|
55 | <para>May 5, 2006</para>
|
---|
56 | <itemizedlist>
|
---|
57 | <listitem>
|
---|
58 | <para>[ken] - Convert the final-system chapter to multilib. Note that
|
---|
59 | powerpc-utils and/or yaboot are broken.</para>
|
---|
60 | </listitem>
|
---|
61 | </itemizedlist>
|
---|
62 | </listitem>
|
---|
63 |
|
---|
64 | <listitem>
|
---|
65 | <para>April 30, 2006</para>
|
---|
66 | <itemizedlist>
|
---|
67 | <listitem>
|
---|
68 | <para>[ken] - More multilib versions of pages for chrooting and in
|
---|
69 | testsuite tools.</para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 | </listitem>
|
---|
73 |
|
---|
74 | <listitem>
|
---|
75 | <para>April 28, 2006</para>
|
---|
76 | <itemizedlist>
|
---|
77 | <listitem>
|
---|
78 | <para>[ken] - Fix the glibc build for new requirements from the
|
---|
79 | version upgrade, and to use headers from kernel 2.6.15 or later
|
---|
80 | which merged asm-ppc and asm-ppc64 to asm-powerpc, plus cosmetic fix
|
---|
81 | to use the multilib version of choose.xml.</para>
|
---|
82 | </listitem>
|
---|
83 | </itemizedlist>
|
---|
84 | </listitem>
|
---|
85 |
|
---|
86 | <listitem>
|
---|
87 | <para>April 27, 2006</para>
|
---|
88 | <itemizedlist>
|
---|
89 | <listitem>
|
---|
90 | <para>[ken] - Remove references to /usr/local from yaboot man pages.
|
---|
91 | </para>
|
---|
92 | </listitem>
|
---|
93 | </itemizedlist>
|
---|
94 | </listitem>
|
---|
95 |
|
---|
96 | <listitem>
|
---|
97 | <para>April 20, 2006</para>
|
---|
98 | <itemizedlist>
|
---|
99 | <listitem>
|
---|
100 | <para>[jim] - Added asm-ppc to the Linux Headers.</para>
|
---|
101 | </listitem>
|
---|
102 | </itemizedlist>
|
---|
103 | </listitem>
|
---|
104 |
|
---|
105 | <listitem>
|
---|
106 | <para>March 29, 2006</para>
|
---|
107 | <itemizedlist>
|
---|
108 | <listitem>
|
---|
109 | <para>[jhuntwork] - Use 'powerpc' as value for ARCH in kernel cross-build.</para>
|
---|
110 | </listitem>
|
---|
111 | </itemizedlist>
|
---|
112 | </listitem>
|
---|
113 |
|
---|
114 | <listitem>
|
---|
115 | <para>February 8, 2006</para>
|
---|
116 | <itemizedlist>
|
---|
117 | <listitem>
|
---|
118 | <para>[jhuntwork] - Finalized boot section, minus the bootloader..</para>
|
---|
119 | </listitem>
|
---|
120 | </itemizedlist>
|
---|
121 | </listitem>
|
---|
122 |
|
---|
123 | <listitem>
|
---|
124 | <para>February 2, 2006</para>
|
---|
125 | <itemizedlist>
|
---|
126 | <listitem>
|
---|
127 | <para>[jhuntwork] - Fix linux-libc-headers to use multilib patch.</para>
|
---|
128 | </listitem>
|
---|
129 | <listitem>
|
---|
130 | <para>[jhuntwork] - Use multilib binutils.</para>
|
---|
131 | </listitem>
|
---|
132 | <listitem>
|
---|
133 | <para>[jhuntwork] - Finalized cross-tools section.</para>
|
---|
134 | </listitem>
|
---|
135 | <listitem>
|
---|
136 | <para>[jhuntwork] - Finalized temp-system section.</para>
|
---|
137 | </listitem>
|
---|
138 | </itemizedlist>
|
---|
139 | </listitem>
|
---|
140 |
|
---|
141 | <listitem>
|
---|
142 | <para>February 1, 2006</para>
|
---|
143 | <itemizedlist>
|
---|
144 | <listitem>
|
---|
145 | <para>[jhuntwork] - Add ppc biarch patch for ppc64 multilib.</para>
|
---|
146 | </listitem>
|
---|
147 | <listitem>
|
---|
148 | <para>[jhuntwork] - Fixed multilib variables.</para>
|
---|
149 | </listitem>
|
---|
150 | <listitem>
|
---|
151 | <para>[jhuntwork] - Added a flags page in cross-tools.</para>
|
---|
152 | </listitem>
|
---|
153 | </itemizedlist>
|
---|
154 | </listitem>
|
---|
155 |
|
---|
156 | </itemizedlist>
|
---|
157 | </sect1>
|
---|