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