aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-01-07 12:06:20 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-01-07 12:06:20 +0000
commit0e3cef86ae6c475fbf1ab382ab142c290be6f65e (patch)
tree5d788558766407668ef810693cf680cbe2d868c8
parente1ca33a59d57fc0d767d0b6d9b23df4b8b50d76f (diff)
Added some missing changelog entries. Fixed the Bzip2 test suite (ported from trunk).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml21
-rw-r--r--chapter05/bzip2.xml4
-rw-r--r--chapter06/bzip2.xml5
-rw-r--r--general.ent4
4 files changed, 22 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c24e0c6b0..b0b5ebd5d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -200,7 +200,7 @@ texindex. Thanks to Randy McMurchy for the report and Bruce Dubbs and Joe Ciccon
<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to readline-5.1. Also removed bash-3.0
and readline-5.0 specific patches.</para>
</listitem>
-
+
<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to
work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer
for the fix.</para>
@@ -248,12 +248,18 @@ internationalized man pages for Shadow's <command>groups</command> binary
--strip-components in the unpack of module-init-tools-testsuite
package.</para></listitem>
+<listitem><para>November 24, 2005 [matt]: LFS-6.1.1-pre2
+release.</para></listitem>
+
<listitem><para>November 23, 2005 [gerard]: Corrected reference to 'man page' to
'HTML documentation' in chapter 6/sec</para></listitem>
<listitem><para>November 18, 2005 [manuel]: Fixed the unpack of the
module-init-tools-testsuite package.</para></listitem>
+<listitem><para>November 17, 2005 [matt]: LFS-6.1.1-pre1
+release.</para></listitem>
+
<listitem><para>November 16, 2005 [jhuntwork]: Textual correction concerning
gettext in chapter 5 and the use of --disable-shared</para></listitem>
@@ -272,6 +278,15 @@ build.</para></listitem>
<listitem><para>November 12, 2005 [jhuntwork]: Move m4 to earlier in the
build. Thanks Chris Staub.</para></listitem>
+<listitem><para>November 12, 2005 [matt]: Improve the heuristic for determining
+a locale that is supported by both Glibc and packages outside LFS (bug 1642).
+Many thanks to Alexander Patrakov for highlighting the numerous issues and for
+reviewing the various suggested fixes.</para></listitem>
+
+<listitem><para>November 11, 2005 [matt]: Omit running Bzip2's testsuite as a
+separate step, as <command>make</command> runs it automatically (bug 1652).
+</para></listitem>
+
<listitem><para>November 10, 2005 [jhuntwork]: Initial re-ordering of packages.
Thanks to Chris Staub (bug 684).</para></listitem>
@@ -379,7 +394,7 @@ creation in Texinfo-4.8 that can lead to a symlink attack.</para></listitem>
<command>fixincludes</command> script in chapter5 pass2 and chapter 6 (fixes bug
1636). Thanks to Tushar and Greg for their contributions on this issue.</para>
</listitem>
-
+
<listitem><para>September 29, 2005 [matt]: Add more explicit reader
prerequisites (fixes bug 1629).</para></listitem>
@@ -416,7 +431,7 @@ prevent a umount vulnerability.</para></listitem>
<listitem><para>September 6, 2005 [ken]: Reworded the glibc text to expect
test failures.</para></listitem>
-
+
<listitem><para>September 5, 2005 [ken]: Add patch to fix some of the math
tests in glibc.</para></listitem>
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index 2954f2679..0592d1de0 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -28,12 +28,10 @@
<title>Installation of Bzip2</title>
<para>The Bzip2 package does not contain a <command>configure</command>
-script. Compile it with:</para>
+script. Compile and test it with:</para>
<screen><userinput>make</userinput></screen>
-<para>To test the results, issue: <userinput>make test</userinput>.</para>
-
<para>Install the package:</para>
<screen><userinput>make PREFIX=/tools install</userinput></screen>
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index 16a360789..afe95056f 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -52,13 +52,10 @@ using a different <filename>Makefile</filename> file, in this case the
<filename class="libraryfile">libbz2.so</filename> library and links the Bzip2
utilities against it.</para>
-<para>Compile the package:</para>
+<para>Compile and test the package:</para>
<screen><userinput>make</userinput></screen>
-<para>To test the results, issue:
-<userinput>make test</userinput>.</para>
-
<para>If reinstalling Bzip2, perform
<userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following
<command>make install</command> will fail.</para>
diff --git a/general.ent b/general.ent
index 132d66cb6..d19e994a5 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "ALPHABETICAL-20060105">
-<!ENTITY releasedate "January 5, 2006">
+<!ENTITY version "ALPHABETICAL-20060107">
+<!ENTITY releasedate "January 7, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->