Upgrade to E2fsprogs-1.40.5. Fixes #2138.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2008-02-07 19:35:36 +00:00
parent fadce7a097
commit f0fecc7e8a
4 changed files with 21 additions and 11 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2008-02-07</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgraded to E2fsprogs-1.40.5. Fixes
<ulink url="&lfs-ticket-root;2138">#2138</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2008-01-29</para>
<itemizedlist>

View File

@ -42,13 +42,13 @@
<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
<para>If the output contains features other than
<option>has_journal</option>, <option>dir_index</option>,
<option>filetype</option>, <option>large_file</option>,
<option>resize_inode</option>, <option>sparse_super</option> or
<option>needs_recovery</option>, then your host
system may have custom enhancements. In that case, to avoid later problems,
you should compile the stock E2fsprogs package and use the resulting binaries
to re-create the filesystem on your LFS partition:</para>
<option>has_journal</option>, <option>ext_attr</option>,
<option>resize_inode</option>, <option>dir_index</option>,
<option>filetype</option>, <option>sparse_super</option>,
<option>large_file</option> or <option>needs_recovery</option>, then your
host system may have custom enhancements. In that case, to avoid later
problems, you should compile the stock E2fsprogs package and use the
resulting binaries to re-create the filesystem on your LFS partition:</para>
<screen role="nodump"><userinput>cd /tmp
tar -xjvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20080129">
<!ENTITY releasedate "January 29, 2007">
<!ENTITY version "SVN-20080207">
<!ENTITY releasedate "February 7, 2008">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -111,10 +111,10 @@
<!-- NOTE: When updating e2fsprogs, remember to check the list
of acceptable features that can be shown by debugfs in
chapter02/creatingfilesystem.xml -->
<!ENTITY e2fsprogs-version "1.40.4">
<!ENTITY e2fsprogs-version "1.40.5">
<!ENTITY e2fsprogs-size "3,954 KB">
<!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
<!ENTITY e2fsprogs-md5 "124d744bdf9d443591eb8193c085944b">
<!ENTITY e2fsprogs-md5 "69e55eaf543acfab8e2eb8ba2883d8cd">
<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
<!ENTITY e2fsprogs-ch5-du "31.2 MB">
<!ENTITY e2fsprogs-ch5-sbu "0.4 SBU">