source: introduction/common/changelog.xml@ 5427d7e

Last change on this file since 5427d7e was 142e211a, checked in by Jim Gifford <clfs@…>, 19 years ago

r865@server (orig r863): jim | 2005-12-07 09:25:17 -0800

r1000@server: jim | 2005-12-07 09:08:49 -0800
Upgraded to IPRoute2 2.6.14-051107


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