diff options
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | general.ent | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ece079e32..80106b963 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,7 +43,7 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> - <para>2020-03-01</para> + <para>2020-03-02</para> <itemizedlist> <listitem> <para>[bdubbs] - Update to Python-3.8.2. Fixes @@ -77,6 +77,12 @@ <para>[bdubbs] - Update to linux-5.5.7. Fixes <ulink url="&lfs-ticket-root;4598">#4598</ulink>.</para> </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2020-03-01</para> + <itemizedlist> <listitem> <para>[bdubbs] - LFS-9.1 released.</para> </listitem> diff --git a/general.ent b/general.ent index e27209ed3..b9e43adae 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200301"> +<!ENTITY version "SVN-20200302"> <!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 "20200301-systemd"> +<!ENTITY versiond "20200302-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "March 1st, 2020"> +<!ENTITY releasedate "March 2nd, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "9.0"> |