source: chapter01/changelog.xml@ ff89c5b

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ff89c5b was ff89c5b, checked in by Matthew Burgess <matthew@…>, 18 years ago

Upgrade to Groff-1.18.1.4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 11.0 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[35edd52]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[e054f07]7
[35edd52]8<sect1 id="ch-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Changelog</title>
12
13 <para>This is version &version; 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
18 <para>Below is a list of changes made since the previous release of the
19 book.</para>
20
21 <itemizedlist>
22 <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
30 <para>[name] - New changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Previous changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
[bb61f4f0]37-->
[fe8dbe1]38
[e88ab625]39 <listitem>
40 <para>2006-10-28</para>
41 <itemizedlist>
[ff89c5b]42 <listitem>
43 <para>[matthew] - Upgrade to Groff-1.18.1.4.</para>
44 </listitem>
[1e0d9b7]45 <listitem>
46 <para>[matthew] - Upgrade to Gettext-0.16.</para>
47 </listitem>
[487d7c17]48 <listitem>
49 <para>[matthew] - Upgrade to Berkeley DB-4.5.20, including dropping
50 the now unnecessary &quot;fixes&quot; patch.</para>
51 </listitem>
[5ad353c]52 <listitem>
53 <para>[matthew] - Upgrade to Coreutils-6.4.</para>
54 </listitem>
[6e786a2]55 <listitem>
56 <para>[matthew] - Upgrade to Bash-3.2, including dropping the current
57 &quot;fixes&quot; patch and adding a patch from upstream that fixes a
58 bug when parsing comments.</para>
59 </listitem>
[e88ab625]60 <listitem>
61 <para>[matthew] - Upgrade to Automake-1.10.</para>
62 </listitem>
63 </itemizedlist>
64 </listitem>
65
[a804834]66 <listitem>
67 <para>2006-10-23</para>
68 <itemizedlist>
69 <listitem>
70 <para>[bryan] - Add an explanation of how to discover PCI bus
71 locations for network devices. Fixes #1904.</para>
72 </listitem>
73 </itemizedlist>
74 </listitem>
75
[7e6fb44]76 <listitem>
77 <para>2006-10-21</para>
78 <itemizedlist>
[dbfd971]79 <listitem>
80 <para>[bryan] - Upgrade to udev-103.</para>
81 </listitem>
[7e6fb44]82 <listitem>
83 <para>[bryan] - Upgrade to udev-config-20061021, install its
84 doc files.</para>
85 </listitem>
86 <listitem>
87 <para>[bryan] - Install common rules from udev package.</para>
88 </listitem>
89 </itemizedlist>
90 </listitem>
91
[9749dc51]92 <listitem>
93 <para>2006-10-15</para>
94 <itemizedlist>
[9a07261]95 <listitem>
96 <para>[dnicholson] - Fixed console setup page to reference
97 the correct location for the kbd data. Thanks to Norman Urs
98 Baier for reporting the issue.</para>
99 </listitem>
[9749dc51]100 <listitem>
101 <para>[bryan] - Upgrade to udev-102, remove patch.</para>
102 </listitem>
103 <listitem>
104 <para>[bryan] - Upgrade to udev-config-20061014.</para>
105 </listitem>
106 </itemizedlist>
107 </listitem>
108
[fe8dbe1]109 <listitem>
110 <para>2006-10-05</para>
111 <itemizedlist>
112 <listitem>
113 <para>[bryan] - Add udev-101-fix-sas-path_id-1.patch.</para>
114 </listitem>
115 <listitem>
116 <para>[bryan] - Update udev-config for Linux-2.6.18. This version
117 also contains the new doc/ subdirectory, with explanations of most
118 of the rules.</para>
119 </listitem>
120 </itemizedlist>
121 </listitem>
122
[d9dc49a]123 <listitem>
[bf91658]124 <para>2006-10-02</para>
[d9dc49a]125 <itemizedlist>
[52207fc]126 <listitem>
127 <para>[matthew] - Upgrade to Texinfo-4.8a.</para>
128 </listitem>
[49451499]129 <listitem>
130 <para>[matthew] - Updated the text regarding UTF-8 support in the
131 latest version of Linux. Thanks to Alexander Patrakov for the patch.
132 </para>
133 </listitem>
[93bc4a2]134 <listitem>
135 <para>[matthew] - Remove Linux-Libc-Headers, replacing it with the
136 &quot;make headers_install&quot; target now available in the upstream
137 kernel sources.</para>
138 </listitem>
[b0b90682]139 <listitem>
140 <para>[matthew] - Upgrade to Udev-101.</para>
141 </listitem>
[7b88f6f]142 <listitem>
143 <para>[matthew] - Upgrade to Psmisc-22.3.</para>
144 </listitem>
[a936312]145 <listitem>
146 <para>[matthew] - Upgrade to M4-1.4.7.</para>
147 </listitem>
[f6d7f48]148 <listitem>
[bf91658]149 <para>[matthew] - Upgrade to Linux-2.6.18.</para>
150 </listitem>
151 <listitem>
152 <para>[matthew] - Upgrade to Glibc-2.5.</para>
153 </listitem>
154 <listitem>
155 <para>[matthew] - Upgrade to Coreutils-6.3.</para>
[d9dc49a]156 </listitem>
157 </itemizedlist>
158 </listitem>
159
[23d30d7]160 <listitem>
161 <para>2006-09-23</para>
162 <itemizedlist>
163 <listitem>
164 <para>[bryan] - Fixed typo in udev-100 instructions (extra/
165 should be extras/). Thanks to Balazs Parkanyi for the
166 heads-up.</para>
167 </listitem>
168 </itemizedlist>
169 </listitem>
170
[d0d8dc8]171 <listitem>
172 <para>2006-09-22</para>
173 <itemizedlist>
174 <listitem>
175 <para>[bryan] - Rewrote the notes in sections 7.12.1 and
176 7.13.1 to explicitly mention that the redirections rely
177 on not quoting EOF. Fixes #1883.</para>
178 </listitem>
179 </itemizedlist>
180 </listitem>
181
[456a4669]182 <listitem>
183 <para>2006-09-20</para>
184 <itemizedlist>
[fc8f960]185 <listitem>
186 <para>[bryan] - Updated udev-config for udev-098 and above.</para>
187 </listitem>
[456a4669]188 <listitem>
189 <para>[dnicholson] - Changed note about using newer Linux
190 than in the book to reflect current versions.</para>
191 </listitem>
192 </itemizedlist>
193 </listitem>
194
[2f94d109]195 <listitem>
196 <para>2006-09-18</para>
197 <itemizedlist>
198 <listitem>
199 <para>[dnicholson] - Added symlinks to the temporary libstdc++
200 in the Essential Symlinks section. These are needed by
201 Glibc-2.4.</para>
202 </listitem>
203 </itemizedlist>
204 </listitem>
205
[60bc014]206 <listitem>
207 <para>2006-09-17</para>
208 <itemizedlist>
209 <listitem>
210 <para>[dnicholson] - Updated to Glibc-2.4. Added the iconv fix
211 patch and removed the decprecated linux types and inotify
212 syscall patches. Thanks to Matthew Burgess and Bryan Kadzban
213 for textual suggestions.</para>
214 </listitem>
[5e8385c]215 </itemizedlist>
[60bc014]216 </listitem>
217
[f8a96cf]218 <listitem>
219 <para>2006-09-09</para>
220 <itemizedlist>
[5e66a564]221 <listitem>
222 <para>[matthew] - Fix non-POSIX syntax in gzexe's calls to tail.
223 Fixes #1876. Thanks to Robert Connolly for the report.</para>
224 </listitem>
[e539e17]225 <listitem>
226 <para>[matthew] - Upgrade to linux-2.6.17.13.</para>
227 </listitem>
[f8a96cf]228 <listitem>
229 <para>[matthew] - Upgrade to m4-1.4.6.</para>
230 </listitem>
231 </itemizedlist>
232 </listitem>
233
[12a2975c]234 <listitem>
235 <para>2006-09-06</para>
236 <itemizedlist>
237 <listitem>
238 <para>[bryan] - Change the sed applied to sysvinit, to hopefully
239 be more clear (explicitly mention /etc/inittab).</para>
240 </listitem>
241 </itemizedlist>
242 </listitem>
243
[4b51ca76]244 <listitem>
245 <para>2006-08-31</para>
246 <itemizedlist>
247 <listitem>
248 <para>[matthew] - Remove spurious curly braces from the example
249 /etc/resolv.conf. Fixes #1870.</para>
250 </listitem>
251 </itemizedlist>
252 </listitem>
253
[4594811]254 <listitem>
255 <para>2006-08-24</para>
256 <itemizedlist>
257 <listitem>
258 <para>[matthew] - Remove the supposed fix for a buffer overflow in
259 Coreutils, as it has been fixed upstream.</para>
260 </listitem>
261 </itemizedlist>
262 </listitem>
263
[c7c7c1c]264 <listitem>
265 <para>2006-08-17</para>
266 <itemizedlist>
[de59949]267 <listitem>
268 <para>[matthew] - Simplified the command that adjusts GCC's specs
269 file. Fixes #1837. Thanks to Robery Connolly.</para>
270 </listitem>
[8d2b5a3]271 <listitem>
272 <para>[matthew] - Noted devfs' removal from the kernel. Thanks to
273 Peter Ennis.</para>
274 </listitem>
[a0e0c7c4]275 <listitem>
276 <para>[matthew] - Upgrade to linux-2.6.17.8.</para>
277 </listitem>
[8fe1b99]278 <listitem>
279 <para>[matthew] - Upgrade to udev-097.</para>
280 </listitem>
[01c1e1d]281 <listitem>
282 <para>[matthew] - Upgrade to findutils-4.2.28.</para>
283 </listitem>
284 <listitem>
[e29050a]285 <para>[matthew] - Upgrade to man-pages-2.39.</para>
286 </listitem>
[b083a692]287 <listitem>
288 <para>[matthew] - Fix autoconf's testsuite, which broke after
289 upgrading to m4-1.4.5. Thanks to Greg Schafer for the report.
290 </para>
291 </listitem>
[c7c7c1c]292 <listitem>
293 <para>[matthew] - Fix a buffer overrun in m4-1.4.5 which causes two
294 of its tests to fail. Thanks to Greg Schafer for the report.</para>
295 </listitem>
296 </itemizedlist>
297 </listitem>
[35edd52]298
[92e51a3]299 <listitem>
300 <para>2006-08-08</para>
301 <itemizedlist>
302 <listitem>
[7735466c]303 <para>[dnicholson] - Minor text updates to the Vim page.
304 Thanks to Peter Ennis for the report.</para>
[92e51a3]305 </listitem>
306 </itemizedlist>
307 </listitem>
308
[ba812a2]309 <listitem>
310 <para>2006-08-05</para>
311 <itemizedlist>
312 <listitem>
313 <para>[matthew] - Add a link to the location of Shadow's previous
314 versions.
315 </para>
316 </listitem>
317 </itemizedlist>
318 </listitem>
319
[c226182]320 <listitem>
321 <para>2006-08-03</para>
322 <itemizedlist>
323 <listitem>
324 <para>[manuel] - Ported updates from 6.2 branch.</para>
325 </listitem>
326 </itemizedlist>
327 </listitem>
328
[470441c6]329 <listitem>
[d05f275]330 <para>2006-07-31</para>
331 <itemizedlist>
[040ba8e]332 <listitem>
333 <para>[matthew] - Upgrade to shadow-4.0.17.</para>
334 </listitem>
[cec2c5a8]335 <listitem>
336 <para>[matthew] - Upgrade to procps-3.2.7.</para>
337 </listitem>
[3356d6e]338 <listitem>
339 <para>[matthew] - Upgrade to man-pages-2.36.</para>
340 </listitem>
[2ba581c]341 <listitem>
342 <para>[matthew] - Upgrade to make-3.81.</para>
343 </listitem>
[9779c00]344 <listitem>
345 <para>[matthew] - Upgrade to m4-1.4.5.</para>
346 </listitem>
[ff0372a]347 <listitem>
348 <para>[matthew] - Upgrade to gettext-0.15.</para>
349 </listitem>
[f7104b2]350 <listitem>
351 <para>[matthew] - Upgrade to gcc-4.1.1.</para>
352 </listitem>
[c57e3bf]353 <listitem>
354 <para>[matthew] - Upgrade to coreutils-5.97.</para>
355 </listitem>
[965897f2]356 <listitem>
357 <para>[matthew] - Upgrade to bison-2.3.</para>
358 </listitem>
[0809780]359 <listitem>
360 <para>[matthew] - Upgrade to binutils-2.17.</para>
361 </listitem>
[d05f275]362 <listitem>
363 <para>[matthew] - Upgrade to autoconf-2.60.</para>
364 </listitem>
365 </itemizedlist>
[470441c6]366 </listitem>
367
[35edd52]368 </itemizedlist>
369
[6bd032e]370 <para>LFS 6.2 released August 3, 2006.</para>
[81fd230]371
[6370fa6]372</sect1>
Note: See TracBrowser for help on using the repository browser.