changelog.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  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-scatter-changelog">
  8. <?dbhtml filename="changelog.html"?>
  9. <title>更新日志</title>
  10. <para>这是 Linux From Scratch 手册的
  11. <phrase revision="sysv">&version;</phrase>
  12. <phrase revision="systemd">&versiond;</phrase>
  13. 版本,发布于
  14. &releasedate;。 如果这个版本已经发布了六个月或更久,
  15. 可能已经发布了更好的新版本。通过
  16. <ulink url="&lfs-root;mirrors.html"/> 访问一个 LFS 镜像站,
  17. 即可查询是否有新版本。。</para>
  18. <para>下面是本书自上一版本发布以来的更新日志。</para>
  19. <itemizedlist>
  20. <title>更新日志记录:</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>
  38. <para>2019-09-01</para>
  39. <itemizedlist>
  40. <listitem>
  41. <para>[bdubbs] - LFS-9.0 发布。</para>
  42. </listitem>
  43. </itemizedlist>
  44. </listitem>
  45. </itemizedlist>
  46. </sect1>