[bf8c11f] | 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 |
|
---|
[da95ad7] | 21 | <itemizedlist>
|
---|
| 22 | <title>Changelog Entries:</title>
|
---|
[bf8c11f] | 23 |
|
---|
| 24 | <!-- Changelog template
|
---|
| 25 |
|
---|
| 26 | <listitem>
|
---|
| 27 | <para>Date</para>
|
---|
| 28 | <itemizedlist>
|
---|
| 29 | <listitem>
|
---|
[da95ad7] | 30 | <para>[name] - New changelog entry.</para>
|
---|
[bf8c11f] | 31 | </listitem>
|
---|
| 32 | <listitem>
|
---|
[da95ad7] | 33 | <para>[name] - Previous changelog entry.</para>
|
---|
[bf8c11f] | 34 | </listitem>
|
---|
| 35 | </itemizedlist>
|
---|
| 36 | </listitem>
|
---|
| 37 | -->
|
---|
[2533bdfd] | 38 |
|
---|
[109c00d] | 39 | <listitem>
|
---|
| 40 | <para>January 29, 2006</para>
|
---|
| 41 | <itemizedlist>
|
---|
| 42 | <listitem>
|
---|
| 43 | <para>[jim] - Updated Toolchain adjustment in final-system. Thank you Dan Nicholson.</para>
|
---|
| 44 | </listitem>
|
---|
| 45 | </itemizedlist>
|
---|
| 46 | </listitem>
|
---|
| 47 |
|
---|
[f6328b0a] | 48 | <listitem>
|
---|
| 49 | <para>January 24, 2006</para>
|
---|
| 50 | <itemizedlist>
|
---|
| 51 | <listitem>
|
---|
| 52 | <para>[jim] - Updated to Man 1.6c.</para>
|
---|
| 53 | </listitem>
|
---|
| 54 | </itemizedlist>
|
---|
| 55 | </listitem>
|
---|
| 56 |
|
---|
[96e7720] | 57 | <listitem>
|
---|
| 58 | <para>January 23, 2006</para>
|
---|
| 59 | <itemizedlist>
|
---|
| 60 | <listitem>
|
---|
| 61 | <para>[Chris] - Removed unnecessary --with-ncurses switches
|
---|
| 62 | from temp-system bash and inetutils.</para>
|
---|
| 63 | </listitem>
|
---|
[19b3661] | 64 | <listitem>
|
---|
| 65 | <para>[Chris] - Moved zlib from temp-system to boot as it's
|
---|
| 66 | not needed if you chroot.</para>
|
---|
| 67 | </listitem>
|
---|
[96e7720] | 68 | </itemizedlist>
|
---|
| 69 | </listitem>
|
---|
| 70 |
|
---|
[e7e4f53] | 71 | <listitem>
|
---|
| 72 | <para>January 19, 2006</para>
|
---|
| 73 | <itemizedlist>
|
---|
| 74 | <listitem>
|
---|
| 75 | <para>[Chris] - Removed patch from shadow instructions.</para>
|
---|
| 76 | </listitem>
|
---|
[78a7222] | 77 | <listitem>
|
---|
| 78 | <para>[Chris] - Added perl sprintf vulnerability patch.</para>
|
---|
| 79 | </listitem>
|
---|
[a10b7e35] | 80 | <listitem>
|
---|
| 81 | <para>[jim] - Updated to Man-Pages 2.21.</para>
|
---|
| 82 | </listitem>
|
---|
[e7e4f53] | 83 | </itemizedlist>
|
---|
| 84 | </listitem>
|
---|
| 85 |
|
---|
[5c40294] | 86 | <listitem>
|
---|
| 87 | <para>January 13, 2006</para>
|
---|
| 88 | <itemizedlist>
|
---|
| 89 | <listitem>
|
---|
| 90 | <para>[ken] - Moved grep ahead of libtool to avoid /tools being hardcoded
|
---|
| 91 | into the libtool script for EGREP.</para>
|
---|
| 92 | </listitem>
|
---|
[de4f4d9b] | 93 | <listitem>
|
---|
| 94 | <para>[ken] - Alter bison to build repeatably, from LFS.</para>
|
---|
| 95 | </listitem>
|
---|
[9be8160] | 96 | <listitem>
|
---|
| 97 | <para>[ken] - Alter gccbug to use mktemp, from LFS.</para>
|
---|
| 98 | </listitem>
|
---|
[bae9b6c] | 99 | <listitem>
|
---|
| 100 | <para>[ken] - Move creation of /etc/hosts within Perl instructions,
|
---|
| 101 | for repeatability, from LFS.</para>
|
---|
| 102 | </listitem>
|
---|
[32ec4f08] | 103 | <listitem>
|
---|
| 104 | <para>[Chris] - Moved bootloader setup to right after "Changing Ownership" in Chapter 7, and changed several package installation instructions in that chapter.</para>
|
---|
| 105 | </listitem>
|
---|
| 106 |
|
---|
[5c40294] | 107 | </itemizedlist>
|
---|
| 108 | </listitem>
|
---|
| 109 |
|
---|
[9e7a69a] | 110 | <listitem>
|
---|
| 111 | <para>January 12, 2006</para>
|
---|
| 112 | <itemizedlist>
|
---|
| 113 | <listitem>
|
---|
| 114 | <para>[Chris] - Moved directory and symlink creation pages
|
---|
[7464b95] | 115 | to the beginning of Chapter 7.</para>
|
---|
| 116 | </listitem>
|
---|
| 117 | <listitem>
|
---|
| 118 | <para>[jim] - Updated to Psmisc 22.1.</para>
|
---|
[9e7a69a] | 119 | </listitem>
|
---|
[9e15bb7] | 120 | <listitem>
|
---|
| 121 | <para>[jim] - Updated to Man-Pages 2.20.</para>
|
---|
| 122 | </listitem>
|
---|
[c30fcbf] | 123 | <listitem>
|
---|
| 124 | <para>[jim] - Updated Coreutils build instructions to copy more files
|
---|
| 125 | to /bin. These are changes for bootscripts and the new udev rules.</para>
|
---|
| 126 | </listitem>
|
---|
[a3340af] | 127 | <listitem>
|
---|
| 128 | <para>[jim] - Updated to Linux 2.6.14.6.</para>
|
---|
| 129 | </listitem>
|
---|
[3f1ffb0] | 130 | <listitem>
|
---|
| 131 | <para>[jim] - Numerous complaints about temp-system Perl failing to build. So
|
---|
| 132 | I moved temp perl to first package in final-system build. The failures we noted
|
---|
| 133 | on Pure 64 builds.</para>
|
---|
| 134 | </listitem>
|
---|
[9e7a69a] | 135 | </itemizedlist>
|
---|
| 136 | </listitem>
|
---|
| 137 |
|
---|
[6732e02] | 138 | <listitem>
|
---|
| 139 | <para>January 11, 2006</para>
|
---|
| 140 | <itemizedlist>
|
---|
| 141 | <listitem>
|
---|
| 142 | <para>[jim] - Rewrote wrote zlib final instructions to include
|
---|
| 143 | a patch the will allow build of static and shared libraries at
|
---|
| 144 | the same time. Thanx for the recommendation Tushar Teredesai.</para>
|
---|
| 145 | </listitem>
|
---|
| 146 | </itemizedlist>
|
---|
| 147 | </listitem>
|
---|
| 148 |
|
---|
[bea9517] | 149 | <listitem>
|
---|
| 150 | <para>January 8, 2006</para>
|
---|
| 151 | <itemizedlist>
|
---|
| 152 | <listitem>
|
---|
| 153 | <para>[Chris] - Rewrote much of the description of the build
|
---|
[6732e02] | 154 | process and test suite information.</para>
|
---|
[bea9517] | 155 | </listitem>
|
---|
| 156 | </itemizedlist>
|
---|
| 157 | </listitem>
|
---|
| 158 |
|
---|
[bbeade2] | 159 | <listitem>
|
---|
| 160 | <para>January 3, 2006</para>
|
---|
| 161 | <itemizedlist>
|
---|
| 162 | <listitem>
|
---|
| 163 | <para>[jim] - Updated to Shadow 4.0.14.</para>
|
---|
| 164 | </listitem>
|
---|
| 165 | </itemizedlist>
|
---|
| 166 | </listitem>
|
---|
| 167 |
|
---|
[e719005] | 168 | <listitem>
|
---|
[9de3303] | 169 | <para>December 30, 2005</para>
|
---|
[0636f6c] | 170 | <itemizedlist>
|
---|
| 171 | <listitem>
|
---|
| 172 | <para>[Chris] - Updated package dependencies, removed explanation of
|
---|
| 173 | "target alias" and "cross-compiling" from final-system binutils, and
|
---|
| 174 | removed note about GRUB's testsuite failure.</para>
|
---|
| 175 | </listitem>
|
---|
[db38a36] | 176 | <listitem>
|
---|
| 177 | <para>[ken] - Fix where tree gets installed.</para>
|
---|
| 178 | </listitem>
|
---|
| 179 | </itemizedlist>
|
---|
| 180 | </listitem>
|
---|
| 181 |
|
---|
[51bfc04] | 182 | <listitem>
|
---|
| 183 | <para>December 29, 2005</para>
|
---|
| 184 | <itemizedlist>
|
---|
| 185 | <listitem>
|
---|
| 186 | <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
|
---|
| 187 | </listitem>
|
---|
| 188 | </itemizedlist>
|
---|
| 189 | </listitem>
|
---|
| 190 |
|
---|
[31cff1bc] | 191 | <listitem>
|
---|
| 192 | <para>December 28, 2005</para>
|
---|
| 193 | <itemizedlist>
|
---|
| 194 | <listitem>
|
---|
| 195 | <para>[ken] - Remove --with-x=no from expect - either we booted, or we
|
---|
| 196 | are in chroot.</para>
|
---|
| 197 | </listitem>
|
---|
[54e0992] | 198 | <listitem>
|
---|
| 199 | <para>[ken] - Fix a failure to build glibc-headers.</para>
|
---|
| 200 | </listitem>
|
---|
[07b5f51] | 201 | <listitem>
|
---|
| 202 | <para>[jim] - Updated to Linux 2.6.14.5.</para>
|
---|
| 203 | </listitem>
|
---|
[31cff1bc] | 204 | </itemizedlist>
|
---|
| 205 | </listitem>
|
---|
| 206 |
|
---|
[d4285da] | 207 | <listitem>
|
---|
| 208 | <para>December 23, 2005</para>
|
---|
| 209 | <itemizedlist>
|
---|
| 210 | <listitem>
|
---|
| 211 | <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
|
---|
| 212 | </listitem>
|
---|
| 213 | </itemizedlist>
|
---|
| 214 | </listitem>
|
---|
| 215 |
|
---|
[d5e40913] | 216 | <listitem>
|
---|
| 217 | <para>December 22, 2005</para>
|
---|
| 218 | <itemizedlist>
|
---|
| 219 | <listitem>
|
---|
| 220 | <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
|
---|
| 221 | following issue: There are parsing problems with compound assignments in several contexts,
|
---|
| 222 | including as arguments to builtins like `local', `eval', and `let', and
|
---|
| 223 | as multiple assignments in a single command.</para>
|
---|
| 224 | </listitem>
|
---|
[dcc18d8f] | 225 | <listitem>
|
---|
| 226 | <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
|
---|
| 227 | following issue: A problem with the readline callback interface can result in segmentation
|
---|
| 228 | faults when using the delete-char function via a multiple-key sequence.
|
---|
| 229 | Two consecutive calls to delete-char will crash the application calling
|
---|
| 230 | readline.</para>
|
---|
| 231 | </listitem>
|
---|
[b1e8d281] | 232 | <listitem>
|
---|
| 233 | <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
|
---|
| 234 | a potential security threat. Thus the reason for removal.</para>
|
---|
| 235 | </listitem>
|
---|
[60d7f3af] | 236 | <listitem>
|
---|
| 237 | <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
|
---|
| 238 | </listitem>
|
---|
[d5e40913] | 239 | </itemizedlist>
|
---|
| 240 | </listitem>
|
---|
| 241 |
|
---|
[0f48cdb0] | 242 | <listitem>
|
---|
| 243 | <para>December 20, 2005</para>
|
---|
| 244 | <itemizedlist>
|
---|
| 245 | <listitem>
|
---|
| 246 | <para>[jim] - Updated to M4 1.4.4.</para>
|
---|
| 247 | </listitem>
|
---|
| 248 | </itemizedlist>
|
---|
| 249 | </listitem>
|
---|
| 250 |
|
---|
[4dbbb18] | 251 | <listitem>
|
---|
| 252 | <para>December 19, 2005</para>
|
---|
| 253 | <itemizedlist>
|
---|
| 254 | <listitem>
|
---|
| 255 | <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
|
---|
| 256 | </listitem>
|
---|
[344fb79b] | 257 | <listitem>
|
---|
| 258 | <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
|
---|
| 259 | an issue in Gawk. Thank you Greg Schaefer.</para>
|
---|
| 260 | </listitem>
|
---|
[4dbbb18] | 261 | </itemizedlist>
|
---|
| 262 | </listitem>
|
---|
| 263 |
|
---|
[3f81e97e] | 264 | <listitem>
|
---|
[0cd63ff] | 265 | <para>December 18, 2005</para>
|
---|
[3f81e97e] | 266 | <itemizedlist>
|
---|
| 267 | <listitem>
|
---|
[0cd63ff] | 268 | <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
|
---|
| 269 | perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
|
---|
| 270 | and boot sections.</para>
|
---|
[3f81e97e] | 271 | </listitem>
|
---|
[49aa5e3a] | 272 | <listitem>
|
---|
| 273 | <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
|
---|
| 274 | it was found that these were not needed for building the final system on
|
---|
| 275 | a multilib capable build.</para>
|
---|
| 276 | </listitem>
|
---|
[dff8c43] | 277 | <listitem>
|
---|
| 278 | <para>[jim] - Updated to Libtool 1.5.22.</para>
|
---|
| 279 | </listitem>
|
---|
[5328cc9] | 280 | <listitem>
|
---|
| 281 | <para>[jim] - Updated to Man-Pages 2.18.</para>
|
---|
| 282 | </listitem>
|
---|
[3f81e97e] | 283 | </itemizedlist>
|
---|
| 284 | </listitem>
|
---|
| 285 |
|
---|
[03bce95] | 286 | <listitem>
|
---|
| 287 | <para>December 17, 2005</para>
|
---|
| 288 | <itemizedlist>
|
---|
| 289 | <listitem>
|
---|
| 290 | <para>[jim] - Updated to psmisc 21.9.</para>
|
---|
| 291 | </listitem>
|
---|
| 292 | </itemizedlist>
|
---|
| 293 | </listitem>
|
---|
| 294 |
|
---|
[f1a8441] | 295 | <listitem>
|
---|
| 296 | <para>December 16, 2005</para>
|
---|
| 297 | <itemizedlist>
|
---|
| 298 | <listitem>
|
---|
| 299 | <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
|
---|
| 300 | </listitem>
|
---|
[75f784f] | 301 | <listitem>
|
---|
| 302 | <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
|
---|
| 303 | in perl.</para>
|
---|
| 304 | </listitem>
|
---|
[f1a8441] | 305 | </itemizedlist>
|
---|
| 306 | </listitem>
|
---|
| 307 |
|
---|
[655b411] | 308 | <listitem>
|
---|
| 309 | <para>December 15, 2005</para>
|
---|
| 310 | <itemizedlist>
|
---|
| 311 | <listitem>
|
---|
| 312 | <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
|
---|
| 313 | </listitem>
|
---|
[4c2b35f] | 314 | <listitem>
|
---|
| 315 | <para>[jim] - Added not to temp-system about the WARNING message.</para>
|
---|
| 316 | </listitem>
|
---|
[655b411] | 317 | </itemizedlist>
|
---|
| 318 | </listitem>
|
---|
| 319 |
|
---|
[05806e8] | 320 | <listitem>
|
---|
| 321 | <para>December 14, 2005</para>
|
---|
| 322 | <itemizedlist>
|
---|
| 323 | <listitem>
|
---|
| 324 | <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
|
---|
| 325 | further build issues.</para>
|
---|
| 326 | </listitem>
|
---|
[496be96] | 327 | <listitem>
|
---|
| 328 | <para>[jim] - Updated to Man-Pages 2.17.</para>
|
---|
| 329 | </listitem>
|
---|
[43c3da5] | 330 | <listitem>
|
---|
| 331 | <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
|
---|
| 332 | </listitem>
|
---|
[05806e8] | 333 | </itemizedlist>
|
---|
| 334 | </listitem>
|
---|
| 335 |
|
---|
[ec00b5da] | 336 | <listitem>
|
---|
| 337 | <para>December 13, 2005</para>
|
---|
| 338 | <itemizedlist>
|
---|
| 339 | <listitem>
|
---|
| 340 | <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
|
---|
| 341 | Thanks to David Fix.</para>
|
---|
| 342 | </listitem>
|
---|
| 343 | </itemizedlist>
|
---|
| 344 | </listitem>
|
---|
| 345 |
|
---|
[d1f4384] | 346 | <listitem>
|
---|
| 347 | <para>December 12, 2005</para>
|
---|
| 348 | <itemizedlist>
|
---|
| 349 | <listitem>
|
---|
| 350 | <para>[jim] - Removed testsuites from Temp-Tools section.</para>
|
---|
| 351 | </listitem>
|
---|
| 352 | </itemizedlist>
|
---|
| 353 | </listitem>
|
---|
| 354 |
|
---|
[38a5094f] | 355 | <listitem>
|
---|
[1bc724c] | 356 | <para>December 11, 2005</para>
|
---|
| 357 | <itemizedlist>
|
---|
| 358 | <listitem>
|
---|
| 359 | <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
|
---|
| 360 | </listitem>
|
---|
| 361 | </itemizedlist>
|
---|
| 362 | </listitem>
|
---|
| 363 |
|
---|
| 364 | <listitem>
|
---|
[38a5094f] | 365 | <para>December 9, 2005</para>
|
---|
| 366 | <itemizedlist>
|
---|
| 367 | <listitem>
|
---|
| 368 | <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
|
---|
| 369 | </listitem>
|
---|
[9306bac] | 370 | <listitem>
|
---|
| 371 | <para>[ken] - Bzip2 - clarify what is being tested.</para>
|
---|
| 372 | </listitem>
|
---|
[beddd7f] | 373 | <listitem>
|
---|
| 374 | <para>[jim] - Removed installation of sound sanitized headers.
|
---|
| 375 | They will be removed in the next release of linux-libc-headers.</para>
|
---|
| 376 | </listitem>
|
---|
[38a5094f] | 377 | </itemizedlist>
|
---|
| 378 | </listitem>
|
---|
| 379 |
|
---|
[723b084] | 380 | <listitem>
|
---|
| 381 | <para>December 8, 2005</para>
|
---|
| 382 | <itemizedlist>
|
---|
| 383 | <listitem>
|
---|
| 384 | <para>[jim] - Upgraded to Less 394.</para>
|
---|
| 385 | </listitem>
|
---|
[84e963b] | 386 | <listitem>
|
---|
| 387 | <para>[jim] - Upgraded to Bash 3.1.</para>
|
---|
| 388 | </listitem>
|
---|
[44901d7] | 389 | <listitem>
|
---|
| 390 | <para>[jim] - Upgraded to Readline 5.1.</para>
|
---|
| 391 | </listitem>
|
---|
[723b084] | 392 | </itemizedlist>
|
---|
| 393 | </listitem>
|
---|
| 394 |
|
---|
[08f924db] | 395 | <listitem>
|
---|
| 396 | <para>December 7, 2005</para>
|
---|
| 397 | <itemizedlist>
|
---|
| 398 | <listitem>
|
---|
| 399 | <para>[jim] - Upgraded to TCL 8.4.12.</para>
|
---|
| 400 | </listitem>
|
---|
[142e211a] | 401 | <listitem>
|
---|
| 402 | <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
|
---|
| 403 | </listitem>
|
---|
[23ddcc3] | 404 | <listitem>
|
---|
| 405 | <para>[jim] - Upgraded to Readline 5.0.5.</para>
|
---|
| 406 | </listitem>
|
---|
[75a132b] | 407 | <listitem>
|
---|
| 408 | <para>[jim] - Upgraded to Bash 3.0.16.</para>
|
---|
| 409 | </listitem>
|
---|
| 410 | </itemizedlist>
|
---|
[08f924db] | 411 | </listitem>
|
---|
| 412 |
|
---|
[ee72551] | 413 | <listitem>
|
---|
| 414 | <para>December 6, 2005</para>
|
---|
| 415 | <itemizedlist>
|
---|
| 416 | <listitem>
|
---|
| 417 | <para>[jim] - Upgraded to Glibc 20051107.</para>
|
---|
| 418 | </listitem>
|
---|
| 419 | <listitem>
|
---|
| 420 | <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
|
---|
| 421 | </listitem>
|
---|
[3490624] | 422 | <listitem>
|
---|
| 423 | <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
|
---|
| 424 | </listitem>
|
---|
| 425 | <listitem>
|
---|
| 426 | <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
|
---|
| 427 | correct the date in changelog.</para>
|
---|
| 428 | </listitem>
|
---|
[9531391] | 429 | <listitem>
|
---|
| 430 | <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
|
---|
| 431 | for livecd builders to not loose valueable build time, if something goes
|
---|
| 432 | wrong.</para>
|
---|
| 433 | </listitem>
|
---|
[c5f362fc] | 434 | <listitem>
|
---|
| 435 | <para>[jim] - Upgraded to Findutils 4.2.27.</para>
|
---|
| 436 | </listitem>
|
---|
[ee72551] | 437 | </itemizedlist>
|
---|
| 438 | </listitem>
|
---|
[82b71542] | 439 |
|
---|
[77d061a] | 440 | <listitem>
|
---|
| 441 | <para>December 5, 2005</para>
|
---|
| 442 | <itemizedlist>
|
---|
| 443 | <listitem>
|
---|
| 444 | <para>[Matt Darcy] - Updated the resources page to include reference and base
|
---|
| 445 | instructions on using the LFS pastebin</para>
|
---|
[878ca1c] | 446 | </listitem>
|
---|
[82b71542] | 447 | <listitem>
|
---|
| 448 | <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
|
---|
[878ca1c] | 449 | </listitem>
|
---|
| 450 | <listitem>
|
---|
[82b71542] | 451 | <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
|
---|
| 452 | user error system. This change will will need to be validated by
|
---|
| 453 | by other devs</para>
|
---|
| 454 | </listitem>
|
---|
[54996cb] | 455 | <listitem>
|
---|
| 456 | <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
|
---|
| 457 | testsuite doesn't bail out when testing generate-modprobe.conf.</para>
|
---|
| 458 | </listitem>
|
---|
[82b71542] | 459 | </itemizedlist>
|
---|
| 460 | </listitem>
|
---|
| 461 |
|
---|
[7102ce2] | 462 | <listitem>
|
---|
| 463 | <para>December 3, 2005</para>
|
---|
| 464 | <itemizedlist>
|
---|
| 465 | <listitem>
|
---|
| 466 | <para>[ken] - Reference a home directory for dummy user when testing
|
---|
[e87810e] | 467 | coreutils, and correct sed 'man page' to 'HTML documentation', both
|
---|
| 468 | from LFS.</para>
|
---|
[7102ce2] | 469 | </listitem>
|
---|
| 470 | </itemizedlist>
|
---|
| 471 | </listitem>
|
---|
| 472 |
|
---|
[54f8654] | 473 | <listitem>
|
---|
[aaec9ca9] | 474 | <para>December 2, 2005</para>
|
---|
[54f8654] | 475 | <itemizedlist>
|
---|
| 476 | <listitem>
|
---|
| 477 | <para>[jim] - Updated to Man-Pages 2.16.</para>
|
---|
| 478 | </listitem>
|
---|
| 479 | </itemizedlist>
|
---|
| 480 | </listitem>
|
---|
| 481 |
|
---|
[91d4a73] | 482 | <listitem>
|
---|
| 483 | <para>December 1, 2005</para>
|
---|
| 484 | <itemizedlist>
|
---|
| 485 | <listitem>
|
---|
| 486 | <para>[jim] - Updated to Linux 2.6.14.3.</para>
|
---|
| 487 | </listitem>
|
---|
[695df81] | 488 | <listitem>
|
---|
| 489 | <para>[jim] - Updated to Man-Pages 2.15.</para>
|
---|
| 490 | </listitem>
|
---|
[22de609] | 491 | <listitem>
|
---|
| 492 | <para>[jim] - Updated to Udev 076.</para>
|
---|
| 493 | </listitem>
|
---|
[a3e3be0] | 494 | <listitem>
|
---|
| 495 | <para>[jim] - Added support for Sparc v8 and below.</para>
|
---|
| 496 | </listitem>
|
---|
[91d4a73] | 497 | </itemizedlist>
|
---|
| 498 | </listitem>
|
---|
| 499 |
|
---|
[e6423a01] | 500 | <listitem>
|
---|
| 501 | <para>November 30, 2005</para>
|
---|
| 502 | <itemizedlist>
|
---|
| 503 | <listitem>
|
---|
| 504 | <para>[jim] - Text updates to final-system.</para>
|
---|
| 505 | </listitem>
|
---|
[e7732d7] | 506 | <listitem>
|
---|
| 507 | <para>[jim] - Text updates to temp-tools.</para>
|
---|
| 508 | </listitem>
|
---|
[e6423a01] | 509 | </itemizedlist>
|
---|
| 510 | </listitem>
|
---|
| 511 |
|
---|
[c48c555] | 512 | <listitem>
|
---|
[6069286] | 513 | <para>November 29, 2005</para>
|
---|
| 514 | <itemizedlist>
|
---|
| 515 | <listitem>
|
---|
| 516 | <para>[jim] - Text updates to chroot.</para>
|
---|
| 517 | </listitem>
|
---|
[40c1b5b] | 518 | <listitem>
|
---|
| 519 | <para>[jim] - Text updates to boot.</para>
|
---|
| 520 | </listitem>
|
---|
[6069286] | 521 | </itemizedlist>
|
---|
| 522 | </listitem>
|
---|
| 523 |
|
---|
| 524 | <listitem>
|
---|
| 525 | <para>November 28, 2005</para>
|
---|
[c48c555] | 526 | <itemizedlist>
|
---|
| 527 | <listitem>
|
---|
| 528 | <para>[jim] - Text updates to glibc in all sections.</para>
|
---|
| 529 | </listitem>
|
---|
[175ff828] | 530 | <listitem>
|
---|
| 531 | <para>[jim] - Text updates to temp-system.</para>
|
---|
| 532 | </listitem>
|
---|
[1235a03] | 533 | <listitem>
|
---|
| 534 | <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
|
---|
| 535 | </listitem>
|
---|
[c48c555] | 536 | </itemizedlist>
|
---|
| 537 | </listitem>
|
---|
| 538 |
|
---|
[1b823a37] | 539 | <listitem>
|
---|
[6069286] | 540 | <para>November 27, 2005</para>
|
---|
[1b823a37] | 541 | <itemizedlist>
|
---|
| 542 | <listitem>
|
---|
| 543 | <para>[jim] - Text updates to gcc in all sections.</para>
|
---|
| 544 | </listitem>
|
---|
[9e08944] | 545 | <listitem>
|
---|
| 546 | <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
|
---|
| 547 | </listitem>
|
---|
[1b823a37] | 548 | </itemizedlist>
|
---|
| 549 | </listitem>
|
---|
| 550 |
|
---|
[d65c6ef] | 551 | <listitem>
|
---|
[6069286] | 552 | <para>November 25, 2005</para>
|
---|
[d65c6ef] | 553 | <itemizedlist>
|
---|
| 554 | <listitem>
|
---|
| 555 | <para>[jim] - Text updates to binutils in all sections.</para>
|
---|
| 556 | </listitem>
|
---|
| 557 | </itemizedlist>
|
---|
| 558 | </listitem>
|
---|
| 559 |
|
---|
[eea1dfc] | 560 | <listitem>
|
---|
[6069286] | 561 | <para>November 24, 2005</para>
|
---|
[eea1dfc] | 562 | <itemizedlist>
|
---|
| 563 | <listitem>
|
---|
[da95ad7] | 564 | <para>[Matt Darcy] - Text updates to resources page </para>
|
---|
[eea1dfc] | 565 | </listitem>
|
---|
| 566 | <listitem>
|
---|
[da95ad7] | 567 | <para>[Matt Darcy] - Updated reference to LFS news server to reflect
|
---|
| 568 | that it no longer exists</para>
|
---|
[eea1dfc] | 569 | </listitem>
|
---|
| 570 | </itemizedlist>
|
---|
| 571 | </listitem>
|
---|
| 572 |
|
---|
[da95ad7] | 573 | <listitem>
|
---|
| 574 | <para>November 23, 2005</para>
|
---|
[eea1dfc] | 575 | <itemizedlist>
|
---|
| 576 | <listitem>
|
---|
[da95ad7] | 577 | <para>[jim] - For inetutils to utilize the Ncurses headers in
|
---|
| 578 | /tools/include.</para>
|
---|
[eea1dfc] | 579 | </listitem>
|
---|
| 580 | </itemizedlist>
|
---|
| 581 | </listitem>
|
---|
| 582 |
|
---|
[da95ad7] | 583 | <listitem>
|
---|
| 584 | <para>November 21, 2005</para>
|
---|
[eea1dfc] | 585 | <itemizedlist>
|
---|
| 586 | <listitem>
|
---|
[da95ad7] | 587 | <para>[jim] - Updated to Udev 075.</para>
|
---|
[eea1dfc] | 588 | </listitem>
|
---|
| 589 | <listitem>
|
---|
[da95ad7] | 590 | <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
|
---|
[eea1dfc] | 591 | </listitem>
|
---|
| 592 | </itemizedlist>
|
---|
| 593 | </listitem>
|
---|
| 594 |
|
---|
[da95ad7] | 595 | <listitem>
|
---|
| 596 | <para>November 20, 2005</para>
|
---|
[eea1dfc] | 597 | <itemizedlist>
|
---|
| 598 | <listitem>
|
---|
[da95ad7] | 599 | <para>[jim] - Updated to Findutils 4.2.26.</para>
|
---|
[eea1dfc] | 600 | </listitem>
|
---|
| 601 | </itemizedlist>
|
---|
| 602 | </listitem>
|
---|
| 603 |
|
---|
| 604 | <listitem>
|
---|
[da95ad7] | 605 | <para>November 18, 2005</para>
|
---|
[eea1dfc] | 606 | <itemizedlist>
|
---|
| 607 | <listitem>
|
---|
[da95ad7] | 608 | <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
|
---|
| 609 | package.</para>
|
---|
[eea1dfc] | 610 | </listitem>
|
---|
| 611 | </itemizedlist>
|
---|
| 612 | </listitem>
|
---|
| 613 |
|
---|
| 614 | <listitem>
|
---|
[da95ad7] | 615 | <para>November 17, 2005</para>
|
---|
[eea1dfc] | 616 | <itemizedlist>
|
---|
| 617 | <listitem>
|
---|
[da95ad7] | 618 | <para>[jim] - Update to Man-Pages 2.14.</para>
|
---|
[eea1dfc] | 619 | </listitem>
|
---|
| 620 | <listitem>
|
---|
[da95ad7] | 621 | <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
|
---|
| 622 | Architecture. New Patch added.</para>
|
---|
[eea1dfc] | 623 | </listitem>
|
---|
| 624 | <listitem>
|
---|
[da95ad7] | 625 | <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
|
---|
[eea1dfc] | 626 | </listitem>
|
---|
| 627 | </itemizedlist>
|
---|
| 628 | </listitem>
|
---|
| 629 |
|
---|
| 630 | <listitem>
|
---|
[da95ad7] | 631 | <para>November 13, 2005</para>
|
---|
[eea1dfc] | 632 | <itemizedlist>
|
---|
| 633 | <listitem>
|
---|
[da95ad7] | 634 | <para>[manuel] - Improve the heuristic for determining a locale that
|
---|
| 635 | is supported by both Glibc and packages outside LFS. Ported from
|
---|
| 636 | LFS-SVN.</para>
|
---|
[eea1dfc] | 637 | </listitem>
|
---|
| 638 | <listitem>
|
---|
[da95ad7] | 639 | <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
|
---|
| 640 | as make runs it automatically. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 641 | </listitem>
|
---|
| 642 | <listitem>
|
---|
[da95ad7] | 643 | <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
|
---|
[eea1dfc] | 644 | </listitem>
|
---|
| 645 | <listitem>
|
---|
[da95ad7] | 646 | <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
|
---|
[eea1dfc] | 647 | </listitem>
|
---|
| 648 | </itemizedlist>
|
---|
| 649 | </listitem>
|
---|
| 650 |
|
---|
| 651 | <listitem>
|
---|
[da95ad7] | 652 | <para>November 10, 2005</para>
|
---|
[eea1dfc] | 653 | <itemizedlist>
|
---|
| 654 | <listitem>
|
---|
[da95ad7] | 655 | <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
|
---|
| 656 | testsuite. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 657 | </listitem>
|
---|
| 658 | <listitem>
|
---|
[da95ad7] | 659 | <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
|
---|
[eea1dfc] | 660 | </listitem>
|
---|
| 661 | <listitem>
|
---|
[da95ad7] | 662 | <para>[jim] - Added text for multilib kernel build requirements.</para>
|
---|
[eea1dfc] | 663 | </listitem>
|
---|
| 664 | </itemizedlist>
|
---|
| 665 | </listitem>
|
---|
| 666 |
|
---|
| 667 | <listitem>
|
---|
[da95ad7] | 668 | <para>November 9, 2005</para>
|
---|
[eea1dfc] | 669 | <itemizedlist>
|
---|
| 670 | <listitem>
|
---|
[da95ad7] | 671 | <para>[manuel] - Stop Udev from killing udevd processes on the
|
---|
| 672 | system and removed udevdir=/dev. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 673 | </listitem>
|
---|
| 674 | <listitem>
|
---|
[da95ad7] | 675 | <para>[manuel] - Install the binaries from Less to /usr/bin instead
|
---|
| 676 | of /bin. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 677 | </listitem>
|
---|
| 678 | <listitem>
|
---|
[da95ad7] | 679 | <para>[manuel] - Removed SBUs and disk usage information.</para>
|
---|
[eea1dfc] | 680 | </listitem>
|
---|
| 681 | <listitem>
|
---|
[da95ad7] | 682 | <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
|
---|
[eea1dfc] | 683 | </listitem>
|
---|
| 684 | </itemizedlist>
|
---|
| 685 | </listitem>
|
---|
| 686 |
|
---|
| 687 | <listitem>
|
---|
[da95ad7] | 688 | <para>November 8, 2005</para>
|
---|
[eea1dfc] | 689 | <itemizedlist>
|
---|
| 690 | <listitem>
|
---|
[da95ad7] | 691 | <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
|
---|
[eea1dfc] | 692 | </listitem>
|
---|
| 693 | </itemizedlist>
|
---|
| 694 | </listitem>
|
---|
| 695 |
|
---|
| 696 | <listitem>
|
---|
[da95ad7] | 697 | <para>November 7, 2005</para>
|
---|
[eea1dfc] | 698 | <itemizedlist>
|
---|
| 699 | <listitem>
|
---|
[da95ad7] | 700 | <para>[manuel] - Remove the optimization related warnings from the
|
---|
| 701 | toolchain packages. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 702 | </listitem>
|
---|
| 703 | <listitem>
|
---|
[da95ad7] | 704 | <para>[manuel] - Install Vim's documentation to <filename
|
---|
| 705 | class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
|
---|
| 706 | of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
|
---|
| 707 | Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 708 | </listitem>
|
---|
| 709 | <listitem>
|
---|
[da95ad7] | 710 | <para>[manuel] - Correct the instructions for running the
|
---|
| 711 | Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 712 | </listitem>
|
---|
| 713 | <listitem>
|
---|
[da95ad7] | 714 | <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
|
---|
| 715 | cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
|
---|
[eea1dfc] | 716 | </listitem>
|
---|
| 717 | </itemizedlist>
|
---|
| 718 | </listitem>
|
---|
| 719 |
|
---|
| 720 | <listitem>
|
---|
[da95ad7] | 721 | <para>November 6, 2005</para>
|
---|
[eea1dfc] | 722 | <itemizedlist>
|
---|
| 723 | <listitem>
|
---|
[da95ad7] | 724 | <para>[jim] - Updated to Coreutils 5.93.</para>
|
---|
[eea1dfc] | 725 | </listitem>
|
---|
| 726 | <listitem>
|
---|
[da95ad7] | 727 | <para>[jim] - Updated to Procps 3.2.6.</para>
|
---|
[eea1dfc] | 728 | </listitem>
|
---|
| 729 | <listitem>
|
---|
[da95ad7] | 730 | <para>[jim] - Updated to Man-Pages 2.13.</para>
|
---|
[eea1dfc] | 731 | </listitem>
|
---|
| 732 | </itemizedlist>
|
---|
| 733 | </listitem>
|
---|
| 734 |
|
---|
| 735 | <listitem>
|
---|
[da95ad7] | 736 | <para>November 5, 2005</para>
|
---|
[eea1dfc] | 737 | <itemizedlist>
|
---|
| 738 | <listitem>
|
---|
[da95ad7] | 739 | <para>[jim] - Updated to psmisc 21.8.</para>
|
---|
[eea1dfc] | 740 | </listitem>
|
---|
| 741 | </itemizedlist>
|
---|
| 742 | </listitem>
|
---|
| 743 |
|
---|
| 744 | <listitem>
|
---|
[da95ad7] | 745 | <para>November 3, 2005</para>
|
---|
[eea1dfc] | 746 | <itemizedlist>
|
---|
| 747 | <listitem>
|
---|
[da95ad7] | 748 | <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
|
---|
| 749 | Added fixes for dircolors and md5sum also.</para>
|
---|
[420e0cd] | 750 | </listitem>
|
---|
| 751 | </itemizedlist>
|
---|
| 752 | </listitem>
|
---|
| 753 |
|
---|
[bf8c11f] | 754 | <listitem>
|
---|
[da95ad7] | 755 | <para>October 31, 2005</para>
|
---|
[bf8c11f] | 756 | <itemizedlist>
|
---|
| 757 | <listitem>
|
---|
[da95ad7] | 758 | <para>[jim] - Now an official project. Resetting all Changelogs.</para>
|
---|
[bf8c11f] | 759 | </listitem>
|
---|
| 760 | </itemizedlist>
|
---|
| 761 | </listitem>
|
---|
| 762 |
|
---|
| 763 | </itemizedlist>
|
---|
| 764 |
|
---|
| 765 | <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
|
---|
| 766 |
|
---|
| 767 | </sect1>
|
---|