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