changelog.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-intro-changelog">
  8. <?dbhtml filename="changelog.html"?>
  9. <title>Changelog</title>
  10. <para>This is version
  11. <phrase arch="default" revision="sysv">&version;</phrase>
  12. <phrase arch="ml_32,ml_x32,ml_all" revision="sysv">&version;-multilib</phrase>
  13. <phrase arch="default" revision="systemd">&versiond;</phrase>
  14. <phrase arch="ml_32,ml_x32,ml_all" revision="systemd">&versiond;-multilib</phrase>
  15. of the Linux From Scratch book, dated
  16. &releasedate;. If this book is more than six months old, a newer and better
  17. version is probably already available. To find out, please check one of the
  18. mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
  19. <para>Below is a list of changes made since the previous release of the
  20. book.</para>
  21. <itemizedlist>
  22. <title>Changelog Entries:</title>
  23. <!-- Changelog template
  24. <listitem>
  25. <para>Date</para>
  26. <itemizedlist>
  27. <listitem>
  28. <para>[name] - New changelog entry.</para>
  29. </listitem>
  30. <listitem>
  31. <para>[name] - Previous changelog entry.</para>
  32. </listitem>
  33. </itemizedlist>
  34. </listitem>
  35. Note: If a change is only specific to sysv or systemd, then use
  36. <listitem revision="sysv"> or <listitem revision="systemd"> as
  37. appropriate for the entry or if needed the entire day's listitem.
  38. -->
  39. <listitem>
  40. <para>2021-03-01</para>
  41. <itemizedlist>
  42. <listitem>
  43. <para>[bdubbs] - LFS-10.1 released.</para>
  44. </listitem>
  45. </itemizedlist>
  46. </listitem>
  47. </itemizedlist>
  48. </sect1>