diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/bison.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 768ceb60e..72cbb0df8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>2010-02-28</para> + <itemizedlist> + <listitem> + <para>[bdubbs] Fix location of change to config.h in Bison. + Fixes + <ulink url="&lfs-ticket-root;2595">#2595</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-02-26</para> <itemizedlist> <listitem> diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 9721be123..def441043 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -49,7 +49,7 @@ program is not already in $PATH. The following addition will correct this:</para> -<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> +<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> lib/config.h</userinput></screen> <para>Compile the package:</para> diff --git a/general.ent b/general.ent index 3de205ce8..90345b0cb 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-201002026"> -<!ENTITY releasedate "February 26, 2010"> +<!ENTITY version "SVN-201002028"> +<!ENTITY releasedate "February 28, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |