[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 | -->
|
---|
| 38 |
|
---|
[0b77143] | 39 | <listitem>
|
---|
| 40 | <para>December 19, 2005</para>
|
---|
| 41 | <itemizedlist>
|
---|
| 42 | <listitem>
|
---|
| 43 | <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
|
---|
| 44 | </listitem>
|
---|
[a203842] | 45 | <listitem>
|
---|
| 46 | <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
|
---|
| 47 | an issue in Gawk. Thank you Greg Schaefer.</para>
|
---|
| 48 | </listitem>
|
---|
[0b77143] | 49 | </itemizedlist>
|
---|
| 50 | </listitem>
|
---|
| 51 |
|
---|
[0d2d688] | 52 | <listitem>
|
---|
[df78edc] | 53 | <para>December 18, 2005</para>
|
---|
[0d2d688] | 54 | <itemizedlist>
|
---|
| 55 | <listitem>
|
---|
[df78edc] | 56 | <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
|
---|
| 57 | perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
|
---|
| 58 | and boot sections.</para>
|
---|
[0d2d688] | 59 | </listitem>
|
---|
[d70a85d] | 60 | <listitem>
|
---|
| 61 | <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
|
---|
| 62 | it was found that these were not needed for building the final system on
|
---|
| 63 | a multilib capable build.</para>
|
---|
| 64 | </listitem>
|
---|
[b67849f3] | 65 | <listitem>
|
---|
| 66 | <para>[jim] - Updated to Libtool 1.5.22.</para>
|
---|
| 67 | </listitem>
|
---|
[f26008d6] | 68 | <listitem>
|
---|
| 69 | <para>[jim] - Updated to Man-Pages 2.18.</para>
|
---|
| 70 | </listitem>
|
---|
[0d2d688] | 71 | </itemizedlist>
|
---|
| 72 | </listitem>
|
---|
| 73 |
|
---|
[0f4dd37] | 74 | <listitem>
|
---|
| 75 | <para>December 17, 2005</para>
|
---|
| 76 | <itemizedlist>
|
---|
| 77 | <listitem>
|
---|
| 78 | <para>[jim] - Updated to psmisc 21.9.</para>
|
---|
| 79 | </listitem>
|
---|
| 80 | </itemizedlist>
|
---|
| 81 | </listitem>
|
---|
| 82 |
|
---|
[1485386] | 83 | <listitem>
|
---|
| 84 | <para>December 16, 2005</para>
|
---|
| 85 | <itemizedlist>
|
---|
| 86 | <listitem>
|
---|
| 87 | <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
|
---|
| 88 | </listitem>
|
---|
[585c819] | 89 | <listitem>
|
---|
| 90 | <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
|
---|
| 91 | in perl.</para>
|
---|
| 92 | </listitem>
|
---|
[1485386] | 93 | </itemizedlist>
|
---|
| 94 | </listitem>
|
---|
| 95 |
|
---|
[5e36185] | 96 | <listitem>
|
---|
| 97 | <para>December 15, 2005</para>
|
---|
| 98 | <itemizedlist>
|
---|
| 99 | <listitem>
|
---|
| 100 | <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
|
---|
| 101 | </listitem>
|
---|
[4b50704] | 102 | <listitem>
|
---|
| 103 | <para>[jim] - Added not to temp-system about the WARNING message.</para>
|
---|
| 104 | </listitem>
|
---|
[5e36185] | 105 | </itemizedlist>
|
---|
| 106 | </listitem>
|
---|
| 107 |
|
---|
[8672967] | 108 | <listitem>
|
---|
| 109 | <para>December 14, 2005</para>
|
---|
| 110 | <itemizedlist>
|
---|
| 111 | <listitem>
|
---|
| 112 | <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
|
---|
| 113 | further build issues.</para>
|
---|
| 114 | </listitem>
|
---|
[4c23a32] | 115 | <listitem>
|
---|
| 116 | <para>[jim] - Updated to Man-Pages 2.17.</para>
|
---|
| 117 | </listitem>
|
---|
[c22a40a] | 118 | <listitem>
|
---|
| 119 | <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
|
---|
| 120 | </listitem>
|
---|
[8672967] | 121 | </itemizedlist>
|
---|
| 122 | </listitem>
|
---|
| 123 |
|
---|
[fd13165] | 124 | <listitem>
|
---|
| 125 | <para>December 13, 2005</para>
|
---|
| 126 | <itemizedlist>
|
---|
| 127 | <listitem>
|
---|
| 128 | <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
|
---|
| 129 | Thanks to David Fix.</para>
|
---|
| 130 | </listitem>
|
---|
| 131 | </itemizedlist>
|
---|
| 132 | </listitem>
|
---|
| 133 |
|
---|
[e71ed78] | 134 | <listitem>
|
---|
| 135 | <para>December 12, 2005</para>
|
---|
| 136 | <itemizedlist>
|
---|
| 137 | <listitem>
|
---|
| 138 | <para>[jim] - Removed testsuites from Temp-Tools section.</para>
|
---|
| 139 | </listitem>
|
---|
| 140 | </itemizedlist>
|
---|
| 141 | </listitem>
|
---|
| 142 |
|
---|
[5548691] | 143 | <listitem>
|
---|
[cf682c1] | 144 | <para>December 11, 2005</para>
|
---|
| 145 | <itemizedlist>
|
---|
| 146 | <listitem>
|
---|
| 147 | <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
|
---|
| 148 | </listitem>
|
---|
| 149 | </itemizedlist>
|
---|
| 150 | </listitem>
|
---|
| 151 |
|
---|
| 152 | <listitem>
|
---|
[5548691] | 153 | <para>December 9, 2005</para>
|
---|
| 154 | <itemizedlist>
|
---|
| 155 | <listitem>
|
---|
| 156 | <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
|
---|
| 157 | </listitem>
|
---|
[263192a] | 158 | <listitem>
|
---|
| 159 | <para>[ken] - Bzip2 - clarify what is being tested.</para>
|
---|
| 160 | </listitem>
|
---|
[a305bc8] | 161 | <listitem>
|
---|
| 162 | <para>[jim] - Removed installation of sound sanitized headers.
|
---|
| 163 | They will be removed in the next release of linux-libc-headers.</para>
|
---|
| 164 | </listitem>
|
---|
[5548691] | 165 | </itemizedlist>
|
---|
| 166 | </listitem>
|
---|
| 167 |
|
---|
[37f823f] | 168 | <listitem>
|
---|
| 169 | <para>December 8, 2005</para>
|
---|
| 170 | <itemizedlist>
|
---|
| 171 | <listitem>
|
---|
| 172 | <para>[jim] - Upgraded to Less 394.</para>
|
---|
| 173 | </listitem>
|
---|
[a07c54f] | 174 | <listitem>
|
---|
| 175 | <para>[jim] - Upgraded to Bash 3.1.</para>
|
---|
| 176 | </listitem>
|
---|
[7cf63a7] | 177 | <listitem>
|
---|
| 178 | <para>[jim] - Upgraded to Readline 5.1.</para>
|
---|
| 179 | </listitem>
|
---|
[37f823f] | 180 | </itemizedlist>
|
---|
| 181 | </listitem>
|
---|
| 182 |
|
---|
[be51f6c] | 183 | <listitem>
|
---|
| 184 | <para>December 7, 2005</para>
|
---|
| 185 | <itemizedlist>
|
---|
| 186 | <listitem>
|
---|
| 187 | <para>[jim] - Upgraded to TCL 8.4.12.</para>
|
---|
| 188 | </listitem>
|
---|
[b40367c] | 189 | <listitem>
|
---|
| 190 | <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
|
---|
| 191 | </listitem>
|
---|
[b562af6] | 192 | <listitem>
|
---|
| 193 | <para>[jim] - Upgraded to Readline 5.0.5.</para>
|
---|
| 194 | </listitem>
|
---|
[27d97b0e] | 195 | <listitem>
|
---|
| 196 | <para>[jim] - Upgraded to Bash 3.0.16.</para>
|
---|
| 197 | </listitem>
|
---|
| 198 | </itemizedlist>
|
---|
[be51f6c] | 199 | </listitem>
|
---|
| 200 |
|
---|
[b370497] | 201 | <listitem>
|
---|
| 202 | <para>December 6, 2005</para>
|
---|
| 203 | <itemizedlist>
|
---|
| 204 | <listitem>
|
---|
| 205 | <para>[jim] - Upgraded to Glibc 20051107.</para>
|
---|
| 206 | </listitem>
|
---|
| 207 | <listitem>
|
---|
| 208 | <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
|
---|
| 209 | </listitem>
|
---|
[e3fd238] | 210 | <listitem>
|
---|
| 211 | <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
|
---|
| 212 | </listitem>
|
---|
| 213 | <listitem>
|
---|
| 214 | <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
|
---|
| 215 | correct the date in changelog.</para>
|
---|
| 216 | </listitem>
|
---|
[6b369e9] | 217 | <listitem>
|
---|
| 218 | <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
|
---|
| 219 | for livecd builders to not loose valueable build time, if something goes
|
---|
| 220 | wrong.</para>
|
---|
| 221 | </listitem>
|
---|
[ce36880] | 222 | <listitem>
|
---|
| 223 | <para>[jim] - Upgraded to Findutils 4.2.27.</para>
|
---|
| 224 | </listitem>
|
---|
[b370497] | 225 | </itemizedlist>
|
---|
| 226 | </listitem>
|
---|
[7b2bd6b] | 227 |
|
---|
[c362725] | 228 | <listitem>
|
---|
| 229 | <para>December 5, 2005</para>
|
---|
| 230 | <itemizedlist>
|
---|
| 231 | <listitem>
|
---|
| 232 | <para>[Matt Darcy] - Updated the resources page to include reference and base
|
---|
| 233 | instructions on using the LFS pastebin</para>
|
---|
[1f04f72] | 234 | </listitem>
|
---|
[7b2bd6b] | 235 | <listitem>
|
---|
| 236 | <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
|
---|
[1f04f72] | 237 | </listitem>
|
---|
| 238 | <listitem>
|
---|
[7b2bd6b] | 239 | <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
|
---|
| 240 | user error system. This change will will need to be validated by
|
---|
| 241 | by other devs</para>
|
---|
| 242 | </listitem>
|
---|
[24a0fbf4] | 243 | <listitem>
|
---|
| 244 | <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
|
---|
| 245 | testsuite doesn't bail out when testing generate-modprobe.conf.</para>
|
---|
| 246 | </listitem>
|
---|
[7b2bd6b] | 247 | </itemizedlist>
|
---|
| 248 | </listitem>
|
---|
| 249 |
|
---|
[bcbcf48] | 250 | <listitem>
|
---|
| 251 | <para>December 3, 2005</para>
|
---|
| 252 | <itemizedlist>
|
---|
| 253 | <listitem>
|
---|
| 254 | <para>[ken] - Reference a home directory for dummy user when testing
|
---|
[df0712e] | 255 | coreutils, and correct sed 'man page' to 'HTML documentation', both
|
---|
| 256 | from LFS.</para>
|
---|
[bcbcf48] | 257 | </listitem>
|
---|
| 258 | </itemizedlist>
|
---|
| 259 | </listitem>
|
---|
| 260 |
|
---|
[f87f99c] | 261 | <listitem>
|
---|
[2db7d0d] | 262 | <para>December 2, 2005</para>
|
---|
[f87f99c] | 263 | <itemizedlist>
|
---|
| 264 | <listitem>
|
---|
| 265 | <para>[jim] - Updated to Man-Pages 2.16.</para>
|
---|
| 266 | </listitem>
|
---|
| 267 | </itemizedlist>
|
---|
| 268 | </listitem>
|
---|
| 269 |
|
---|
[375e915] | 270 | <listitem>
|
---|
| 271 | <para>December 1, 2005</para>
|
---|
| 272 | <itemizedlist>
|
---|
| 273 | <listitem>
|
---|
| 274 | <para>[jim] - Updated to Linux 2.6.14.3.</para>
|
---|
| 275 | </listitem>
|
---|
[cd69c8e] | 276 | <listitem>
|
---|
| 277 | <para>[jim] - Updated to Man-Pages 2.15.</para>
|
---|
| 278 | </listitem>
|
---|
[94787be] | 279 | <listitem>
|
---|
| 280 | <para>[jim] - Updated to Udev 076.</para>
|
---|
| 281 | </listitem>
|
---|
[24a62de] | 282 | <listitem>
|
---|
| 283 | <para>[jim] - Added support for Sparc v8 and below.</para>
|
---|
| 284 | </listitem>
|
---|
[375e915] | 285 | </itemizedlist>
|
---|
| 286 | </listitem>
|
---|
| 287 |
|
---|
[e0e40d3] | 288 | <listitem>
|
---|
| 289 | <para>November 30, 2005</para>
|
---|
| 290 | <itemizedlist>
|
---|
| 291 | <listitem>
|
---|
| 292 | <para>[jim] - Text updates to final-system.</para>
|
---|
| 293 | </listitem>
|
---|
[aa3ee8b] | 294 | <listitem>
|
---|
| 295 | <para>[jim] - Text updates to temp-tools.</para>
|
---|
| 296 | </listitem>
|
---|
[e0e40d3] | 297 | </itemizedlist>
|
---|
| 298 | </listitem>
|
---|
| 299 |
|
---|
[d3a4fc0] | 300 | <listitem>
|
---|
[19a6071] | 301 | <para>November 29, 2005</para>
|
---|
| 302 | <itemizedlist>
|
---|
| 303 | <listitem>
|
---|
| 304 | <para>[jim] - Text updates to chroot.</para>
|
---|
| 305 | </listitem>
|
---|
[308a04c] | 306 | <listitem>
|
---|
| 307 | <para>[jim] - Text updates to boot.</para>
|
---|
| 308 | </listitem>
|
---|
[19a6071] | 309 | </itemizedlist>
|
---|
| 310 | </listitem>
|
---|
| 311 |
|
---|
| 312 | <listitem>
|
---|
| 313 | <para>November 28, 2005</para>
|
---|
[d3a4fc0] | 314 | <itemizedlist>
|
---|
| 315 | <listitem>
|
---|
| 316 | <para>[jim] - Text updates to glibc in all sections.</para>
|
---|
| 317 | </listitem>
|
---|
[1bc8e5f] | 318 | <listitem>
|
---|
| 319 | <para>[jim] - Text updates to temp-system.</para>
|
---|
| 320 | </listitem>
|
---|
[735ac8e] | 321 | <listitem>
|
---|
| 322 | <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
|
---|
| 323 | </listitem>
|
---|
[d3a4fc0] | 324 | </itemizedlist>
|
---|
| 325 | </listitem>
|
---|
| 326 |
|
---|
[d55f00bc] | 327 | <listitem>
|
---|
[19a6071] | 328 | <para>November 27, 2005</para>
|
---|
[d55f00bc] | 329 | <itemizedlist>
|
---|
| 330 | <listitem>
|
---|
| 331 | <para>[jim] - Text updates to gcc in all sections.</para>
|
---|
| 332 | </listitem>
|
---|
[0350f47] | 333 | <listitem>
|
---|
| 334 | <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
|
---|
| 335 | </listitem>
|
---|
[d55f00bc] | 336 | </itemizedlist>
|
---|
| 337 | </listitem>
|
---|
| 338 |
|
---|
[ed8de1a] | 339 | <listitem>
|
---|
[19a6071] | 340 | <para>November 25, 2005</para>
|
---|
[ed8de1a] | 341 | <itemizedlist>
|
---|
| 342 | <listitem>
|
---|
| 343 | <para>[jim] - Text updates to binutils in all sections.</para>
|
---|
| 344 | </listitem>
|
---|
| 345 | </itemizedlist>
|
---|
| 346 | </listitem>
|
---|
| 347 |
|
---|
[3fc6b0b9] | 348 | <listitem>
|
---|
[19a6071] | 349 | <para>November 24, 2005</para>
|
---|
[3fc6b0b9] | 350 | <itemizedlist>
|
---|
| 351 | <listitem>
|
---|
[9095be6] | 352 | <para>[Matt Darcy] - Text updates to resources page </para>
|
---|
[3fc6b0b9] | 353 | </listitem>
|
---|
| 354 | <listitem>
|
---|
[9095be6] | 355 | <para>[Matt Darcy] - Updated reference to LFS news server to reflect
|
---|
| 356 | that it no longer exists</para>
|
---|
[3fc6b0b9] | 357 | </listitem>
|
---|
| 358 | </itemizedlist>
|
---|
| 359 | </listitem>
|
---|
| 360 |
|
---|
[9095be6] | 361 | <listitem>
|
---|
| 362 | <para>November 23, 2005</para>
|
---|
[3fc6b0b9] | 363 | <itemizedlist>
|
---|
| 364 | <listitem>
|
---|
[9095be6] | 365 | <para>[jim] - For inetutils to utilize the Ncurses headers in
|
---|
| 366 | /tools/include.</para>
|
---|
[3fc6b0b9] | 367 | </listitem>
|
---|
| 368 | </itemizedlist>
|
---|
| 369 | </listitem>
|
---|
| 370 |
|
---|
[9095be6] | 371 | <listitem>
|
---|
| 372 | <para>November 21, 2005</para>
|
---|
[3fc6b0b9] | 373 | <itemizedlist>
|
---|
| 374 | <listitem>
|
---|
[9095be6] | 375 | <para>[jim] - Updated to Udev 075.</para>
|
---|
[3fc6b0b9] | 376 | </listitem>
|
---|
| 377 | <listitem>
|
---|
[9095be6] | 378 | <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
|
---|
[3fc6b0b9] | 379 | </listitem>
|
---|
| 380 | </itemizedlist>
|
---|
| 381 | </listitem>
|
---|
| 382 |
|
---|
[9095be6] | 383 | <listitem>
|
---|
| 384 | <para>November 20, 2005</para>
|
---|
[3fc6b0b9] | 385 | <itemizedlist>
|
---|
| 386 | <listitem>
|
---|
[9095be6] | 387 | <para>[jim] - Updated to Findutils 4.2.26.</para>
|
---|
[3fc6b0b9] | 388 | </listitem>
|
---|
| 389 | </itemizedlist>
|
---|
| 390 | </listitem>
|
---|
| 391 |
|
---|
| 392 | <listitem>
|
---|
[9095be6] | 393 | <para>November 18, 2005</para>
|
---|
[3fc6b0b9] | 394 | <itemizedlist>
|
---|
| 395 | <listitem>
|
---|
[9095be6] | 396 | <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
|
---|
| 397 | package.</para>
|
---|
[3fc6b0b9] | 398 | </listitem>
|
---|
| 399 | </itemizedlist>
|
---|
| 400 | </listitem>
|
---|
| 401 |
|
---|
| 402 | <listitem>
|
---|
[9095be6] | 403 | <para>November 17, 2005</para>
|
---|
[3fc6b0b9] | 404 | <itemizedlist>
|
---|
| 405 | <listitem>
|
---|
[9095be6] | 406 | <para>[jim] - Update to Man-Pages 2.14.</para>
|
---|
[3fc6b0b9] | 407 | </listitem>
|
---|
| 408 | <listitem>
|
---|
[9095be6] | 409 | <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
|
---|
| 410 | Architecture. New Patch added.</para>
|
---|
[3fc6b0b9] | 411 | </listitem>
|
---|
| 412 | <listitem>
|
---|
[9095be6] | 413 | <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
|
---|
[3fc6b0b9] | 414 | </listitem>
|
---|
| 415 | </itemizedlist>
|
---|
| 416 | </listitem>
|
---|
| 417 |
|
---|
| 418 | <listitem>
|
---|
[9095be6] | 419 | <para>November 13, 2005</para>
|
---|
[3fc6b0b9] | 420 | <itemizedlist>
|
---|
| 421 | <listitem>
|
---|
[9095be6] | 422 | <para>[manuel] - Improve the heuristic for determining a locale that
|
---|
| 423 | is supported by both Glibc and packages outside LFS. Ported from
|
---|
| 424 | LFS-SVN.</para>
|
---|
[3fc6b0b9] | 425 | </listitem>
|
---|
| 426 | <listitem>
|
---|
[9095be6] | 427 | <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
|
---|
| 428 | as make runs it automatically. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 429 | </listitem>
|
---|
| 430 | <listitem>
|
---|
[9095be6] | 431 | <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
|
---|
[3fc6b0b9] | 432 | </listitem>
|
---|
| 433 | <listitem>
|
---|
[9095be6] | 434 | <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
|
---|
[3fc6b0b9] | 435 | </listitem>
|
---|
| 436 | </itemizedlist>
|
---|
| 437 | </listitem>
|
---|
| 438 |
|
---|
| 439 | <listitem>
|
---|
[9095be6] | 440 | <para>November 10, 2005</para>
|
---|
[3fc6b0b9] | 441 | <itemizedlist>
|
---|
| 442 | <listitem>
|
---|
[9095be6] | 443 | <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
|
---|
| 444 | testsuite. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 445 | </listitem>
|
---|
| 446 | <listitem>
|
---|
[9095be6] | 447 | <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
|
---|
[3fc6b0b9] | 448 | </listitem>
|
---|
| 449 | <listitem>
|
---|
[9095be6] | 450 | <para>[jim] - Added text for multilib kernel build requirements.</para>
|
---|
[3fc6b0b9] | 451 | </listitem>
|
---|
| 452 | </itemizedlist>
|
---|
| 453 | </listitem>
|
---|
| 454 |
|
---|
| 455 | <listitem>
|
---|
[9095be6] | 456 | <para>November 9, 2005</para>
|
---|
[3fc6b0b9] | 457 | <itemizedlist>
|
---|
| 458 | <listitem>
|
---|
[9095be6] | 459 | <para>[manuel] - Stop Udev from killing udevd processes on the
|
---|
| 460 | system and removed udevdir=/dev. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 461 | </listitem>
|
---|
| 462 | <listitem>
|
---|
[9095be6] | 463 | <para>[manuel] - Install the binaries from Less to /usr/bin instead
|
---|
| 464 | of /bin. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 465 | </listitem>
|
---|
| 466 | <listitem>
|
---|
[9095be6] | 467 | <para>[manuel] - Removed SBUs and disk usage information.</para>
|
---|
[3fc6b0b9] | 468 | </listitem>
|
---|
| 469 | <listitem>
|
---|
[9095be6] | 470 | <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
|
---|
[3fc6b0b9] | 471 | </listitem>
|
---|
| 472 | </itemizedlist>
|
---|
| 473 | </listitem>
|
---|
| 474 |
|
---|
| 475 | <listitem>
|
---|
[9095be6] | 476 | <para>November 8, 2005</para>
|
---|
[3fc6b0b9] | 477 | <itemizedlist>
|
---|
| 478 | <listitem>
|
---|
[9095be6] | 479 | <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
|
---|
[3fc6b0b9] | 480 | </listitem>
|
---|
| 481 | </itemizedlist>
|
---|
| 482 | </listitem>
|
---|
| 483 |
|
---|
| 484 | <listitem>
|
---|
[9095be6] | 485 | <para>November 7, 2005</para>
|
---|
[3fc6b0b9] | 486 | <itemizedlist>
|
---|
| 487 | <listitem>
|
---|
[9095be6] | 488 | <para>[manuel] - Remove the optimization related warnings from the
|
---|
| 489 | toolchain packages. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 490 | </listitem>
|
---|
| 491 | <listitem>
|
---|
[9095be6] | 492 | <para>[manuel] - Install Vim's documentation to <filename
|
---|
| 493 | class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
|
---|
| 494 | of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
|
---|
| 495 | Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 496 | </listitem>
|
---|
| 497 | <listitem>
|
---|
[9095be6] | 498 | <para>[manuel] - Correct the instructions for running the
|
---|
| 499 | Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 500 | </listitem>
|
---|
| 501 | <listitem>
|
---|
[9095be6] | 502 | <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
|
---|
| 503 | cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
|
---|
[3fc6b0b9] | 504 | </listitem>
|
---|
| 505 | </itemizedlist>
|
---|
| 506 | </listitem>
|
---|
| 507 |
|
---|
| 508 | <listitem>
|
---|
[9095be6] | 509 | <para>November 6, 2005</para>
|
---|
[3fc6b0b9] | 510 | <itemizedlist>
|
---|
| 511 | <listitem>
|
---|
[9095be6] | 512 | <para>[jim] - Updated to Coreutils 5.93.</para>
|
---|
[3fc6b0b9] | 513 | </listitem>
|
---|
| 514 | <listitem>
|
---|
[9095be6] | 515 | <para>[jim] - Updated to Procps 3.2.6.</para>
|
---|
[3fc6b0b9] | 516 | </listitem>
|
---|
| 517 | <listitem>
|
---|
[9095be6] | 518 | <para>[jim] - Updated to Man-Pages 2.13.</para>
|
---|
[3fc6b0b9] | 519 | </listitem>
|
---|
| 520 | </itemizedlist>
|
---|
| 521 | </listitem>
|
---|
| 522 |
|
---|
| 523 | <listitem>
|
---|
[9095be6] | 524 | <para>November 5, 2005</para>
|
---|
[3fc6b0b9] | 525 | <itemizedlist>
|
---|
| 526 | <listitem>
|
---|
[9095be6] | 527 | <para>[jim] - Updated to psmisc 21.8.</para>
|
---|
[3fc6b0b9] | 528 | </listitem>
|
---|
| 529 | </itemizedlist>
|
---|
| 530 | </listitem>
|
---|
| 531 |
|
---|
| 532 | <listitem>
|
---|
[9095be6] | 533 | <para>November 3, 2005</para>
|
---|
[3fc6b0b9] | 534 | <itemizedlist>
|
---|
| 535 | <listitem>
|
---|
[9095be6] | 536 | <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
|
---|
| 537 | Added fixes for dircolors and md5sum also.</para>
|
---|
[8fdfc096] | 538 | </listitem>
|
---|
| 539 | </itemizedlist>
|
---|
| 540 | </listitem>
|
---|
| 541 |
|
---|
[3f8be484] | 542 | <listitem>
|
---|
[9095be6] | 543 | <para>October 31, 2005</para>
|
---|
[3f8be484] | 544 | <itemizedlist>
|
---|
| 545 | <listitem>
|
---|
[9095be6] | 546 | <para>[jim] - Now an official project. Resetting all Changelogs.</para>
|
---|
[3f8be484] | 547 | </listitem>
|
---|
| 548 | </itemizedlist>
|
---|
| 549 | </listitem>
|
---|
| 550 |
|
---|
| 551 | </itemizedlist>
|
---|
| 552 |
|
---|
| 553 | <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
|
---|
| 554 |
|
---|
| 555 | </sect1>
|
---|