source: chapter01/changelog.xml@ db9d773c

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 db9d773c was db9d773c, checked in by Alex Gronenwoud <alex@…>, 20 years ago

Forgetfulness makes the most traffic...

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<sect1 id="ch-scatter-changelog">
2<title>Changelog</title>
3<?dbhtml filename="changelog.html" dir="chapter01"?>
4
5<para>This is version &version; of the Linux From Scratch book, dated
6&releasedate;. If this book is more than two months old, a newer and better
7version is probably already available. To find out, please check one of the
8mirrors via <ulink url="&lfs-root;"/>.</para>
9
10<para>Below is a list of changes made since the previous release of the book,
11first a summary, then a detailed log.</para>
12
13<itemizedlist>
14
15<listitem><para>Upgraded to:</para>
16<itemizedlist>
17<listitem><para>less-382</para></listitem>
18<listitem><para>man-pages-1.66</para></listitem>
19<listitem><para>ncurses-5.4</para></listitem>
20<listitem><para>linux-2.4.25</para></listitem>
21<listitem><para>lfs-utils-0.5</para></listitem>
22<listitem><para>procps-3.2.0</para></listitem>
23</itemizedlist>
24</listitem>
25
26<listitem><para>Added:</para>
27<itemizedlist>
28<listitem><para>make_devices-1.2</para></listitem>
29</itemizedlist>
30</listitem>
31
32<listitem><para>Removed:</para>
33<itemizedlist>
34<listitem><para>MAKEDEV-1.7</para></listitem>
35<listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
36</itemizedlist>
37</listitem>
38
39<listitem><para>February 27th, 2004 [jeremy]: Upgraded to procps-3.2.0</para></listitem>
40
41<listitem><para>February 27th, 2004 [jeremy]: Upgraded to lfs-utils-0.5 -
42fixes a possible symlink attack in iana-get</para></listitem>
43
44<listitem><para>February 27th, 2004 [jeremy]: Altered the instructions for
45Chapter 6 findutils to be FHS-Compliant</para></listitem>
46
47<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
48/usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
49
50<listitem><para>February 26th, 2004 [jeremy]: Upgraded to
51Kernel 2.4.25</para></listitem>
52
53<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 : Cleaned up the
54Revision of chroot and Reboot sections.</para></listitem>
55
56<listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
57system from chapter 9 to the end of chapter 6.</para></listitem>
58
59<listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
60E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
61
62<listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
63an unnecessary "{,share/}" from the documentation's <command>rm</command>
64command.</para></listitem>
65
66<listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
67Less-382.</para></listitem>
68
69<listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
70Ncurses-5.4, and removed references to the etip patch.</para></listitem>
71
72<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
73paths from the pwconv and grpconv commands, since /usr/sbin is part of
74the default path.</para></listitem>
75
76<listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
77installation section to chapter 7.</para></listitem>
78
79<listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
80Man-pages-1.66.</para></listitem>
81
82<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
83and Acknowledgements sections to the Preface.</para></listitem>
84
85<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
86replaced the MAKEDEV script with the make_devices script. Contributed by
87Matthias Benkmann.</para></listitem>
88
89<listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
90install of the kernel headers to just copying them from the temporary tools
91directory.</para></listitem>
92
93<listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
94of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
95added a little arch script for Perl.</para></listitem>
96
97</itemizedlist>
98
99<para>Release of version 5.1-pre1 on February 1st, 2004.</para>
100
101</sect1>
102
Note: See TracBrowser for help on using the repository browser.