source: chapter01/changelog.xml@ fff7530

6.0
Last change on this file since fff7530 was fff7530, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Install iproute2 to /sbin now to comply with the FHS

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

  • Property mode set to 100644
File size: 17.4 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[caa1aae]6<sect1 id="ch-scatter-changelog" condition="no-print">
[6370fa6]7<title>Changelog</title>
[673b0d8]8<?dbhtml filename="changelog.html"?>
[6370fa6]9
[b157558]10<para>This is version &version; of the Linux From Scratch book, dated
11&releasedate;. If this book is more than two months old, a newer and better
12version is probably already available. To find out, please check one of the
13mirrors via <ulink url="&lfs-root;"/>.</para>
[673b0d8]14
[b157558]15<para>Below is a list of changes made since the previous release of the book,
16first a summary, then a detailed log.</para>
[e054f07]17
[bc827b39]18<itemizedlist>
19
[b157558]20<listitem><para>Upgraded to:</para>
21<itemizedlist>
[c36f3564]22<listitem><para>automake-1.8.5</para></listitem>
[fd37ef0]23<listitem><para>binutils-2.15.91.0.1</para></listitem>
[9dfc02f]24<listitem><para>bison-1.875a</para></listitem>
25<listitem><para>flex-2.5.31</para></listitem>
[e075967]26<listitem><para>gcc-3.4.1</para></listitem>
[d184706]27<listitem><para>glibc-2.3.4-20040701</para></listitem>
[80a9683]28<listitem><para>groff-1.19.1</para></listitem>
[248c920]29<listitem><para>lfs-bootscripts-2.2.0</para></listitem>
[9c73bc30]30<listitem><para>linux-2.6.7</para></listitem>
[186f9fc0]31<listitem><para>m4-1.4.1</para></listitem>
[e432146]32<listitem><para>man-pages-1.67</para></listitem>
[964e0ea]33<listitem><para>psmisc-21.5</para></listitem>
[64a9b14]34<listitem><para>sed-4.1.1</para></listitem>
[1f73d38d]35<listitem><para>tar-1.14</para></listitem>
[4661335e]36<listitem><para>vim-6.3</para></listitem>
[ede9b9b]37</itemizedlist>
38</listitem>
39
40<listitem><para>Added:</para>
41<itemizedlist>
[71bbe67]42<listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
43<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
44<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
[6aaa1b0]45<listitem><para>iproute2-2.6.X-ss040702</para></listitem>
46<listitem><para>iproute2-2.6.X-ss040702-remove_db-1.patch</para></listitem>
[e43d9b66]47<listitem><para>linux-libc-headers-2.6.7.0</para></listitem>
[9dfc02f]48<listitem><para>module-init-tools-3.0</para></listitem>
[e43d9b66]49<listitem><para>net-tools-1.60-gcc34-3.patch</para></listitem>
[3125dfb]50<listitem><para>readline-4.3</para></listitem>
[71bbe67]51<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
52<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
53<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
[456a1d92]54<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
[6ea075cf]55<listitem><para>udev-028</para></listitem>
[18da154]56<listitem><para>udev-config-1.permissions</para></listitem>
[95f485ae]57<listitem><para>udev-config-1.rules</para></listitem>
[71bbe67]58<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
[b5b61fd]59<listitem><para>vim-6.3 language files</para></listitem>
[ede9b9b]60</itemizedlist>
61</listitem>
62
63<listitem><para>Removed:</para>
64<itemizedlist>
[9dfc02f]65<listitem><para>bison-1.875-attribute.patch</para></listitem>
[ac55dee]66<listitem><para>coreutils-5.2.1-hostname-1.patch</para></listitem>
[9dfc02f]67<listitem><para>ed-0.2</para></listitem>
68<listitem><para>gcc-2.95.3</para></listitem>
69<listitem><para>kbd-1.12-more-programs-1.patch</para></listitem>
70<listitem><para>modutils-2.4.25</para></listitem>
[6aaa1b0]71<listitem><para>net-tools-1.60</para></listitem>
[c8ba565]72<listitem><para>net-tools-1.60-miitool-gcc33-1.patch</para></listitem>
[9dfc02f]73<listitem><para>procinfo-18</para></listitem>
[ede9b9b]74</itemizedlist>
75</listitem>
[95f485ae]76
[fff7530]77<listitem><para>July 16, 2004 [matt]: Install iproute2 to /sbin to
78comply with the FHS and to allow the bootscripts to run even if /usr is
79mounted on a separate filesystem. (Oliver Brakmann)</para></listitem>
80
[84988c0]81<listitem><para>July 15, 2004 [matt]: Fixed various networking inaccuracies
82(Kevin P. Fleming)</para></listitem>
83
[287a4e78]84<listitem><para>July 14, 2004 [matt]: chapter07/network.xml - A couple
85of minor fixes for the network configuration</para></listitem>
86
87<listitem><para>July 14, 2004 [matt]: chapter06/iproute2.xml - Fixed
88remaining reference to net-tools</para></listitem>
89
[15afe874]90<listitem><para>July 14, 2004 [matt]: chapter06/udev.xml - Explained udevdir
91option</para></listitem>
92
[fc26c03]93<listitem><para>July 12, 2004 [matt]: Network bootscripts now support directory
94based configurations.</para></listitem>
95
[248c920]96<listitem><para>July 12, 2004 [matt]: Upgraded to lfs-bootscripts-2.2.0.</para>
97</listitem>
98
[6aaa1b0]99<listitem><para>July 12, 2004 [matt]: Swapped iproute2 in for net-tools (kudos
100and many thanks to Jim Gifford)</para></listitem>
101
[3216ee4]102<listitem><para>July 7, 2004 [matt]: Removed hotplug.</para></listitem>
103
[64a9b14]104<listitem><para>July 6, 2004 [matt]: Upgraded to sed-4.1.1.</para></listitem>
105
[d9e7e0a]106<listitem><para>July 5, 2004 [alexander]: Updated GCC testresults
107link.</para></listitem>
108
[d184706]109<listitem><para>July 3, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040701.</para>
110</listitem>
111
[e075967]112<listitem><para>July 2, 2004 [winkie]: Upgraded to GCC 3.4.1.</para></listitem>
113
[0141195]114<listitem><para>July 2, 2004 [winkie]: Updated the Udev permissions
115configuration to include the nvidia kernel modules.</para></listitem>
116
[181a690]117<listitem><para>June 29, 2004 [alexander]: Explained the benefits of setting
118LC_ALL properly.</para></listitem>
119
[6ea075cf]120<listitem><para>June 28, 2004 [winkie]: Upgraded to Udev 028, and dropped the
121Udev permissions patch.</para></listitem>
122
[7109566]123<listitem><para>June 28, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2.
124</para></listitem>
125
[d878ce3]126<listitem><para>June 27, 2004 [matt]: Moved glibc test result discussion to
127chapter 6 (where it is actually recommended to be run). Also made it clearer
128that the tests in chapter 5 are optional, as opposed to
129<emphasis>not recommended</emphasis></para></listitem>
130
[cd686ed]131<listitem><para>June 26, 2004 [winkie]: Upgraded to GCC 3.4.1-20040625.</para>
132</listitem>
133
[32324418]134<listitem><para>June 26, 2004 [matt]: Added descriptions for udev package
135contents (Alexander Patrakov)</para></listitem>
136
[e43d9b66]137<listitem><para>June 24, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.7.0
138and updated the Net-tools GCC 3.4 patch.</para></listitem>
139
[3f91a9c]140<listitem><para>June 24, 2004 [alexander]: Wordings changed on the hotplug
141page</para></listitem>
142
143<listitem><para>June 24, 2004 [alexander]: Removed hotplug isapnp patch for a
144while until bugs are fixed</para></listitem>
145
[4abce96]146<listitem><para>June 23, 2004 [matt]: Removed the note regarding the use of
147GRUB's --no-mem-option</para></listitem>
148
[35ee31b]149<listitem><para>June 23, 2004 [matt]: Removed dpasswd from shadow's list of
150installed files.</para></listitem>
151
[4c71931]152<listitem><para>June 23, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2-pre2.
153</para></listitem>
154
[95f485ae]155<listitem><para>June 21, 2004 [winkie]: Added the Udev permissions patch to fix
156a regression from version 023 (really nasty bug, too).</para></listitem>
[b5b61fd]157
[19afc4e]158<listitem><para>June 20, 2004 [matt]: chapter07 - console. Add a note regarding
159the screen font not being set automatically when the console script isn't run.
160(Alexander Patrakov)</para></listitem>
161
[1baa579d]162<listitem><para>June 20, 2004 [matt]: chapter03 - packages. Point people at the
163FTP mirrors and GnuPG.</para></listitem>
164
[2def124]165<listitem><para>June 19, 2004 [winkie]: Modified Flex installation to only touch
166the flex.1 manual page, since that's the only one that exists.</para></listitem>
167
[deaf14a]168<listitem><para>June 19, 2004 [matt]: chapter05 - hostreqs. Provide clearer
169information regarding determining whether the host kernel is suitable for
170passing glibcs testsuite</para></listitem>
171
[d8277ea]172<listitem><para>June 19, 2004 [matt]: chapter06 - creatingdirs. Use
173`install -d` instead of `mkdir` (fixes bug #821)</para></listitem>
174
[1fd5d19]175<listitem><para>June 19, 2004 [matt]: chapter04 - addinguser. Make the lfs user
176a member of the lfs group, in case hosts add a new user to a non-existent gid by
177default (which causes the glibc testsuite to fail). Fixes bug #856.</para>
178</listitem>
179
[89d204ea]180<listitem><para>June 19, 2004 [matt]: chapter07 - console &amp; chapter 08 -
181kernel. Improved wording and re-introduced the option for compiling the keymap
182directly into the kernel.</para></listitem>
183
[8250be1]184<listitem><para>June 19, 2004 [matt]: chapter06 - e2fsprogs, brought
185instructions inline with upstream recommendations.</para></listitem>
186
187<listitem><para>June 19, 2004 [manuel]: Applied the Index entries for Hotplug
[ef57e3b]188and Linux-Libc-Headers. Tags corrections.</para></listitem>
189
[719759a]190<listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use
191the udev daemon instead.</para></listitem>
192
193<listitem><para>June 17, 2004 [matt]: Added the sed permissions patch.</para>
[4a6cd87]194</listitem>
195
[719759a]196<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled 2.6.x
197kernel is required on the host.</para></listitem>
[39734a9]198
[9c73bc30]199<listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
200FPU patch.</para></listitem>
201
[b19d1dae]202<listitem><para>June 16, 2004 [alexander]: Removed the fileencodings line due to
203a bug which causes Vim to default to UTF-8.</para></listitem>
[56f967e]204
[01b2d1b3]205<listitem><para>June 15, 2004 [winkie]: Corrected installation of Readline.
206</para></listitem>
207
[18da154]208<listitem><para>June 15, 2004 [winkie]: Recreate Udev's entry in /etc/hotplug.d,
209since it's not correct for our purposes by default.</para></listitem>
210
211<listitem><para>June 15, 2004 [winkie]: Dropped the Udev patch in favor copying
212the configuration file(s) to /etc/udev after installation.</para></listitem>
213
[cb626e2b]214<listitem><para>June 15, 2004 [winkie]: Upgraded to Sed 4.1.</para></listitem>
215
[31bee15]216<listitem><para>June 15, 2004 [winkie]: Upgraded to Udev 027.</para></listitem>
217
[0bc8e6e]218<listitem><para>June 15, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2-pre1.
219</para></listitem>
220
[b9e738a]221<listitem><para>June 15, 2004 [winkie]: Patched the kernel sources so that it
222defaults to <filename>/bin/true</filename> as the hotplug manager.</para></listitem>
223
[3966ace]224<listitem><para>June 14, 2004 [matt]: Removed GNU/Linux in line with common
225usage regarding the recurring GNU/Linux vs. Linux debate (Larry Lawrence).
226</para></listitem>
227
[eb443a3]228<listitem><para>June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the
229<quote>--no-mem-option</quote> argument from GRUB's
230<filename>menu.lst</filename>, since it is now the default.</para></listitem>
231
[5ea02778]232<listitem><para>June 13, 2004 [alexander]: Security: added
233linux-2.6.6-fpu-1.patch</para></listitem>
234
[7db6ac5]235<listitem><para>June 12, 2004 [jeremy]: Chapter 6 - Hotplug - corrected the
236name of the bogus deps patch</para></listitem>
237
[b3aee6e]238<listitem><para>June 12, 2004 [alexander]: British people speak English but
239need loadkeys and setfont (reported by Dave Mascall on IRC). Corrected the
240text on the console page to account for this</para></listitem>
241
[5ce2fc9]242<listitem><para>June 12, 2004 [alexander]: Re-added the <quote>background</quote> option to
243/etc/vimrc, since it has some educational value. Put this option inside an <quote>if</quote>
[3e05705]244statement because it applies to some, not all, terminals</para></listitem>
245
[0fa9275]246<listitem><para>June 11, 2004 [winkie]: Dropped hackish GRUB instructions in
247favor of a patch from upstream.</para></listitem>
248
[a66c1cd3]249<listitem><para>June 11, 2004 [winkie]: Force Readline to link against Ncurses.
250</para></listitem>
251
[456a1d92]252<listitem><para>June 11, 2004 [alexander]: Added sysvinit-2.85-proclen-1.patch
253</para></listitem>
254
[3546862]255<listitem><para>June 10, 2004 [alexander]: Reverted the bogus change of package
[5ce2fc9]256order. Removed the <quote>background</quote> line from /etc/vimrc because it matches the
[3546862]257default on Linux console</para></listitem>
258
[b5b61fd]259<listitem><para>June 10, 2004 [alexander]: Added a command to autodetect the
260character set of files being edited to /etc/vimrc
261</para></listitem>
262
263<listitem><para>June 10, 2004 [alexander]: Added vim language files. Moved
264vim after gettext in order for them to work
265</para></listitem>
[80a9683]266
[186f9fc0]267<listitem><para>June 9, 2004 [jeremy]: Upgraded to M4-1.4.1, after 9 years!
268</para></listitem>
269
[6338946]270<listitem><para>June 9, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.6.0.
271</para></listitem>
272
[53ba09d]273<listitem><para>June 9, 2004 [winkie]: Updated locations of the Glibc &amp; GCC
274tarballs.</para></listitem>
275
[1582636]276<listitem><para>June 7, 2004 [winkie]: Upgraded to Udev 026.</para></listitem>
277
[aa242b1]278<listitem><para>June 7, 2004 [winkie]: Dropped Net-tools patch for kernel
279headers in favor of a simple sed.</para></listitem>
280
[2ec4b60]281<listitem><para>June 7, 2004 [winkie]: Normalized <quote>sed</quote> usage
282throughout the book.</para></listitem>
283
[9109cd4]284<listitem><para>June 7, 2004 [winkie]: Use the
285<quote>gcc --print-file specs</quote> command to determine the location of the
286<quote>specs</quote> file.</para></listitem>
287
[71bbe67]288<listitem><para>June 7, 2004 [winkie]: Updated patch names to match those used
289by the patches project.</para></listitem>
290
[cb983a8]291<listitem><para>June 7, 2004 [winkie]: Globally changed <quote>DejaGnu</quote>
292to <quote>DejaGNU</quote>.</para></listitem>
293
294<listitem><para>June 7, 2004 [winkie]: Upgraded to Vim 6.3.</para></listitem>
295
[1d6c029]296<listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas
297Reitelbach as the German translator</para></listitem>
298
[0078c4c]299<listitem><para>June 2nd, 2004 [winkie]: Upgraded to GCC 3.4.1-20040601. This
300release fixes bugs with reference to both GCC 3.4.0 and GCC 3.4.1-20040517. Also
301upgraded to Glibc 2.3.4-20040529 which includes lots of fixes for non-x86
302architectures.</para></listitem>
303
[fd37ef0]304<listitem><para>June 1st, 2004 [winkie]: Upgraded to Binutils 2.15.91.0.1. This
305release provides the <quote>-z relro</quote> option.</para></listitem>
306
[17fadf7]307<listitem><para>June 1st, 2004 [winkie]: Inconsequential wrapping fixes.</para>
308</listitem>
309
[a56c4bb]310<listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
311problem. Removed the effectively dead link to the Kernel
312HOWTO.</para></listitem>
313
314<listitem><para>May 29, 2004 [alexander]: Corrected usbfs line in
315/etc/fstab.</para></listitem>
316
317<listitem><para>May 29, 2004 [alexander]: New LFS bootscripts already come
318with the /etc/sysconfig/console file. Corrected the text.</para></listitem>
319
[964e0ea]320<listitem><para>May 25, 2004 [jeremy]: Chapter 6 - Upgraded psmisc to
32121.5.</para></listitem>
322
[2c718ef]323<listitem><para>May 25, 2004 [jeremy]: Corrected download location for the
324lfs-bootscripts package</para></listitem>
325
[a9638aa]326<listitem><para>May 24, 2004 [jeremy]: Upgraded to libc-headers 2.6.5.2</para>
327</listitem>
328
[24789da]329<listitem><para>May 23, 2004 [jeremy]: Chapter 6 - Vim - added an option to the
330vimrc config file</para></listitem>
331
[5f98035]332<listitem><para>May 23th, 2004 [alexander]: Don't list the initscript in the
333contents of the Hotplug package. The reason is that we use winkie's
334replacement script from LFS-Bootscripts.</para></listitem>
335
[a4dadad2]336<listitem><para>May 23th, 2004 [alexander]: Fixed XML validation
337error.</para></listitem>
338
[678e79c]339<listitem><para>May 20th, 2004 [winkie]: Moved group <quote>usb</quote> to GID
34014, instead of 15.</para></listitem>
341
[bad0dd1]342<listitem><para>May 20th, 2004 [winkie]: Dropped Hotplug's
343<quote>cosmetic</quote> patch in favor of the script from LFS-Bootscripts and
344some general textual/rendering cleanups.</para></listitem>
345
[69a7501b]346<listitem><para>May 20th, 2004 [winkie]: Point to the correct GCC patches.
347</para></listitem>
348
[72b0264]349<listitem><para>May 20th, 2004 [alexander]: Added Hotplug 2004_04_01.
350</para></listitem>
351
[7a682ff]352<listitem><para>May 19th, 2004 [winkie]: Change permissions of /dev/random to
3530444 instead of 0666.</para></listitem>
354
[40327886]355<listitem><para>May 19th, 2004 [winkie]: Upgraded to Binutils 2.15 &amp; GCC
3563.4.1-20040517.</para></listitem>
357
[7d77e8e]358<listitem><para>May 18th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1.
359</para></listitem>
360
[01b2724c]361<listitem><para>May 16th, 2004 [winkie]: Upgraded to Automake-1.8.5.</para></listitem>
[c36f3564]362
[90a4897]363<listitem><para>May 15th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1-pre2.
364</para></listitem>
365
[80a9683]366<listitem><para>May 14th, 2004 [winkie]: Upgraded to Groff 1.19.1.</para></listitem>
[b157558]367
[dc32fef]368<listitem><para>May 14th, 2004 [alexander]: Several textual changes on Vim
369page.</para></listitem>
370
[ac55dee]371<listitem><para>May 12th, 2004 [winkie]: Apply patch to assure Coreutils doesn't
372install any binaries that we don't need/want.</para></listitem>
373
[e5f8a42]374<listitem><para>May 12th, 2004 [winkie]: Don't pass <quote>-default</quote> to
375Man's configure, since it's not needed anymore.</para></listitem>
376
[26b1701]377<listitem><para>May 12th, 2004 [winkie]: Shorten the <quote>sed</quote> used
378on Gzip's <filename>gzexe.in</filename> file.</para></listitem>
379
[1ba4207]380<listitem><para>May 12th, 2004 [winkie]: Fixed Coreutils testsuite execution.
381</para></listitem>
382
[32a531e]383<listitem><para>May 11th, 2004 [winkie]: Don't build the PCH header for
384libstdc++ in Chapter 5 -- it's just a waste of space.</para></listitem>
385
[1f73d38d]386<listitem><para>May 11th, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040510 and
387Tar 1.14.</para></listitem>
388
[68beab5]389<listitem><para>May 10th, 2004 [winkie]: Chapter 8 - Upgraded to Linux 2.6.6.
390</para></listitem>
391
[c3d6ceb]392<listitem><para>May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass
393the <quote>--enable-multibyte</quote> option.</para></listitem>
394
[3125dfb]395<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Add Readline installation
396and use it when building Bash.</para></listitem>
397
[8a240bed]398<listitem><para>May 6th, 2004 [winkie]: Added Alexander Patrakov's I18n patch.
399</para></listitem>
400
[7d096f3]401<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Create and use the
402<quote>utmp</quote> group.</para></listitem>
403
404<listitem><para>May 4th, 2004 [winkie]: Chapter 7 - Upgraded to LFS-Bootscripts
4052.1.0 and modify the book to work with it.</para></listitem>
406
[6820da0]407<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Install the
408<quote>passwd</quote> binary in /bin instead of /usr/bin.</para></listitem>
409
[c6f6bd7]410<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Switch the uname patch we
411use, so that we get correct results.</para></listitem>
412
[52216a8]413<listitem><para>May 4th, 2004 [winkie]: Chapter 8 - Use the full LFS version for
414the GRUB title.</para></listitem>
415
[2be5334]416<listitem><para>May 4th, 2004 [winkie]: Chapter 5 &amp; 6 - Use new patch
417naming <quote>standard</quote>.</para></listitem>
418
[4dc8dc6]419<listitem><para>May 3rd, 2004 [winkie]: Merged BE-LFS content - thanks to Ron
420and Jason Scott for the help they gave to BE-LFS before integration.</para></listitem>
[9dfc02f]421
[bc827b39]422</itemizedlist>
423
[5ce2fc9]424<para>Release of version 5.1.1 on June 6th, 2004.</para>
[0ba2766b]425
[6370fa6]426</sect1>
Note: See TracBrowser for help on using the repository browser.