diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-13 16:24:21 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-13 16:24:21 +0000 |
commit | f077d7b6d9a4b5f5483608e8dc7d9cd6244cd235 (patch) | |
tree | 65f7c39fc5ddc5c83c597ed60d09712256612b1a | |
parent | 83ee024968faf03fc3d91014f5af609b9f52c750 (diff) |
Reverted back to udev-030, since there was a problem found with the 031 version. Unstable branch will wait for 032
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4d931c589..28a6303df 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -69,7 +69,7 @@ first a summary, then a detailed log.</para> <listitem><para>readline-5.0-display_wrap-1.patch</para></listitem> <listitem><para>syslog-ng-1.6.5</para></listitem> <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> -<listitem><para>udev-031</para></listitem> +<listitem><para>udev-030</para></listitem> <listitem><para>udev-config-1.permissions</para></listitem> <listitem><para>udev-config-1.rules</para></listitem> <listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem> @@ -97,8 +97,6 @@ first a summary, then a detailed log.</para> <listitem><para>September 12th, 2004 [jeremy]: Added Zlib Security Patch, fixing bug 899 for unstable.</para></listitem> -<listitem><para>September 12th, 2004 [jeremy]: Upgraded to udev-031</para></listitem> - <listitem><para>September 11th, 2004 [jeremy]: A problem was reported on IRC where after locking in glibc chapter 6, gcc would no longer function properly due to a missing libgcc_s library. In troubleshooting, it was found that this diff --git a/general.ent b/general.ent index 5bc22ffe7..92ed1d9bd 100644 --- a/general.ent +++ b/general.ent @@ -69,6 +69,6 @@ <!ENTITY tcl-version "8.4.7"> <!ENTITY texinfo-version "4.7"> <!ENTITY util-linux-version "2.12c"> -<!ENTITY udev-version "031"> +<!ENTITY udev-version "030"> <!ENTITY vim-version "6.3"> <!ENTITY zlib-version "1.2.1"> |