changelog.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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-scatter-changelog">
  8. <?dbhtml filename="changelog.html"?>
  9. <title>Changelog</title>
  10. <para>This is version &version; of the Linux From Scratch book, dated
  11. &releasedate;. If this book is more than six months old, a newer and better
  12. version is probably already available. To find out, please check one of the
  13. mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
  14. <para>Below is a list of changes made since the previous release of the
  15. book.</para>
  16. <itemizedlist>
  17. <title>Changelog Entries:</title>
  18. <!-- Changelog template
  19. <listitem>
  20. <para>Date</para>
  21. <itemizedlist>
  22. <listitem>
  23. <para>[name] - New changelog entry.</para>
  24. </listitem>
  25. <listitem>
  26. <para>[name] - Previous changelog entry.</para>
  27. </listitem>
  28. </itemizedlist>
  29. </listitem>
  30. -->
  31. <listitem>
  32. <para>2013-12-10</para>
  33. <itemizedlist>
  34. <listitem>
  35. <para>[krejzi] - Start over.</para>
  36. </listitem>
  37. <listitem>
  38. <para>[krejzi] - Import LFS SVN-20131207.</para>
  39. </listitem>
  40. <listitem>
  41. <para>[krejzi] - Remove LFS-Bootscripts-20130821, Sysklogd-1.5.</para>
  42. </listitem>
  43. <listitem>
  44. <para>[krejzi] - Remove Sysvinit-2.88dsf, Udev-208.</para>
  45. </listitem>
  46. <listitem>
  47. <para>[krejzi] - Added Acl-2.2.52, Attr-2.4.47, Libcap-2.22.</para>
  48. </listitem>
  49. <listitem>
  50. <para>[krejzi] - Added D-Bus-1.6.18, Expat-2.1.0, Gperf-3.0.4.</para>
  51. </listitem>
  52. <listitem>
  53. <para>[krejzi] - Added Intltool-0.50.2, XML::Parser-2.42_01.</para>
  54. </listitem>
  55. <listitem>
  56. <para>[krejzi] - Added Libdbus-1.6.18, a package required to satisfy
  57. circular dependency between D-Bus and Systemd.</para>
  58. </listitem>
  59. <listitem>
  60. <para>[krejzi] - Added Systemd-208.</para>
  61. </listitem>
  62. <listitem>
  63. <para>[krejzi] - Added new LFS-Network-Scripts, a replacement for LFS-Bootscripts
  64. in Systemd environment.</para>
  65. </listitem>
  66. <listitem>
  67. <para>[krejzi] - Updated most of the Chapter 7 instruction for use with Systemd
  68. environment. Removed obsolete pages.</para>
  69. </listitem>
  70. <listitem>
  71. <para>[krejzi] - Updated Kernel configuration page and added required setup for
  72. Systemd.</para>
  73. </listitem>
  74. <listitem>
  75. <para>[krejzi] - Removed unneeded pseudo file systems from /etc/fstab file creation.
  76. They are now handled by Systemd.</para>
  77. </listitem>
  78. <listitem>
  79. <para>[krejzi] - Added glibc FHS patch which prevents nscd daemon from writing into
  80. a non-FHS compliant directory.</para>
  81. </listitem>
  82. <listitem>
  83. <para>[krejzi] - Removed instructions from Coreutils and Findutils that were specific
  84. to LFS-Bootscripts.</para>
  85. </listitem>
  86. </itemizedlist>
  87. </listitem>
  88. </itemizedlist>
  89. </sect1>