source: chapter01/changelog.xml@ 84988c0

6.0
Last change on this file since 84988c0 was 84988c0, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Fixed various networking inaccuracies

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

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