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