source: BOOK/introduction/common/changelog.xml@ feaf98b

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since feaf98b was a305bc8, checked in by Jim Gifford <clfs@…>, 19 years ago

r881@server (orig r879): jim | 2005-12-09 22:55:46 -0800

r1034@server: jim | 2005-12-09 22:53:05 -0800
Removal of sound sanitized headers


  • Property mode set to 100644
File size: 13.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog" xreflabel="Master Changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Master 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;"/>.</para>
17
18 <para>Below is a list of detailed changes made since the previous release of
19 the book.</para>
20
[9095be6]21 <itemizedlist>
22 <title>Changelog Entries:</title>
[3f8be484]23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
[9095be6]30 <para>[name] - New changelog entry.</para>
[3f8be484]31 </listitem>
32 <listitem>
[9095be6]33 <para>[name] - Previous changelog entry.</para>
[3f8be484]34 </listitem>
35 </itemizedlist>
36 </listitem>
37-->
38
[5548691]39 <listitem>
40 <para>December 9, 2005</para>
41 <itemizedlist>
42 <listitem>
43 <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
44 </listitem>
[263192a]45 <listitem>
46 <para>[ken] - Bzip2 - clarify what is being tested.</para>
47 </listitem>
[a305bc8]48 <listitem>
49 <para>[jim] - Removed installation of sound sanitized headers.
50 They will be removed in the next release of linux-libc-headers.</para>
51 </listitem>
[5548691]52 </itemizedlist>
53 </listitem>
54
[37f823f]55 <listitem>
56 <para>December 8, 2005</para>
57 <itemizedlist>
58 <listitem>
59 <para>[jim] - Upgraded to Less 394.</para>
60 </listitem>
[a07c54f]61 <listitem>
62 <para>[jim] - Upgraded to Bash 3.1.</para>
63 </listitem>
[7cf63a7]64 <listitem>
65 <para>[jim] - Upgraded to Readline 5.1.</para>
66 </listitem>
[37f823f]67 </itemizedlist>
68 </listitem>
69
[be51f6c]70 <listitem>
71 <para>December 7, 2005</para>
72 <itemizedlist>
73 <listitem>
74 <para>[jim] - Upgraded to TCL 8.4.12.</para>
75 </listitem>
[b40367c]76 <listitem>
77 <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
78 </listitem>
[b562af6]79 <listitem>
80 <para>[jim] - Upgraded to Readline 5.0.5.</para>
81 </listitem>
[27d97b0e]82 <listitem>
83 <para>[jim] - Upgraded to Bash 3.0.16.</para>
84 </listitem>
85 </itemizedlist>
[be51f6c]86 </listitem>
87
[b370497]88 <listitem>
89 <para>December 6, 2005</para>
90 <itemizedlist>
91 <listitem>
92 <para>[jim] - Upgraded to Glibc 20051107.</para>
93 </listitem>
94 <listitem>
95 <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
96 </listitem>
[e3fd238]97 <listitem>
98 <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
99 </listitem>
100 <listitem>
101 <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
102 correct the date in changelog.</para>
103 </listitem>
[6b369e9]104 <listitem>
105 <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
106 for livecd builders to not loose valueable build time, if something goes
107 wrong.</para>
108 </listitem>
[ce36880]109 <listitem>
110 <para>[jim] - Upgraded to Findutils 4.2.27.</para>
111 </listitem>
[b370497]112 </itemizedlist>
113 </listitem>
[7b2bd6b]114
[c362725]115 <listitem>
116 <para>December 5, 2005</para>
117 <itemizedlist>
118 <listitem>
119 <para>[Matt Darcy] - Updated the resources page to include reference and base
120 instructions on using the LFS pastebin</para>
[1f04f72]121 </listitem>
[7b2bd6b]122 <listitem>
123 <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
[1f04f72]124 </listitem>
125 <listitem>
[7b2bd6b]126 <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
127 user error system. This change will will need to be validated by
128 by other devs</para>
129 </listitem>
[24a0fbf4]130 <listitem>
131 <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
132 testsuite doesn't bail out when testing generate-modprobe.conf.</para>
133 </listitem>
[7b2bd6b]134 </itemizedlist>
135 </listitem>
136
[bcbcf48]137 <listitem>
138 <para>December 3, 2005</para>
139 <itemizedlist>
140 <listitem>
141 <para>[ken] - Reference a home directory for dummy user when testing
[df0712e]142 coreutils, and correct sed 'man page' to 'HTML documentation', both
143 from LFS.</para>
[bcbcf48]144 </listitem>
145 </itemizedlist>
146 </listitem>
147
[f87f99c]148 <listitem>
[2db7d0d]149 <para>December 2, 2005</para>
[f87f99c]150 <itemizedlist>
151 <listitem>
152 <para>[jim] - Updated to Man-Pages 2.16.</para>
153 </listitem>
154 </itemizedlist>
155 </listitem>
156
[375e915]157 <listitem>
158 <para>December 1, 2005</para>
159 <itemizedlist>
160 <listitem>
161 <para>[jim] - Updated to Linux 2.6.14.3.</para>
162 </listitem>
[cd69c8e]163 <listitem>
164 <para>[jim] - Updated to Man-Pages 2.15.</para>
165 </listitem>
[94787be]166 <listitem>
167 <para>[jim] - Updated to Udev 076.</para>
168 </listitem>
[24a62de]169 <listitem>
170 <para>[jim] - Added support for Sparc v8 and below.</para>
171 </listitem>
[375e915]172 </itemizedlist>
173 </listitem>
174
[e0e40d3]175 <listitem>
176 <para>November 30, 2005</para>
177 <itemizedlist>
178 <listitem>
179 <para>[jim] - Text updates to final-system.</para>
180 </listitem>
[aa3ee8b]181 <listitem>
182 <para>[jim] - Text updates to temp-tools.</para>
183 </listitem>
[e0e40d3]184 </itemizedlist>
185 </listitem>
186
[d3a4fc0]187 <listitem>
[19a6071]188 <para>November 29, 2005</para>
189 <itemizedlist>
190 <listitem>
191 <para>[jim] - Text updates to chroot.</para>
192 </listitem>
[308a04c]193 <listitem>
194 <para>[jim] - Text updates to boot.</para>
195 </listitem>
[19a6071]196 </itemizedlist>
197 </listitem>
198
199 <listitem>
200 <para>November 28, 2005</para>
[d3a4fc0]201 <itemizedlist>
202 <listitem>
203 <para>[jim] - Text updates to glibc in all sections.</para>
204 </listitem>
[1bc8e5f]205 <listitem>
206 <para>[jim] - Text updates to temp-system.</para>
207 </listitem>
[735ac8e]208 <listitem>
209 <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
210 </listitem>
[d3a4fc0]211 </itemizedlist>
212 </listitem>
213
[d55f00bc]214 <listitem>
[19a6071]215 <para>November 27, 2005</para>
[d55f00bc]216 <itemizedlist>
217 <listitem>
218 <para>[jim] - Text updates to gcc in all sections.</para>
219 </listitem>
[0350f47]220 <listitem>
221 <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
222 </listitem>
[d55f00bc]223 </itemizedlist>
224 </listitem>
225
[ed8de1a]226 <listitem>
[19a6071]227 <para>November 25, 2005</para>
[ed8de1a]228 <itemizedlist>
229 <listitem>
230 <para>[jim] - Text updates to binutils in all sections.</para>
231 </listitem>
232 </itemizedlist>
233 </listitem>
234
[3fc6b0b9]235 <listitem>
[19a6071]236 <para>November 24, 2005</para>
[3fc6b0b9]237 <itemizedlist>
238 <listitem>
[9095be6]239 <para>[Matt Darcy] - Text updates to resources page </para>
[3fc6b0b9]240 </listitem>
241 <listitem>
[9095be6]242 <para>[Matt Darcy] - Updated reference to LFS news server to reflect
243 that it no longer exists</para>
[3fc6b0b9]244 </listitem>
245 </itemizedlist>
246 </listitem>
247
[9095be6]248 <listitem>
249 <para>November 23, 2005</para>
[3fc6b0b9]250 <itemizedlist>
251 <listitem>
[9095be6]252 <para>[jim] - For inetutils to utilize the Ncurses headers in
253 /tools/include.</para>
[3fc6b0b9]254 </listitem>
255 </itemizedlist>
256 </listitem>
257
[9095be6]258 <listitem>
259 <para>November 21, 2005</para>
[3fc6b0b9]260 <itemizedlist>
261 <listitem>
[9095be6]262 <para>[jim] - Updated to Udev 075.</para>
[3fc6b0b9]263 </listitem>
264 <listitem>
[9095be6]265 <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
[3fc6b0b9]266 </listitem>
267 </itemizedlist>
268 </listitem>
269
[9095be6]270 <listitem>
271 <para>November 20, 2005</para>
[3fc6b0b9]272 <itemizedlist>
273 <listitem>
[9095be6]274 <para>[jim] - Updated to Findutils 4.2.26.</para>
[3fc6b0b9]275 </listitem>
276 </itemizedlist>
277 </listitem>
278
279 <listitem>
[9095be6]280 <para>November 18, 2005</para>
[3fc6b0b9]281 <itemizedlist>
282 <listitem>
[9095be6]283 <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
284 package.</para>
[3fc6b0b9]285 </listitem>
286 </itemizedlist>
287 </listitem>
288
289 <listitem>
[9095be6]290 <para>November 17, 2005</para>
[3fc6b0b9]291 <itemizedlist>
292 <listitem>
[9095be6]293 <para>[jim] - Update to Man-Pages 2.14.</para>
[3fc6b0b9]294 </listitem>
295 <listitem>
[9095be6]296 <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
297 Architecture. New Patch added.</para>
[3fc6b0b9]298 </listitem>
299 <listitem>
[9095be6]300 <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
[3fc6b0b9]301 </listitem>
302 </itemizedlist>
303 </listitem>
304
305 <listitem>
[9095be6]306 <para>November 13, 2005</para>
[3fc6b0b9]307 <itemizedlist>
308 <listitem>
[9095be6]309 <para>[manuel] - Improve the heuristic for determining a locale that
310 is supported by both Glibc and packages outside LFS. Ported from
311 LFS-SVN.</para>
[3fc6b0b9]312 </listitem>
313 <listitem>
[9095be6]314 <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
315 as make runs it automatically. Ported from LFS-SVN.</para>
[3fc6b0b9]316 </listitem>
317 <listitem>
[9095be6]318 <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
[3fc6b0b9]319 </listitem>
320 <listitem>
[9095be6]321 <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
[3fc6b0b9]322 </listitem>
323 </itemizedlist>
324 </listitem>
325
326 <listitem>
[9095be6]327 <para>November 10, 2005</para>
[3fc6b0b9]328 <itemizedlist>
329 <listitem>
[9095be6]330 <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
331 testsuite. Ported from LFS-SVN.</para>
[3fc6b0b9]332 </listitem>
333 <listitem>
[9095be6]334 <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
[3fc6b0b9]335 </listitem>
336 <listitem>
[9095be6]337 <para>[jim] - Added text for multilib kernel build requirements.</para>
[3fc6b0b9]338 </listitem>
339 </itemizedlist>
340 </listitem>
341
342 <listitem>
[9095be6]343 <para>November 9, 2005</para>
[3fc6b0b9]344 <itemizedlist>
345 <listitem>
[9095be6]346 <para>[manuel] - Stop Udev from killing udevd processes on the
347 system and removed udevdir=/dev. Ported from LFS-SVN.</para>
[3fc6b0b9]348 </listitem>
349 <listitem>
[9095be6]350 <para>[manuel] - Install the binaries from Less to /usr/bin instead
351 of /bin. Ported from LFS-SVN.</para>
[3fc6b0b9]352 </listitem>
353 <listitem>
[9095be6]354 <para>[manuel] - Removed SBUs and disk usage information.</para>
[3fc6b0b9]355 </listitem>
356 <listitem>
[9095be6]357 <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
[3fc6b0b9]358 </listitem>
359 </itemizedlist>
360 </listitem>
361
362 <listitem>
[9095be6]363 <para>November 8, 2005</para>
[3fc6b0b9]364 <itemizedlist>
365 <listitem>
[9095be6]366 <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
[3fc6b0b9]367 </listitem>
368 </itemizedlist>
369 </listitem>
370
371 <listitem>
[9095be6]372 <para>November 7, 2005</para>
[3fc6b0b9]373 <itemizedlist>
374 <listitem>
[9095be6]375 <para>[manuel] - Remove the optimization related warnings from the
376 toolchain packages. Ported from LFS-SVN.</para>
[3fc6b0b9]377 </listitem>
378 <listitem>
[9095be6]379 <para>[manuel] - Install Vim's documentation to <filename
380 class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
381 of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
382 Ported from LFS-SVN.</para>
[3fc6b0b9]383 </listitem>
384 <listitem>
[9095be6]385 <para>[manuel] - Correct the instructions for running the
386 Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
[3fc6b0b9]387 </listitem>
388 <listitem>
[9095be6]389 <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
390 cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
[3fc6b0b9]391 </listitem>
392 </itemizedlist>
393 </listitem>
394
395 <listitem>
[9095be6]396 <para>November 6, 2005</para>
[3fc6b0b9]397 <itemizedlist>
398 <listitem>
[9095be6]399 <para>[jim] - Updated to Coreutils 5.93.</para>
[3fc6b0b9]400 </listitem>
401 <listitem>
[9095be6]402 <para>[jim] - Updated to Procps 3.2.6.</para>
[3fc6b0b9]403 </listitem>
404 <listitem>
[9095be6]405 <para>[jim] - Updated to Man-Pages 2.13.</para>
[3fc6b0b9]406 </listitem>
407 </itemizedlist>
408 </listitem>
409
410 <listitem>
[9095be6]411 <para>November 5, 2005</para>
[3fc6b0b9]412 <itemizedlist>
413 <listitem>
[9095be6]414 <para>[jim] - Updated to psmisc 21.8.</para>
[3fc6b0b9]415 </listitem>
416 </itemizedlist>
417 </listitem>
418
419 <listitem>
[9095be6]420 <para>November 3, 2005</para>
[3fc6b0b9]421 <itemizedlist>
422 <listitem>
[9095be6]423 <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
424 Added fixes for dircolors and md5sum also.</para>
[8fdfc096]425 </listitem>
426 </itemizedlist>
427 </listitem>
428
[3f8be484]429 <listitem>
[9095be6]430 <para>October 31, 2005</para>
[3f8be484]431 <itemizedlist>
432 <listitem>
[9095be6]433 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
[3f8be484]434 </listitem>
435 </itemizedlist>
436 </listitem>
437
438 </itemizedlist>
439
440 <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
441
442</sect1>
Note: See TracBrowser for help on using the repository browser.