diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | entities/binutils.ent | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 38055e6d3..f5fd82d45 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -10,7 +10,6 @@ <itemizedlist> <listitem><para>autoconf-2.57</para></listitem> <listitem><para>automake-1.7.2</para></listitem> -<listitem><para>binutils-2.13.2.1</para></listitem> <listitem><para>bison-1.875</para></listitem> <listitem><para>e2fsprogs-1.32</para></listitem> <listitem><para>gawk-3.1.1-3.patch</para></listitem> @@ -56,6 +55,12 @@ </itemizedlist> </para></listitem> +<listitem><para>January 29th, 2003 [gerard]: Downgraded to binutils-2.13.2 +due to a GCC bug that can't parse the version string of binutils 2.13.2.1. +The only changes between 2.13.2 and 2.13.2.1 are documentation changes, so +there is no actual code downgrade. A better fix will be added to the book +later.</para></listitem> + <listitem><para>January 27th, 2003 [gerard, timothy, billy]: Converted the software installation pages into a new format. Also merged software installations with their configure components from "Configuring essential diff --git a/entities/binutils.ent b/entities/binutils.ent index 62e1aaa60..1f4b3ca0e 100644 --- a/entities/binutils.ent +++ b/entities/binutils.ent @@ -12,7 +12,7 @@ <!ENTITY aa-binutils-dep SYSTEM "../appendixa/binutils-dep.xml"> <!ENTITY aa-binutils-down SYSTEM "../appendixa/binutils-down.xml"> -<!ENTITY binutils-version "2.13.2.1"> +<!ENTITY binutils-version "2.13.2"> <!ENTITY binutils-depversion "2.11.2"> <!ENTITY binutils-contversion "2.12.1"> <!ENTITY binutils-size "9,534 KB"> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030127"> -<!ENTITY releasedate "January 27nd, 2003"> +<!ENTITY version "20030129"> +<!ENTITY releasedate "January 29th, 2003"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |