source: introduction/mips64/changelog.xml @ 1fc16cb

Last change on this file since 1fc16cb was 1fc16cb, checked in by Jim Gifford <clfs@…>, 18 years ago

r2890@server: jim | 2006-04-14 13:03:05 -0700
Fixed glibc-ports patch. Moving glibc-ports-version to ports.

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