source: chapter01/changelog.xml@ 673b0d8

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 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 673b0d8 was 673b0d8, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Merged newxml into HEAD

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

  • Property mode set to 100644
File size: 6.5 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>grub-0.94</para></listitem>
31<listitem><para>kbd-1.12</para></listitem>
32<listitem><para>less-382</para></listitem>
33<listitem><para>lfs-bootscripts-2.0.4</para></listitem>
34<listitem><para>libtool-2.5.6</para></listitem>
35<listitem><para>linux-2.4.26</para></listitem>
36<listitem><para>man-pages-1.66</para></listitem>
37<listitem><para>modutils-2.4.27</para></listitem>
38<listitem><para>ncurses-5.4</para></listitem>
39<listitem><para>perl-5.8.4</para></listitem>
40<listitem><para>procps-3.2.1</para></listitem>
41<listitem><para>psmisc-21.4</para></listitem>
42<listitem><para>sed-4.0.9</para></listitem>
43<listitem><para>shadow-4.0.4.1</para></listitem>
44<listitem><para>tar-1.13.94</para></listitem>
45<listitem><para>tcl-8.4.6</para></listitem>
46<listitem><para>texinfo-4.7</para></listitem>
47<listitem><para>util-linux-2.12a</para></listitem>
48</itemizedlist>
49</listitem>
50
51<listitem><para>Added:</para>
52<itemizedlist>
53<listitem><para>iana-etc-1.00</para></listitem>
54<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
55<listitem><para>make_devices-1.2</para></listitem>
56<listitem><para>mktemp-1.5 + mktemp-1.5-add-tempfile.patch</para></listitem>
57</itemizedlist>
58</listitem>
59
60<listitem><para>Removed:</para>
61<itemizedlist>
62<listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
63<listitem><para>lfs-utils-0.5</para></listitem>
64<listitem><para>MAKEDEV-1.7</para></listitem>
65<listitem><para>man-1.5m2-manpath.patch</para></listitem>
66<listitem><para>man-1.5m2-pager.patch</para></listitem>
67<listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
68<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
69<listitem><para>perl-5.8.0-libc-3.patch</para></listitem>
70<listitem><para>procps-3.1.11-locale-fix.patch</para></listitem>
71<listitem><para>shadow-4.0.3-newgrp-fix.patch</para></listitem>
72<listitem><para>zlib-1.1.4-vsnprintf.patch</para></listitem>
73</itemizedlist>
74</listitem>
75
76<listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug
77#818).</para></listitem>
78<listitem><para>May 2nd, 2004 [matt]: Removed description of the now
79non-existent part IV from the structure section in the prologue.</para>
80</listitem>
81<listitem><para>May 1st, 2004 [jeremy]: Added creation of the /media and /srv
82directories, as well as 2 directories under /media for floppy and cdrom, as per
83FHS - fixes bugzilla bug #785 and #819.</para></listitem>
84
85<listitem><para>April 14th, 2004 [jeremy]: Updated to lfs-bootscripts-2.0.3, no
86textual changes needed</para></listitem>
87
88<listitem><para>March 24th, 2004 [jeremy]: Chapter 7 - Updated to the new
89lfs-bootscripts-2.0.2, and all necessary changes to the bootscript
90configuration</para></listitem>
91
92<listitem><para>March 21st, 2004 [winkie]: Chapter 6 - Replaced Lfs-Utils
93with Iana-Etc and Mktemp.</para></listitem>
94
95<listitem><para>February 27th, 2004 [jeremy]: Upgraded to
96Procps-3.2.0.</para></listitem>
97
98<listitem><para>February 27th, 2004 [jeremy]: Upgraded to Lfs-utils-0.5 -
99fixes a possible symlink attack in iana-get.</para></listitem>
100
101<listitem><para>February 27th, 2004 [jeremy]: Chapter 6 - Altered the
102instructions for Findutils to be FHS-compliant.</para></listitem>
103
104<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
105/usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
106
107<listitem><para>February 26th, 2004 [jeremy]: Upgraded to
108Linux-2.4.25.</para></listitem>
109
110<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 - Cleaned up the
111Revision of chroot and Reboot sections.</para></listitem>
112
113<listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
114system from chapter 9 to the end of chapter 6.</para></listitem>
115
116<listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
117E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
118
119<listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
120an unnecessary <quote>{,share/}</quote> from the documentation's <command>rm</command>
121command.</para></listitem>
122
123<listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
124Less-382.</para></listitem>
125
126<listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
127Ncurses-5.4, and removed references to the etip patch.</para></listitem>
128
129<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
130paths from the pwconv and grpconv commands, since /usr/sbin is part of
131the default path.</para></listitem>
132
133<listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
134installation section to chapter 7.</para></listitem>
135
136<listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
137Man-pages-1.66.</para></listitem>
138
139<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
140and Acknowledgments sections to the Preface.</para></listitem>
141
142<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
143replaced the MAKEDEV script with the make_devices script. Contributed by
144Matthias Benkmann.</para></listitem>
145
146<listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
147install of the kernel headers to just copying them from the temporary tools
148directory.</para></listitem>
149
150<listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
151of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
152added a little arch script for Perl.</para></listitem>
153
154</itemizedlist>
155
156<para>Release of version 5.1-pre1 on February 1st, 2004.</para>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.