diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f5cf31918..60c41a5f1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -23,7 +23,7 @@ first a summary, then a detailed log.</para> <listitem><para>Binutils 2.15.94.0.2.2</para></listitem> <listitem><para>Bison 2.0</para></listitem> <listitem><para>Bzip2 1.0.3</para></listitem> -<listitem><para>E2fsprogs 1.36</para></listitem> +<listitem><para>E2fsprogs 1.37</para></listitem> <listitem><para>Expect 5.43.0</para></listitem> <listitem><para>File 4.13</para></listitem> <listitem><para>Findutils 4.2.20</para></listitem> @@ -82,6 +82,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>March 22, 2005 [jim]: Upgraded to e2fsprogs-1.3.7.</para></listitem> + <listitem><para>March 21, 2005 [jim]: Added patch to fix issue with shadow and lastlog.</para></listitem> <listitem><para>March 19, 2005 [jim]: Added patch to fix issue with tar -S</para></listitem> diff --git a/general.ent b/general.ent index 631452bf2..8027772cc 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050321"> -<!ENTITY releasedate "March 21, 2005"> +<!ENTITY version "SVN-20050322"> +<!ENTITY releasedate "March 22, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -29,7 +29,7 @@ <!ENTITY coreutils-version "5.2.1"> <!ENTITY dejagnu-version "1.4.4"> <!ENTITY diffutils-version "2.8.1"> -<!ENTITY e2fsprogs-version "1.36"> +<!ENTITY e2fsprogs-version "1.37"> <!ENTITY expect-version "5.43.0"> <!ENTITY file-version "4.13"> <!ENTITY findutils-version "4.2.20"> |