source: BOOK/introduction/x86_64/changelog.xml@ 8253243

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 8253243 was 582017e, checked in by Ken Moffat <zarniwhoop@…>, 18 years ago

Some days, I feel that same way about docbook that Steve Ballmer feels about google. Reworked final-system/multilib/libtool-64bit to copy directly from final-system/common/ - fixes ticket #83.

  • Property mode set to 100644
File size: 4.2 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-x86_64">
9 <?dbhtml filename="changelog-x86_64.html"?>
10
11 <title>Changelog for x86_64</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>August 6, 2006</para>
38 <itemizedlist>
39 <listitem>
40 <para>[ken] - Fix accidental breakage in the 64-bit libtool text.
41 This fixes ticket #83.</para>
42 </listitem>
43 </itemizedlist>
44 </listitem>
45
46 <listitem>
47 <para>August 3, 2006</para>
48 <itemizedlist>
49 <listitem>
50 <para>[ken] - Fix the testsuite sed for 64-bit gettext. This fixes
51 ticket #80, thanks to Jonathan Davis for the initial report and Go Moko
52 for the initial analysis.</para>
53 </listitem>
54 </itemizedlist>
55 </listitem>
56
57 <listitem>
58 <para>July 24, 2006</para>
59 <itemizedlist>
60 <listitem>
61 <para>[ken] - Add an LDEMULATION when we run the 32-bit libtool
62 testsuite.</para>
63 </listitem>
64 <listitem>
65 <para>[ken] - Fix the locale failures in 32-bit glibc tests, thanks
66 to Go Moko.</para>
67 </listitem>
68 </itemizedlist>
69 </listitem>
70
71 <listitem>
72 <para>July 14, 2006</para>
73 <itemizedlist>
74 <listitem>
75 <para>[jim] - Added Grub use mmap patch to x86_64.</para>
76 </listitem>
77 </itemizedlist>
78 </listitem>
79
80 <listitem>
81 <para>July 4, 2006</para>
82 <itemizedlist>
83 <listitem>
84 <para>[jim] - Added x86 Grub disk geometry patch to x86_64.</para>
85 </listitem>
86 </itemizedlist>
87 </listitem>
88
89 <listitem>
90 <para>December 09, 2005</para>
91 <itemizedlist>
92 <listitem>
93 <para>[ken] - Set prefix to '/' in multilib module-init-tools, to
94 prevent man pages going into /share.</para>
95 </listitem>
96 <listitem>
97 <para>[ken] - Simplify the installation of multilib bzip2.
98 Thanks to Go Moko.</para>
99 </listitem>
100 </itemizedlist>
101 </listitem>
102
103 <listitem>
104 <para>December 03, 2005</para>
105 <itemizedlist>
106 <listitem>
107 <para>[ken] - Reinstate the sed to nullify certain 64-bit gettext tests.</para>
108 </listitem>
109 </itemizedlist>
110 </listitem>
111
112 <listitem>
113 <para>November 15, 2005</para>
114 <itemizedlist>
115 <listitem>
116 <para>[ken] - Correct temporary perl instructions to actually install
117 perl. Thanks to Harri K. Tikkala. Fix text for number of directories
118 to add to ld.so.conf - Thanks to Go Moko.</para>
119 </listitem>
120 </itemizedlist>
121 </listitem>
122
123 <listitem>
124 <para>November 11, 2005</para>
125 <itemizedlist>
126 <listitem>
127 <para>[ken] - Reduce temporary perl to a single 32-bit install.</para>
128 </listitem>
129 </itemizedlist>
130 </listitem>
131
132 <listitem>
133 <para>November 10, 2005</para>
134 <itemizedlist>
135 <listitem>
136 <para>[jim] - Added missing -host to Grub in chatper 7. Thank you G. Moko.</para>
137 </listitem>
138 </itemizedlist>
139 </listitem>
140
141 <listitem>
142 <para>November 2, 2005</para>
143 <itemizedlist>
144 <listitem>
145 <para>[jim] - Fixed type on kernel page. Had TARGET should of been CLFS_TARGET.</para>
146 </listitem>
147 </itemizedlist>
148 </listitem>
149
150 <listitem>
151 <para>October 31, 2005</para>
152 <itemizedlist>
153 <listitem>
154 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
155 </listitem>
156 </itemizedlist>
157 </listitem>
158
159 </itemizedlist>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.