diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 08bd04327..d457a316f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -63,6 +63,7 @@ First a summary, then a detailed log.</para> <itemizedlist> <listitem><para>&bash-fixes-patch;</para></listitem> <listitem><para>&bash-avoid_WCONTINUED-patch;</para></listitem> +<listitem><para>&flex-fixes-patch;</para></listitem> <listitem><para>&glibc-testfix-patch;</para></listitem> <listitem><para>&gzip-security_fix-patch;</para></listitem> <listitem><para>Hotplug &hotplug-version;</para></listitem> @@ -77,6 +78,7 @@ First a summary, then a detailed log.</para> <listitem><para>Removed:</para> <itemizedlist> <listitem><para>bash-3.0-display_wrap-1.patch</para></listitem> +<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem> <listitem><para>iproute2-2.6.11-050330-remove_db-1.patch</para></listitem> <listitem><para>man-1.5o1-80cols-1.patch</para></listitem> <listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem> @@ -88,6 +90,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 20th, 2005 [archaic]: Updated flex patch from -2 to -3. +</para></listitem> + <listitem><para>June 17th, 2005 [jhuntwork]: Removed outdated bootcd page. Added a brief description of the cd and a link to how.xml, section 1.1.</para></listitem> diff --git a/general.ent b/general.ent index 4ae59570c..d4b63ad52 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050619"> -<!ENTITY releasedate "June 19, 2005"> +<!ENTITY version "SVN-20050620"> +<!ENTITY releasedate "June 20, 2005"> <!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> diff --git a/patches.ent b/patches.ent index c4ec56a46..f73cfae85 100644 --- a/patches.ent +++ b/patches.ent @@ -9,7 +9,7 @@ <!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch"> -<!ENTITY flex-fixes-patch "flex-&flex-version;-debian_fixes-2.patch"> +<!ENTITY flex-fixes-patch "flex-&flex-version;-debian_fixes-3.patch"> <!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch"> <!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch"> |