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