[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 |
|
---|
[987edf2b] | 13 | <para>This is version &version; of the Cross-Compiled Linux From Scratch book, dated
|
---|
[bf8c11f] | 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 | -->
|
---|
[2533bdfd] | 38 |
|
---|
[af30804] | 39 | <listitem>
|
---|
| 40 | <para>February 21, 2006</para>
|
---|
| 41 | <itemizedlist>
|
---|
| 42 | <listitem>
|
---|
| 43 | <para>[jim] - Removed Dependency of Tempfile from Bzip2.</para>
|
---|
| 44 | </listitem>
|
---|
[8e88c7d] | 45 | <listitem>
|
---|
| 46 | <para>[jciccone] - Updated to Man-Pages 2.24</para>
|
---|
| 47 | </listitem>
|
---|
[af30804] | 48 | </itemizedlist>
|
---|
| 49 | </listitem>
|
---|
| 50 |
|
---|
[0b09603] | 51 | <listitem>
|
---|
| 52 | <para>February 14, 2006</para>
|
---|
| 53 | <itemizedlist>
|
---|
| 54 | <listitem>
|
---|
| 55 | <para>[jim] - Updated to Coreutils 5.94.</para>
|
---|
| 56 | </listitem>
|
---|
| 57 | </itemizedlist>
|
---|
| 58 | </listitem>
|
---|
| 59 |
|
---|
[dd9906e] | 60 | <listitem>
|
---|
| 61 | <para>February 11, 2006</para>
|
---|
| 62 | <itemizedlist>
|
---|
| 63 | <listitem>
|
---|
| 64 | <para>[Chris] - Added -v switches to commands that accept it.</para>
|
---|
| 65 | </listitem>
|
---|
| 66 | </itemizedlist>
|
---|
| 67 | </listitem>
|
---|
| 68 |
|
---|
[3009b1b] | 69 | <listitem>
|
---|
| 70 | <para>February 9, 2006</para>
|
---|
| 71 | <itemizedlist>
|
---|
| 72 | <listitem>
|
---|
| 73 | <para>[jim] - Updated to Man-Pages 2.23.</para>
|
---|
| 74 | </listitem>
|
---|
| 75 | </itemizedlist>
|
---|
| 76 | </listitem>
|
---|
| 77 |
|
---|
[e5cc02b] | 78 | <listitem>
|
---|
| 79 | <para>February 8, 2006</para>
|
---|
| 80 | <itemizedlist>
|
---|
| 81 | <listitem>
|
---|
| 82 | <para>[jim] - Changed x86_64 to use unknown in the target triplet.</para>
|
---|
| 83 | </listitem>
|
---|
| 84 | </itemizedlist>
|
---|
| 85 | </listitem>
|
---|
| 86 |
|
---|
[5b3904f] | 87 | <listitem>
|
---|
| 88 | <para>February 7, 2006</para>
|
---|
| 89 | <itemizedlist>
|
---|
| 90 | <listitem>
|
---|
| 91 | <para>[Chris] - Removed inetutils from boot section - it
|
---|
| 92 | will be covered in the "netboot" hint.</para>
|
---|
| 93 | </listitem>
|
---|
[2ed9444] | 94 | <listitem>
|
---|
| 95 | <para>[Chris] - Added section on Package Management - moved out of BLFS.</para>
|
---|
| 96 | </listitem>
|
---|
[5b3904f] | 97 | </itemizedlist>
|
---|
| 98 | </listitem>
|
---|
| 99 |
|
---|
[d8389f5] | 100 | <listitem>
|
---|
| 101 | <para>February 6, 2006</para>
|
---|
| 102 | <itemizedlist>
|
---|
| 103 | <listitem>
|
---|
| 104 | <para>[Chris] - Moved the text explaining why binutils
|
---|
| 105 | should be the first package compiled to a more appopriate location at
|
---|
| 106 | the first installation of binutils, and changed the wording in
|
---|
[61f8f69] | 107 | temp-system gettext.</para>
|
---|
[d8389f5] | 108 | </listitem>
|
---|
[a83caf9] | 109 | <listitem>
|
---|
| 110 | <para>[jim] - Updated Readline and Bash patches from Upstream.</para>
|
---|
| 111 | </listitem>
|
---|
[d8389f5] | 112 | </itemizedlist>
|
---|
| 113 | </listitem>
|
---|
[f59f08e] | 114 |
|
---|
[056d80a] | 115 | <listitem>
|
---|
| 116 | <para>February 5, 2006</para>
|
---|
| 117 | <itemizedlist>
|
---|
| 118 | <listitem>
|
---|
| 119 | <para>[jim] - Updated Procps 32bit build in Multilib builds to use lib64=lib.
|
---|
| 120 | Fixed via Trac Ticket #2.</para>
|
---|
| 121 | </listitem>
|
---|
[4bb4145f] | 122 | <listitem>
|
---|
| 123 | <para>[jim] - Updated to Man-Pages 2.22.</para>
|
---|
| 124 | </listitem>
|
---|
[056d80a] | 125 | </itemizedlist>
|
---|
| 126 | </listitem>
|
---|
| 127 |
|
---|
[2089008] | 128 | <listitem>
|
---|
| 129 | <para>February 3, 2006</para>
|
---|
| 130 | <itemizedlist>
|
---|
| 131 | <listitem>
|
---|
| 132 | <para>[jim] - Updated to Sed 4.1.5.</para>
|
---|
| 133 | </listitem>
|
---|
| 134 | </itemizedlist>
|
---|
| 135 | </listitem>
|
---|
| 136 |
|
---|
[78bf0f71] | 137 | <listitem>
|
---|
| 138 | <para>February 2, 2006</para>
|
---|
| 139 | <itemizedlist>
|
---|
| 140 | <listitem>
|
---|
| 141 | <para>[jim] - Updated to Perl 5.8.8.</para>
|
---|
| 142 | </listitem>
|
---|
[f59f08e] | 143 | <listitem>
|
---|
| 144 | <para>[jhuntwork] - Minor textual fix to GCC. </para>
|
---|
| 145 | </listitem>
|
---|
[78bf0f71] | 146 | </itemizedlist>
|
---|
| 147 | </listitem>
|
---|
| 148 |
|
---|
[3871491] | 149 | <listitem>
|
---|
| 150 | <para>February 1, 2006</para>
|
---|
| 151 | <itemizedlist>
|
---|
| 152 | <listitem>
|
---|
| 153 | <para>[Chris] - Added a sed substitution to man
|
---|
| 154 | instructions to fix an error in the
|
---|
| 155 | <command>makewhatis</command> script.</para>
|
---|
| 156 | </listitem>
|
---|
| 157 | </itemizedlist>
|
---|
| 158 | </listitem>
|
---|
| 159 |
|
---|
[987edf2b] | 160 | <listitem>
|
---|
| 161 | <para>January 31, 2006</para>
|
---|
| 162 | <itemizedlist>
|
---|
| 163 | <listitem>
|
---|
| 164 | <para>[Chris] - Added -v to commands that accept them, for
|
---|
| 165 | consistency with LFS.</para>
|
---|
| 166 | </listitem>
|
---|
| 167 | </itemizedlist>
|
---|
| 168 | </listitem>
|
---|
| 169 |
|
---|
[c5ff986] | 170 | <listitem>
|
---|
| 171 | <para>January 30, 2006</para>
|
---|
| 172 | <itemizedlist>
|
---|
| 173 | <listitem>
|
---|
[987edf2b] | 174 | <para>[jim] - Change final-system GCC, to use make bootstrap. Update provided
|
---|
[c5ff986] | 175 | by Ryan Oliver.</para>
|
---|
| 176 | </listitem>
|
---|
| 177 | </itemizedlist>
|
---|
| 178 | </listitem>
|
---|
| 179 |
|
---|
[109c00d] | 180 | <listitem>
|
---|
| 181 | <para>January 29, 2006</para>
|
---|
| 182 | <itemizedlist>
|
---|
| 183 | <listitem>
|
---|
| 184 | <para>[jim] - Updated Toolchain adjustment in final-system. Thank you Dan Nicholson.</para>
|
---|
| 185 | </listitem>
|
---|
| 186 | </itemizedlist>
|
---|
| 187 | </listitem>
|
---|
| 188 |
|
---|
[f6328b0a] | 189 | <listitem>
|
---|
| 190 | <para>January 24, 2006</para>
|
---|
| 191 | <itemizedlist>
|
---|
| 192 | <listitem>
|
---|
| 193 | <para>[jim] - Updated to Man 1.6c.</para>
|
---|
| 194 | </listitem>
|
---|
| 195 | </itemizedlist>
|
---|
| 196 | </listitem>
|
---|
| 197 |
|
---|
[96e7720] | 198 | <listitem>
|
---|
| 199 | <para>January 23, 2006</para>
|
---|
| 200 | <itemizedlist>
|
---|
| 201 | <listitem>
|
---|
| 202 | <para>[Chris] - Removed unnecessary --with-ncurses switches
|
---|
| 203 | from temp-system bash and inetutils.</para>
|
---|
| 204 | </listitem>
|
---|
[19b3661] | 205 | <listitem>
|
---|
| 206 | <para>[Chris] - Moved zlib from temp-system to boot as it's
|
---|
| 207 | not needed if you chroot.</para>
|
---|
| 208 | </listitem>
|
---|
[96e7720] | 209 | </itemizedlist>
|
---|
| 210 | </listitem>
|
---|
| 211 |
|
---|
[e7e4f53] | 212 | <listitem>
|
---|
| 213 | <para>January 19, 2006</para>
|
---|
| 214 | <itemizedlist>
|
---|
| 215 | <listitem>
|
---|
| 216 | <para>[Chris] - Removed patch from shadow instructions.</para>
|
---|
| 217 | </listitem>
|
---|
[78a7222] | 218 | <listitem>
|
---|
| 219 | <para>[Chris] - Added perl sprintf vulnerability patch.</para>
|
---|
| 220 | </listitem>
|
---|
[a10b7e35] | 221 | <listitem>
|
---|
| 222 | <para>[jim] - Updated to Man-Pages 2.21.</para>
|
---|
| 223 | </listitem>
|
---|
[e7e4f53] | 224 | </itemizedlist>
|
---|
| 225 | </listitem>
|
---|
| 226 |
|
---|
[5c40294] | 227 | <listitem>
|
---|
| 228 | <para>January 13, 2006</para>
|
---|
| 229 | <itemizedlist>
|
---|
| 230 | <listitem>
|
---|
| 231 | <para>[ken] - Moved grep ahead of libtool to avoid /tools being hardcoded
|
---|
| 232 | into the libtool script for EGREP.</para>
|
---|
| 233 | </listitem>
|
---|
[de4f4d9b] | 234 | <listitem>
|
---|
| 235 | <para>[ken] - Alter bison to build repeatably, from LFS.</para>
|
---|
| 236 | </listitem>
|
---|
[9be8160] | 237 | <listitem>
|
---|
| 238 | <para>[ken] - Alter gccbug to use mktemp, from LFS.</para>
|
---|
| 239 | </listitem>
|
---|
[bae9b6c] | 240 | <listitem>
|
---|
| 241 | <para>[ken] - Move creation of /etc/hosts within Perl instructions,
|
---|
| 242 | for repeatability, from LFS.</para>
|
---|
| 243 | </listitem>
|
---|
[32ec4f08] | 244 | <listitem>
|
---|
| 245 | <para>[Chris] - Moved bootloader setup to right after "Changing Ownership" in Chapter 7, and changed several package installation instructions in that chapter.</para>
|
---|
| 246 | </listitem>
|
---|
| 247 |
|
---|
[5c40294] | 248 | </itemizedlist>
|
---|
| 249 | </listitem>
|
---|
| 250 |
|
---|
[9e7a69a] | 251 | <listitem>
|
---|
| 252 | <para>January 12, 2006</para>
|
---|
| 253 | <itemizedlist>
|
---|
| 254 | <listitem>
|
---|
| 255 | <para>[Chris] - Moved directory and symlink creation pages
|
---|
[7464b95] | 256 | to the beginning of Chapter 7.</para>
|
---|
| 257 | </listitem>
|
---|
| 258 | <listitem>
|
---|
| 259 | <para>[jim] - Updated to Psmisc 22.1.</para>
|
---|
[9e7a69a] | 260 | </listitem>
|
---|
[9e15bb7] | 261 | <listitem>
|
---|
| 262 | <para>[jim] - Updated to Man-Pages 2.20.</para>
|
---|
| 263 | </listitem>
|
---|
[c30fcbf] | 264 | <listitem>
|
---|
| 265 | <para>[jim] - Updated Coreutils build instructions to copy more files
|
---|
| 266 | to /bin. These are changes for bootscripts and the new udev rules.</para>
|
---|
| 267 | </listitem>
|
---|
[a3340af] | 268 | <listitem>
|
---|
| 269 | <para>[jim] - Updated to Linux 2.6.14.6.</para>
|
---|
| 270 | </listitem>
|
---|
[3f1ffb0] | 271 | <listitem>
|
---|
| 272 | <para>[jim] - Numerous complaints about temp-system Perl failing to build. So
|
---|
| 273 | I moved temp perl to first package in final-system build. The failures we noted
|
---|
| 274 | on Pure 64 builds.</para>
|
---|
| 275 | </listitem>
|
---|
[9e7a69a] | 276 | </itemizedlist>
|
---|
| 277 | </listitem>
|
---|
| 278 |
|
---|
[6732e02] | 279 | <listitem>
|
---|
| 280 | <para>January 11, 2006</para>
|
---|
| 281 | <itemizedlist>
|
---|
| 282 | <listitem>
|
---|
| 283 | <para>[jim] - Rewrote wrote zlib final instructions to include
|
---|
| 284 | a patch the will allow build of static and shared libraries at
|
---|
| 285 | the same time. Thanx for the recommendation Tushar Teredesai.</para>
|
---|
| 286 | </listitem>
|
---|
| 287 | </itemizedlist>
|
---|
| 288 | </listitem>
|
---|
| 289 |
|
---|
[bea9517] | 290 | <listitem>
|
---|
| 291 | <para>January 8, 2006</para>
|
---|
| 292 | <itemizedlist>
|
---|
| 293 | <listitem>
|
---|
| 294 | <para>[Chris] - Rewrote much of the description of the build
|
---|
[6732e02] | 295 | process and test suite information.</para>
|
---|
[bea9517] | 296 | </listitem>
|
---|
| 297 | </itemizedlist>
|
---|
| 298 | </listitem>
|
---|
| 299 |
|
---|
[bbeade2] | 300 | <listitem>
|
---|
| 301 | <para>January 3, 2006</para>
|
---|
| 302 | <itemizedlist>
|
---|
| 303 | <listitem>
|
---|
| 304 | <para>[jim] - Updated to Shadow 4.0.14.</para>
|
---|
| 305 | </listitem>
|
---|
| 306 | </itemizedlist>
|
---|
| 307 | </listitem>
|
---|
| 308 |
|
---|
[e719005] | 309 | <listitem>
|
---|
[9de3303] | 310 | <para>December 30, 2005</para>
|
---|
[0636f6c] | 311 | <itemizedlist>
|
---|
| 312 | <listitem>
|
---|
| 313 | <para>[Chris] - Updated package dependencies, removed explanation of
|
---|
| 314 | "target alias" and "cross-compiling" from final-system binutils, and
|
---|
| 315 | removed note about GRUB's testsuite failure.</para>
|
---|
| 316 | </listitem>
|
---|
[db38a36] | 317 | <listitem>
|
---|
| 318 | <para>[ken] - Fix where tree gets installed.</para>
|
---|
| 319 | </listitem>
|
---|
| 320 | </itemizedlist>
|
---|
| 321 | </listitem>
|
---|
| 322 |
|
---|
[51bfc04] | 323 | <listitem>
|
---|
| 324 | <para>December 29, 2005</para>
|
---|
| 325 | <itemizedlist>
|
---|
| 326 | <listitem>
|
---|
| 327 | <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
|
---|
| 328 | </listitem>
|
---|
| 329 | </itemizedlist>
|
---|
| 330 | </listitem>
|
---|
| 331 |
|
---|
[31cff1bc] | 332 | <listitem>
|
---|
| 333 | <para>December 28, 2005</para>
|
---|
| 334 | <itemizedlist>
|
---|
| 335 | <listitem>
|
---|
| 336 | <para>[ken] - Remove --with-x=no from expect - either we booted, or we
|
---|
| 337 | are in chroot.</para>
|
---|
| 338 | </listitem>
|
---|
[54e0992] | 339 | <listitem>
|
---|
| 340 | <para>[ken] - Fix a failure to build glibc-headers.</para>
|
---|
| 341 | </listitem>
|
---|
[07b5f51] | 342 | <listitem>
|
---|
| 343 | <para>[jim] - Updated to Linux 2.6.14.5.</para>
|
---|
| 344 | </listitem>
|
---|
[31cff1bc] | 345 | </itemizedlist>
|
---|
| 346 | </listitem>
|
---|
| 347 |
|
---|
[d4285da] | 348 | <listitem>
|
---|
| 349 | <para>December 23, 2005</para>
|
---|
| 350 | <itemizedlist>
|
---|
| 351 | <listitem>
|
---|
| 352 | <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
|
---|
| 353 | </listitem>
|
---|
| 354 | </itemizedlist>
|
---|
| 355 | </listitem>
|
---|
| 356 |
|
---|
[d5e40913] | 357 | <listitem>
|
---|
| 358 | <para>December 22, 2005</para>
|
---|
| 359 | <itemizedlist>
|
---|
| 360 | <listitem>
|
---|
| 361 | <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
|
---|
| 362 | following issue: There are parsing problems with compound assignments in several contexts,
|
---|
| 363 | including as arguments to builtins like `local', `eval', and `let', and
|
---|
| 364 | as multiple assignments in a single command.</para>
|
---|
| 365 | </listitem>
|
---|
[dcc18d8f] | 366 | <listitem>
|
---|
| 367 | <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
|
---|
| 368 | following issue: A problem with the readline callback interface can result in segmentation
|
---|
| 369 | faults when using the delete-char function via a multiple-key sequence.
|
---|
| 370 | Two consecutive calls to delete-char will crash the application calling
|
---|
| 371 | readline.</para>
|
---|
| 372 | </listitem>
|
---|
[b1e8d281] | 373 | <listitem>
|
---|
| 374 | <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
|
---|
| 375 | a potential security threat. Thus the reason for removal.</para>
|
---|
| 376 | </listitem>
|
---|
[60d7f3af] | 377 | <listitem>
|
---|
| 378 | <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
|
---|
| 379 | </listitem>
|
---|
[d5e40913] | 380 | </itemizedlist>
|
---|
| 381 | </listitem>
|
---|
| 382 |
|
---|
[0f48cdb0] | 383 | <listitem>
|
---|
| 384 | <para>December 20, 2005</para>
|
---|
| 385 | <itemizedlist>
|
---|
| 386 | <listitem>
|
---|
| 387 | <para>[jim] - Updated to M4 1.4.4.</para>
|
---|
| 388 | </listitem>
|
---|
| 389 | </itemizedlist>
|
---|
| 390 | </listitem>
|
---|
| 391 |
|
---|
[4dbbb18] | 392 | <listitem>
|
---|
| 393 | <para>December 19, 2005</para>
|
---|
| 394 | <itemizedlist>
|
---|
| 395 | <listitem>
|
---|
| 396 | <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
|
---|
| 397 | </listitem>
|
---|
[344fb79b] | 398 | <listitem>
|
---|
| 399 | <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
|
---|
| 400 | an issue in Gawk. Thank you Greg Schaefer.</para>
|
---|
| 401 | </listitem>
|
---|
[4dbbb18] | 402 | </itemizedlist>
|
---|
| 403 | </listitem>
|
---|
| 404 |
|
---|
[3f81e97e] | 405 | <listitem>
|
---|
[0cd63ff] | 406 | <para>December 18, 2005</para>
|
---|
[3f81e97e] | 407 | <itemizedlist>
|
---|
| 408 | <listitem>
|
---|
[0cd63ff] | 409 | <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
|
---|
| 410 | perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
|
---|
| 411 | and boot sections.</para>
|
---|
[3f81e97e] | 412 | </listitem>
|
---|
[49aa5e3a] | 413 | <listitem>
|
---|
| 414 | <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
|
---|
| 415 | it was found that these were not needed for building the final system on
|
---|
| 416 | a multilib capable build.</para>
|
---|
| 417 | </listitem>
|
---|
[dff8c43] | 418 | <listitem>
|
---|
| 419 | <para>[jim] - Updated to Libtool 1.5.22.</para>
|
---|
| 420 | </listitem>
|
---|
[5328cc9] | 421 | <listitem>
|
---|
| 422 | <para>[jim] - Updated to Man-Pages 2.18.</para>
|
---|
| 423 | </listitem>
|
---|
[3f81e97e] | 424 | </itemizedlist>
|
---|
| 425 | </listitem>
|
---|
| 426 |
|
---|
[03bce95] | 427 | <listitem>
|
---|
| 428 | <para>December 17, 2005</para>
|
---|
| 429 | <itemizedlist>
|
---|
| 430 | <listitem>
|
---|
| 431 | <para>[jim] - Updated to psmisc 21.9.</para>
|
---|
| 432 | </listitem>
|
---|
| 433 | </itemizedlist>
|
---|
| 434 | </listitem>
|
---|
| 435 |
|
---|
[f1a8441] | 436 | <listitem>
|
---|
| 437 | <para>December 16, 2005</para>
|
---|
| 438 | <itemizedlist>
|
---|
| 439 | <listitem>
|
---|
| 440 | <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
|
---|
| 441 | </listitem>
|
---|
[75f784f] | 442 | <listitem>
|
---|
| 443 | <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
|
---|
| 444 | in perl.</para>
|
---|
| 445 | </listitem>
|
---|
[f1a8441] | 446 | </itemizedlist>
|
---|
| 447 | </listitem>
|
---|
| 448 |
|
---|
[655b411] | 449 | <listitem>
|
---|
| 450 | <para>December 15, 2005</para>
|
---|
| 451 | <itemizedlist>
|
---|
| 452 | <listitem>
|
---|
| 453 | <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
|
---|
| 454 | </listitem>
|
---|
[4c2b35f] | 455 | <listitem>
|
---|
| 456 | <para>[jim] - Added not to temp-system about the WARNING message.</para>
|
---|
| 457 | </listitem>
|
---|
[655b411] | 458 | </itemizedlist>
|
---|
| 459 | </listitem>
|
---|
| 460 |
|
---|
[05806e8] | 461 | <listitem>
|
---|
| 462 | <para>December 14, 2005</para>
|
---|
| 463 | <itemizedlist>
|
---|
| 464 | <listitem>
|
---|
| 465 | <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
|
---|
| 466 | further build issues.</para>
|
---|
| 467 | </listitem>
|
---|
[496be96] | 468 | <listitem>
|
---|
| 469 | <para>[jim] - Updated to Man-Pages 2.17.</para>
|
---|
| 470 | </listitem>
|
---|
[43c3da5] | 471 | <listitem>
|
---|
| 472 | <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
|
---|
| 473 | </listitem>
|
---|
[05806e8] | 474 | </itemizedlist>
|
---|
| 475 | </listitem>
|
---|
| 476 |
|
---|
[ec00b5da] | 477 | <listitem>
|
---|
| 478 | <para>December 13, 2005</para>
|
---|
| 479 | <itemizedlist>
|
---|
| 480 | <listitem>
|
---|
| 481 | <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
|
---|
| 482 | Thanks to David Fix.</para>
|
---|
| 483 | </listitem>
|
---|
| 484 | </itemizedlist>
|
---|
| 485 | </listitem>
|
---|
| 486 |
|
---|
[d1f4384] | 487 | <listitem>
|
---|
| 488 | <para>December 12, 2005</para>
|
---|
| 489 | <itemizedlist>
|
---|
| 490 | <listitem>
|
---|
| 491 | <para>[jim] - Removed testsuites from Temp-Tools section.</para>
|
---|
| 492 | </listitem>
|
---|
| 493 | </itemizedlist>
|
---|
| 494 | </listitem>
|
---|
| 495 |
|
---|
[38a5094f] | 496 | <listitem>
|
---|
[1bc724c] | 497 | <para>December 11, 2005</para>
|
---|
| 498 | <itemizedlist>
|
---|
| 499 | <listitem>
|
---|
| 500 | <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
|
---|
| 501 | </listitem>
|
---|
| 502 | </itemizedlist>
|
---|
| 503 | </listitem>
|
---|
| 504 |
|
---|
| 505 | <listitem>
|
---|
[38a5094f] | 506 | <para>December 9, 2005</para>
|
---|
| 507 | <itemizedlist>
|
---|
| 508 | <listitem>
|
---|
| 509 | <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
|
---|
| 510 | </listitem>
|
---|
[9306bac] | 511 | <listitem>
|
---|
| 512 | <para>[ken] - Bzip2 - clarify what is being tested.</para>
|
---|
| 513 | </listitem>
|
---|
[beddd7f] | 514 | <listitem>
|
---|
| 515 | <para>[jim] - Removed installation of sound sanitized headers.
|
---|
| 516 | They will be removed in the next release of linux-libc-headers.</para>
|
---|
| 517 | </listitem>
|
---|
[38a5094f] | 518 | </itemizedlist>
|
---|
| 519 | </listitem>
|
---|
| 520 |
|
---|
[723b084] | 521 | <listitem>
|
---|
| 522 | <para>December 8, 2005</para>
|
---|
| 523 | <itemizedlist>
|
---|
| 524 | <listitem>
|
---|
| 525 | <para>[jim] - Upgraded to Less 394.</para>
|
---|
| 526 | </listitem>
|
---|
[84e963b] | 527 | <listitem>
|
---|
| 528 | <para>[jim] - Upgraded to Bash 3.1.</para>
|
---|
| 529 | </listitem>
|
---|
[44901d7] | 530 | <listitem>
|
---|
| 531 | <para>[jim] - Upgraded to Readline 5.1.</para>
|
---|
| 532 | </listitem>
|
---|
[723b084] | 533 | </itemizedlist>
|
---|
| 534 | </listitem>
|
---|
| 535 |
|
---|
[08f924db] | 536 | <listitem>
|
---|
| 537 | <para>December 7, 2005</para>
|
---|
| 538 | <itemizedlist>
|
---|
| 539 | <listitem>
|
---|
| 540 | <para>[jim] - Upgraded to TCL 8.4.12.</para>
|
---|
| 541 | </listitem>
|
---|
[142e211a] | 542 | <listitem>
|
---|
| 543 | <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
|
---|
| 544 | </listitem>
|
---|
[23ddcc3] | 545 | <listitem>
|
---|
| 546 | <para>[jim] - Upgraded to Readline 5.0.5.</para>
|
---|
| 547 | </listitem>
|
---|
[75a132b] | 548 | <listitem>
|
---|
| 549 | <para>[jim] - Upgraded to Bash 3.0.16.</para>
|
---|
| 550 | </listitem>
|
---|
| 551 | </itemizedlist>
|
---|
[08f924db] | 552 | </listitem>
|
---|
| 553 |
|
---|
[ee72551] | 554 | <listitem>
|
---|
| 555 | <para>December 6, 2005</para>
|
---|
| 556 | <itemizedlist>
|
---|
| 557 | <listitem>
|
---|
| 558 | <para>[jim] - Upgraded to Glibc 20051107.</para>
|
---|
| 559 | </listitem>
|
---|
| 560 | <listitem>
|
---|
| 561 | <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
|
---|
| 562 | </listitem>
|
---|
[3490624] | 563 | <listitem>
|
---|
| 564 | <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
|
---|
| 565 | </listitem>
|
---|
| 566 | <listitem>
|
---|
| 567 | <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
|
---|
| 568 | correct the date in changelog.</para>
|
---|
| 569 | </listitem>
|
---|
[9531391] | 570 | <listitem>
|
---|
| 571 | <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
|
---|
| 572 | for livecd builders to not loose valueable build time, if something goes
|
---|
| 573 | wrong.</para>
|
---|
| 574 | </listitem>
|
---|
[c5f362fc] | 575 | <listitem>
|
---|
| 576 | <para>[jim] - Upgraded to Findutils 4.2.27.</para>
|
---|
| 577 | </listitem>
|
---|
[ee72551] | 578 | </itemizedlist>
|
---|
| 579 | </listitem>
|
---|
[82b71542] | 580 |
|
---|
[77d061a] | 581 | <listitem>
|
---|
| 582 | <para>December 5, 2005</para>
|
---|
| 583 | <itemizedlist>
|
---|
| 584 | <listitem>
|
---|
| 585 | <para>[Matt Darcy] - Updated the resources page to include reference and base
|
---|
| 586 | instructions on using the LFS pastebin</para>
|
---|
[878ca1c] | 587 | </listitem>
|
---|
[82b71542] | 588 | <listitem>
|
---|
| 589 | <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
|
---|
[878ca1c] | 590 | </listitem>
|
---|
| 591 | <listitem>
|
---|
[82b71542] | 592 | <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
|
---|
| 593 | user error system. This change will will need to be validated by
|
---|
| 594 | by other devs</para>
|
---|
| 595 | </listitem>
|
---|
[54996cb] | 596 | <listitem>
|
---|
| 597 | <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
|
---|
| 598 | testsuite doesn't bail out when testing generate-modprobe.conf.</para>
|
---|
| 599 | </listitem>
|
---|
[82b71542] | 600 | </itemizedlist>
|
---|
| 601 | </listitem>
|
---|
| 602 |
|
---|
[7102ce2] | 603 | <listitem>
|
---|
| 604 | <para>December 3, 2005</para>
|
---|
| 605 | <itemizedlist>
|
---|
| 606 | <listitem>
|
---|
| 607 | <para>[ken] - Reference a home directory for dummy user when testing
|
---|
[e87810e] | 608 | coreutils, and correct sed 'man page' to 'HTML documentation', both
|
---|
| 609 | from LFS.</para>
|
---|
[7102ce2] | 610 | </listitem>
|
---|
| 611 | </itemizedlist>
|
---|
| 612 | </listitem>
|
---|
| 613 |
|
---|
[54f8654] | 614 | <listitem>
|
---|
[aaec9ca9] | 615 | <para>December 2, 2005</para>
|
---|
[54f8654] | 616 | <itemizedlist>
|
---|
| 617 | <listitem>
|
---|
| 618 | <para>[jim] - Updated to Man-Pages 2.16.</para>
|
---|
| 619 | </listitem>
|
---|
| 620 | </itemizedlist>
|
---|
| 621 | </listitem>
|
---|
| 622 |
|
---|
[91d4a73] | 623 | <listitem>
|
---|
| 624 | <para>December 1, 2005</para>
|
---|
| 625 | <itemizedlist>
|
---|
| 626 | <listitem>
|
---|
| 627 | <para>[jim] - Updated to Linux 2.6.14.3.</para>
|
---|
| 628 | </listitem>
|
---|
[695df81] | 629 | <listitem>
|
---|
| 630 | <para>[jim] - Updated to Man-Pages 2.15.</para>
|
---|
| 631 | </listitem>
|
---|
[22de609] | 632 | <listitem>
|
---|
| 633 | <para>[jim] - Updated to Udev 076.</para>
|
---|
| 634 | </listitem>
|
---|
[a3e3be0] | 635 | <listitem>
|
---|
| 636 | <para>[jim] - Added support for Sparc v8 and below.</para>
|
---|
| 637 | </listitem>
|
---|
[91d4a73] | 638 | </itemizedlist>
|
---|
| 639 | </listitem>
|
---|
| 640 |
|
---|
[e6423a01] | 641 | <listitem>
|
---|
| 642 | <para>November 30, 2005</para>
|
---|
| 643 | <itemizedlist>
|
---|
| 644 | <listitem>
|
---|
| 645 | <para>[jim] - Text updates to final-system.</para>
|
---|
| 646 | </listitem>
|
---|
[e7732d7] | 647 | <listitem>
|
---|
| 648 | <para>[jim] - Text updates to temp-tools.</para>
|
---|
| 649 | </listitem>
|
---|
[e6423a01] | 650 | </itemizedlist>
|
---|
| 651 | </listitem>
|
---|
| 652 |
|
---|
[c48c555] | 653 | <listitem>
|
---|
[6069286] | 654 | <para>November 29, 2005</para>
|
---|
| 655 | <itemizedlist>
|
---|
| 656 | <listitem>
|
---|
| 657 | <para>[jim] - Text updates to chroot.</para>
|
---|
| 658 | </listitem>
|
---|
[40c1b5b] | 659 | <listitem>
|
---|
| 660 | <para>[jim] - Text updates to boot.</para>
|
---|
| 661 | </listitem>
|
---|
[6069286] | 662 | </itemizedlist>
|
---|
| 663 | </listitem>
|
---|
| 664 |
|
---|
| 665 | <listitem>
|
---|
| 666 | <para>November 28, 2005</para>
|
---|
[c48c555] | 667 | <itemizedlist>
|
---|
| 668 | <listitem>
|
---|
| 669 | <para>[jim] - Text updates to glibc in all sections.</para>
|
---|
| 670 | </listitem>
|
---|
[175ff828] | 671 | <listitem>
|
---|
| 672 | <para>[jim] - Text updates to temp-system.</para>
|
---|
| 673 | </listitem>
|
---|
[1235a03] | 674 | <listitem>
|
---|
| 675 | <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
|
---|
| 676 | </listitem>
|
---|
[c48c555] | 677 | </itemizedlist>
|
---|
| 678 | </listitem>
|
---|
| 679 |
|
---|
[1b823a37] | 680 | <listitem>
|
---|
[6069286] | 681 | <para>November 27, 2005</para>
|
---|
[1b823a37] | 682 | <itemizedlist>
|
---|
| 683 | <listitem>
|
---|
| 684 | <para>[jim] - Text updates to gcc in all sections.</para>
|
---|
| 685 | </listitem>
|
---|
[9e08944] | 686 | <listitem>
|
---|
| 687 | <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
|
---|
| 688 | </listitem>
|
---|
[1b823a37] | 689 | </itemizedlist>
|
---|
| 690 | </listitem>
|
---|
| 691 |
|
---|
[d65c6ef] | 692 | <listitem>
|
---|
[6069286] | 693 | <para>November 25, 2005</para>
|
---|
[d65c6ef] | 694 | <itemizedlist>
|
---|
| 695 | <listitem>
|
---|
| 696 | <para>[jim] - Text updates to binutils in all sections.</para>
|
---|
| 697 | </listitem>
|
---|
| 698 | </itemizedlist>
|
---|
| 699 | </listitem>
|
---|
| 700 |
|
---|
[eea1dfc] | 701 | <listitem>
|
---|
[6069286] | 702 | <para>November 24, 2005</para>
|
---|
[eea1dfc] | 703 | <itemizedlist>
|
---|
| 704 | <listitem>
|
---|
[da95ad7] | 705 | <para>[Matt Darcy] - Text updates to resources page </para>
|
---|
[eea1dfc] | 706 | </listitem>
|
---|
| 707 | <listitem>
|
---|
[da95ad7] | 708 | <para>[Matt Darcy] - Updated reference to LFS news server to reflect
|
---|
| 709 | that it no longer exists</para>
|
---|
[eea1dfc] | 710 | </listitem>
|
---|
| 711 | </itemizedlist>
|
---|
| 712 | </listitem>
|
---|
| 713 |
|
---|
[da95ad7] | 714 | <listitem>
|
---|
| 715 | <para>November 23, 2005</para>
|
---|
[eea1dfc] | 716 | <itemizedlist>
|
---|
| 717 | <listitem>
|
---|
[da95ad7] | 718 | <para>[jim] - For inetutils to utilize the Ncurses headers in
|
---|
| 719 | /tools/include.</para>
|
---|
[eea1dfc] | 720 | </listitem>
|
---|
| 721 | </itemizedlist>
|
---|
| 722 | </listitem>
|
---|
| 723 |
|
---|
[da95ad7] | 724 | <listitem>
|
---|
| 725 | <para>November 21, 2005</para>
|
---|
[eea1dfc] | 726 | <itemizedlist>
|
---|
| 727 | <listitem>
|
---|
[da95ad7] | 728 | <para>[jim] - Updated to Udev 075.</para>
|
---|
[eea1dfc] | 729 | </listitem>
|
---|
| 730 | <listitem>
|
---|
[da95ad7] | 731 | <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
|
---|
[eea1dfc] | 732 | </listitem>
|
---|
| 733 | </itemizedlist>
|
---|
| 734 | </listitem>
|
---|
| 735 |
|
---|
[da95ad7] | 736 | <listitem>
|
---|
| 737 | <para>November 20, 2005</para>
|
---|
[eea1dfc] | 738 | <itemizedlist>
|
---|
| 739 | <listitem>
|
---|
[da95ad7] | 740 | <para>[jim] - Updated to Findutils 4.2.26.</para>
|
---|
[eea1dfc] | 741 | </listitem>
|
---|
| 742 | </itemizedlist>
|
---|
| 743 | </listitem>
|
---|
| 744 |
|
---|
| 745 | <listitem>
|
---|
[da95ad7] | 746 | <para>November 18, 2005</para>
|
---|
[eea1dfc] | 747 | <itemizedlist>
|
---|
| 748 | <listitem>
|
---|
[da95ad7] | 749 | <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
|
---|
| 750 | package.</para>
|
---|
[eea1dfc] | 751 | </listitem>
|
---|
| 752 | </itemizedlist>
|
---|
| 753 | </listitem>
|
---|
| 754 |
|
---|
| 755 | <listitem>
|
---|
[da95ad7] | 756 | <para>November 17, 2005</para>
|
---|
[eea1dfc] | 757 | <itemizedlist>
|
---|
| 758 | <listitem>
|
---|
[da95ad7] | 759 | <para>[jim] - Update to Man-Pages 2.14.</para>
|
---|
[eea1dfc] | 760 | </listitem>
|
---|
| 761 | <listitem>
|
---|
[da95ad7] | 762 | <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
|
---|
| 763 | Architecture. New Patch added.</para>
|
---|
[eea1dfc] | 764 | </listitem>
|
---|
| 765 | <listitem>
|
---|
[da95ad7] | 766 | <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
|
---|
[eea1dfc] | 767 | </listitem>
|
---|
| 768 | </itemizedlist>
|
---|
| 769 | </listitem>
|
---|
| 770 |
|
---|
| 771 | <listitem>
|
---|
[da95ad7] | 772 | <para>November 13, 2005</para>
|
---|
[eea1dfc] | 773 | <itemizedlist>
|
---|
| 774 | <listitem>
|
---|
[da95ad7] | 775 | <para>[manuel] - Improve the heuristic for determining a locale that
|
---|
| 776 | is supported by both Glibc and packages outside LFS. Ported from
|
---|
| 777 | LFS-SVN.</para>
|
---|
[eea1dfc] | 778 | </listitem>
|
---|
| 779 | <listitem>
|
---|
[da95ad7] | 780 | <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
|
---|
| 781 | as make runs it automatically. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 782 | </listitem>
|
---|
| 783 | <listitem>
|
---|
[da95ad7] | 784 | <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
|
---|
[eea1dfc] | 785 | </listitem>
|
---|
| 786 | <listitem>
|
---|
[da95ad7] | 787 | <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
|
---|
[eea1dfc] | 788 | </listitem>
|
---|
| 789 | </itemizedlist>
|
---|
| 790 | </listitem>
|
---|
| 791 |
|
---|
| 792 | <listitem>
|
---|
[da95ad7] | 793 | <para>November 10, 2005</para>
|
---|
[eea1dfc] | 794 | <itemizedlist>
|
---|
| 795 | <listitem>
|
---|
[da95ad7] | 796 | <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
|
---|
| 797 | testsuite. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 798 | </listitem>
|
---|
| 799 | <listitem>
|
---|
[da95ad7] | 800 | <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
|
---|
[eea1dfc] | 801 | </listitem>
|
---|
| 802 | <listitem>
|
---|
[da95ad7] | 803 | <para>[jim] - Added text for multilib kernel build requirements.</para>
|
---|
[eea1dfc] | 804 | </listitem>
|
---|
| 805 | </itemizedlist>
|
---|
| 806 | </listitem>
|
---|
| 807 |
|
---|
| 808 | <listitem>
|
---|
[da95ad7] | 809 | <para>November 9, 2005</para>
|
---|
[eea1dfc] | 810 | <itemizedlist>
|
---|
| 811 | <listitem>
|
---|
[da95ad7] | 812 | <para>[manuel] - Stop Udev from killing udevd processes on the
|
---|
| 813 | system and removed udevdir=/dev. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 814 | </listitem>
|
---|
| 815 | <listitem>
|
---|
[da95ad7] | 816 | <para>[manuel] - Install the binaries from Less to /usr/bin instead
|
---|
| 817 | of /bin. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 818 | </listitem>
|
---|
| 819 | <listitem>
|
---|
[da95ad7] | 820 | <para>[manuel] - Removed SBUs and disk usage information.</para>
|
---|
[eea1dfc] | 821 | </listitem>
|
---|
| 822 | <listitem>
|
---|
[da95ad7] | 823 | <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
|
---|
[eea1dfc] | 824 | </listitem>
|
---|
| 825 | </itemizedlist>
|
---|
| 826 | </listitem>
|
---|
| 827 |
|
---|
| 828 | <listitem>
|
---|
[da95ad7] | 829 | <para>November 8, 2005</para>
|
---|
[eea1dfc] | 830 | <itemizedlist>
|
---|
| 831 | <listitem>
|
---|
[da95ad7] | 832 | <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
|
---|
[eea1dfc] | 833 | </listitem>
|
---|
| 834 | </itemizedlist>
|
---|
| 835 | </listitem>
|
---|
| 836 |
|
---|
| 837 | <listitem>
|
---|
[da95ad7] | 838 | <para>November 7, 2005</para>
|
---|
[eea1dfc] | 839 | <itemizedlist>
|
---|
| 840 | <listitem>
|
---|
[da95ad7] | 841 | <para>[manuel] - Remove the optimization related warnings from the
|
---|
| 842 | toolchain packages. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 843 | </listitem>
|
---|
| 844 | <listitem>
|
---|
[da95ad7] | 845 | <para>[manuel] - Install Vim's documentation to <filename
|
---|
| 846 | class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
|
---|
| 847 | of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
|
---|
| 848 | Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 849 | </listitem>
|
---|
| 850 | <listitem>
|
---|
[da95ad7] | 851 | <para>[manuel] - Correct the instructions for running the
|
---|
| 852 | Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 853 | </listitem>
|
---|
| 854 | <listitem>
|
---|
[da95ad7] | 855 | <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
|
---|
| 856 | cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
|
---|
[eea1dfc] | 857 | </listitem>
|
---|
| 858 | </itemizedlist>
|
---|
| 859 | </listitem>
|
---|
| 860 |
|
---|
| 861 | <listitem>
|
---|
[da95ad7] | 862 | <para>November 6, 2005</para>
|
---|
[eea1dfc] | 863 | <itemizedlist>
|
---|
| 864 | <listitem>
|
---|
[da95ad7] | 865 | <para>[jim] - Updated to Coreutils 5.93.</para>
|
---|
[eea1dfc] | 866 | </listitem>
|
---|
| 867 | <listitem>
|
---|
[da95ad7] | 868 | <para>[jim] - Updated to Procps 3.2.6.</para>
|
---|
[eea1dfc] | 869 | </listitem>
|
---|
| 870 | <listitem>
|
---|
[da95ad7] | 871 | <para>[jim] - Updated to Man-Pages 2.13.</para>
|
---|
[eea1dfc] | 872 | </listitem>
|
---|
| 873 | </itemizedlist>
|
---|
| 874 | </listitem>
|
---|
| 875 |
|
---|
| 876 | <listitem>
|
---|
[da95ad7] | 877 | <para>November 5, 2005</para>
|
---|
[eea1dfc] | 878 | <itemizedlist>
|
---|
| 879 | <listitem>
|
---|
[da95ad7] | 880 | <para>[jim] - Updated to psmisc 21.8.</para>
|
---|
[eea1dfc] | 881 | </listitem>
|
---|
| 882 | </itemizedlist>
|
---|
| 883 | </listitem>
|
---|
| 884 |
|
---|
| 885 | <listitem>
|
---|
[da95ad7] | 886 | <para>November 3, 2005</para>
|
---|
[eea1dfc] | 887 | <itemizedlist>
|
---|
| 888 | <listitem>
|
---|
[da95ad7] | 889 | <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
|
---|
| 890 | Added fixes for dircolors and md5sum also.</para>
|
---|
[420e0cd] | 891 | </listitem>
|
---|
| 892 | </itemizedlist>
|
---|
| 893 | </listitem>
|
---|
| 894 |
|
---|
[bf8c11f] | 895 | <listitem>
|
---|
[da95ad7] | 896 | <para>October 31, 2005</para>
|
---|
[bf8c11f] | 897 | <itemizedlist>
|
---|
| 898 | <listitem>
|
---|
[da95ad7] | 899 | <para>[jim] - Now an official project. Resetting all Changelogs.</para>
|
---|
[bf8c11f] | 900 | </listitem>
|
---|
| 901 | </itemizedlist>
|
---|
| 902 | </listitem>
|
---|
| 903 |
|
---|
| 904 | </itemizedlist>
|
---|
| 905 |
|
---|
| 906 | <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
|
---|
| 907 |
|
---|
| 908 | </sect1>
|
---|