aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/bison.xml2
-rw-r--r--general.ent4
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' &gt;&gt; config.h</userinput></screen>
+<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; 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 &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->