aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
commit673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch)
tree129e27a1450727b440da4378e0117a468eb9c25e /chapter01/changelog.xml
parent287ea55da70ceb1f0990554b7db921d525fef816 (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml75
1 files changed, 60 insertions, 15 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 744056af0..d152c2a3e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -1,12 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
<sect1 id="ch-scatter-changelog">
<title>Changelog</title>
-<?dbhtml filename="changelog.html" dir="chapter01"?>
+<?dbhtml filename="changelog.html"?>
<para>This is version &version; of the Linux From Scratch book, dated
&releasedate;. If this book is more than two months old, a newer and better
version is probably already available. To find out, please check one of the
mirrors via <ulink url="&lfs-root;"/>.</para>
-
+
<para>Below is a list of changes made since the previous release of the book,
first a summary, then a detailed log.</para>
@@ -14,37 +19,78 @@ first a summary, then a detailed log.</para>
<listitem><para>Upgraded to:</para>
<itemizedlist>
+<listitem><para>autoconf-2.59</para></listitem>
+<listitem><para>automake-1.8.4</para></listitem>
+<listitem><para>coreutils-5.2.1</para></listitem>
+<listitem><para>e2fsprogs-1.35</para></listitem>
+<listitem><para>expect-5.41.0</para></listitem>
+<listitem><para>file-4.09</para></listitem>
+<listitem><para>gcc-3.3.3</para></listitem>
+<listitem><para>gettext-0.14.1</para></listitem>
+<listitem><para>grub-0.94</para></listitem>
+<listitem><para>kbd-1.12</para></listitem>
<listitem><para>less-382</para></listitem>
-<listitem><para>lfs-utils-0.5</para></listitem>
-<listitem><para>linux-2.4.25</para></listitem>
+<listitem><para>lfs-bootscripts-2.0.4</para></listitem>
+<listitem><para>libtool-2.5.6</para></listitem>
+<listitem><para>linux-2.4.26</para></listitem>
<listitem><para>man-pages-1.66</para></listitem>
+<listitem><para>modutils-2.4.27</para></listitem>
<listitem><para>ncurses-5.4</para></listitem>
-<listitem><para>procps-3.2.0</para></listitem>
+<listitem><para>perl-5.8.4</para></listitem>
+<listitem><para>procps-3.2.1</para></listitem>
+<listitem><para>psmisc-21.4</para></listitem>
+<listitem><para>sed-4.0.9</para></listitem>
+<listitem><para>shadow-4.0.4.1</para></listitem>
+<listitem><para>tar-1.13.94</para></listitem>
+<listitem><para>tcl-8.4.6</para></listitem>
+<listitem><para>texinfo-4.7</para></listitem>
+<listitem><para>util-linux-2.12a</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Added:</para>
<itemizedlist>
+<listitem><para>iana-etc-1.00</para></listitem>
+<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
<listitem><para>make_devices-1.2</para></listitem>
+<listitem><para>mktemp-1.5 + mktemp-1.5-add-tempfile.patch</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Removed:</para>
<itemizedlist>
+<listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
+<listitem><para>lfs-utils-0.5</para></listitem>
<listitem><para>MAKEDEV-1.7</para></listitem>
+<listitem><para>man-1.5m2-manpath.patch</para></listitem>
+<listitem><para>man-1.5m2-pager.patch</para></listitem>
<listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
+<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
+<listitem><para>perl-5.8.0-libc-3.patch</para></listitem>
+<listitem><para>procps-3.1.11-locale-fix.patch</para></listitem>
+<listitem><para>shadow-4.0.3-newgrp-fix.patch</para></listitem>
+<listitem><para>zlib-1.1.4-vsnprintf.patch</para></listitem>
</itemizedlist>
</listitem>
-<listitem><para>March 21st, 2004 [jeremy]: Chapter 6 - Grub - Removed the sed
-used with grub-0.93 for gcc 3.3 compliance, as it's not necessary with
-0.94</para></listitem>
+<listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug
+#818).</para></listitem>
+<listitem><para>May 2nd, 2004 [matt]: Removed description of the now
+non-existent part IV from the structure section in the prologue.</para>
+</listitem>
+<listitem><para>May 1st, 2004 [jeremy]: Added creation of the /media and /srv
+directories, as well as 2 directories under /media for floppy and cdrom, as per
+FHS - fixes bugzilla bug #785 and #819.</para></listitem>
+
+<listitem><para>April 14th, 2004 [jeremy]: Updated to lfs-bootscripts-2.0.3, no
+textual changes needed</para></listitem>
-<listitem><para>March 9th, 2004 [alex]: Chapter 6 - Removed --login from the
-chroot commands.</para></listitem>
+<listitem><para>March 24th, 2004 [jeremy]: Chapter 7 - Updated to the new
+lfs-bootscripts-2.0.2, and all necessary changes to the bootscript
+configuration</para></listitem>
-<listitem><para>March 6th, 2004 [alex]: Rotated the contents of chapters 2, 3
-and 4.</para></listitem>
+<listitem><para>March 21st, 2004 [winkie]: Chapter 6 - Replaced Lfs-Utils
+with Iana-Etc and Mktemp.</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to
Procps-3.2.0.</para></listitem>
@@ -71,7 +117,7 @@ system from chapter 9 to the end of chapter 6.</para></listitem>
E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
<listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
-an unnecessary "{,share/}" from the documentation's <command>rm</command>
+an unnecessary <quote>{,share/}</quote> from the documentation's <command>rm</command>
command.</para></listitem>
<listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
@@ -91,7 +137,7 @@ installation section to chapter 7.</para></listitem>
Man-pages-1.66.</para></listitem>
<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
-and Acknowledgements sections to the Preface.</para></listitem>
+and Acknowledgments sections to the Preface.</para></listitem>
<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
replaced the MAKEDEV script with the make_devices script. Contributed by
@@ -110,4 +156,3 @@ added a little arch script for Perl.</para></listitem>
<para>Release of version 5.1-pre1 on February 1st, 2004.</para>
</sect1>
-