changelog.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. 版本,发布于&releasedate;。 如果这个版本已经发布了六个月或更久,
  14. 可能已经发布了更好的新版本。访问
  15. <ulink url="&lfs-root;mirrors.html"/>
  16. 中列出的任何一个镜像站即可查询是否有新版本。</para>
  17. <para>下面是本书自上一版本发布以来的更新日志。</para>
  18. <itemizedlist>
  19. <title>更新日志记录:</title>
  20. <!-- Changelog template
  21. <listitem>
  22. <para>Date</para>
  23. <itemizedlist>
  24. <listitem>
  25. <para>[name] - New changelog entry.</para>
  26. </listitem>
  27. <listitem>
  28. <para>[name] - Previous changelog entry.</para>
  29. </listitem>
  30. </itemizedlist>
  31. </listitem>
  32. Note: If a change is only specific to sysv or systemd, then use
  33. <listitem revision="sysv"> or <listitem revision="systemd"> as
  34. appropriate for the entry or if needed the entire day's listitem.
  35. -->
  36. <listitem>
  37. <para>2018-09-01</para>
  38. <itemizedlist>
  39. <listitem>
  40. <para>[bdubbs] - LFS-8.3 发布。</para>
  41. </listitem>
  42. </itemizedlist>
  43. </listitem>
  44. </itemizedlist>
  45. </sect1>