source: chapter01/changelog.xml@ 834968d

Last change on this file since 834968d was 7efb663, checked in by Zack Winkles <winkie@…>, 20 years ago

Last commit was to the wrong chapter; fixed.

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

  • Property mode set to 100644
File size: 7.8 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">
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>autoconf-2.59</para></listitem>
23<listitem><para>automake-1.8.4</para></listitem>
24<listitem><para>coreutils-5.2.1</para></listitem>
25<listitem><para>e2fsprogs-1.35</para></listitem>
26<listitem><para>expect-5.41.0</para></listitem>
27<listitem><para>file-4.09</para></listitem>
28<listitem><para>gcc-3.3.3</para></listitem>
29<listitem><para>gettext-0.14.1</para></listitem>
30<listitem><para>glibc-2.3.3-lfs-5.1</para></listitem>
31<listitem><para>grub-0.94</para></listitem>
32<listitem><para>kbd-1.12</para></listitem>
33<listitem><para>less-382</para></listitem>
34<listitem><para>lfs-bootscripts-2.0.5</para></listitem>
35<listitem><para>libtool-2.5.6</para></listitem>
36<listitem><para>linux-2.4.26</para></listitem>
37<listitem><para>man-pages-1.66</para></listitem>
38<listitem><para>modutils-2.4.27</para></listitem>
39<listitem><para>ncurses-5.4</para></listitem>
40<listitem><para>perl-5.8.4</para></listitem>
41<listitem><para>procps-3.2.1</para></listitem>
42<listitem><para>psmisc-21.4</para></listitem>
43<listitem><para>sed-4.0.9</para></listitem>
44<listitem><para>shadow-4.0.4.1</para></listitem>
45<listitem><para>tar-1.13.94</para></listitem>
46<listitem><para>tcl-8.4.6</para></listitem>
47<listitem><para>texinfo-4.7</para></listitem>
48<listitem><para>util-linux-2.12a</para></listitem>
49</itemizedlist>
50</listitem>
51
52<listitem><para>Added:</para>
53<itemizedlist>
54<listitem><para>iana-etc-1.00</para></listitem>
55<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
56<listitem><para>make_devices-1.2</para></listitem>
57<listitem><para>mktemp-1.5 + mktemp-1.5-add-tempfile.patch</para></listitem>
58</itemizedlist>
59</listitem>
60
61<listitem><para>Removed:</para>
62<itemizedlist>
63<listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
64<listitem><para>lfs-utils-0.5</para></listitem>
65<listitem><para>MAKEDEV-1.7</para></listitem>
66<listitem><para>man-1.5m2-manpath.patch</para></listitem>
67<listitem><para>man-1.5m2-pager.patch</para></listitem>
68<listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
69<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
70<listitem><para>perl-5.8.0-libc-3.patch</para></listitem>
71<listitem><para>procps-3.1.11-locale-fix.patch</para></listitem>
72<listitem><para>shadow-4.0.3-newgrp-fix.patch</para></listitem>
73<listitem><para>zlib-1.1.4-vsnprintf.patch</para></listitem>
74</itemizedlist>
75</listitem>
76
77<listitem><para>May 17th, 2004 [winkie]: Chapter 5 - Pass
78<quote>AUTOCONF=no</quote> to the Glibc build. This prevents autoconf from
79causing us problems.</para></listitem>
80
81<listitem><para>May 16th, 2004 [jeremy]: Chapter 9 - Added a brief paragraph
82to the rebooting system page to discuss packages which might be useful to
83add prior to rebooting to the new system</para></listitem>
84
85<listitem><para>May 15th, 2004 [matt]: Chapter 6 - Added a clearer warning that
86make_devices needs to be customised</para></listitem>
87
88<listitem><para>May 14th, 2004 [matt]: Chapter 3 - Added glibc's md5sum</para>
89</listitem>
90
91<listitem><para>May 14th, 2004 [matt]: Chapters 5 &amp; 6 - Upgraded to
92glibc-2.3.3-lfs-5.1</para></listitem>
93
94<listitem><para>May 11th, 2004 [jeremy]: Prologue - Updated the list of
95active staff in the project.</para></listitem>
96
97<listitem><para>May 9th, 2004 [winkie]: Chapter 6 - Removed unused and broken
98entries from <filename>nsswitch.conf</filename>.</para></listitem>
99
100<listitem><para>May 7th, 2004 [matt]: Merged Manuel's lfs-xsl-0.9 patches</para>
101</listitem>
102<listitem><para>May 7th, 2004 [matt]: Fixed README error regarding invocation of
103`make`</para></listitem>
104<listitem><para>May 3rd, 2004: LFS 5.1-pre2 released</para></listitem>
105
106<listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug
107#818).</para></listitem>
108<listitem><para>May 2nd, 2004 [matt]: Removed description of the now
109non-existent part IV from the structure section in the prologue.</para>
110</listitem>
111<listitem><para>May 1st, 2004 [jeremy]: Added creation of the /media and /srv
112directories, as well as 2 directories under /media for floppy and cdrom, as per
113FHS - fixes bugzilla bug #785 and #819.</para></listitem>
114
115<listitem><para>April 14th, 2004 [jeremy]: Updated to lfs-bootscripts-2.0.3, no
116textual changes needed</para></listitem>
117
118<listitem><para>March 24th, 2004 [jeremy]: Chapter 7 - Updated to the new
119lfs-bootscripts-2.0.2, and all necessary changes to the bootscript
120configuration</para></listitem>
121
122<listitem><para>March 21st, 2004 [winkie]: Chapter 6 - Replaced Lfs-Utils
123with Iana-Etc and Mktemp.</para></listitem>
124
125<listitem><para>February 27th, 2004 [jeremy]: Upgraded to
126Procps-3.2.0.</para></listitem>
127
128<listitem><para>February 27th, 2004 [jeremy]: Upgraded to Lfs-utils-0.5 -
129fixes a possible symlink attack in iana-get.</para></listitem>
130
131<listitem><para>February 27th, 2004 [jeremy]: Chapter 6 - Altered the
132instructions for Findutils to be FHS-compliant.</para></listitem>
133
134<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
135/usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
136
137<listitem><para>February 26th, 2004 [jeremy]: Upgraded to
138Linux-2.4.25.</para></listitem>
139
140<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 - Cleaned up the
141Revision of chroot and Reboot sections.</para></listitem>
142
143<listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
144system from chapter 9 to the end of chapter 6.</para></listitem>
145
146<listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
147E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
148
149<listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
150an unnecessary <quote>{,share/}</quote> from the documentation's <command>rm</command>
151command.</para></listitem>
152
153<listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
154Less-382.</para></listitem>
155
156<listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
157Ncurses-5.4, and removed references to the etip patch.</para></listitem>
158
159<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
160paths from the pwconv and grpconv commands, since /usr/sbin is part of
161the default path.</para></listitem>
162
163<listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
164installation section to chapter 7.</para></listitem>
165
166<listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
167Man-pages-1.66.</para></listitem>
168
169<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
170and Acknowledgments sections to the Preface.</para></listitem>
171
172<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
173replaced the MAKEDEV script with the make_devices script. Contributed by
174Matthias Benkmann.</para></listitem>
175
176<listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
177install of the kernel headers to just copying them from the temporary tools
178directory.</para></listitem>
179
180<listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
181of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
182added a little arch script for Perl.</para></listitem>
183
184</itemizedlist>
185
186<para>Release of version 5.1-pre1 on February 1st, 2004.</para>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.