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