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

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

Updated to man-pages-2.41

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