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

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

Vim Patch Update

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