source: BOOK/introduction/common/changelog.xml@ 49aadd01

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

r856@server (orig r854): jim | 2005-12-06 15:34:00 -0800

r984@server: jim | 2005-12-06 15:32:19 -0800
Move cross-tools . This will provide a way plan for livecd builds to recover from builds that go wrong.


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