source: BOOK/introduction/common/changelog.xml@ 47bc41b

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 47bc41b was efca81a, checked in by Chris Staub <chris@…>, 18 years ago

Changed shadow instructions for disabling installation of groups program man pages

  • Property mode set to 100644
File size: 10.9 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
[3c17f8e]13 <para>This is version &version; of the Cross-Compiled Linux From Scratch book, dated
[3f8be484]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
[07621da]16 mirrors via <ulink url="&clfs-wiki;"/>.</para>
[3f8be484]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-->
[09bb292]38
[efca81a]39 <listitem>
40 <para>November 4, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[Chris] - Modified the instructions for disabling the
44 installation of the groups program to account for changes in shadow's
45 Makefile.</para>
46 </listitem>
47 </itemizedlist>
48 </listitem>
49
[8b5c30d]50 <listitem>
51 <para>November 2, 2006</para>
52 <itemizedlist>
53 <listitem>
54 <para>[jim] - Updated to File 4.18.</para>
55 </listitem>
56 </itemizedlist>
57 </listitem>
58
[0928ac4]59 <listitem>
60 <para>October 31, 2006</para>
61 <itemizedlist>
62 <listitem>
63 <para>[jim] - Bash 3.2 patch updated with upstream fixes.</para>
64 </listitem>
[728f219]65 <listitem>
66 <para>[jim] - Updated to Bootscripts 1.1-pre3.</para>
67 </listitem>
[0928ac4]68 </itemizedlist>
69 </listitem>
70
[f8f23712]71 <listitem>
72 <para>October 30, 2006</para>
73 <itemizedlist>
74 <listitem>
75 <para>[jim] - Updated to Udev Rules 1.1-pre2.</para>
76 </listitem>
77 </itemizedlist>
78 </listitem>
79
[f03344cc]80 <listitem>
81 <para>October 27, 2006</para>
82 <itemizedlist>
83 <listitem>
84 <para>[jim] - Updated to Bootscripts 1.1-pre2.</para>
85 </listitem>
[79b35d0]86 <listitem>
87 <para>[jim] - Updated syslog.conf file.</para>
88 </listitem>
[f03344cc]89 </itemizedlist>
90 </listitem>
91
[0058597]92 <listitem>
93 <para>October 26, 2006</para>
94 <itemizedlist>
95 <listitem>
96 <para>[jim] - Updated to Linux-Headers 2.6.18.1-10262006.</para>
97 </listitem>
[5dd3ae3]98 <listitem>
99 <para>[jim] - Updated to Gettext 0.16.</para>
100 </listitem>
[e0b0856]101 <listitem>
102 <para>[jim] - The nscd sed is no longer needed to build Glibc 2.5.</para>
103 </listitem>
[0058597]104 </itemizedlist>
105 </listitem>
106
[43123fb]107 <listitem>
108 <para>October 25, 2006</para>
109 <itemizedlist>
[fd8164a]110 <listitem>
111 <para>[Chris] - Updated to Psmisc 22.3.</para>
112 </listitem>
[0e8e169]113 <listitem>
114 <para>[Chris] - Updated to Tcl 8.4.14.</para>
115 </listitem>
[43123fb]116 <listitem>
117 <para>[Chris] - Moved e2fsprogs and sed before coreutils, as
118 Coreutils testsuite now requires e2fsprogs.</para>
119 </listitem>
120 </itemizedlist>
121 </listitem>
122
[11423b69]123 <listitem>
124 <para>October 23, 2006</para>
125 <itemizedlist>
126 <listitem>
127 <para>[Chris] - Removed unneeded additions to config.cache for
128 temp-system Tar and Coreutils.</para>
129 </listitem>
[51f09a8]130 <listitem>
131 <para>[jim] - Added touch man/uname.1 in temp-system Coreutils to
132 prevent a build failure.</para>
133 </listitem>
[dcc1eee2]134 <listitem>
135 <para>[jim] - Added Patch for a Versioning issue with Glibc 2.5.</para>
136 </listitem>
[11423b69]137 </itemizedlist>
138 </listitem>
139
[e9a0056]140 <listitem>
[7e619b1]141 <para>October 22, 2006</para>
142 <itemizedlist>
143 <listitem>
144 <para>[jim] - Updated to Linux 2.6.18.1.</para>
145 </listitem>
146 <listitem>
147 <para>[jim] - Updated to Linux Headers 2.6.18.1-10222006.</para>
148 </listitem>
[4d5dab5]149 <listitem>
150 <para>[jim] - Updated to Coreutils 6.4.</para>
151 </listitem>
[0d98767]152 <listitem>
153 <para>[jim] - Removed out of place udev text in bootscripts Networking.</para>
154 </listitem>
[7e619b1]155 </itemizedlist>
156 </listitem>
157
158 <listitem>
159 <para>October 21, 2006</para>
[e9a0056]160 <itemizedlist>
161 <listitem>
[099d37d]162 <para>[jim] - Updated to Inetutils 1.5.</para>
163 </listitem>
164 <listitem>
165 <para>[jim] - Updated to IPRoute2 2.6.18-061002.</para>
[e9a0056]166 </listitem>
[add0598]167 <listitem>
168 <para>[jim] - Updated to Tar 1.16.</para>
169 </listitem>
[054bf2ad]170 <listitem>
171 <para>[jim] - Updated to Udev 103.</para>
172 </listitem>
[35dc24d]173 <listitem>
174 <para>[jim] - Updated to Coreutils 6.3.</para>
175 </listitem>
[e9a0056]176 </itemizedlist>
177 </listitem>
178
[19d6174]179 <listitem>
180 <para>October 20, 2006</para>
181 <itemizedlist>
182 <listitem>
183 <para>[Chris] - Removed command to add "setvbuf_reversed" to
184 temp-system bash as it is no longer needed with Bash 3.2.</para>
[e9a0056]185 </listitem>
186 <listitem>
[ea24374]187 <para>[Chris] - Added command to man instructions to comment out
188 MANPATH /usr/local/man (in addition to /usr/man).</para>
[19d6174]189 </listitem>
190 </itemizedlist>
191 </listitem>
192
[6f9ab64]193 <listitem>
194 <para>October 15, 2006</para>
195 <itemizedlist>
196 <listitem>
[e7b09c1]197 <para>[jim] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramey.</para>
[6f9ab64]198 </listitem>
199 </itemizedlist>
200 </listitem>
201
[c37e5bc]202 <listitem>
203 <para>October 12, 2006</para>
204 <itemizedlist>
205 <listitem>
206 <para>[jim] - Added patch to fix build issue with Bash 3.2.</para>
207 </listitem>
[d4fc61c]208 <listitem>
209 <para>[jim] - Updated to Man-Pages 2.41.</para>
210 </listitem>
[f1eafe24]211 <listitem>
212 <para>[jim] - Updated to Glibc 2.5.</para>
213 </listitem>
[c37e5bc]214 </itemizedlist>
215 </listitem>
216
[9383fe4]217 <listitem>
218 <para>October 11, 2006</para>
219 <itemizedlist>
220 <listitem>
[b3caa33]221 <para>[jim] - Updated to Bash 3.2.</para>
222 </listitem>
223 <listitem>
224 <para>[jim] - Updated to Readline 5.2.</para>
[9383fe4]225 </listitem>
[0673fa8]226 <listitem>
227 <para>[jim] - Updated to Man-Pages 2.40.</para>
228 </listitem>
[5eecd33]229 <listitem>
230 <para>[jim] - Updated to Udev 102.</para>
231 </listitem>
[9383fe4]232 </itemizedlist>
233 </listitem>
234
[e802702]235 <listitem>
[0b438c4]236 <para>October 4, 2006</para>
[0c318f1]237 <itemizedlist>
238 <listitem>
239 <para>[manuel] - Changed book license to the Open Publication
240 License v1.0.</para>
241 </listitem>
242 </itemizedlist>
243 </listitem>
244
245 <listitem>
[e802702]246 <para>October 1, 2006</para>
247 <itemizedlist>
248 <listitem>
249 <para>[Chris] - Removed obsolete command from Tcl instructions,
250 as the issue it fixes has been fixed in the latest Tcl version.</para>
251 </listitem>
252 </itemizedlist>
253 </listitem>
254
[bd2e5bb]255 <listitem>
256 <para>September 29, 2006</para>
257 <itemizedlist>
258 <listitem>
259 <para>[jim] - Updated to Linux Headers to 2.6.18-09302006.</para>
260 </listitem>
[c19067a]261 <listitem>
262 <para>[jim] - New patch for util-linux, replaces GCC 4 Fixes, the new
263 patches fixes the same issues, and removes the use of syscalls. Syscalls were
264 removed the unistd.h during santization.</para>
265 </listitem>
[bd2e5bb]266 </itemizedlist>
267 </listitem>
268
[d67c60d0]269 <listitem>
270 <para>September 28, 2006</para>
271 <itemizedlist>
272 <listitem>
273 <para>[jim] - Added patch for Util-Linux to fix build issues due to headers change in the
274 kernel.</para>
[5fb43ca]275 </listitem>
[0007f3c]276 <listitem>
277 <para>[jim] - Updated to Texinfo 4.8a.</para>
278 </listitem>
[d67c60d0]279 </itemizedlist>
280 </listitem>
281
[8b02e90]282 <listitem>
283 <para>September 25, 2006</para>
284 <itemizedlist>
285 <listitem>
286 <para>[jim] - Updated Bootscripts to 1.1-pre1. Adding in the boot logging feature.</para>
287 </listitem>
[33a3ed3]288 <listitem>
289 <para>[jim] - Updated to Udev 100.</para>
290 </listitem>
291 <listitem>
292 <para>[jim] - Updated Udev Rules for Udev 100.</para>
293 </listitem>
[63ad4f7]294 <listitem>
295 <para>[jim] - Updated to M4 1.4.7.</para>
296 </listitem>
[b40bbd5]297 <listitem>
298 <para>[jim] - Updated to Linux to 2.6.18.</para>
299 </listitem>
300 <listitem>
301 <para>[jim] - Updated to Linux Headers to 2.6.18-09252006.</para>
302 </listitem>
[023eb64]303 <listitem>
304 <para>[jim] - Udev library libvolume_id is used by HAL, which makes
305 us change our build to a multilib build of udev libaries only for 32 and N32.</para>
306 </listitem>
[b40bbd5]307 </itemizedlist>
[8b02e90]308 </listitem>
309
[01d2e8d]310 <listitem>
[166fd8d3]311 <para>September 18, 2006</para>
[01d2e8d]312 <itemizedlist>
313 <listitem>
[8b02e90]314 <para>[jim] - Updated Bison to a multilib build in all support architectures.</para>
[4f26def]315 </listitem>
316 </itemizedlist>
317 </listitem>
318
[337af620]319 <listitem>
[591da99]320 <para>August 28, 2006</para>
[337af620]321 <itemizedlist>
322 <listitem>
[0bf4dc7a]323 <para>[jim] - Updated to Gettext 0.15.</para>
324 </listitem>
[a5e9c65]325 <listitem>
326 <para>[jim] - Updated to Shadow 4.0.18.1.</para>
327 </listitem>
[1b78045]328 <listitem>
329 <para>[jim] - Updated to Coreutils 5.97.</para>
330 </listitem>
[6680876]331 <listitem>
332 <para>[jim] - Updated to Procps 3.2.7.</para>
333 </listitem>
[8271631]334 <listitem>
335 <para>[jim] - Updated to Man-Pages 2.39.</para>
336 </listitem>
[df130a3]337 <listitem>
338 <para>[jim] - Updated to Autoconf 2.60.</para>
339 </listitem>
[6fec4b4]340 <listitem>
341 <para>[jim] - Updated to TCL 8.4.13.</para>
342 </listitem>
[da9ed8e]343 <listitem>
344 <para>[jim] - Updated to M4 1.4.6.</para>
345 </listitem>
[ce8f939]346 <listitem>
347 <para>[jim] - Updated to Findutils 4.2.28.</para>
348 </listitem>
[03e8867]349 <listitem>
350 <para>[jim] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
351 </listitem>
[6ac7c4f]352 <listitem>
353 <para>[jim] - Updated to Vim Patch -10, which contains upstream fixes.</para>
354 </listitem>
[a36077f]355 <listitem>
356 <para>[jim] - Updated to Udev 098 and udev-cross-lfs to 1.1-08272006 rules.</para>
357 </listitem>
[0bf4dc7a]358 </itemizedlist>
359 </listitem>
360
361 <listitem>
362 <para>August 28, 2006</para>
363 <itemizedlist>
364 <listitem>
365 <para>[jim] - Changelog restarted, see the 1.0.0 book for the old changelog.</para>
[3f8be484]366 </listitem>
367 </itemizedlist>
368 </listitem>
369
370 </itemizedlist>
371
372 <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
373
374</sect1>
Note: See TracBrowser for help on using the repository browser.