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