source: BOOK/introduction/x86_64/changelog.xml @ 318ac4f

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 318ac4f was 318ac4f, checked in by Ken Moffat <zarniwhoop@…>, 18 years ago

Fix the gettext -fPIC testsuite problem, now that the original fix no longer works.

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