source: chapter01/changelog.xml@ c61ca82

Last change on this file since c61ca82 was b484748, checked in by Jeremy Huntwork <jhuntwork@…>, 17 years ago

Add '--disable-bootstrap' to GCC pass 2 and chapter 6 GCC to achieve traditional LFS build methods with GCC 4.2.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Changelog</title>
12
13 <para>This is version &version; of the Linux From Scratch book, dated
14 &releasedate;. If this book is more than six months old, a newer and better
15 version is probably already available. To find out, please check one of the
16 mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
17
18 <para>Below is a list of changes made since the previous release of the
19 book.</para>
20
21 <itemizedlist>
22 <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
30 <para>[name] - New changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Previous changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37-->
38
39 <listitem>
40 <para>2007-08-31</para>
41 <itemizedlist>
42 <listitem>
43 <para>[jhuntwork] - Add --disable-bootstrap flags to GCC pass 2 and chapter 6 GCC,
44 to achieve traditional LFS build methods with GCC 4.2.1.</para>
45 </listitem>
46 </itemizedlist>
47 </listitem>
48
49 <listitem>
50 <para>2007-08-30</para>
51 <itemizedlist>
52 <listitem>
53 <para>[jhuntwork] - Upgraded to FSF Binutils version 2.18.</para>
54 </listitem>
55 <listitem>
56 <para>[jhuntwork] - Use --with-arch=i486 only for x86. Also force '-m64' for 64-bit builds.
57 Lastly, use 'make' instead of 'make bootstrap' on gcc pass 1. The bootstrap is now default.</para>
58 </listitem>
59 </itemizedlist>
60 </listitem>
61
62 <listitem>
63 <para>2007-08-27</para>
64 <itemizedlist>
65 <listitem>
66 <para>[bdubbs] - Upgrade to Linux-2.6.22.5. Fixes
67 <ulink url="&lfs-ticket-root;2064">#2065</ulink>.</para>
68 </listitem>
69 <listitem>
70 <para>[dnicholson] - Changed the Shadow download URL to a more
71 stable location.</para>
72 </listitem>
73 <listitem>
74 <para>[dnicholson] - Updated the acknowledgements page again.</para>
75 </listitem>
76 </itemizedlist>
77 </listitem>
78
79 <listitem>
80 <para>2007-08-21</para>
81 <itemizedlist>
82 <listitem>
83 <para>[bdubbs] - Synced to 6.3 updates: linux 2.6.22.4,
84 man-db patch, update acknowledgements page.</para>
85 </listitem>
86 </itemizedlist>
87 </listitem>
88
89 <listitem>
90 <para>2007-08-20</para>
91 <itemizedlist>
92 <listitem>
93 <para>[jhuntwork] - Use --with-arch=i486 on GCC instead of -march=i486 with Glibc.</para>
94 </listitem>
95 <listitem>
96 <para>[bryan] - Fix typo in acknowledgements.</para>
97 </listitem>
98 </itemizedlist>
99 </listitem>
100
101 <listitem>
102 <para>2007-08-19</para>
103 <itemizedlist>
104 <listitem>
105 <para>[bdubbs] - Upgrade to Linux-2.6.22.3, fixes
106 <ulink url="&lfs-ticket-root;2060">#2060</ulink>..</para>
107 </listitem>
108 <listitem>
109 <para>[bdubbs] - Updated acknowledgements.</para>
110 </listitem>
111 </itemizedlist>
112 </listitem>
113
114 <listitem>
115 <para>2007-08-13</para>
116 <itemizedlist>
117 <listitem>
118 <para>[dnicholson] - Updated to LFS-Bootscripts-20070813.</para>
119 </listitem>
120 </itemizedlist>
121 </listitem>
122
123 <listitem>
124 <para>2007-08-11</para>
125 <itemizedlist>
126 <listitem>
127 <para>[bdubbs] - Upgrade to Linux-2.6.22.2, fixes
128 <ulink url="&lfs-ticket-root;2059">#2059</ulink>.</para>
129 </listitem>
130 <listitem>
131 <para>[dnicholson] - Changed the Bash testsuite standard input fix
132 to only affect the necessary test script.</para>
133 </listitem>
134 <listitem>
135 <para>[jhuntwork] - Add -march=i486 to Glibc for x86 builds as default of i386 is
136 incompatible.</para>
137 </listitem>
138 <listitem>
139 <para>[jhuntwork] - Make the sed to Glibc's test-installation.pl file
140 architecture independent.</para>
141 </listitem>
142 </itemizedlist>
143 </listitem>
144
145 <listitem>
146 <para>2007-08-07</para>
147 <itemizedlist>
148 <listitem>
149 <para>[jhuntwork] - Fix Perl-5.8.8 to build with GCC-4.2.1.
150 Have makedepend.SH check for 'command-line' as well as 'command line'.</para>
151 </listitem>
152 <listitem>
153 <para>[jhuntwork] - Fix Coreutils-6.9 and Gzip-1.3.12 to work with Glibc-2.6.1.
154 Rename the futimens function.</para>
155 </listitem>
156 <listitem>
157 <para>[jhuntwork] - Use a loop, find and sed instead of the gcc specs patch</para>
158 </listitem>
159 <listitem>
160 <para>[jhuntwork] - Upgraded to Glibc 2.6.1</para>
161 </listitem>
162 <listitem>
163 <para>[jhuntwork] - Add --disable-shared to gcc pass 1. Requires adding
164 a libgcc_eh.a -> libgcc.a symlink.</para>
165 </listitem>
166 <listitem>
167 <para>[jhuntwork] - Since we're using HJL Binutils, add m4, bison and flex
168 back to chatper 5.</para>
169 </listitem>
170 <listitem>
171 <para>[jhuntwork] - Upgraded to GCC 4.2.1</para>
172 </listitem>
173 <listitem>
174 <para>[jhuntwork] - Upgraded to HJL Binutils-2.17.50.0.18</para>
175 </listitem>
176 <listitem>
177 <para>[jhuntwork] - Update commands to work with both x86 and x86_64</para>
178 </listitem>
179 <listitem>
180 <para>[jhuntwork] - Use '-n' when creating /tools/lib64 symlink.
181 Will fail if that directory or symlink already exists, instead of
182 creating an unwanted lib -> lib symlink inside of /tools/lib. Fix
183 from Dan Nicholson.</para>
184 </listitem>
185 </itemizedlist>
186 </listitem>
187
188 </itemizedlist>
189
190 <para>LFS 6.3 released August 28, 2007.</para>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.