diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fe6b6bfc1..e86f3bf85 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem> + <para>2020-02-14</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to bison-3.5.2. Fixes + <ulink url="&lfs-ticket-root;4597">#4597</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-02-13</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 38ebbe124..a25f753d2 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200213"> +<!ENTITY version "SVN-20200214"> <!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}]" --> -<!ENTITY versiond "20200201-systemd"> +<!ENTITY versiond "20200214-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 13th, 2020"> +<!ENTITY releasedate "February 14th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "9.0"> diff --git a/packages.ent b/packages.ent index 0af315a17..005695978 100644 --- a/packages.ent +++ b/packages.ent @@ -70,10 +70,10 @@ <!ENTITY binutils-ch6-du "5.1 GB"> <!ENTITY binutils-ch6-sbu "6.7 SBU"> -<!ENTITY bison-version "3.5.1"> -<!ENTITY bison-size "2,300 KB"> +<!ENTITY bison-version "3.5.2"> +<!ENTITY bison-size "2,308 KB"> <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> -<!ENTITY bison-md5 "6fc5fa4488832a65db934b9e93bd5d4c"> +<!ENTITY bison-md5 "49fc2cf23e31e697d5072835e1662a97"> <!ENTITY bison-home "&gnu-software;bison/"> <!ENTITY bison-ch5-du "43 MB"> <!ENTITY bison-ch5-sbu "0.3 SBU"> |