diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/bc.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 16 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 52c66cfc9..bdc8164d0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-04-07</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Fix an error in bc-1.07. </para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-04-03</para> <itemizedlist> <listitem> diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 4a20ad090..f1791b5b9 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -56,6 +56,11 @@ sed -e '$ s/$/0}/' \ -i libmath.h EOF</userinput></screen> + <para>Now fix an error in the code:</para> + +<screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen> + + <para>Create temporary symbolic links so the package can find the readline library and confirm that its required libncurses library is available. Even though the libraries are in /tools/lib diff --git a/general.ent b/general.ent index 238a061c1..a6c9a426c 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ -<!ENTITY version "SVN-20170403"> +<!ENTITY version "SVN-20170407"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> @@ -7,7 +7,7 @@ <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "April 3, 2017"> +<!ENTITY releasedate "April 7, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |