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