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 |
|
---|
8 | <sect1 id="ch-scatter-changelog">
|
---|
9 | <?dbhtml filename="changelog.html"?>
|
---|
10 |
|
---|
11 | <title>Changelog</title>
|
---|
12 |
|
---|
13 | <para>This is version
|
---|
14 | <phrase revision="sysv">&version;</phrase>
|
---|
15 | <phrase revision="systemd">&versiond;</phrase>
|
---|
16 | of the Linux From Scratch book, dated
|
---|
17 | &releasedate;. If this book is more than six months old, a newer and better
|
---|
18 | version is probably already available. To find out, please check one of the
|
---|
19 | mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
|
---|
20 |
|
---|
21 | <para>Below is a list of changes made since the previous release of the
|
---|
22 | book.</para>
|
---|
23 |
|
---|
24 | <itemizedlist>
|
---|
25 | <title>Changelog Entries:</title>
|
---|
26 |
|
---|
27 | <!-- Changelog template
|
---|
28 |
|
---|
29 | <listitem>
|
---|
30 | <para>Date</para>
|
---|
31 | <itemizedlist>
|
---|
32 | <listitem>
|
---|
33 | <para>[name] - New changelog entry.</para>
|
---|
34 | </listitem>
|
---|
35 | <listitem>
|
---|
36 | <para>[name] - Previous changelog entry.</para>
|
---|
37 | </listitem>
|
---|
38 | </itemizedlist>
|
---|
39 | </listitem>
|
---|
40 |
|
---|
41 | Note: If a change is only specific to sysv or systemd, then use
|
---|
42 | <listitem revision="sysv"> or <listitem revision="systemd"> as
|
---|
43 | appropriate for the entry or if needed the entire day's listitem.
|
---|
44 | -->
|
---|
45 |
|
---|
46 | <listitem>
|
---|
47 | <para>2018-10-10</para>
|
---|
48 | <itemizedlist>
|
---|
49 | <listitem revision="systemd">
|
---|
50 | <para>[dj] - Removed incorrect link to /toold/lib64 in systemd
|
---|
51 | instructions. Fixes
|
---|
52 | <ulink url="&lfs-ticket-root;4355">#4355</ulink>.</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem revision="systemd">
|
---|
55 | <para>[dj] - Added systemd-239-meson-0.48.0_fixes-1.patch to resolve
|
---|
56 | build errors with meson.</para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>[dj] - Update to meson-0.48.0. Fixes
|
---|
60 | <ulink url="&lfs-ticket-root;4351">#4351</ulink>.</para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>[dj] - Update to linux-4.18.12. Fixes
|
---|
64 | <ulink url="&lfs-ticket-root;4352">#4352</ulink>.</para>
|
---|
65 | </listitem>
|
---|
66 | </itemizedlist>
|
---|
67 | </listitem>
|
---|
68 |
|
---|
69 | <listitem>
|
---|
70 | <para>2018-09-30</para>
|
---|
71 | <itemizedlist>
|
---|
72 | <listitem revision="systemd">
|
---|
73 | <para>[dj] - Restore build of Util-Linux in chapter5 to avoid
|
---|
74 | reciprocal dependency for Systemd.</para>
|
---|
75 | </listitem>
|
---|
76 | <listitem>
|
---|
77 | <para>[dj] - Moved installation of Util-Linux and E2fsprogs after
|
---|
78 | Procps to satisfy build order in the Systemd book. This has no effect
|
---|
79 | on the SysV book.</para>
|
---|
80 | </listitem>
|
---|
81 | </itemizedlist>
|
---|
82 | </listitem>
|
---|
83 |
|
---|
84 | <listitem>
|
---|
85 | <para>2018-09-20</para>
|
---|
86 | <itemizedlist>
|
---|
87 | <listitem>
|
---|
88 | <para>[bdubbs] - Clean up of unneeded symbolic links.
|
---|
89 | Reordered packages so version specific packages are
|
---|
90 | built as late as possible in Chapter 6. Now building
|
---|
91 | util-linux in Chapter 5 is unneeded and has been removed.
|
---|
92 | Fixes <ulink url="&lfs-ticket-root;4345">#4345</ulink> and
|
---|
93 | <ulink url="&lfs-ticket-root;4349">#4349</ulink>.</para>
|
---|
94 | </listitem>
|
---|
95 | <listitem revision='sysv'>
|
---|
96 | <para>[bdubbs] - Update to eudev-3.2.6. Fixes
|
---|
97 | <ulink url="&lfs-ticket-root;4350">#4350</ulink>.</para>
|
---|
98 | </listitem>
|
---|
99 | <listitem>
|
---|
100 | <para>[bdubbs] - Update to elfutils-0.174 (libelf). Fixes
|
---|
101 | <ulink url="&lfs-ticket-root;4348">#4348</ulink>.</para>
|
---|
102 | </listitem>
|
---|
103 | <listitem>
|
---|
104 | <para>[bdubbs] - Update to psmisc-23.2. Fixes
|
---|
105 | <ulink url="&lfs-ticket-root;4347">#4347</ulink>.</para>
|
---|
106 | </listitem>
|
---|
107 | <listitem>
|
---|
108 | <para>[bdubbs] - Update to openssl-1.1.1. Fixes
|
---|
109 | <ulink url="&lfs-ticket-root;4346">#4346</ulink>.</para>
|
---|
110 | </listitem>
|
---|
111 | <listitem>
|
---|
112 | <para>[bdubbs] - Update to linux-4.18.9. Fixes
|
---|
113 | <ulink url="&lfs-ticket-root;4344">#4344</ulink>.</para>
|
---|
114 | </listitem>
|
---|
115 | </itemizedlist>
|
---|
116 | </listitem>
|
---|
117 |
|
---|
118 | <listitem>
|
---|
119 | <para>2018-09-02</para>
|
---|
120 | <itemizedlist>
|
---|
121 | <listitem>
|
---|
122 | <para>[bdubbs] - Update to bison-3.1. Fixes
|
---|
123 | <ulink url="&lfs-ticket-root;4342">#4342</ulink>.</para>
|
---|
124 | </listitem>
|
---|
125 | <listitem>
|
---|
126 | <para>[bdubbs] - Update to meson-0.47.2. Fixes
|
---|
127 | <ulink url="&lfs-ticket-root;4341">#4341</ulink>.</para>
|
---|
128 | </listitem>
|
---|
129 | <listitem>
|
---|
130 | <para>[bdubbs] - Update to gdbm-1.18. Fixes
|
---|
131 | <ulink url="&lfs-ticket-root;4340">#4340</ulink>.</para>
|
---|
132 | </listitem>
|
---|
133 | <listitem>
|
---|
134 | <para>[bdubbs] - Update to e2fsprogs-1.44.4. Fixes
|
---|
135 | <ulink url="&lfs-ticket-root;4338">#4338</ulink>.</para>
|
---|
136 | </listitem>
|
---|
137 | </itemizedlist>
|
---|
138 | </listitem>
|
---|
139 |
|
---|
140 | <listitem>
|
---|
141 | <para>2018-09-01</para>
|
---|
142 | <itemizedlist>
|
---|
143 | <listitem>
|
---|
144 | <para>[bdubbs] - LFS-8.3 released.</para>
|
---|
145 | </listitem>
|
---|
146 | </itemizedlist>
|
---|
147 | </listitem>
|
---|
148 |
|
---|
149 | </itemizedlist>
|
---|
150 | </sect1>
|
---|