source: clfs-sysroot/BOOK/introduction/common/changelog.xml@ d847aa5

Last change on this file since d847aa5 was d847aa5, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Updated the bootscripts package and removed references to packages not yet used.

  • Property mode set to 100644
File size: 13.6 KB
Line 
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 Cross-Compiled 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="&clfs-wiki;"/>.</para>
17
18 <para>Below is a list of detailed changes made since the previous release of
19 the 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>
37-->
38
39 <listitem>
40 <para>October 14, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[jciccone] - Updated Bootscripts to 1.1-pre1. Adding in the
44 boot logging feature.</para>
45 </listitem>
46 <listitem>
47 <para>[jciccone] - Removed TeX installation commands from Texinfo
48 instructions.</para>
49 </listitem>
50 </itemizedlist>
51 </listitem>
52
53 <listitem>
54 <para>October 5, 2006</para>
55 <itemizedlist>
56 <listitem>
57 <para>[manuel] - Changed book license to the Open Publication
58 License v1.0.</para>
59 </listitem>
60 </itemizedlist>
61 </listitem>
62
63 <listitem>
64 <para>August 31, 2006</para>
65 <itemizedlist>
66 <listitem>
67 <para>[jciccone] - Added a Host System Requirements page.</para>
68 </listitem>
69 <listitem>
70 <para>[jciccone] - Updated to Vim Patch -12, which contains upstream
71 fixes. This patch will be upgraded weekly, no further changelog
72 entries needed.</para>
73 </listitem>
74 <listitem>
75 <para>[jciccone] - Add patch to fix gzexe. Used Matts change from LFS,
76 that utilizes Robert's fix. More details at
77 http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
78 </listitem>
79 <listitem>
80 <para>[jciccone] - Added a patch to fix Inetutils. Telnet on 64 bit
81 systems will fail, it will attempt to connect to 255.255.255.255
82 instead of the ip address entered. This was due to a change in glibc's
83 handling of inet_addr, was long now is u_int32_t. Bug found by
84 Vladimir Vainer.</para>
85 </listitem>
86 <listitem>
87 <para>[jciccone] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
88 </listitem>
89 <listitem>
90 <para>[jciccone] - Replaced the Perl -fPIC patch with a sed.</para>
91 </listitem>
92 <listitem>
93 <para>[jciccone] - Removed the keymap settings from the kernel
94 pages.</para>
95 </listitem>
96 <listitem>
97 <para>[jciccone] - Added Shadow patch to fix useradd.</para>
98 </listitem>
99 </itemizedlist>
100 </listitem>
101
102 <listitem>
103 <para>August 30, 2006</para>
104 <itemizedlist>
105 <listitem>
106 <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
107 </listitem>
108 <listitem>
109 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
110 fixes.</para>
111 </listitem>
112 <listitem>
113 <para>[jciccone] - Updated to Udev 098 and udev-cross-lfs to
114 1.1-08272006 rules.</para>
115 </listitem>
116 <listitem>
117 <para>[jciccone] - Updated to Findutils 4.2.28.</para>
118 </listitem>
119 <listitem>
120 <para>[jciccone] - Updated to M4 1.4.6.</para>
121 </listitem>
122 <listitem>
123 <para>[jciccone] - Updated to Autoconf 2.60.</para>
124 </listitem>
125 <listitem>
126 <para>[jciccone] - Updated to Man-Pages 2.39.</para>
127 </listitem>
128 <listitem>
129 <para>[jciccone] - Updated to Procps 3.2.7.</para>
130 </listitem>
131 <listitem>
132 <para>[jciccone] - Updated to Coreutils 0.97.</para>
133 </listitem>
134 <listitem>
135 <para>[jciccone] - Updated to Shadow 4.0.18.1.</para>
136 </listitem>
137 <listitem>
138 <para>[jciccone] - Updated to Gettext 0.15.</para>
139 </listitem>
140 <listitem>
141 <para>[jciccone] - Updated to Cross-LFS Bootscripts 0.4.</para>
142 </listitem>
143 <listitem>
144 <para>[jciccone] - Updated to Linux-2.6.17.11 and Linux-Headers to
145 2.6.17.11-08232006.</para>
146 </listitem>
147 <listitem>
148 <para>[jciccone] - Added the Perl fPIC patch which makes perl build
149 a shared DynaLoader.a.</para>
150 </listitem>
151 <listitem>
152 <para>[jciccone] - Removed mention of package users hint from
153 "Package Management" page.</para>
154 </listitem>
155 </itemizedlist>
156 </listitem>
157
158 <listitem>
159 <para>August 8, 2006</para>
160 <itemizedlist>
161 <listitem>
162 <para>[jciccone] - Moved man-pages to the beginning of the build.
163 (fixes ticket #82).</para>
164 </listitem>
165 </itemizedlist>
166 </listitem>
167
168 <listitem>
169 <para>August 7, 2006</para>
170 <itemizedlist>
171 <listitem>
172 <para>[jciccone] - Fixed a problem where when bash is cross-compiled
173 it cannot test for the presence of named pipes.</para>
174 </listitem>
175 <listitem>
176 <para>[jciccone] - Fixed symlink issue in bootscripts. New package
177 CLFS-bootscropts 0.3.</para>
178 </listitem>
179 </itemizedlist>
180 </listitem>
181
182 <listitem>
183 <para>July 22, 2006</para>
184 <itemizedlist>
185 <listitem>
186 <para>[jciccone] - Updated the perl cross-compile patch to -2 to
187 support x86.</para>
188 </listitem>
189 <listitem>
190 <para>[jciccone] - Added x86 to the book.</para>
191 </listitem>
192 </itemizedlist>
193 </listitem>
194
195 <listitem>
196 <para>July 21, 2006</para>
197 <itemizedlist>
198 <listitem>
199 <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
200 tzselect command. This makes sure that the tzselect command looks in
201 zoneinfo dir that was just installed by glibc instead of the host.
202 </para>
203 </listitem>
204 </itemizedlist>
205 </listitem>
206
207 <listitem>
208 <para>July 20, 2006</para>
209 <itemizedlist>
210 <listitem>
211 <para>[jciccone] - Added groff to cross-tools to satisfy a dependency
212 when cross-compiling it later in the final system.</para>
213 </listitem>
214 <listitem>
215 <para>[jciccone] - Updated to Udev-096.</para>
216 </listitem>
217 <listitem>
218 <para>[jciccone] - Updated to linux-2.6.17.6 and
219 linux-headers-2.6.17.6-07202006.</para>
220 </listitem>
221 </itemizedlist>
222 </listitem>
223
224 <listitem>
225 <para>July 16, 2006</para>
226 <itemizedlist>
227 <listitem>
228 <para>[jciccone] - Added a sed to fix updatedb due to the new
229 location of find.</para>
230 </listitem>
231 <listitem>
232 <para>[jciccone] - Removed unneeded chown and chmod commands from
233 the linux-headers installation.</para>
234 </listitem>
235 </itemizedlist>
236 </listitem>
237
238 <listitem>
239 <para>July 10, 2006</para>
240 <itemizedlist>
241 <listitem>
242 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07112006.</para>
243 </listitem>
244 </itemizedlist>
245 </listitem>
246
247 <listitem>
248 <para>July 10, 2006</para>
249 <itemizedlist>
250 <listitem>
251 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07092006.</para>
252 </listitem>
253 </itemizedlist>
254 </listitem>
255
256 <listitem>
257 <para>July 9, 2006</para>
258 <itemizedlist>
259 <listitem>
260 <para>[jciccone] - Updated to linux-2.6.17.4 and
261 linux-headers-2.6.17.4-07072006.</para>
262 </listitem>
263 <listitem>
264 <para>[jciccone] - Updated Udev rules to 07062006, Fixed cdrom
265 permissions and groups. </para>
266 </listitem>
267 <listitem>
268 <para>[jciccone] - Fixes a possible issue with bootscripts if the
269 /usr partition is not mounted during startup. Moved find to /bin
270 and moved some kbd utilities to /bin.</para>
271 </listitem>
272 </itemizedlist>
273 </listitem>
274
275 <listitem>
276 <para>July 2, 2006</para>
277 <itemizedlist>
278 <listitem>
279 <para>[jciccone] - Updated passwd and group file creation
280 to only create minimal users and groups and
281 include information on other users/groups.</para>
282 </listitem>
283 <listitem>
284 <para>[jciccone] - Updated to Cross-LFS Bootscripts. Added check for
285 for /etc/sysconfig/createfiles.</para>
286 </listitem>
287 </itemizedlist>
288 </listitem>
289
290 <listitem>
291 <para>June 28, 2006</para>
292 <itemizedlist>
293 <listitem>
294 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06272006.</para>
295 </listitem>
296 </itemizedlist>
297 </listitem>
298
299 <listitem>
300 <para>June 24, 2006</para>
301 <itemizedlist>
302 <listitem>
303 <para>[jciccone] - Updated to Binutils-2.17.</para>
304 </listitem>
305 </itemizedlist>
306 </listitem>
307
308 <listitem>
309 <para>June 22, 2006</para>
310 <itemizedlist>
311 <listitem>
312 <para>[jciccone] - Updated Vim 7.0 fixes patch to -5.</para>
313 </listitem>
314 <listitem>
315 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06212006.</para>
316 </listitem>
317 <listitem>
318 <para>[jciccone] - Updated Vim 7.0 fixes patch to -4.</para>
319 </listitem>
320 <listitem>
321 <para>[jciccone] - Added mktemp to the Linux dependency list. New
322 dependency as of 2.6.17.</para>
323 </listitem>
324 </itemizedlist>
325 </listitem>
326
327 <listitem>
328 <para>June 21, 2006</para>
329 <itemizedlist>
330 <listitem>
331 <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para>
332 </listitem>
333 </itemizedlist>
334 </listitem>
335
336 <listitem>
337 <para>June 19, 2006</para>
338 <itemizedlist>
339 <listitem>
340 <para>[jciccone] - Updated to man-1.6d.</para>
341 </listitem>
342 <listitem>
343 <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
344 issue that has shown up primarily in samba.</para>
345 </listitem>
346 <listitem>
347 <para>[jciccone] - Updated to linux-2.6.17 and
348 linux-headers-2.6.17-06192006.</para>
349 </listitem>
350 </itemizedlist>
351 </listitem>
352
353 <listitem>
354 <para>June 18, 2006</para>
355 <itemizedlist>
356 <listitem>
357 <para>[jciccone] - Added the glibc crosscompile_timezone-fix to glibc
358 which installs timezone info when cross-compiling.</para>
359 </listitem>
360 </itemizedlist>
361 </listitem>
362
363 <listitem>
364 <para>June 16, 2006</para>
365 <itemizedlist>
366 <listitem>
367 <para>[jciccone] - Added information about cross-compiling perl.</para>
368 </listitem>
369 </itemizedlist>
370 </listitem>
371
372 <listitem>
373 <para>June 15, 2006</para>
374 <itemizedlist>
375 <listitem>
376 <para>[jciccone] - Updated to Binutils-2.16.94.</para>
377 </listitem>
378 </itemizedlist>
379 </listitem>
380
381 <listitem>
382 <para>June 11, 2006</para>
383 <itemizedlist>
384 <listitem>
385 <para>[jciccone] - Updated the list of installed programs for several packages.</para>
386 </listitem>
387 <listitem>
388 <para>[jciccone] - Fixed the module-init-tools install in the presence of existing files.</para>
389 </listitem>
390 <listitem>
391 <para>[jciccone] - Updated to Linux-Headers-2.6.16.20-06092006.</para>
392 </listitem>
393 <listitem>
394 <para>[jciccone] - Updated to Shadow-4.0.16.</para>
395 </listitem>
396 </itemizedlist>
397 </listitem>
398
399 <listitem>
400 <para>June 6, 2006</para>
401 <itemizedlist>
402 <listitem>
403 <para>[jciccone] - Added information about cross-compiling vim.</para>
404 </listitem>
405 </itemizedlist>
406 </listitem>
407
408 <listitem>
409 <para>May 29, 2006</para>
410 <itemizedlist>
411 <listitem>
412 <para>[jciccone] - Updated to linux-2.6.16.20, linux-headers-2.6.16.20-06052006, and Bison-2.3.</para>
413 </listitem>
414 <listitem>
415 <para>[jciccone] - Added a patch to fix a missing declaration of R_OK in util-linux.</para>
416 </listitem>
417 <listitem>
418 <para>[jciccone] - Updated to e2fsprogs-1.39, man-pages-2.33, and linux-headers-2.6.16.19-06042006.</para>
419 </listitem>
420 </itemizedlist>
421 </listitem>
422
423 <listitem>
424 <para>May 29, 2006</para>
425 <itemizedlist>
426 <listitem>
427 <para>[jciccone] - Updated to linux-headers-05292006, udev-093, and binutils-2.16.93.</para>
428 </listitem>
429 </itemizedlist>
430 </listitem>
431
432 <listitem>
433 <para>May 24, 2006</para>
434 <itemizedlist>
435 <listitem>
436 <para>[jciccone] - Created the clfs-2.0 branch. Resetting all Changelogs.</para>
437 </listitem>
438 </itemizedlist>
439 </listitem>
440
441 </itemizedlist>
442
443 <para>Branch Synced from cross-lfs-1.0 on May 24th, 2006</para>
444
445</sect1>
Note: See TracBrowser for help on using the repository browser.