source: chapter01/changelog.xml@ 74071b1

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_0 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 74071b1 was 74071b1, checked in by Mark Hymers <markh@…>, 23 years ago

fixed typo

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

  • Property mode set to 100644
File size: 11.6 KB
Line 
1<sect1 id="ch01-changelog">
2<title>Changelog</title>
3
4<para>&version; - &releasedate;</para>
5
6<itemizedlist>
7
8<listitem><para>Updated to:
9
10<itemizedlist>
11
12<listitem><para>MAKEDEV-1.2</para></listitem>
13<listitem><para>autoconf-2.52</para></listitem>
14<listitem><para>automake-1.5</para></listitem>
15<listitem><para>binutils-2.11.2</para></listitem>
16<listitem><para>e2fsprogs-1.22</para></listitem>
17<listitem><para>file-3.36</para></listitem>
18<listitem><para>gcc-2.95.3</para></listitem>
19<listitem><para>gettext-0.10.39</para></listitem>
20<listitem><para>glibc-2.2.4</para></listitem>
21<listitem><para>groff-1.17.2</para></listitem>
22<listitem><para>linux-2.4.9</para></listitem>
23<listitem><para>man-pages-1.39</para></listitem>
24<listitem><para>modutils-2.4.7</para></listitem>
25<listitem><para>sysvinit-2.81</para></listitem>
26<listitem><para>util-linux-2.11h</para></listitem>
27
28</itemizedlist>
29
30</para></listitem>
31
32<listitem><para>After much testing and discussing, it's been decided to
33downgrade to gcc-2.95.3 for the time being, until problems with the new
34gcc-3.0 version have been fixed.</para></listitem>
35
36<listitem><para>Chapter 5: sed commands for bzip2 and mawk static
37compiles have been replaced with a simpler flag to gcc.</para></listitem>
38
39<listitem><para>Chapter 5: A sed for fileutils-4.1 static has been added to
40avoid Segmentation Fault problems on glibc-2.2.3 systems.</para></listitem>
41
42<listitem><para>Chapter 5: Binutils doens't require us passing -e to
43make in order for LDFLAGS=-static to work properly.</para></listitem>
44
45<listitem><para>Chapter 5: GCC isn't statically linked anymore by using
46make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static.</para></listitem>
47
48<listitem><para>Chapter 5: Removed kernel patch for gcc-3.0
49compilation</para></listitem>
50
51<listitem><para>Chapter 5: Added gcc-patch to fix re_max_failure
52compile problems</para></listitem>
53
54<listitem><para>Chapter 5: Added missing chown root.root
55$LFS/usr/include/linux to kernel installation </para></listitem>
56
57<listitem><para>Chapter 5 &amp; 6: Changed tar patch to use -j for bzip2
58files instead of -y in order to be compatible with next tar release. Also
59renamed patch file to tar-1.13.patch</para></listitem>
60
61<listitem><para>Chapters 5 &amp; 6: Added a new patch for gcc-2.95.3
62which fixes various problems such as the weak symbol
63bug.</para></listitem>
64
65<listitem><para>Chapter 6: Bzip2 and shadowutils static libraries
66are now put in /usr/lib instead of /lib. There are now also links
67from /usr/lib to their dynamic libraries in /lib to enable the linker to
68still find the dynamic versions.</para></listitem>
69
70<listitem><para>Chapter 6: ncurses patch totally
71removed. Static libraries now moved to /usr/lib and libcurses.a symlink
72created manually. A symlink is also created from /usr/lib to the
73dynamic libraries in /lib so that the linker still sees them.</para></listitem>
74
75<listitem><para>Chapter 6: Yacc script in bison page now uses exec bison
76which replaces the shell.</para></listitem>
77
78<listitem><para>Chapter 6: Util-linux sed command has been replaced with a
79flag to make.</para></listitem>
80
81<listitem><para>Chapter 6: Man patch replaced with
82sed command.</para></listitem>
83
84<listitem><para>Chapter 6: Removed shadow-utils patch in favour of a sed
85command</para></listitem>
86
87<listitem><para>Chapter 6: Removed sysvinit patch in favour of a sed
88command.</para></listitem>
89
90<listitem><para>Chapter 6: Removed the Groff command explanation
91regarding CXXFLAGS which has been made obsolete with the update
92to groff-1.17.1</para></listitem>
93
94<listitem><para>Chapter 6: Moved the net-tools installation until after
95sh-utils so that net-tools can replace sh-utils's
96/bin/hostname.</para></listitem>
97
98<listitem><para>Chapter 6: After installing Glibc, run exec /bin/bash
99--login instead of exiting and re-entering the chroot'ed
100environment.</para></listitem>
101
102<listitem><para>Chapter 7: Changed $* into "$@" in the functions and rc
103scripts. "$@" allows usage of quoted arguments with blanks.</para></listitem>
104
105<listitem><para>Chapter 7: Added print_error_msg from the rcS script as
106it appears in the rc script as well.</para></listitem>
107
108</itemizedlist>
109
110<para>3.0-pre4 - June 22nd, 2001</para>
111
112<itemizedlist>
113
114<listitem><para>Chapter 5: Reordered the installations
115alphabetically.</para></listitem>
116
117<listitem><para>Chapter 6: Moved the installations of ed and
118patch into their alphabetical positions.</para></listitem>
119
120<listitem><para>Chapter 7: Added [ ATTN ] warning message to
121the functions script. When you attemp to start a service that's
122already running or stop a service that's not running, it'll not
123print FAILED anymore but [ ATTN ] along with "Already running"
124or "Not running".</para></listitem>
125
126<listitem><para>Chapter 9: Renamed the network-scripts
127directory in nic-config.</para></listitem>
128
129</itemizedlist>
130
131<para>3.0-pre3 - May 12th, 2001</para>
132
133<itemizedlist>
134
135<listitem><para>Added numerous FHS compliance notes. These
136instructions can be followed if one wishes to build a fully
137FHS-compliant system.</para></listitem>
138
139<listitem><para>Chapter 4: Updated the directory list to be more
140FHS compliant. Mainly this meant adding the opt directories and
141removing /usr/tmp and /usr/local/tmp</para></listitem>
142
143<listitem><para>Chapter 5: We now copy the kernel include directories
144instead of linking to them. This is theoretically safer if we plan on
145upgrading the kernel.</para></listitem>
146
147<listitem><para>Chapter 5+6: Removed fileutils-patch. After upgrading
148to fileutils-4.1 the patch isn't needed anymore.</para></listitem>
149
150<listitem><para>Chapter 5+6: Put back the instructions on how to
151copy/remove the old NSS library files, in case the original distribution
152uses glibc-2.0.x.</para></listitem>
153
154<listitem><para>Chapter 5: Added the notice about an old version
155of install-info.</para></listitem>
156
157<listitem><para>Chapter 5: Removed the installation of a static
158gettext.</para></listitem>
159
160<listitem><para>Chapter 6: Changed bin86's installation from
161"make PREFIX=/usr install" to "make INSTALL_OPTS="-m 755"
162PREFIX=/usr install". This will prevent install from invoking strip -s
163on the files. This fails because a couple of the installed files are
164shell scripts rather than programs, so they can't be stripped.</para></listitem>
165
166<listitem><para>Chapter 6: Removed the ld.so section since we
167only used the man pages and replaced it with a patch to man-pages.</para></listitem>
168
169<listitem><para>Chapter 7+8: Moved the creation of /etc/fstab
170to chapter 8.</para></listitem>
171
172<listitem><para>Appendix A: Added missing descriptions of frcode,
173code and bigram in the findutils-4.1 package.</para></listitem>
174
175</itemizedlist>
176
177<para>3.0-pre2 - April 14th, 2001</para>
178
179<itemizedlist>
180
181<listitem><para>Chapter 5: Simplified ln commands.</para></listitem>
182
183<listitem><para>Chapter 5: Removed prefix=$LFS/usr from tar's
184make install.</para></listitem>
185
186<listitem><para>Chapter 5+6: Removed --disable-nls from configuration
187of programs that don't need it (bash, diffutils, gzip, sed,
188m4).</para></listitem>
189
190<listitem><para>Chapter 5+6: Changed from "cd dir &amp;&amp; make"
191to "make -C dir" (gettext-static, sysvinit).</para></listitem>
192
193<listitem><para>Chapter 5: Beautified the static link process
194for mawk.</para></listitem>
195
196<listitem><para>Chapter 5: Changed the links we create during
197gcc-installation to $LFS/usr/bin/cpp.</para></listitem>
198
199<listitem><para>Chapter 6: Changed the procps installation
200from sed'ing to an easier way.</para></listitem>
201
202<listitem><para> Chapter 6: Changed all "rm file &amp;&amp; ln -s dest
203file" into "ln -sf file" (in glibc, bzip2 and gzip
204installations).</para></listitem>
205
206<listitem><para>Chapter 6: Added a sed to fix a problem during
207glibc-installation. pt_chown can not be installed setuid root,
208because "root" is not known by glibc yet (kind of hen and
209egg-problem).</para></listitem>
210
211<listitem><para>Chapter 6: Changed consoledata/tools to kbd, which
212is more actively developed, and less of a pain to install.</para></listitem>
213
214<listitem><para>Appendix A: Added the description of the Netkit-base
215and Net-tools packages.</para></listitem>
216
217</itemizedlist>
218
219<para>3.0-pre1 - February 27th, 2001</para>
220
221<itemizedlist>
222
223<listitem><para>Converted the SGML source to XML.</para></listitem>
224
225<listitem><para>Chapter 4: Tell the user to use cfdisk rather than
226fdisk. The fdisk man page recommends cfdisk over fdisk because
227it's more stable.</para></listitem>
228
229<listitem><para>Chapter 4: Changed the wording to make it more general
230as ext2 no longer is the only used file system. Reiser for example is
231often used too now.</para></listitem>
232
233<listitem><para>Chapter 5: Added static mawk, texinfo and partially
234gettext to faciliate the move of Glibc from Chapter 5
235to Chapter 6.</para></listitem>
236
237<listitem><para>Chapter 5: Added Makedev to chapter 5. We don't create
238the device files here, only copy the MAKEDEV script and make a temp
239copy which will be used to create device files. This second file
240(MAKEDEV-temp) doesn't contain user names and group names but only user
241id's and group id's. We need a few device files to get Glibc installed,
242but before GLibc is installed user and group names are not recognized yet;
243only the numeric id's. This requires a slightly modified MAKEDEV script
244which will be generated by patching the original one. This patching is done
245here in chapter 5. Also, fixed the explanations on both
246makedev installations.</para></listitem>
247
248<listitem><para>Chapter 5: Recommended to install all the software
249while logged in (or su'ed to) user root.</para></listitem>
250
251<listitem><para>Chapter 5+6: Added the fileutils-4.0 patch which is
252needed to compile the fileutils package on Glibc-2.2 based systems
253(such as the upcoming LFS-3.0 system).</para></listitem>
254
255<listitem><para>Chapter 5+6: Upgraded from gcc-2.95.2 to
256gcc-2.95.2.1</para></listitem>
257
258<listitem><para>Chapter 5+6: Moved Glibc from chapter 5 to
259chapter 6</para></listitem>
260
261<listitem><para>Chapter 6: Changed libexecdir=/usr/bin in fileutils
262to libexecdir=/bin</para></listitem>
263
264<listitem><para>Chapter 6: Updated Glibc installation instructions.
265'configparms' file creation has been deleted. No need to pick a compiler
266(either distro's native or the /usr/local/gcc2952/bin/gcc one);
267we're in chroot now so we'll use the one we have</para></listitem>
268
269<listitem><para>Chapter 6: Only copy the man pages from the
270ld.so package. We don't need the ldconfig and ldd programs anymore;
271Glibc-2.2.1 comes with good working versions.</para></listitem>
272
273<listitem><para>Chapter 6: Added the creation of the lex symlink
274to the flex installation.</para></listitem>
275
276<listitem><para>Chapter 6: Changed $* into "$@" in the yacc script
277during bison's installation. "$@" allows usage of quoted arguments
278with blanks. </para></listitem>
279
280<listitem><para>Chapter 6: Fixed the man page installation during
281console-tools' installation.</para></listitem>
282
283<listitem><para>Chapter 6: When entering chroot the $TERM variable
284inside chroot is set properly. This is accomplished by: chroot ...
285-i HOME=/root TERM=$TERM...</para></listitem>
286
287<listitem><para>Chapter 6: Merged the different sulogin lines from
288the inittab file into one line.</para></listitem>
289
290<listitem><para>Chapter 7: Fixed the delays in the killproc function
291in the functions script. Now after kill, first check PIDs, then
292sleep 2 if needed. More details can be read in the comments
293in the script itself.</para></listitem>
294
295<listitem><para>Chapter 7: Added the explanation how the runlevels
296and boot process works when using the LFS scripts.</para></listitem>
297
298<listitem><para>Chapter 10: Added this chapter. It contains "thanks
299and good luck"notes and suggest creating the /etc/lfs-&version;
300file</para></listitem>
301
302</itemizedlist>
303
304</sect1>
305
Note: See TracBrowser for help on using the repository browser.