source: chapter01/changelog.xml@ 055b07b0

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

Remove stale 6.3 related changelog items.

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

  • Property mode set to 100644
File size: 6.3 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-09-15</para>
41 <itemizedlist>
42 <listitem>
43 <para>[matthew] - Add latest upstream patches for Vim.</para>
44 </listitem>
45 <listitem>
46 <para>[matthew] - Upgrade to Sysklogd-1.5. Fixes
47 <ulink url="&lfs-ticket-root;2055">#2055</ulink>.</para>
48 </listitem>
49 <listitem>
50 <para>[matthew] - Add latest upstream patches for Readline. Fixes
51 <ulink url="&lfs-ticket-root;2068">#2068</ulink>.</para>
52 </listitem>
53 <listitem>
54 <para>[matthew] - Upgrade to Man-pages 2.64. Fixes
55 <ulink url="&lfs-ticket-root;2061">#2061</ulink>.</para>
56 </listitem>
57 <listitem>
58 <para>[matthew] - Upgrade to Linux-2.6.22.6. Fixes
59 <ulink url="&lfs-ticket-root;2070">#2070</ulink>.</para>
60 </listitem>
61 <listitem>
62 <para>[jhuntwork] - Remove --with-arch for GCC and adjust CFLAGS for
63 Glibc instead.
64 Thanks to Robert Connolly and Dan Nicholson for investigating how best
65 to adjust CFLAGS, and Greg Schafer for showing the technical
66 benefits of using CFLAGS with Glibc.</para>
67 </listitem>
68 <listitem>
69 <para>[matthew] - Upgrade to DB-4.6.19. Fixes
70 <ulink url="&lfs-ticket-root;2051">#2051</ulink>.</para>
71 </listitem>
72 <listitem>
73 <para>[matthew] - Add latest upstream patches for Bash. Fixes
74 <ulink url="&lfs-ticket-root;2067">#2067</ulink>.</para>
75 </listitem>
76 </itemizedlist>
77 </listitem>
78
79 <listitem>
80 <para>2007-09-07</para>
81 <itemizedlist>
82 <listitem>
83 <para>[manuel] - Added sect1info metainformation blocks to packages
84 pages to help adding package manager support into jhalfs.</para>
85 </listitem>
86 </itemizedlist>
87 </listitem>
88
89 <listitem>
90 <para>2007-09-03</para>
91 <itemizedlist>
92 <listitem>
93 <para>[jhuntwork] - Remove -m64 from binutils and gcc pass 1. Tests show that the 32-bit binary
94 versions still produce the wanted 64-bit code.</para>
95 </listitem>
96 </itemizedlist>
97 </listitem>
98
99 <listitem>
100 <para>2007-08-31</para>
101 <itemizedlist>
102 <listitem>
103 <para>[jhuntwork] - Update explanatory text for the use of -m64.</para>
104 </listitem>
105 <listitem>
106 <para>[jhuntwork] - Update explanatory text for GCC's --with-arch parameter.</para>
107 </listitem>
108 <listitem>
109 <para>[jhuntwork] - Add --disable-bootstrap flags to GCC pass 2 and chapter 6 GCC,
110 to achieve traditional LFS build methods with GCC 4.2.1.</para>
111 </listitem>
112 </itemizedlist>
113 </listitem>
114
115 <listitem>
116 <para>2007-08-30</para>
117 <itemizedlist>
118 <listitem>
119 <para>[jhuntwork] - Upgraded to FSF Binutils version 2.18.</para>
120 </listitem>
121 <listitem>
122 <para>[jhuntwork] - Use --with-arch=i486 only for x86. Also force '-m64' for 64-bit builds.
123 Lastly, use 'make' instead of 'make bootstrap' on gcc pass 1. The bootstrap is now default.</para>
124 </listitem>
125 </itemizedlist>
126 </listitem>
127
128
129 <listitem>
130 <para>2007-08-20</para>
131 <itemizedlist>
132 <listitem>
133 <para>[jhuntwork] - Use --with-arch=i486 on GCC instead of -march=i486 with Glibc.</para>
134 </listitem>
135 </itemizedlist>
136 </listitem>
137
138 <listitem>
139 <para>2007-08-11</para>
140 <itemizedlist>
141 <listitem>
142 <para>[jhuntwork] - Add -march=i486 to Glibc for x86 builds as default of i386 is
143 incompatible.</para>
144 </listitem>
145 <listitem>
146 <para>[jhuntwork] - Make the sed to Glibc's test-installation.pl file
147 architecture independent.</para>
148 </listitem>
149 </itemizedlist>
150 </listitem>
151
152 <listitem>
153 <para>2007-08-07</para>
154 <itemizedlist>
155 <listitem>
156 <para>[jhuntwork] - Fix Perl-5.8.8 to build with GCC-4.2.1.
157 Have makedepend.SH check for 'command-line' as well as 'command line'.</para>
158 </listitem>
159 <listitem>
160 <para>[jhuntwork] - Fix Coreutils-6.9 and Gzip-1.3.12 to work with Glibc-2.6.1.
161 Rename the futimens function.</para>
162 </listitem>
163 <listitem>
164 <para>[jhuntwork] - Use a loop, find and sed instead of the gcc specs patch</para>
165 </listitem>
166 <listitem>
167 <para>[jhuntwork] - Upgraded to Glibc 2.6.1</para>
168 </listitem>
169 <listitem>
170 <para>[jhuntwork] - Add --disable-shared to gcc pass 1. Requires adding
171 a libgcc_eh.a -> libgcc.a symlink.</para>
172 </listitem>
173 <listitem>
174 <para>[jhuntwork] - Since we're using HJL Binutils, add m4, bison and flex
175 back to chatper 5.</para>
176 </listitem>
177 <listitem>
178 <para>[jhuntwork] - Upgraded to GCC 4.2.1</para>
179 </listitem>
180 <listitem>
181 <para>[jhuntwork] - Upgraded to HJL Binutils-2.17.50.0.18</para>
182 </listitem>
183 <listitem>
184 <para>[jhuntwork] - Update commands to work with both x86 and x86_64</para>
185 </listitem>
186 <listitem>
187 <para>[jhuntwork] - Use '-n' when creating /tools/lib64 symlink.
188 Will fail if that directory or symlink already exists, instead of
189 creating an unwanted lib -> lib symlink inside of /tools/lib. Fix
190 from Dan Nicholson.</para>
191 </listitem>
192 </itemizedlist>
193 </listitem>
194
195 </itemizedlist>
196
197 <para>LFS 6.3 released August 28, 2007.</para>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.