changelog.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 revision="sysv">&version;</phrase>
  12. <phrase revision="systemd">&versiond;</phrase>
  13. of the Linux From Scratch book, dated
  14. &releasedate;. If this book is more than six months old, a newer and better
  15. version is probably already available. To find out, please check one of the
  16. mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
  17. <para>Below is a list of changes made since the previous release of the
  18. book.</para>
  19. <itemizedlist>
  20. <title>Changelog Entries:</title>
  21. <!-- Changelog template
  22. <listitem>
  23. <para>Date</para>
  24. <itemizedlist>
  25. <listitem>
  26. <para>[name] - New changelog entry.</para>
  27. </listitem>
  28. <listitem>
  29. <para>[name] - Previous changelog entry.</para>
  30. </listitem>
  31. </itemizedlist>
  32. </listitem>
  33. Note: If a change is only specific to sysv or systemd, then use
  34. <listitem revision="sysv"> or <listitem revision="systemd"> as
  35. appropriate for the entry or if needed the entire day's listitem.
  36. -->
  37. <listitem revision="systemd">
  38. <para>2021-03-05</para>
  39. <itemizedlist>
  40. <listitem>
  41. <para>[xry111] - Simplify the installation of systemd man pages.
  42. </para>
  43. </listitem>
  44. </itemizedlist>
  45. </listitem>
  46. <listitem revision="systemd">
  47. <para>2021-03-04</para>
  48. <itemizedlist>
  49. <listitem>
  50. <para>[renodr] - Patch systemd-247 so that it will function with
  51. Linux-5.11 API headers.</para>
  52. </listitem>
  53. </itemizedlist>
  54. </listitem>
  55. <listitem>
  56. <para>2021-03-02</para>
  57. <itemizedlist>
  58. <listitem>
  59. <para>[pierre] - Fix a header file for python, so that
  60. <command>#include &lt;python&python-minor;/Python.h&gt;</command>
  61. works.</para>
  62. </listitem>
  63. </itemizedlist>
  64. </listitem>
  65. <listitem>
  66. <para>2021-03-01</para>
  67. <itemizedlist>
  68. <listitem>
  69. <para>[bdubbs] - LFS-10.1 released.</para>
  70. </listitem>
  71. </itemizedlist>
  72. </listitem>
  73. </itemizedlist>
  74. </sect1>