source: introduction/mips64/changelog.xml@ 06860ee

Last change on this file since 06860ee was 608412f, checked in by Jim Gifford <clfs@…>, 18 years ago

r2893@server: jim | 2006-04-14 15:23:37 -0700
Added glibc ports to MIPS pages

  • Property mode set to 100644
File size: 4.7 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-mips64">
9 <?dbhtml filename="changelog-mips64.html"?>
10
11 <title>Changelog for MIPS 64 Bit</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>April 14, 2006</para>
38 <itemizedlist>
39 <listitem>
40 <para>[jim] - Fixed MIPS Glibc Ports patch. Added the mv statement to move
41 glibc-ports-(version) to ports.</para>
42 </listitem>
43 <listitem>
44 <para>[jim] - Added glibc-ports to packages list.</para>
45 </listitem>
46 </itemizedlist>
47 </listitem>
48
49 <listitem>
50 <para>April 6, 2006</para>
51 <itemizedlist>
52 <listitem>
53 <para>[jim] - Remove make config update patch. No longer required.</para>
54 </listitem>
55 </itemizedlist>
56 </listitem>
57
58 <listitem>
59 <para>March 20, 2006</para>
60 <itemizedlist>
61 <listitem>
62 <para>[jim] - Updated Linux patch to 2.6.16.</para>
63 </listitem>
64 </itemizedlist>
65 </listitem>
66
67 <listitem>
68 <para>February 19, 2006</para>
69 <itemizedlist>
70 <listitem>
71 <para>[jim] - Updated to ARCLoad 0.5.</para>
72 </listitem>
73 </itemizedlist>
74 </listitem>
75
76 <listitem>
77 <para>February 2, 2006</para>
78 <itemizedlist>
79 <listitem>
80 <para>[jim] - Updated to Colo 1.21.</para>
81 </listitem>
82 </itemizedlist>
83 </listitem>
84
85 <listitem>
86 <para>January 5, 2006</para>
87 <itemizedlist>
88 <listitem>
89 <para>[jim] - Added patch to fix Glibc. See http://sources.redhat.com/bugzilla/show_bug.cgi?id=1458.</para>
90 </listitem>
91 </itemizedlist>
92 </listitem>
93
94 <listitem>
95 <para>December 26, 2005</para>
96 <itemizedlist>
97 <listitem>
98 <para>[jim] - Added config update patch to Expect.</para>
99 </listitem>
100 </itemizedlist>
101 </listitem>
102
103 <listitem>
104 <para>December 09, 2005</para>
105 <itemizedlist>
106 <listitem>
107 <para>[ken] - Set prefix to '/' in multilib module-init-tools, to
108 prevent man pages going into /share.</para>
109 </listitem>
110 <listitem>
111 <para>[ken] - Simplify the installation of multilib bzip2.
112 Thanks to Go Moko.</para>
113 </listitem>
114 </itemizedlist>
115 </listitem>
116
117 <listitem>
118 <para>November 23, 2005</para>
119 <itemizedlist>
120 <listitem>
121 <para>[jim] - Removed uneeded programs from Colo.</para>
122 </listitem>
123 <listitem>
124 <para>[jim] - Colo will now build under 64-Bit. Thanx Joe Ciccone.</para>
125 </listitem>
126 </itemizedlist>
127 </listitem>
128
129 <listitem>
130 <para>November 20, 2005</para>
131 <itemizedlist>
132 <listitem>
133 <para>[jim] - Removed mips procps patch.</para>
134 </listitem>
135 <listitem>
136 <para>[jim] - Added dvhtool 1.01. By Joe Ciccone.</para>
137 </listitem>
138 <listitem>
139 <para>[jim] - Added arcload 0.43. By Joe Ciccone.</para>
140 </listitem>
141 </itemizedlist>
142 </listitem>
143
144 <listitem>
145 <para>November 15, 2005</para>
146 <itemizedlist>
147 <listitem>
148 <para>[ken] - Correct temporary perl instructions to actually install
149 perl. Thanks to Harri K. Tikkala. Fix text for number of directories
150 to add to ld.so.conf - Thanks to Go Moko.</para>
151 </listitem>
152 </itemizedlist>
153 </listitem>
154
155 <listitem>
156 <para>November 11, 2005</para>
157 <itemizedlist>
158 <listitem>
159 <para>[manuel] - Added the Module-Init-Tools patch in boot chapter.
160 This fix r6941.</para>
161 </listitem>
162 <listitem>
163 <para>[ken] - Reduce temporary perl to a single 32-bit install.</para>
164 </listitem>
165 </itemizedlist>
166 </listitem>
167
168 <listitem>
169 <para>October 31, 2005</para>
170 <itemizedlist>
171 <listitem>
172 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
173 </listitem>
174 </itemizedlist>
175 </listitem>
176
177 </itemizedlist>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.