[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
|
---|
[5c05e8f] | 16 | mirrors via <ulink url="&clfs-wiki;"/>.</para>
|
---|
[bf8c11f] | 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 |
|
---|
[946ca2d] | 39 | <listitem>
|
---|
| 40 | <para>September 10, 2006</para>
|
---|
| 41 | <itemizedlist>
|
---|
| 42 | <listitem>
|
---|
| 43 | <para>[jim] - Added a patch to fix Inetutils. Telnet on 64 bit systems will fail, it will
|
---|
| 44 | attempt to connect to 255.255.255.255 instead of the ip address entered. This was due to a
|
---|
[585134c] | 45 | change in glibc's handling of inet_addr, was long now is u_int32_t.
|
---|
| 46 | Bug found by Vladimir Vainer.</para>
|
---|
[946ca2d] | 47 | </listitem>
|
---|
[104bdba9] | 48 | <listitem>
|
---|
| 49 | <para>[jim] - Add patch to fix gzexe. Used Matts change from LFS, that utilizes Robert's fix.
|
---|
| 50 | More details at http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
|
---|
| 51 | </listitem>
|
---|
[bd89ba4] | 52 | <listitem>
|
---|
| 53 | <para>[Chris] - Added Host System Requiremets page, and added more
|
---|
| 54 | info to the "To Boot or Chroot?" page about needing a 2.6.x Linux
|
---|
| 55 | kernel to chroot.</para>
|
---|
| 56 | </listitem>
|
---|
[946ca2d] | 57 | </itemizedlist>
|
---|
| 58 | </listitem>
|
---|
| 59 |
|
---|
[80589584] | 60 | <listitem>
|
---|
| 61 | <para>September 9, 2006</para>
|
---|
| 62 | <itemizedlist>
|
---|
| 63 | <listitem>
|
---|
| 64 | <para>[jim] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
|
---|
| 65 | </listitem>
|
---|
| 66 | </itemizedlist>
|
---|
| 67 | </listitem>
|
---|
| 68 |
|
---|
[336f7a1] | 69 | <listitem>
|
---|
| 70 | <para>September 8, 2006</para>
|
---|
| 71 | <itemizedlist>
|
---|
| 72 | <listitem>
|
---|
| 73 | <para>[jim] - Fixed Perl Testsuite Network tests.</para>
|
---|
| 74 | </listitem>
|
---|
| 75 | </itemizedlist>
|
---|
| 76 | </listitem>
|
---|
| 77 |
|
---|
[1849689] | 78 | <listitem>
|
---|
| 79 | <para>September 7, 2006</para>
|
---|
| 80 | <itemizedlist>
|
---|
| 81 | <listitem>
|
---|
| 82 | <para>[jim] - Updated Multilib Tree to follow build standards set in the book.</para>
|
---|
| 83 | </listitem>
|
---|
[9402395] | 84 | <listitem>
|
---|
| 85 | <para>[jim] - Updated copy commands in Linux Headers, simpler and cleaner.</para>
|
---|
| 86 | </listitem>
|
---|
[1849689] | 87 | </itemizedlist>
|
---|
| 88 | </listitem>
|
---|
| 89 |
|
---|
[bd9662d] | 90 | <listitem>
|
---|
| 91 | <para>September 6, 2006</para>
|
---|
| 92 | <itemizedlist>
|
---|
| 93 | <listitem>
|
---|
| 94 | <para>[jim] - UDEV Rules - On multilib builds, change /lib/udev to /lib64/udev, to keep
|
---|
| 95 | consistency through the system.</para>
|
---|
| 96 | </listitem>
|
---|
[c295f58] | 97 | <listitem>
|
---|
| 98 | <para>[jim] - Removed sed from tcl, not required.</para>
|
---|
| 99 | </listitem>
|
---|
[fd77958] | 100 | <listitem>
|
---|
| 101 | <para>[jim] - Replace Perl FPIC patch with a sed, to make sure fpic is set correctly.</para>
|
---|
| 102 | </listitem>
|
---|
[bd9662d] | 103 | </itemizedlist>
|
---|
| 104 | </listitem>
|
---|
| 105 |
|
---|
[ba2b013] | 106 | <listitem>
|
---|
| 107 | <para>September 5, 2006</para>
|
---|
| 108 | <itemizedlist>
|
---|
| 109 | <listitem>
|
---|
| 110 | <para>[jim] - UDEV - On multilib builds, change /lib/udev to /lib64/udev, to keep
|
---|
| 111 | consistency through the system.</para>
|
---|
| 112 | </listitem>
|
---|
[f218717] | 113 | <listitem>
|
---|
| 114 | <para>[jim] - IPRoute2 - On multilib builds, change /usr/lib/tc to /usr/lib64/tc, to keep
|
---|
| 115 | consistency through the system.</para>
|
---|
| 116 | </listitem>
|
---|
[ba2b013] | 117 | </itemizedlist>
|
---|
| 118 | </listitem>
|
---|
| 119 |
|
---|
[7d675ef] | 120 | <listitem>
|
---|
| 121 | <para>August 28, 2006</para>
|
---|
| 122 | <itemizedlist>
|
---|
| 123 | <listitem>
|
---|
| 124 | <para>[jim] - Renamed Cross-LFS Bootscripts 0.4 to 1.0,
|
---|
| 125 | for the release. No changes made to the scripts.</para>
|
---|
| 126 | </listitem>
|
---|
| 127 | <listitem>
|
---|
| 128 | <para>[jim] - Renamed Cross-LFS Udev Rules 0.1-07062006 to 1.0,
|
---|
| 129 | for the release. No changes made to the rules.</para>
|
---|
| 130 | </listitem>
|
---|
| 131 | </itemizedlist>
|
---|
| 132 | </listitem>
|
---|
| 133 |
|
---|
[cae25a6] | 134 | <listitem>
|
---|
| 135 | <para>August 27, 2006</para>
|
---|
| 136 | <itemizedlist>
|
---|
| 137 | <listitem>
|
---|
| 138 | <para>[jim] - Updated to Cross-LFS Bootscripts 0.4.</para>
|
---|
| 139 | </listitem>
|
---|
| 140 | </itemizedlist>
|
---|
| 141 | </listitem>
|
---|
| 142 |
|
---|
[4c0217a] | 143 | <listitem>
|
---|
| 144 | <para>August 23, 2006</para>
|
---|
| 145 | <itemizedlist>
|
---|
[2231635] | 146 | <listitem>
|
---|
| 147 | <para>[jim] - Updated Linux to 2.6.17.11 and Linux Headers to 2.6.17.11-08232006.</para>
|
---|
| 148 | </listitem>
|
---|
[4c0217a] | 149 | <listitem>
|
---|
| 150 | <para>[jim] - Updated Linux to 2.6.17.10 and Linux Headers to 2.6.17.10-08232006.</para>
|
---|
| 151 | </listitem>
|
---|
| 152 | </itemizedlist>
|
---|
| 153 | </listitem>
|
---|
| 154 |
|
---|
[d7bb8c7] | 155 | <listitem>
|
---|
| 156 | <para>August 21, 2006</para>
|
---|
| 157 | <itemizedlist>
|
---|
[793258c] | 158 | <listitem>
|
---|
| 159 | <para>[jciccone] - Added a multilib perl setup that has a multilib
|
---|
| 160 | wrapper. The multilib wrapper checks for the value of PERL_ARCH and
|
---|
| 161 | executes the cooresponding perl binary.</para>
|
---|
| 162 | </listitem>
|
---|
[d7bb8c7] | 163 | <listitem>
|
---|
| 164 | <para>[ken] - Remove include/net from instructions for headers.</para>
|
---|
| 165 | </listitem>
|
---|
| 166 | </itemizedlist>
|
---|
| 167 | </listitem>
|
---|
| 168 |
|
---|
[5609163] | 169 | <listitem>
|
---|
| 170 | <para>August 20, 2006</para>
|
---|
| 171 | <itemizedlist>
|
---|
[856e3f4] | 172 | <listitem>
|
---|
| 173 | <para>[jciccone] - Added the Perl fPIC patch which makes perl build
|
---|
| 174 | a shared DynaLoader.a.</para>
|
---|
| 175 | </listitem>
|
---|
[5609163] | 176 | <listitem>
|
---|
| 177 | <para>[Chris] - Removed mention of package users hint from
|
---|
| 178 | "Package Management" page.</para>
|
---|
| 179 | </listitem>
|
---|
[6d0fcac] | 180 | <listitem>
|
---|
| 181 | <para>[jim] - Updated Linux to 2.6.17.9 and Linux Headers to 2.6.17.9-08202006.</para>
|
---|
| 182 | </listitem>
|
---|
[9177827] | 183 | <listitem>
|
---|
| 184 | <para>[jim] - Added Linux Tulip Patch to all Linux 2.6.17.9 builds. Fixes an
|
---|
| 185 | initialization error.</para>
|
---|
| 186 | </listitem>
|
---|
[5609163] | 187 | </itemizedlist>
|
---|
| 188 | </listitem>
|
---|
| 189 |
|
---|
[7532741] | 190 | <listitem>
|
---|
| 191 | <para>August 8, 2006</para>
|
---|
| 192 | <itemizedlist>
|
---|
| 193 | <listitem>
|
---|
| 194 | <para>[jim] - Moved man-pages to the beginning of the build.
|
---|
| 195 | (fixes ticket #82).</para>
|
---|
| 196 | </listitem>
|
---|
[1abb09e] | 197 | <listitem>
|
---|
| 198 | <para>[jim] - Updated the wording of Bzip2, changes were made to MIPS
|
---|
| 199 | but not the other multilib architectures. Updated for all architectures now
|
---|
| 200 | (fixes ticket #79).</para>
|
---|
| 201 | </listitem>
|
---|
[7532741] | 202 | </itemizedlist>
|
---|
| 203 | </listitem>
|
---|
| 204 |
|
---|
[948056c] | 205 | <listitem>
|
---|
| 206 | <para>August 7, 2006</para>
|
---|
| 207 | <itemizedlist>
|
---|
| 208 | <listitem>
|
---|
| 209 | <para>[Chris] - Updated udev explanatory text in the book and added
|
---|
| 210 | "Custom Symlinks" page, taken from LFS. Thanks to Alexander Patrakov
|
---|
| 211 | for the updated text (fixes ticket #75).</para>
|
---|
| 212 | </listitem>
|
---|
| 213 | </itemizedlist>
|
---|
| 214 | </listitem>
|
---|
| 215 |
|
---|
[924eff6] | 216 | <listitem>
|
---|
| 217 | <para>August 3, 2006</para>
|
---|
| 218 | <itemizedlist>
|
---|
| 219 | <listitem>
|
---|
| 220 | <para>[ken] - Fixed the temporary bash to correct a failure in the
|
---|
| 221 | Glibc testsuite, (fixes ticket #78). Thanks to Go Moko.</para>
|
---|
| 222 | </listitem>
|
---|
| 223 | </itemizedlist>
|
---|
| 224 | </listitem>
|
---|
| 225 |
|
---|
[3af72cf] | 226 | <listitem>
|
---|
| 227 | <para>July 27, 2006</para>
|
---|
| 228 | <itemizedlist>
|
---|
| 229 | <listitem>
|
---|
| 230 | <para>[jim] - Fixed symlink issue in bootscripts. New Package
|
---|
| 231 | CLFS-bootscripts 0.3.</para>
|
---|
| 232 | </listitem>
|
---|
| 233 | </itemizedlist>
|
---|
| 234 | </listitem>
|
---|
| 235 |
|
---|
[ee5cf64] | 236 | <listitem>
|
---|
| 237 | <para>July 25, 2006</para>
|
---|
| 238 | <itemizedlist>
|
---|
| 239 | <listitem>
|
---|
| 240 | <para>[jim] - Symlinks /tools/bin/file to /usr/bin/file for
|
---|
| 241 | the GCC testsuite.</para>
|
---|
| 242 | </listitem>
|
---|
| 243 | </itemizedlist>
|
---|
| 244 | </listitem>
|
---|
| 245 |
|
---|
[24e96cc] | 246 | <listitem>
|
---|
| 247 | <para>July 24, 2006</para>
|
---|
| 248 | <itemizedlist>
|
---|
| 249 | <listitem>
|
---|
| 250 | <para>[Chris] - Updated commands for building the keymap into the
|
---|
| 251 | kernel - changed the bootable/kernel page to account for the new
|
---|
| 252 | keymap files location, and changed the instructions in the "boot"
|
---|
| 253 | section to reflect that fact that we don't know where the keymap
|
---|
| 254 | files may be on the host (fixes ticket #56).</para>
|
---|
| 255 | </listitem>
|
---|
| 256 | </itemizedlist>
|
---|
| 257 | </listitem>
|
---|
| 258 |
|
---|
[a09f6b9] | 259 | <listitem>
|
---|
| 260 | <para>July 20, 2006</para>
|
---|
| 261 | <itemizedlist>
|
---|
| 262 | <listitem>
|
---|
| 263 | <para>[jim] - Updated to linux-2.6.17.6 and
|
---|
| 264 | linux-headers-2.6.17.6-07202006.</para>
|
---|
| 265 | </listitem>
|
---|
[200b67c] | 266 | <listitem>
|
---|
| 267 | <para>[jim] - Updated to Udev 096.</para>
|
---|
| 268 | </listitem>
|
---|
[a09f6b9] | 269 | </itemizedlist>
|
---|
| 270 | </listitem>
|
---|
| 271 |
|
---|
[8c58c6c] | 272 | <listitem>
|
---|
| 273 | <para>July 17, 2006</para>
|
---|
| 274 | <itemizedlist>
|
---|
| 275 | <listitem>
|
---|
[01e31ed] | 276 | <para>[jeremy] - Minor foreword fixups courtesy of Karen.</para>
|
---|
[8c58c6c] | 277 | </listitem>
|
---|
| 278 | </itemizedlist>
|
---|
| 279 | </listitem>
|
---|
| 280 |
|
---|
[493e95d] | 281 | <listitem>
|
---|
| 282 | <para>July 16, 2006</para>
|
---|
| 283 | <itemizedlist>
|
---|
| 284 | <listitem>
|
---|
| 285 | <para>[Chris] - Removed unneeded chown and chmod commands from
|
---|
| 286 | final-system linux-headers installation.</para>
|
---|
| 287 | </listitem>
|
---|
[d1e75ef7] | 288 | <listitem>
|
---|
| 289 | <para>[Chris] - Added a sed command to fix updatedb due to the new
|
---|
| 290 | location for the find program.</para>
|
---|
| 291 | </listitem>
|
---|
[493e95d] | 292 | </itemizedlist>
|
---|
| 293 | </listitem>
|
---|
| 294 |
|
---|
[f7d4ce5] | 295 | <listitem>
|
---|
| 296 | <para>July 14, 2006</para>
|
---|
| 297 | <itemizedlist>
|
---|
| 298 | <listitem>
|
---|
| 299 | <para>[jeremy] - Updated to new foreword</para>
|
---|
| 300 | </listitem>
|
---|
| 301 | </itemizedlist>
|
---|
| 302 | </listitem>
|
---|
| 303 |
|
---|
[4ccc50d] | 304 | <listitem>
|
---|
| 305 | <para>July 11, 2006</para>
|
---|
| 306 | <itemizedlist>
|
---|
| 307 | <listitem>
|
---|
| 308 | <para>[jim] - Updated to linux-headers-2.6.17.4-07112006.</para>
|
---|
| 309 | </listitem>
|
---|
| 310 | </itemizedlist>
|
---|
| 311 | </listitem>
|
---|
| 312 |
|
---|
[e323561] | 313 | <listitem>
|
---|
| 314 | <para>July 9, 2006</para>
|
---|
| 315 | <itemizedlist>
|
---|
| 316 | <listitem>
|
---|
| 317 | <para>[jim] - Updated to linux-headers-2.6.17.4-07092006.</para>
|
---|
| 318 | </listitem>
|
---|
| 319 | </itemizedlist>
|
---|
| 320 | </listitem>
|
---|
| 321 |
|
---|
[00afe94] | 322 | <listitem>
|
---|
| 323 | <para>July 8, 2006</para>
|
---|
| 324 | <itemizedlist>
|
---|
| 325 | <listitem>
|
---|
| 326 | <para>[jim] - Updated to linux-2.6.17.4 and
|
---|
| 327 | linux-headers-2.6.17.4-07072006.</para>
|
---|
| 328 | </listitem>
|
---|
[a6bba28d] | 329 | <listitem>
|
---|
| 330 | <para>[Chris] - Removed many "${CLFS}" references from explanatory
|
---|
| 331 | text in boot section.</para>
|
---|
| 332 | </listitem>
|
---|
[00afe94] | 333 | </itemizedlist>
|
---|
| 334 | </listitem>
|
---|
| 335 |
|
---|
[6ab69ca] | 336 | <listitem>
|
---|
[a6bba28d] | 337 | <para>July 7, 2006</para>
|
---|
[6ab69ca] | 338 | <itemizedlist>
|
---|
| 339 | <listitem>
|
---|
| 340 | <para>[Chris] - Modified the "creating directories" sections -
|
---|
| 341 | changed multilib instructions to be consistent with the new format
|
---|
| 342 | now used for every other arch, and changed mips instructions to
|
---|
| 343 | use xincludes.</para>
|
---|
| 344 | </listitem>
|
---|
| 345 | </itemizedlist>
|
---|
| 346 | </listitem>
|
---|
| 347 |
|
---|
[a5c446e] | 348 | <listitem>
|
---|
| 349 | <para>July 6, 2006</para>
|
---|
| 350 | <itemizedlist>
|
---|
| 351 | <listitem>
|
---|
| 352 | <para>[jim] - Updated Udev rules to 07062006, Fixed cdrom,
|
---|
| 353 | permissions and groups.</para>
|
---|
| 354 | </listitem>
|
---|
| 355 | </itemizedlist>
|
---|
| 356 | </listitem>
|
---|
| 357 |
|
---|
[6d432ef] | 358 | <listitem>
|
---|
| 359 | <para>July 5, 2006</para>
|
---|
| 360 | <itemizedlist>
|
---|
| 361 | <listitem>
|
---|
| 362 | <para>[jim] - Fixes a possible issue with bootscripts if the
|
---|
| 363 | the /usr partition is not mounted during startup. Moved find to /bin and
|
---|
| 364 | moved some kbd utilities to /bin.</para>
|
---|
| 365 | </listitem>
|
---|
| 366 | </itemizedlist>
|
---|
| 367 | </listitem>
|
---|
| 368 |
|
---|
[5c3dea3] | 369 | <listitem>
|
---|
| 370 | <para>July 4, 2006</para>
|
---|
| 371 | <itemizedlist>
|
---|
| 372 | <listitem>
|
---|
| 373 | <para>[jim] - Updated the Grub patch to fix various issues, see
|
---|
| 374 | text of patch for more details.</para>
|
---|
| 375 | </listitem>
|
---|
| 376 | </itemizedlist>
|
---|
| 377 | </listitem>
|
---|
| 378 |
|
---|
[3892069] | 379 | <listitem>
|
---|
| 380 | <para>July 2, 2006</para>
|
---|
| 381 | <itemizedlist>
|
---|
| 382 | <listitem>
|
---|
| 383 | <para>[Chris] - Updated passwd and group file creation
|
---|
| 384 | to only create minimal users and groups and
|
---|
| 385 | include information on other users/groups.</para>
|
---|
[06860ee] | 386 | </listitem>
|
---|
| 387 | <listitem>
|
---|
| 388 | <para>[jim] - Added file to Testsuite tools, required for
|
---|
| 389 | gcc tests.</para>
|
---|
[3892069] | 390 | </listitem>
|
---|
| 391 | </itemizedlist>
|
---|
| 392 | </listitem>
|
---|
| 393 |
|
---|
[9cb6b64] | 394 | <listitem>
|
---|
| 395 | <para>July 1, 2006</para>
|
---|
| 396 | <itemizedlist>
|
---|
| 397 | <listitem>
|
---|
| 398 | <para>[jim] - Updated the build to use CLFS in variables
|
---|
| 399 | instead of LFS. Also change /mnt/lfs to /mnt/clfs.</para>
|
---|
| 400 | </listitem>
|
---|
| 401 | </itemizedlist>
|
---|
| 402 | </listitem>
|
---|
| 403 |
|
---|
[f53b075] | 404 | <listitem>
|
---|
| 405 | <para>June 29, 2006</para>
|
---|
| 406 | <itemizedlist>
|
---|
| 407 | <listitem>
|
---|
| 408 | <para>[jim] - Updated Temp-System and Boot builds to be more
|
---|
| 409 | consistant. Added --build=${LFS_HOST}, where possible.</para>
|
---|
| 410 | </listitem>
|
---|
[7d6c53c] | 411 | <listitem>
|
---|
| 412 | <para>[jim] - Updated to Cross-LFS Bootscripts. Added check for
|
---|
| 413 | for /etc/sysconfig/createfiles.</para>
|
---|
| 414 | </listitem>
|
---|
[f53b075] | 415 | </itemizedlist>
|
---|
| 416 | </listitem>
|
---|
| 417 |
|
---|
[db76ec1] | 418 | <listitem>
|
---|
[cba1273] | 419 | <para>June 27, 2006</para>
|
---|
| 420 | <itemizedlist>
|
---|
| 421 | <listitem>
|
---|
| 422 | <para>[jim] - Updated to linux-headers-2.6.17.1-06272006.</para>
|
---|
| 423 | </listitem>
|
---|
| 424 | </itemizedlist>
|
---|
| 425 | </listitem>
|
---|
| 426 |
|
---|
| 427 | <listitem>
|
---|
| 428 | <para>June 25, 2006</para>
|
---|
[db76ec1] | 429 | <itemizedlist>
|
---|
| 430 | <listitem>
|
---|
| 431 | <para>[jciccone] - Updated to linux-headers-2.6.17.1-06252006.</para>
|
---|
| 432 | </listitem>
|
---|
| 433 | </itemizedlist>
|
---|
| 434 | </listitem>
|
---|
| 435 |
|
---|
[d7feeb7] | 436 | <listitem>
|
---|
| 437 | <para>June 24, 2006</para>
|
---|
| 438 | <itemizedlist>
|
---|
| 439 | <listitem>
|
---|
| 440 | <para>[jeremy] - Release of 1.0.0-rc1</para>
|
---|
| 441 | </listitem>
|
---|
| 442 | </itemizedlist>
|
---|
| 443 | </listitem>
|
---|
| 444 |
|
---|
[b53b9f6] | 445 | <listitem>
|
---|
| 446 | <para>June 23, 2006</para>
|
---|
| 447 | <itemizedlist>
|
---|
| 448 | <listitem>
|
---|
| 449 | <para>[jim] - Updated Binutils 2.17.</para>
|
---|
| 450 | </listitem>
|
---|
[2062a27] | 451 | <listitem>
|
---|
| 452 | <para>[jim] - Updated Cross-LFS Specific Packages and Patches links for Release.</para>
|
---|
| 453 | </listitem>
|
---|
[b53b9f6] | 454 | </itemizedlist>
|
---|
| 455 | </listitem>
|
---|
| 456 |
|
---|
[1ade2cb] | 457 | <listitem>
|
---|
| 458 | <para>June 22, 2006</para>
|
---|
| 459 | <itemizedlist>
|
---|
| 460 | <listitem>
|
---|
| 461 | <para>[jim] - Added mktemp to Linux dependency list. New dependency as of 2.6.17.</para>
|
---|
| 462 | </listitem>
|
---|
[afa1946] | 463 | <listitem>
|
---|
| 464 | <para>[jim] - Updated Vim 7.0 patch.</para>
|
---|
| 465 | </listitem>
|
---|
[1ade2cb] | 466 | </itemizedlist>
|
---|
| 467 | </listitem>
|
---|
| 468 |
|
---|
[b71fa50] | 469 | <listitem>
|
---|
| 470 | <para>June 21, 2006</para>
|
---|
| 471 | <itemizedlist>
|
---|
| 472 | <listitem>
|
---|
| 473 | <para>[Chris] - Text updates to the book, including replacing
|
---|
| 474 | "LFS" with "CLFS".</para>
|
---|
| 475 | </listitem>
|
---|
[73c89fd] | 476 | <listitem>
|
---|
| 477 | <para>[jim] - Updated to linux-headers-2.6.17.1-06212006-1.</para>
|
---|
| 478 | </listitem>
|
---|
[de9be4b] | 479 | <listitem>
|
---|
| 480 | <para>[jim] - Updated Vim 7.0 patch.</para>
|
---|
| 481 | </listitem>
|
---|
[b71fa50] | 482 | </itemizedlist>
|
---|
| 483 | </listitem>
|
---|
[83d321b] | 484 |
|
---|
[0f5fa97] | 485 | <listitem>
|
---|
[83d321b] | 486 | <para>June 20, 2006</para>
|
---|
[0f5fa97] | 487 | <itemizedlist>
|
---|
[83d321b] | 488 | <listitem>
|
---|
| 489 | <para>[jeremy] - Corrected e2fsprogs installation in the boot
|
---|
| 490 | section, to take into account the new mke2fs.conf file.</para>
|
---|
| 491 | </listitem>
|
---|
[0f5fa97] | 492 | <listitem>
|
---|
| 493 | <para>[jciccone] - Updated to linux-2.6.17.1 and
|
---|
| 494 | linux-headers-2.6.17.1-06202006.</para>
|
---|
[37f355d3] | 495 | </listitem>
|
---|
| 496 | <listitem>
|
---|
| 497 | <para>[jim] - Updated to linux-headers-2.6.17.1-06202006-1.</para>
|
---|
[0f5fa97] | 498 | </listitem>
|
---|
| 499 | </itemizedlist>
|
---|
| 500 | </listitem>
|
---|
| 501 |
|
---|
[2322c31] | 502 | <listitem>
|
---|
| 503 | <para>June 19, 2006</para>
|
---|
| 504 | <itemizedlist>
|
---|
[e1b1349] | 505 | <listitem>
|
---|
| 506 | <para>[jciccone] - Updated to man-1.6d.</para>
|
---|
| 507 | </listitem>
|
---|
[2322c31] | 508 | <listitem>
|
---|
[4a0dbd7] | 509 | <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
|
---|
| 510 | issue that has shown up primarily in samba.</para>
|
---|
| 511 | </listitem>
|
---|
| 512 | <listitem>
|
---|
| 513 | <para>[jciccone] - Updated to linux-2.6.17 and
|
---|
| 514 | linux-headers-2.6.17-06192006.</para>
|
---|
[2322c31] | 515 | </listitem>
|
---|
| 516 | </itemizedlist>
|
---|
| 517 | </listitem>
|
---|
| 518 |
|
---|
[a3a3782] | 519 | <listitem>
|
---|
| 520 | <para>June 15, 2006</para>
|
---|
| 521 | <itemizedlist>
|
---|
| 522 | <listitem>
|
---|
| 523 | <para>[jim] - Let Perl use thread support.</para>
|
---|
| 524 | </listitem>
|
---|
| 525 | </itemizedlist>
|
---|
| 526 | </listitem>
|
---|
| 527 |
|
---|
[1e3f8a7] | 528 | <listitem>
|
---|
[f356cc8] | 529 | <para>June 14, 2006</para>
|
---|
| 530 | <itemizedlist>
|
---|
| 531 | <listitem>
|
---|
| 532 | <para>[jim] - Updated to Binutils 2.16.94.</para>
|
---|
| 533 | </listitem>
|
---|
| 534 | </itemizedlist>
|
---|
| 535 | </listitem>
|
---|
| 536 |
|
---|
| 537 | <listitem>
|
---|
[1e3f8a7] | 538 | <para>June 10, 2006</para>
|
---|
| 539 | <itemizedlist>
|
---|
| 540 | <listitem>
|
---|
| 541 | <para>[Chris] - Updates to lists of installed programs for
|
---|
| 542 | several packages.</para>
|
---|
| 543 | </listitem>
|
---|
[b19674e] | 544 | <listitem>
|
---|
| 545 | <para>[Ken] - Fixed the module-init-tools install in the presence
|
---|
| 546 | of existing files. Thanks to Manuel for pointing me to the fix in
|
---|
| 547 | LFS, and to Dan Nicholson for the fix.</para>
|
---|
| 548 | </listitem>
|
---|
[1e3f8a7] | 549 | </itemizedlist>
|
---|
| 550 | </listitem>
|
---|
| 551 |
|
---|
[e4c7d5c] | 552 | <listitem>
|
---|
| 553 | <para>June 9, 2006</para>
|
---|
| 554 | <itemizedlist>
|
---|
| 555 | <listitem>
|
---|
| 556 | <para>[jim] - Updates to Shadow 4.0.16 build instructions.</para>
|
---|
| 557 | </listitem>
|
---|
[b2d2846] | 558 | <listitem>
|
---|
| 559 | <para>[jim] - Updated to Linux Headers 2.6.16.20 to 06092006.</para>
|
---|
| 560 | </listitem>
|
---|
[e4c7d5c] | 561 | </itemizedlist>
|
---|
| 562 | </listitem>
|
---|
| 563 |
|
---|
[278dbfa] | 564 | <listitem>
|
---|
| 565 | <para>June 7, 2006</para>
|
---|
| 566 | <itemizedlist>
|
---|
| 567 | <listitem>
|
---|
| 568 | <para>[jim] - Updated to Shadow 4.0.16.</para>
|
---|
| 569 | </listitem>
|
---|
| 570 | </itemizedlist>
|
---|
| 571 | </listitem>
|
---|
| 572 |
|
---|
[d1a3111] | 573 | <listitem>
|
---|
| 574 | <para>June 6, 2006</para>
|
---|
| 575 | <itemizedlist>
|
---|
| 576 | <listitem>
|
---|
| 577 | <para>[Chris] - Added many more -v switches for verbosity.</para>
|
---|
| 578 | </listitem>
|
---|
| 579 | </itemizedlist>
|
---|
| 580 | </listitem>
|
---|
| 581 |
|
---|
[58ae493] | 582 | <listitem>
|
---|
| 583 | <para>June 5, 2006</para>
|
---|
| 584 | <itemizedlist>
|
---|
| 585 | <listitem>
|
---|
[278dbfa] | 586 | <para>[jim] - Updated to linux-2.6.16.20, and linux-headers-2.6.16.20.</para>
|
---|
[58ae493] | 587 | </listitem>
|
---|
[0aa6744] | 588 | <listitem>
|
---|
[278dbfa] | 589 | <para>[jim] - Updated to Bison 2.3.</para>
|
---|
[0aa6744] | 590 | </listitem>
|
---|
[58ae493] | 591 | </itemizedlist>
|
---|
| 592 | </listitem>
|
---|
| 593 |
|
---|
[790f089] | 594 | <listitem>
|
---|
| 595 | <para>June 4, 2006</para>
|
---|
| 596 | <itemizedlist>
|
---|
| 597 | <listitem>
|
---|
| 598 | <para>[Chris] - Removed obsolete paragraph about "resetting"
|
---|
| 599 | passwords when using pwconv from Shadow instructions.</para>
|
---|
| 600 | </listitem>
|
---|
[4933caf] | 601 | <listitem>
|
---|
[278dbfa] | 602 | <para>[jim] - Updated to Linux Headers 2.6.16.19 to 06042006.</para>
|
---|
[4933caf] | 603 | </listitem>
|
---|
[790f089] | 604 | </itemizedlist>
|
---|
| 605 | </listitem>
|
---|
| 606 |
|
---|
[b9313f3] | 607 | <listitem>
|
---|
| 608 | <para>June 1, 2006</para>
|
---|
| 609 | <itemizedlist>
|
---|
| 610 | <listitem>
|
---|
| 611 | <para>[Chris] - Updated list of installed programs for
|
---|
| 612 | several packages.</para>
|
---|
| 613 | </listitem>
|
---|
| 614 | </itemizedlist>
|
---|
| 615 | </listitem>
|
---|
| 616 |
|
---|
[d9bf69f4] | 617 | <listitem>
|
---|
| 618 | <para>May 31, 2006</para>
|
---|
| 619 | <itemizedlist>
|
---|
| 620 | <listitem>
|
---|
| 621 | <para>[ken] - Removed redundant chown of /usr/share/libtool/libltdl.</para>
|
---|
| 622 | </listitem>
|
---|
[d282a376] | 623 | <listitem>
|
---|
[278dbfa] | 624 | <para>[jim] - Updated to linux-2.6.16.19, and linux-headers-2.6.16.19.</para>
|
---|
[d282a376] | 625 | </listitem>
|
---|
[d9bf69f4] | 626 | </itemizedlist>
|
---|
| 627 | </listitem>
|
---|
| 628 |
|
---|
[5616325] | 629 | <listitem>
|
---|
| 630 | <para>May 30, 2006</para>
|
---|
| 631 | <itemizedlist>
|
---|
| 632 | <listitem>
|
---|
| 633 | <para>[jim] - Added a patch to fix a missing declaration of R_OK
|
---|
| 634 | in util-linux.</para>
|
---|
| 635 | </listitem>
|
---|
[30f556b] | 636 | <listitem>
|
---|
| 637 | <para>[Chris] - Removed the long-gone swapdev program from
|
---|
| 638 | the list of programs installed by util-linux, and several
|
---|
| 639 | programs not installed by default from the kbd program list.</para>
|
---|
| 640 | </listitem>
|
---|
[668de79] | 641 | <listitem>
|
---|
| 642 | <para>[jim] - Updated to E2fsprogs 1.39.</para>
|
---|
| 643 | </listitem>
|
---|
[37f32a2b] | 644 | <listitem>
|
---|
| 645 | <para>[jim] - Updated to Man-Pages 2.33.</para>
|
---|
| 646 | </listitem>
|
---|
[5616325] | 647 | </itemizedlist>
|
---|
| 648 | </listitem>
|
---|
| 649 |
|
---|
[74b86c22] | 650 | <listitem>
|
---|
| 651 | <para>May 29, 2006</para>
|
---|
| 652 | <itemizedlist>
|
---|
| 653 | <listitem>
|
---|
| 654 | <para>[jim] - Updated to Binutils 2.16.93.</para>
|
---|
| 655 | </listitem>
|
---|
[e8ddf06] | 656 | <listitem>
|
---|
| 657 | <para>[jim] - Updated to UDEV 093.</para>
|
---|
| 658 | </listitem>
|
---|
[6f9dc7f] | 659 | <listitem>
|
---|
| 660 | <para>[jim] - Updated Udev Rules to 0.1-05292006.</para>
|
---|
| 661 | </listitem>
|
---|
[4c7ecbd] | 662 | <listitem>
|
---|
| 663 | <para>[jim] - Updated Linux Headers 2.6.16.18 to 05292006.</para>
|
---|
| 664 | </listitem>
|
---|
[74b86c22] | 665 | </itemizedlist>
|
---|
| 666 | </listitem>
|
---|
| 667 |
|
---|
[755683d] | 668 | <listitem>
|
---|
| 669 | <para>May 28, 2006</para>
|
---|
| 670 | <itemizedlist>
|
---|
| 671 | <listitem>
|
---|
| 672 | <para>[jim] - Added a patch to Grub to prevent.
|
---|
| 673 | Error 24: Attempt to access block outside partition.</para>
|
---|
| 674 | </listitem>
|
---|
| 675 | </itemizedlist>
|
---|
| 676 | </listitem>
|
---|
| 677 |
|
---|
[6c605d7] | 678 | <listitem>
|
---|
| 679 | <para>May 25, 2006</para>
|
---|
| 680 | <itemizedlist>
|
---|
| 681 | <listitem>
|
---|
| 682 | <para>[jim] - Updated to GCC 4.1.1.</para>
|
---|
| 683 | </listitem>
|
---|
[ad9a52e] | 684 | <listitem>
|
---|
| 685 | <para>[jim] - Add Vim 7.0 Upstream Patches.</para>
|
---|
| 686 | </listitem>
|
---|
[6c605d7] | 687 | </itemizedlist>
|
---|
| 688 | </listitem>
|
---|
| 689 |
|
---|
[971c817] | 690 | <listitem>
|
---|
| 691 | <para>May 22, 2006</para>
|
---|
| 692 | <itemizedlist>
|
---|
| 693 | <listitem>
|
---|
| 694 | <para>[jim] - Updated to Coreutils 5.96.</para>
|
---|
| 695 | </listitem>
|
---|
[9892ae4] | 696 | <listitem>
|
---|
| 697 | <para>[jim] - Updated linux-2.6.16.18, and linux-headers-2.6.16.18.</para>
|
---|
| 698 | </listitem>
|
---|
[971c817] | 699 | </itemizedlist>
|
---|
| 700 | </listitem>
|
---|
| 701 |
|
---|
[1e59f09] | 702 | <listitem>
|
---|
[961650d] | 703 | <para>May 21, 2006</para>
|
---|
| 704 | <itemizedlist>
|
---|
| 705 | <listitem>
|
---|
| 706 | <para>[jciccone] - Updated to Bison-2.2, linux-2.6.16.17, and linux-headers-2.6.16.17.</para>
|
---|
| 707 | </listitem>
|
---|
| 708 | </itemizedlist>
|
---|
| 709 | </listitem>
|
---|
| 710 |
|
---|
| 711 | <listitem>
|
---|
| 712 | <para>May 17, 2006</para>
|
---|
[1e59f09] | 713 | <itemizedlist>
|
---|
| 714 | <listitem>
|
---|
| 715 | <para>[Chris] - Made a number of text updates and grammar
|
---|
| 716 | fixes and added more dependency info (bootscripts,
|
---|
| 717 | udev-rules, tree) to Appendix C.</para>
|
---|
| 718 | </listitem>
|
---|
| 719 | </itemizedlist>
|
---|
| 720 | </listitem>
|
---|
| 721 |
|
---|
[3b0729a] | 722 | <listitem>
|
---|
| 723 | <para>May 16, 2006</para>
|
---|
| 724 | <itemizedlist>
|
---|
| 725 | <listitem>
|
---|
[541137b] | 726 | <para>[Chris] - Changed the temp-system and final-system
|
---|
| 727 | package build order and a few package build instructions to
|
---|
| 728 | account for the changed order (the rest of ticket #26).</para>
|
---|
[3b0729a] | 729 | </listitem>
|
---|
[63bdb6a] | 730 | <listitem>
|
---|
| 731 | <para>[ken] - Change name of coreutils patch to match the patch.</para>
|
---|
| 732 | </listitem>
|
---|
[3b0729a] | 733 | </itemizedlist>
|
---|
| 734 | </listitem>
|
---|
| 735 |
|
---|
[439a299] | 736 | <listitem>
|
---|
| 737 | <para>May 15, 2006</para>
|
---|
| 738 | <itemizedlist>
|
---|
| 739 | <listitem>
|
---|
| 740 | <para>[jim] - Updated to Man-Pages 2.32.</para>
|
---|
| 741 | </listitem>
|
---|
| 742 | </itemizedlist>
|
---|
| 743 | </listitem>
|
---|
| 744 |
|
---|
[055b231] | 745 | <listitem>
|
---|
| 746 | <para>May 14, 2006</para>
|
---|
| 747 | <itemizedlist>
|
---|
| 748 | <listitem>
|
---|
| 749 | <para>[jim] - Updated Udev Rules to 0.1-05142006.</para>
|
---|
| 750 | </listitem>
|
---|
[b717a3a] | 751 | <listitem>
|
---|
| 752 | <para>[jim] - Updated Linux Headers 2.6.16.16 to 05142006.</para>
|
---|
| 753 | </listitem>
|
---|
[055b231] | 754 | </itemizedlist>
|
---|
| 755 | </listitem>
|
---|
| 756 |
|
---|
[401dbf7] | 757 | <listitem>
|
---|
| 758 | <para>May 13, 2006</para>
|
---|
| 759 | <itemizedlist>
|
---|
| 760 | <listitem>
|
---|
| 761 | <para>[jim] - Updated to Coreutils 5.95.</para>
|
---|
| 762 | </listitem>
|
---|
| 763 | </itemizedlist>
|
---|
| 764 | </listitem>
|
---|
| 765 |
|
---|
[f1acf6b] | 766 | <listitem>
|
---|
| 767 | <para>May 12, 2006</para>
|
---|
| 768 | <itemizedlist>
|
---|
| 769 | <listitem>
|
---|
| 770 | <para>[jim] - Add Vim 7.0 Upstream Patches.</para>
|
---|
| 771 | </listitem>
|
---|
| 772 | </itemizedlist>
|
---|
| 773 | </listitem>
|
---|
| 774 |
|
---|
[0b5aff71] | 775 | <listitem>
|
---|
| 776 | <para>May 11, 2006</para>
|
---|
| 777 | <itemizedlist>
|
---|
| 778 | <listitem>
|
---|
| 779 | <para>[jim] - Updated Linux and Linux Headers to 2.6.16.16.</para>
|
---|
| 780 | </listitem>
|
---|
[09ff212] | 781 | <listitem>
|
---|
| 782 | <para>[jim] - Add Vim 7.0 Upstream Patches.</para>
|
---|
| 783 | </listitem>
|
---|
[0b5aff71] | 784 | </itemizedlist>
|
---|
| 785 | </listitem>
|
---|
| 786 |
|
---|
[4b41f4c] | 787 | <listitem>
|
---|
[3bb75212] | 788 | <para>May 10,2006</para>
|
---|
[4b41f4c] | 789 | <itemizedlist>
|
---|
| 790 | <listitem>
|
---|
| 791 | <para>[Chris] - Added more detailed dependency info and
|
---|
[2ef0383] | 792 | moved it to Appendices C and D. Fixes half of ticket #26.</para>
|
---|
[4b41f4c] | 793 | </listitem>
|
---|
| 794 | </itemizedlist>
|
---|
| 795 | </listitem>
|
---|
| 796 |
|
---|
[b6b84ff] | 797 | <listitem>
|
---|
| 798 | <para>May 9, 2006</para>
|
---|
| 799 | <itemizedlist>
|
---|
| 800 | <listitem>
|
---|
| 801 | <para>[jim] - Updated to Binutils 2.16.92.</para>
|
---|
| 802 | </listitem>
|
---|
[06b9107] | 803 | <listitem>
|
---|
| 804 | <para>[jim] - Updated to Vim 7.0.</para>
|
---|
| 805 | </listitem>
|
---|
[ced446b] | 806 | <listitem>
|
---|
| 807 | <para>[jciccone] - Updated to Linux 2.6.16.15.</para>
|
---|
| 808 | </listitem>
|
---|
[b6b84ff] | 809 | </itemizedlist>
|
---|
| 810 | </listitem>
|
---|
| 811 |
|
---|
[dcd4640] | 812 | <listitem>
|
---|
| 813 | <para>May 7, 2006</para>
|
---|
| 814 | <itemizedlist>
|
---|
| 815 | <listitem>
|
---|
| 816 | <para>[jim] - Updated Linux Headers 2.6.16.14 to 05072006.</para>
|
---|
| 817 | </listitem>
|
---|
| 818 | </itemizedlist>
|
---|
| 819 | </listitem>
|
---|
| 820 |
|
---|
[86f7bd3] | 821 | <listitem>
|
---|
| 822 | <para>May 6, 2006</para>
|
---|
| 823 | <itemizedlist>
|
---|
| 824 | <listitem>
|
---|
| 825 | <para>[jciccone] - Updated Linux Headers 2.6.16.14 to 05062006.</para>
|
---|
| 826 | </listitem>
|
---|
| 827 | </itemizedlist>
|
---|
| 828 | </listitem>
|
---|
| 829 |
|
---|
[ffc750b] | 830 | <listitem>
|
---|
| 831 | <para>May 4, 2006</para>
|
---|
| 832 | <itemizedlist>
|
---|
[0f77a0e] | 833 | <listitem>
|
---|
| 834 | <para>[jim] - Updated to Linux-2.6.16.14.</para>
|
---|
| 835 | </listitem>
|
---|
[ffc750b] | 836 | <listitem>
|
---|
| 837 | <para>[jim] - Updated Linux Headers 2.6.16.13 to 05042006.</para>
|
---|
| 838 | </listitem>
|
---|
| 839 | </itemizedlist>
|
---|
| 840 | </listitem>
|
---|
| 841 |
|
---|
[066785a] | 842 | <listitem>
|
---|
| 843 | <para>May 3, 2006</para>
|
---|
| 844 | <itemizedlist>
|
---|
| 845 | <listitem>
|
---|
| 846 | <para>[Chris] - Updated to Man-Pages 2.31.</para>
|
---|
| 847 | </listitem>
|
---|
[949fb58] | 848 | <listitem>
|
---|
| 849 | <para>[jim] - Updated to Linux-2.6.16.13.</para>
|
---|
| 850 | </listitem>
|
---|
[50023f90] | 851 | <listitem>
|
---|
| 852 | <para>[jim] - Updated to Iana-Etc 2.10.</para>
|
---|
| 853 | </listitem>
|
---|
[066785a] | 854 | </itemizedlist>
|
---|
| 855 | </listitem>
|
---|
| 856 |
|
---|
[593fca05] | 857 | <listitem>
|
---|
| 858 | <para>May 2, 2006</para>
|
---|
| 859 | <itemizedlist>
|
---|
| 860 | <listitem>
|
---|
| 861 | <para>[jim] - Updated Linux Headers 2.6.16.12 to 05022006.</para>
|
---|
| 862 | </listitem>
|
---|
[37ee34f1] | 863 | <listitem>
|
---|
| 864 | <para>[jim] - Reverted change to bash. Needed on some architectures.</para>
|
---|
| 865 | </listitem>
|
---|
[ce2de8a] | 866 | <listitem>
|
---|
| 867 | <para>[jim] - Fixed a coreutils cross-compile issues on some architectures.</para>
|
---|
| 868 | </listitem>
|
---|
[593fca05] | 869 | </itemizedlist>
|
---|
| 870 | </listitem>
|
---|
| 871 |
|
---|
[9bca5bd] | 872 | <listitem>
|
---|
| 873 | <para>May 1, 2006</para>
|
---|
| 874 | <itemizedlist>
|
---|
| 875 | <listitem>
|
---|
| 876 | <para>[Chris] - Updated to Man-Pages 2.30.</para>
|
---|
| 877 | </listitem>
|
---|
[965e93d] | 878 | <listitem>
|
---|
| 879 | <para>[jim] - Updated Linux Headers 2.6.16.11 to 05012006.</para>
|
---|
| 880 | </listitem>
|
---|
[98bb16c] | 881 | <listitem>
|
---|
| 882 | <para>[Chris] - Updated to Linux-2.6.16.12.</para>
|
---|
| 883 | </listitem>
|
---|
| 884 | </itemizedlist>
|
---|
[9bca5bd] | 885 | </listitem>
|
---|
| 886 |
|
---|
[5da1db9] | 887 | <listitem>
|
---|
| 888 | <para>April 30, 2006</para>
|
---|
| 889 | <itemizedlist>
|
---|
| 890 | <listitem>
|
---|
| 891 | <para>[jim] - Updated Linux Headers 2.6.16.11 to 04302006.</para>
|
---|
| 892 | </listitem>
|
---|
| 893 | </itemizedlist>
|
---|
| 894 | </listitem>
|
---|
| 895 |
|
---|
[c2bd243] | 896 | <listitem>
|
---|
[715afe0] | 897 | <para>April 29, 2006</para>
|
---|
| 898 | <itemizedlist>
|
---|
| 899 | <listitem>
|
---|
| 900 | <para>[ken] - Add asm-generic to headers which are chowned in
|
---|
| 901 | non-multilib books.</para>
|
---|
| 902 | </listitem>
|
---|
| 903 | </itemizedlist>
|
---|
| 904 | </listitem>
|
---|
| 905 |
|
---|
| 906 | <listitem>
|
---|
[c2bd243] | 907 | <para>April 28, 2006</para>
|
---|
| 908 | <itemizedlist>
|
---|
| 909 | <listitem>
|
---|
[cac60c8] | 910 | <para>[jim] - Updated Linux Headers 2.6.16.11 to 04282006.</para>
|
---|
| 911 | </listitem>
|
---|
| 912 | <listitem>
|
---|
| 913 | <para>[jim] - Updated Udev Rules to 0.1-04282006.</para>
|
---|
[c2bd243] | 914 | </listitem>
|
---|
| 915 | </itemizedlist>
|
---|
| 916 | </listitem>
|
---|
| 917 |
|
---|
[7d9312a] | 918 | <listitem>
|
---|
| 919 | <para>April 27, 2006</para>
|
---|
| 920 | <itemizedlist>
|
---|
| 921 | <listitem>
|
---|
| 922 | <para>[jim] - Updated to Linux Headers 2.6.16.11 to 04272006.</para>
|
---|
| 923 | </listitem>
|
---|
| 924 | </itemizedlist>
|
---|
| 925 | </listitem>
|
---|
| 926 |
|
---|
[74f0095d] | 927 | <listitem>
|
---|
| 928 | <para>April 25, 2006</para>
|
---|
| 929 | <itemizedlist>
|
---|
| 930 | <listitem>
|
---|
| 931 | <para>[jim] - Updated to Udev 091.</para>
|
---|
| 932 | </listitem>
|
---|
[2e6c79c] | 933 | <listitem>
|
---|
| 934 | <para>[jim] - Updated to Linux Headers 2.6.16.11 to 04262006.</para>
|
---|
| 935 | </listitem>
|
---|
[74f0095d] | 936 | </itemizedlist>
|
---|
| 937 | </listitem>
|
---|
| 938 |
|
---|
[ca40862] | 939 | <listitem>
|
---|
| 940 | <para>April 24, 2006</para>
|
---|
| 941 | <itemizedlist>
|
---|
| 942 | <listitem>
|
---|
| 943 | <para>[ken] - Updated to iproute2-2.6.16-060323.</para>
|
---|
| 944 | </listitem>
|
---|
[ae02410] | 945 | <listitem>
|
---|
| 946 | <para>[jim] - Updated to Linux and Linux Headers 2.6.16.11.</para>
|
---|
| 947 | </listitem>
|
---|
[ca40862] | 948 | </itemizedlist>
|
---|
| 949 | </listitem>
|
---|
| 950 |
|
---|
[b220f205] | 951 | <listitem>
|
---|
| 952 | <para>April 22, 2006</para>
|
---|
| 953 | <itemizedlist>
|
---|
| 954 | <listitem>
|
---|
| 955 | <para>[ken] - Add example commands to test if chroot is possible,
|
---|
| 956 | thanks to William Zhou.</para>
|
---|
| 957 | </listitem>
|
---|
| 958 | </itemizedlist>
|
---|
| 959 | </listitem>
|
---|
| 960 |
|
---|
[37ad71d] | 961 | <listitem>
|
---|
| 962 | <para>April 21, 2006</para>
|
---|
| 963 | <itemizedlist>
|
---|
| 964 | <listitem>
|
---|
| 965 | <para>[jim] - Updated Linux-Headers to fix x86_64-biarch problem.</para>
|
---|
| 966 | </listitem>
|
---|
| 967 | </itemizedlist>
|
---|
| 968 | </listitem>
|
---|
| 969 |
|
---|
[4677eac] | 970 | <listitem>
|
---|
| 971 | <para>April 20, 2006</para>
|
---|
| 972 | <itemizedlist>
|
---|
| 973 | <listitem>
|
---|
| 974 | <para>[jim] - Added missing asm-generic copy to Linux-Headers.</para>
|
---|
| 975 | </listitem>
|
---|
[d95bada] | 976 | <listitem>
|
---|
| 977 | <para>[jim] - Updated Linux-Headers to include nvram.h.</para>
|
---|
| 978 | </listitem>
|
---|
[4677eac] | 979 | </itemizedlist>
|
---|
| 980 | </listitem>
|
---|
| 981 |
|
---|
[5c0ff75] | 982 | <listitem>
|
---|
| 983 | <para>April 19, 2006</para>
|
---|
[1429eea] | 984 | <itemizedlist>
|
---|
[53a1f1a] | 985 | <listitem>
|
---|
| 986 | <para>[jim] - Updated to Bash Patch -8.</para>
|
---|
| 987 | </listitem>
|
---|
[e85011e4] | 988 | <listitem>
|
---|
| 989 | <para>[jim] - Removed Linux-Libc-Headers and replace it with
|
---|
| 990 | our Linux-Headers package.</para>
|
---|
| 991 | </listitem>
|
---|
[1429eea] | 992 | <listitem>
|
---|
| 993 | <para>[jim] - Updated to Linux 2.6.16.9.</para>
|
---|
| 994 | </listitem>
|
---|
[5c0ff75] | 995 | <listitem>
|
---|
| 996 | <para>[jim] - Updated to Linux 2.6.16.8.</para>
|
---|
| 997 | </listitem>
|
---|
| 998 | </itemizedlist>
|
---|
| 999 | </listitem>
|
---|
| 1000 |
|
---|
[640831c] | 1001 | <listitem>
|
---|
| 1002 | <para>April 18, 2006</para>
|
---|
| 1003 | <itemizedlist>
|
---|
| 1004 | <listitem>
|
---|
| 1005 | <para>[jim] - Renamed gcc fold_const patch to the PR #.</para>
|
---|
| 1006 | </listitem>
|
---|
[ec33b65f] | 1007 | <listitem>
|
---|
| 1008 | <para>[jim] - Added GCC 4.1.0 patch PR20425. This allows searching of
|
---|
| 1009 | multilib dirs for the specs file.</para>
|
---|
| 1010 | </listitem>
|
---|
[640831c] | 1011 | </itemizedlist>
|
---|
| 1012 | </listitem>
|
---|
| 1013 |
|
---|
[4da503a] | 1014 | <listitem>
|
---|
| 1015 | <para>April 17, 2006</para>
|
---|
| 1016 | <itemizedlist>
|
---|
| 1017 | <listitem>
|
---|
| 1018 | <para>[Chris] - Removed sed command from temp-system bash -
|
---|
| 1019 | no longer needed for Bash 3.1.</para>
|
---|
| 1020 | </listitem>
|
---|
[563a15d] | 1021 | <listitem>
|
---|
| 1022 | <para>[jim] - Updated to Udev 090.</para>
|
---|
| 1023 | </listitem>
|
---|
| 1024 | <listitem>
|
---|
| 1025 | <para>[jim] - Updated to udev-rules 0.1-04172006.</para>
|
---|
| 1026 | </listitem>
|
---|
[c0be60d] | 1027 | <listitem>
|
---|
| 1028 | <para>[jciccone] - Added a gcc patch that fixes an optimaztion error which can result in incorrect code.</para>
|
---|
| 1029 | </listitem>
|
---|
| 1030 | <listitem>
|
---|
| 1031 | <para>[jciccone] - Removed the util-linux and kernel patch that fixes the checksum calculation for sun disklabels.</para>
|
---|
| 1032 | </listitem>
|
---|
[4da503a] | 1033 | </itemizedlist>
|
---|
| 1034 | </listitem>
|
---|
| 1035 |
|
---|
[04ef3790] | 1036 | <listitem>
|
---|
| 1037 | <para>April 14, 2006</para>
|
---|
| 1038 | <itemizedlist>
|
---|
[5956f6b2] | 1039 | <listitem>
|
---|
| 1040 | <para>[jciccone] - Added a security patch to tar.</para>
|
---|
| 1041 | </listitem>
|
---|
[04ef3790] | 1042 | <listitem>
|
---|
| 1043 | <para>[jciccone] - Added a util-linux and kernel patch to fix a checksum calculation issue for sun disklabels.</para>
|
---|
| 1044 | </listitem>
|
---|
| 1045 | </itemizedlist>
|
---|
| 1046 | </listitem>
|
---|
| 1047 |
|
---|
[3acfa2ef] | 1048 | <listitem>
|
---|
| 1049 | <para>April 13, 2006</para>
|
---|
| 1050 | <itemizedlist>
|
---|
| 1051 | <listitem>
|
---|
| 1052 | <para>[jim] - Updated to GCC 4.1.0.</para>
|
---|
| 1053 | </listitem>
|
---|
[f71582c] | 1054 | <listitem>
|
---|
| 1055 | <para>[jim] - Fixed make install-minimal in udev-rules.</para>
|
---|
| 1056 | </listitem>
|
---|
[1068a7e] | 1057 | <listitem>
|
---|
[c29f584] | 1058 | <para>[jim] - Updated to Linux 2.6.16.5.</para>
|
---|
[1068a7e] | 1059 | </listitem>
|
---|
[3acfa2ef] | 1060 | </itemizedlist>
|
---|
| 1061 | </listitem>
|
---|
| 1062 |
|
---|
[30e1949] | 1063 | <listitem>
|
---|
| 1064 | <para>April 12, 2006</para>
|
---|
| 1065 | <itemizedlist>
|
---|
[4037e24] | 1066 | <listitem>
|
---|
| 1067 | <para>[jim] - Updated to Glibc 2.4.</para>
|
---|
| 1068 | </listitem>
|
---|
[30e1949] | 1069 | <listitem>
|
---|
| 1070 | <para>[jim] - Updated to latest bash patch -7.</para>
|
---|
| 1071 | </listitem>
|
---|
| 1072 | </itemizedlist>
|
---|
| 1073 | </listitem>
|
---|
| 1074 |
|
---|
[cec5055] | 1075 | <listitem>
|
---|
| 1076 | <para>April 10, 2006</para>
|
---|
| 1077 | <itemizedlist>
|
---|
| 1078 | <listitem>
|
---|
| 1079 | <para>[jim] - Changed numbering of udev-rules to use 0.1-SVNDATE.</para>
|
---|
| 1080 | </listitem>
|
---|
| 1081 | </itemizedlist>
|
---|
| 1082 | </listitem>
|
---|
| 1083 |
|
---|
[69f3199] | 1084 | <listitem>
|
---|
| 1085 | <para>April 6, 2006</para>
|
---|
| 1086 | <itemizedlist>
|
---|
| 1087 | <listitem>
|
---|
| 1088 | <para>[jim] - Added install-minimal to udev rules.</para>
|
---|
| 1089 | </listitem>
|
---|
[1c5569f] | 1090 | <listitem>
|
---|
| 1091 | <para>[jim] - Updated to Udev 089.</para>
|
---|
| 1092 | </listitem>
|
---|
[69f3199] | 1093 | </itemizedlist>
|
---|
| 1094 | </listitem>
|
---|
| 1095 |
|
---|
[85312b3] | 1096 | <listitem>
|
---|
| 1097 | <para>April 1, 2006</para>
|
---|
| 1098 | <itemizedlist>
|
---|
| 1099 | <listitem>
|
---|
| 1100 | <para>[jim] - Updated to Make 3.81.</para>
|
---|
| 1101 | </listitem>
|
---|
[012cfe7] | 1102 | <listitem>
|
---|
| 1103 | <para>[jim] - Updated to Man-Pages 2.28.</para>
|
---|
| 1104 | </listitem>
|
---|
[85312b3] | 1105 | </itemizedlist>
|
---|
| 1106 | </listitem>
|
---|
| 1107 |
|
---|
[5211f9b] | 1108 | <listitem>
|
---|
| 1109 | <para>March 28, 2006</para>
|
---|
| 1110 | <itemizedlist>
|
---|
| 1111 | <listitem>
|
---|
| 1112 | <para>[jim] - Updated to Linux 2.6.16.1.</para>
|
---|
| 1113 | </listitem>
|
---|
[12c7ead] | 1114 | <listitem>
|
---|
| 1115 | <para>[jim] - Updated to Man-Pages 2.27.</para>
|
---|
| 1116 | </listitem>
|
---|
[5211f9b] | 1117 | </itemizedlist>
|
---|
| 1118 | </listitem>
|
---|
| 1119 |
|
---|
[fbda0cd] | 1120 | <listitem>
|
---|
| 1121 | <para>March 27, 2006</para>
|
---|
| 1122 | <itemizedlist>
|
---|
| 1123 | <listitem>
|
---|
| 1124 | <para>[jciccone] - Updated coreutils suppress_uptime_kill_su
|
---|
| 1125 | patch to -2.</para>
|
---|
| 1126 | </listitem>
|
---|
| 1127 | <listitem>
|
---|
| 1128 | <para>[jciccone] - Updated readline fixes patch to -3.patch.</para>
|
---|
| 1129 | </listitem>
|
---|
| 1130 | <listitem>
|
---|
| 1131 | <para>[jciccone] - Updated bash fixes patch to -6.</para>
|
---|
| 1132 | </listitem>
|
---|
| 1133 | </itemizedlist>
|
---|
| 1134 | </listitem>
|
---|
| 1135 |
|
---|
[0cddc24] | 1136 | <listitem>
|
---|
| 1137 | <para>March 22, 2006</para>
|
---|
| 1138 | <itemizedlist>
|
---|
| 1139 | <listitem>
|
---|
| 1140 | <para>[jim] - Updated Udev to build floppy helper.</para>
|
---|
| 1141 | </listitem>
|
---|
| 1142 | </itemizedlist>
|
---|
| 1143 | </listitem>
|
---|
| 1144 |
|
---|
[2de09d40] | 1145 | <listitem>
|
---|
| 1146 | <para>March 21, 2006</para>
|
---|
| 1147 | <itemizedlist>
|
---|
| 1148 | <listitem>
|
---|
| 1149 | <para>[jim] - Updated to Udev 088.</para>
|
---|
| 1150 | </listitem>
|
---|
[850567e] | 1151 | <listitem>
|
---|
| 1152 | <para>[jim] - Updated to Man-Pages 2.26.</para>
|
---|
| 1153 | </listitem>
|
---|
[c56e32f] | 1154 | <listitem>
|
---|
| 1155 | <para>[jim] - Updated to IPRoute2 2.6.15-060110.</para>
|
---|
| 1156 | </listitem>
|
---|
[2de09d40] | 1157 | </itemizedlist>
|
---|
| 1158 | </listitem>
|
---|
| 1159 |
|
---|
[408ce16] | 1160 | <listitem>
|
---|
| 1161 | <para>March 20, 2006</para>
|
---|
| 1162 | <itemizedlist>
|
---|
| 1163 | <listitem>
|
---|
| 1164 | <para>[jim] - Fixed build issue with Texinfo in temp-system. Added --build.</para>
|
---|
| 1165 | </listitem>
|
---|
[d504c64] | 1166 | <listitem>
|
---|
| 1167 | <para>[jim] - Updated to Linux 2.6.16.</para>
|
---|
| 1168 | </listitem>
|
---|
[81c5423] | 1169 | <listitem>
|
---|
| 1170 | <para>[jim] - Updated to Shadow 4.0.15.</para>
|
---|
| 1171 | </listitem>
|
---|
[b8d97da] | 1172 | <listitem>
|
---|
| 1173 | <para>[Chris] - Removed note about GCC 2.95.3 from kernel
|
---|
| 1174 | section, as documentation has been updated in linux-2.6.16
|
---|
| 1175 | and it now recommends GCC >= 3.2.</para>
|
---|
| 1176 | </listitem>
|
---|
[408ce16] | 1177 | </itemizedlist>
|
---|
| 1178 | </listitem>
|
---|
| 1179 |
|
---|
[c0c7a93e] | 1180 | <listitem>
|
---|
[acfccdf] | 1181 | <para>March 15, 2006</para>
|
---|
[33b9fae] | 1182 | <itemizedlist>
|
---|
| 1183 | <listitem>
|
---|
| 1184 | <para>[jim] - Changed bootscripts to CLFS-bootscripts 0.1.</para>
|
---|
| 1185 | </listitem>
|
---|
[92d88c1b] | 1186 | <listitem>
|
---|
| 1187 | <para>[jim] - Updated to Psmisc 22.2.</para>
|
---|
| 1188 | </listitem>
|
---|
[9fc4970] | 1189 | <listitem>
|
---|
| 1190 | <para>[jim] - Updated to Flex 2.5.33.</para>
|
---|
| 1191 | </listitem>
|
---|
[33b9fae] | 1192 | </itemizedlist>
|
---|
| 1193 | </listitem>
|
---|
| 1194 |
|
---|
| 1195 | <listitem>
|
---|
| 1196 | <para>March 14, 2006</para>
|
---|
[c0c7a93e] | 1197 | <itemizedlist>
|
---|
| 1198 | <listitem>
|
---|
| 1199 | <para>[jim] - Updated to Linux 2.6.16-rc6.</para>
|
---|
| 1200 | </listitem>
|
---|
[83ddbcf] | 1201 | <listitem>
|
---|
| 1202 | <para>[jim] - Removal of Hotplug.</para>
|
---|
| 1203 | </listitem>
|
---|
[c4efa05] | 1204 | <listitem>
|
---|
| 1205 | <para>[jim] - Updated to Udev 087.</para>
|
---|
| 1206 | </listitem>
|
---|
[f8e7b64] | 1207 | <listitem>
|
---|
| 1208 | <para>[jim] - Removal of old udev rules.</para>
|
---|
| 1209 | </listitem>
|
---|
[71caa77] | 1210 | <listitem>
|
---|
| 1211 | <para>[jim] - Added Udev-Cross-LFS 0.1.</para>
|
---|
| 1212 | </listitem>
|
---|
[a69360a] | 1213 | <listitem>
|
---|
| 1214 | <para>[jim] - Updated to GCC 4.0.3.</para>
|
---|
| 1215 | </listitem>
|
---|
[91ee3d3] | 1216 | <listitem>
|
---|
| 1217 | <para>[jim] - Updated to File 4.17.</para>
|
---|
| 1218 | </listitem>
|
---|
[c0c7a93e] | 1219 | </itemizedlist>
|
---|
| 1220 | </listitem>
|
---|
| 1221 |
|
---|
[740b07d] | 1222 | <listitem>
|
---|
| 1223 | <para>March 13, 2006</para>
|
---|
| 1224 | <itemizedlist>
|
---|
| 1225 | <listitem>
|
---|
| 1226 | <para>[jciccone] - Removed pure64 bootloader warning from
|
---|
| 1227 | the top page.</para>
|
---|
| 1228 | </listitem>
|
---|
| 1229 | </itemizedlist>
|
---|
| 1230 | </listitem>
|
---|
| 1231 |
|
---|
[6a038a0] | 1232 | <listitem>
|
---|
| 1233 | <para>March 9, 2006</para>
|
---|
| 1234 | <itemizedlist>
|
---|
| 1235 | <listitem>
|
---|
| 1236 | <para>[Chris] - Simplified IPRoute2 instruction by removing
|
---|
| 1237 | redundant "configure" command.</para>
|
---|
| 1238 | </listitem>
|
---|
| 1239 | </itemizedlist>
|
---|
| 1240 | </listitem>
|
---|
| 1241 |
|
---|
[2e80b98] | 1242 | <listitem>
|
---|
| 1243 | <para>March 2, 2006</para>
|
---|
| 1244 | <itemizedlist>
|
---|
| 1245 | <listitem>
|
---|
| 1246 | <para>[Chris] - Updated to Man-Pages 2.25.</para>
|
---|
| 1247 | </listitem>
|
---|
[ef55cbf] | 1248 | <listitem>
|
---|
| 1249 | <para>[Chris] - Reverted to Expect 5.43.0. 5.44.1 depends on
|
---|
| 1250 | Tk.</para>
|
---|
| 1251 | </listitem>
|
---|
[2e80b98] | 1252 | </itemizedlist>
|
---|
| 1253 | </listitem>
|
---|
| 1254 |
|
---|
[f3bced2] | 1255 | <listitem>
|
---|
| 1256 | <para>February 27, 2006</para>
|
---|
| 1257 | <itemizedlist>
|
---|
| 1258 | <listitem>
|
---|
| 1259 | <para>[jim] - Updated Bash fixes patch to -5.</para>
|
---|
| 1260 | </listitem>
|
---|
| 1261 | </itemizedlist>
|
---|
| 1262 | </listitem>
|
---|
| 1263 |
|
---|
[f09a011] | 1264 | <listitem>
|
---|
[e6848c1] | 1265 | <para>February 26, 2006</para>
|
---|
[f09a011] | 1266 | <itemizedlist>
|
---|
| 1267 | <listitem>
|
---|
[e6848c1] | 1268 | <para>[jim] - Updated to Expect 5.44.1.</para>
|
---|
[f09a011] | 1269 | </listitem>
|
---|
| 1270 | </itemizedlist>
|
---|
| 1271 | </listitem>
|
---|
| 1272 |
|
---|
[0b707c6] | 1273 | <listitem>
|
---|
| 1274 | <para>February 23, 2006</para>
|
---|
| 1275 | <itemizedlist>
|
---|
| 1276 | <listitem>
|
---|
| 1277 | <para>[Chris] - Simplified the "Changing Ownership" page for
|
---|
| 1278 | the boot section, and rewrote some of the text in the final
|
---|
| 1279 | "Reboot" page.</para>
|
---|
| 1280 | </listitem>
|
---|
| 1281 | </itemizedlist>
|
---|
| 1282 | </listitem>
|
---|
| 1283 |
|
---|
[af30804] | 1284 | <listitem>
|
---|
| 1285 | <para>February 21, 2006</para>
|
---|
| 1286 | <itemizedlist>
|
---|
| 1287 | <listitem>
|
---|
| 1288 | <para>[jim] - Removed Dependency of Tempfile from Bzip2.</para>
|
---|
| 1289 | </listitem>
|
---|
[bf668af] | 1290 | <listitem>
|
---|
| 1291 | <para>[jim] - Updated Bash fixes patch to -4.</para>
|
---|
| 1292 | </listitem>
|
---|
[8e88c7d] | 1293 | <listitem>
|
---|
| 1294 | <para>[jciccone] - Updated to Man-Pages 2.24</para>
|
---|
| 1295 | </listitem>
|
---|
[af30804] | 1296 | </itemizedlist>
|
---|
| 1297 | </listitem>
|
---|
| 1298 |
|
---|
[0b09603] | 1299 | <listitem>
|
---|
| 1300 | <para>February 14, 2006</para>
|
---|
| 1301 | <itemizedlist>
|
---|
| 1302 | <listitem>
|
---|
| 1303 | <para>[jim] - Updated to Coreutils 5.94.</para>
|
---|
| 1304 | </listitem>
|
---|
| 1305 | </itemizedlist>
|
---|
| 1306 | </listitem>
|
---|
| 1307 |
|
---|
[dd9906e] | 1308 | <listitem>
|
---|
| 1309 | <para>February 11, 2006</para>
|
---|
| 1310 | <itemizedlist>
|
---|
| 1311 | <listitem>
|
---|
| 1312 | <para>[Chris] - Added -v switches to commands that accept it.</para>
|
---|
| 1313 | </listitem>
|
---|
| 1314 | </itemizedlist>
|
---|
| 1315 | </listitem>
|
---|
| 1316 |
|
---|
[3009b1b] | 1317 | <listitem>
|
---|
| 1318 | <para>February 9, 2006</para>
|
---|
| 1319 | <itemizedlist>
|
---|
| 1320 | <listitem>
|
---|
| 1321 | <para>[jim] - Updated to Man-Pages 2.23.</para>
|
---|
| 1322 | </listitem>
|
---|
| 1323 | </itemizedlist>
|
---|
| 1324 | </listitem>
|
---|
| 1325 |
|
---|
[e5cc02b] | 1326 | <listitem>
|
---|
| 1327 | <para>February 8, 2006</para>
|
---|
| 1328 | <itemizedlist>
|
---|
| 1329 | <listitem>
|
---|
| 1330 | <para>[jim] - Changed x86_64 to use unknown in the target triplet.</para>
|
---|
| 1331 | </listitem>
|
---|
| 1332 | </itemizedlist>
|
---|
| 1333 | </listitem>
|
---|
| 1334 |
|
---|
[5b3904f] | 1335 | <listitem>
|
---|
| 1336 | <para>February 7, 2006</para>
|
---|
| 1337 | <itemizedlist>
|
---|
| 1338 | <listitem>
|
---|
| 1339 | <para>[Chris] - Removed inetutils from boot section - it
|
---|
[b133767] | 1340 | will be covered in the "netboot" hint.</para>
|
---|
[5b3904f] | 1341 | </listitem>
|
---|
[2ed9444] | 1342 | <listitem>
|
---|
| 1343 | <para>[Chris] - Added section on Package Management - moved out of BLFS.</para>
|
---|
| 1344 | </listitem>
|
---|
[5b3904f] | 1345 | </itemizedlist>
|
---|
| 1346 | </listitem>
|
---|
| 1347 |
|
---|
[d8389f5] | 1348 | <listitem>
|
---|
| 1349 | <para>February 6, 2006</para>
|
---|
| 1350 | <itemizedlist>
|
---|
| 1351 | <listitem>
|
---|
| 1352 | <para>[Chris] - Moved the text explaining why binutils
|
---|
[b133767] | 1353 | should be the first package compiled to a more appopriate location at
|
---|
| 1354 | the first installation of binutils, and changed the wording in
|
---|
| 1355 | temp-system gettext.</para>
|
---|
[d8389f5] | 1356 | </listitem>
|
---|
[a83caf9] | 1357 | <listitem>
|
---|
| 1358 | <para>[jim] - Updated Readline and Bash patches from Upstream.</para>
|
---|
| 1359 | </listitem>
|
---|
[d8389f5] | 1360 | </itemizedlist>
|
---|
| 1361 | </listitem>
|
---|
[f59f08e] | 1362 |
|
---|
[056d80a] | 1363 | <listitem>
|
---|
| 1364 | <para>February 5, 2006</para>
|
---|
| 1365 | <itemizedlist>
|
---|
| 1366 | <listitem>
|
---|
| 1367 | <para>[jim] - Updated Procps 32bit build in Multilib builds to use lib64=lib.
|
---|
| 1368 | Fixed via Trac Ticket #2.</para>
|
---|
| 1369 | </listitem>
|
---|
[4bb4145f] | 1370 | <listitem>
|
---|
| 1371 | <para>[jim] - Updated to Man-Pages 2.22.</para>
|
---|
| 1372 | </listitem>
|
---|
[056d80a] | 1373 | </itemizedlist>
|
---|
| 1374 | </listitem>
|
---|
| 1375 |
|
---|
[2089008] | 1376 | <listitem>
|
---|
| 1377 | <para>February 3, 2006</para>
|
---|
| 1378 | <itemizedlist>
|
---|
| 1379 | <listitem>
|
---|
| 1380 | <para>[jim] - Updated to Sed 4.1.5.</para>
|
---|
| 1381 | </listitem>
|
---|
| 1382 | </itemizedlist>
|
---|
| 1383 | </listitem>
|
---|
| 1384 |
|
---|
[78bf0f71] | 1385 | <listitem>
|
---|
| 1386 | <para>February 2, 2006</para>
|
---|
| 1387 | <itemizedlist>
|
---|
| 1388 | <listitem>
|
---|
| 1389 | <para>[jim] - Updated to Perl 5.8.8.</para>
|
---|
| 1390 | </listitem>
|
---|
[f59f08e] | 1391 | <listitem>
|
---|
| 1392 | <para>[jhuntwork] - Minor textual fix to GCC. </para>
|
---|
| 1393 | </listitem>
|
---|
[78bf0f71] | 1394 | </itemizedlist>
|
---|
| 1395 | </listitem>
|
---|
| 1396 |
|
---|
[3871491] | 1397 | <listitem>
|
---|
| 1398 | <para>February 1, 2006</para>
|
---|
| 1399 | <itemizedlist>
|
---|
| 1400 | <listitem>
|
---|
| 1401 | <para>[Chris] - Added a sed substitution to man
|
---|
| 1402 | instructions to fix an error in the
|
---|
| 1403 | <command>makewhatis</command> script.</para>
|
---|
| 1404 | </listitem>
|
---|
| 1405 | </itemizedlist>
|
---|
| 1406 | </listitem>
|
---|
| 1407 |
|
---|
[987edf2b] | 1408 | <listitem>
|
---|
| 1409 | <para>January 31, 2006</para>
|
---|
| 1410 | <itemizedlist>
|
---|
| 1411 | <listitem>
|
---|
| 1412 | <para>[Chris] - Added -v to commands that accept them, for
|
---|
[b133767] | 1413 | consistency with LFS.</para>
|
---|
[987edf2b] | 1414 | </listitem>
|
---|
| 1415 | </itemizedlist>
|
---|
| 1416 | </listitem>
|
---|
| 1417 |
|
---|
[c5ff986] | 1418 | <listitem>
|
---|
| 1419 | <para>January 30, 2006</para>
|
---|
| 1420 | <itemizedlist>
|
---|
| 1421 | <listitem>
|
---|
[987edf2b] | 1422 | <para>[jim] - Change final-system GCC, to use make bootstrap. Update provided
|
---|
[c5ff986] | 1423 | by Ryan Oliver.</para>
|
---|
| 1424 | </listitem>
|
---|
| 1425 | </itemizedlist>
|
---|
| 1426 | </listitem>
|
---|
| 1427 |
|
---|
[109c00d] | 1428 | <listitem>
|
---|
| 1429 | <para>January 29, 2006</para>
|
---|
| 1430 | <itemizedlist>
|
---|
| 1431 | <listitem>
|
---|
| 1432 | <para>[jim] - Updated Toolchain adjustment in final-system. Thank you Dan Nicholson.</para>
|
---|
| 1433 | </listitem>
|
---|
| 1434 | </itemizedlist>
|
---|
| 1435 | </listitem>
|
---|
| 1436 |
|
---|
[f6328b0a] | 1437 | <listitem>
|
---|
| 1438 | <para>January 24, 2006</para>
|
---|
| 1439 | <itemizedlist>
|
---|
| 1440 | <listitem>
|
---|
| 1441 | <para>[jim] - Updated to Man 1.6c.</para>
|
---|
| 1442 | </listitem>
|
---|
| 1443 | </itemizedlist>
|
---|
| 1444 | </listitem>
|
---|
| 1445 |
|
---|
[96e7720] | 1446 | <listitem>
|
---|
| 1447 | <para>January 23, 2006</para>
|
---|
| 1448 | <itemizedlist>
|
---|
| 1449 | <listitem>
|
---|
| 1450 | <para>[Chris] - Removed unnecessary --with-ncurses switches
|
---|
[b133767] | 1451 | from temp-system bash and inetutils.</para>
|
---|
[96e7720] | 1452 | </listitem>
|
---|
[19b3661] | 1453 | <listitem>
|
---|
| 1454 | <para>[Chris] - Moved zlib from temp-system to boot as it's
|
---|
[b133767] | 1455 | not needed if you chroot.</para>
|
---|
[19b3661] | 1456 | </listitem>
|
---|
[96e7720] | 1457 | </itemizedlist>
|
---|
| 1458 | </listitem>
|
---|
| 1459 |
|
---|
[e7e4f53] | 1460 | <listitem>
|
---|
| 1461 | <para>January 19, 2006</para>
|
---|
| 1462 | <itemizedlist>
|
---|
| 1463 | <listitem>
|
---|
| 1464 | <para>[Chris] - Removed patch from shadow instructions.</para>
|
---|
| 1465 | </listitem>
|
---|
[78a7222] | 1466 | <listitem>
|
---|
| 1467 | <para>[Chris] - Added perl sprintf vulnerability patch.</para>
|
---|
| 1468 | </listitem>
|
---|
[a10b7e35] | 1469 | <listitem>
|
---|
| 1470 | <para>[jim] - Updated to Man-Pages 2.21.</para>
|
---|
| 1471 | </listitem>
|
---|
[e7e4f53] | 1472 | </itemizedlist>
|
---|
| 1473 | </listitem>
|
---|
| 1474 |
|
---|
[5c40294] | 1475 | <listitem>
|
---|
| 1476 | <para>January 13, 2006</para>
|
---|
| 1477 | <itemizedlist>
|
---|
| 1478 | <listitem>
|
---|
| 1479 | <para>[ken] - Moved grep ahead of libtool to avoid /tools being hardcoded
|
---|
| 1480 | into the libtool script for EGREP.</para>
|
---|
| 1481 | </listitem>
|
---|
[de4f4d9b] | 1482 | <listitem>
|
---|
| 1483 | <para>[ken] - Alter bison to build repeatably, from LFS.</para>
|
---|
| 1484 | </listitem>
|
---|
[9be8160] | 1485 | <listitem>
|
---|
| 1486 | <para>[ken] - Alter gccbug to use mktemp, from LFS.</para>
|
---|
| 1487 | </listitem>
|
---|
[bae9b6c] | 1488 | <listitem>
|
---|
| 1489 | <para>[ken] - Move creation of /etc/hosts within Perl instructions,
|
---|
| 1490 | for repeatability, from LFS.</para>
|
---|
| 1491 | </listitem>
|
---|
[32ec4f08] | 1492 | <listitem>
|
---|
| 1493 | <para>[Chris] - Moved bootloader setup to right after "Changing Ownership" in Chapter 7, and changed several package installation instructions in that chapter.</para>
|
---|
| 1494 | </listitem>
|
---|
| 1495 |
|
---|
[5c40294] | 1496 | </itemizedlist>
|
---|
| 1497 | </listitem>
|
---|
| 1498 |
|
---|
[9e7a69a] | 1499 | <listitem>
|
---|
| 1500 | <para>January 12, 2006</para>
|
---|
| 1501 | <itemizedlist>
|
---|
| 1502 | <listitem>
|
---|
| 1503 | <para>[Chris] - Moved directory and symlink creation pages
|
---|
[7464b95] | 1504 | to the beginning of Chapter 7.</para>
|
---|
| 1505 | </listitem>
|
---|
| 1506 | <listitem>
|
---|
| 1507 | <para>[jim] - Updated to Psmisc 22.1.</para>
|
---|
[9e7a69a] | 1508 | </listitem>
|
---|
[9e15bb7] | 1509 | <listitem>
|
---|
| 1510 | <para>[jim] - Updated to Man-Pages 2.20.</para>
|
---|
| 1511 | </listitem>
|
---|
[c30fcbf] | 1512 | <listitem>
|
---|
| 1513 | <para>[jim] - Updated Coreutils build instructions to copy more files
|
---|
| 1514 | to /bin. These are changes for bootscripts and the new udev rules.</para>
|
---|
| 1515 | </listitem>
|
---|
[a3340af] | 1516 | <listitem>
|
---|
| 1517 | <para>[jim] - Updated to Linux 2.6.14.6.</para>
|
---|
| 1518 | </listitem>
|
---|
[3f1ffb0] | 1519 | <listitem>
|
---|
| 1520 | <para>[jim] - Numerous complaints about temp-system Perl failing to build. So
|
---|
| 1521 | I moved temp perl to first package in final-system build. The failures we noted
|
---|
| 1522 | on Pure 64 builds.</para>
|
---|
| 1523 | </listitem>
|
---|
[9e7a69a] | 1524 | </itemizedlist>
|
---|
| 1525 | </listitem>
|
---|
| 1526 |
|
---|
[6732e02] | 1527 | <listitem>
|
---|
| 1528 | <para>January 11, 2006</para>
|
---|
| 1529 | <itemizedlist>
|
---|
| 1530 | <listitem>
|
---|
| 1531 | <para>[jim] - Rewrote wrote zlib final instructions to include
|
---|
| 1532 | a patch the will allow build of static and shared libraries at
|
---|
| 1533 | the same time. Thanx for the recommendation Tushar Teredesai.</para>
|
---|
| 1534 | </listitem>
|
---|
| 1535 | </itemizedlist>
|
---|
| 1536 | </listitem>
|
---|
| 1537 |
|
---|
[bea9517] | 1538 | <listitem>
|
---|
| 1539 | <para>January 8, 2006</para>
|
---|
| 1540 | <itemizedlist>
|
---|
| 1541 | <listitem>
|
---|
| 1542 | <para>[Chris] - Rewrote much of the description of the build
|
---|
[6732e02] | 1543 | process and test suite information.</para>
|
---|
[bea9517] | 1544 | </listitem>
|
---|
| 1545 | </itemizedlist>
|
---|
| 1546 | </listitem>
|
---|
| 1547 |
|
---|
[bbeade2] | 1548 | <listitem>
|
---|
| 1549 | <para>January 3, 2006</para>
|
---|
| 1550 | <itemizedlist>
|
---|
| 1551 | <listitem>
|
---|
| 1552 | <para>[jim] - Updated to Shadow 4.0.14.</para>
|
---|
| 1553 | </listitem>
|
---|
| 1554 | </itemizedlist>
|
---|
| 1555 | </listitem>
|
---|
| 1556 |
|
---|
[e719005] | 1557 | <listitem>
|
---|
[9de3303] | 1558 | <para>December 30, 2005</para>
|
---|
[0636f6c] | 1559 | <itemizedlist>
|
---|
| 1560 | <listitem>
|
---|
| 1561 | <para>[Chris] - Updated package dependencies, removed explanation of
|
---|
| 1562 | "target alias" and "cross-compiling" from final-system binutils, and
|
---|
| 1563 | removed note about GRUB's testsuite failure.</para>
|
---|
| 1564 | </listitem>
|
---|
[db38a36] | 1565 | <listitem>
|
---|
| 1566 | <para>[ken] - Fix where tree gets installed.</para>
|
---|
| 1567 | </listitem>
|
---|
| 1568 | </itemizedlist>
|
---|
| 1569 | </listitem>
|
---|
| 1570 |
|
---|
[51bfc04] | 1571 | <listitem>
|
---|
| 1572 | <para>December 29, 2005</para>
|
---|
| 1573 | <itemizedlist>
|
---|
| 1574 | <listitem>
|
---|
| 1575 | <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
|
---|
| 1576 | </listitem>
|
---|
| 1577 | </itemizedlist>
|
---|
| 1578 | </listitem>
|
---|
| 1579 |
|
---|
[31cff1bc] | 1580 | <listitem>
|
---|
| 1581 | <para>December 28, 2005</para>
|
---|
| 1582 | <itemizedlist>
|
---|
| 1583 | <listitem>
|
---|
| 1584 | <para>[ken] - Remove --with-x=no from expect - either we booted, or we
|
---|
| 1585 | are in chroot.</para>
|
---|
| 1586 | </listitem>
|
---|
[54e0992] | 1587 | <listitem>
|
---|
| 1588 | <para>[ken] - Fix a failure to build glibc-headers.</para>
|
---|
| 1589 | </listitem>
|
---|
[07b5f51] | 1590 | <listitem>
|
---|
| 1591 | <para>[jim] - Updated to Linux 2.6.14.5.</para>
|
---|
| 1592 | </listitem>
|
---|
[31cff1bc] | 1593 | </itemizedlist>
|
---|
| 1594 | </listitem>
|
---|
| 1595 |
|
---|
[d4285da] | 1596 | <listitem>
|
---|
| 1597 | <para>December 23, 2005</para>
|
---|
| 1598 | <itemizedlist>
|
---|
| 1599 | <listitem>
|
---|
| 1600 | <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
|
---|
| 1601 | </listitem>
|
---|
| 1602 | </itemizedlist>
|
---|
| 1603 | </listitem>
|
---|
| 1604 |
|
---|
[d5e40913] | 1605 | <listitem>
|
---|
| 1606 | <para>December 22, 2005</para>
|
---|
| 1607 | <itemizedlist>
|
---|
| 1608 | <listitem>
|
---|
| 1609 | <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
|
---|
| 1610 | following issue: There are parsing problems with compound assignments in several contexts,
|
---|
| 1611 | including as arguments to builtins like `local', `eval', and `let', and
|
---|
| 1612 | as multiple assignments in a single command.</para>
|
---|
| 1613 | </listitem>
|
---|
[dcc18d8f] | 1614 | <listitem>
|
---|
| 1615 | <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
|
---|
| 1616 | following issue: A problem with the readline callback interface can result in segmentation
|
---|
| 1617 | faults when using the delete-char function via a multiple-key sequence.
|
---|
| 1618 | Two consecutive calls to delete-char will crash the application calling
|
---|
| 1619 | readline.</para>
|
---|
| 1620 | </listitem>
|
---|
[b1e8d281] | 1621 | <listitem>
|
---|
| 1622 | <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
|
---|
| 1623 | a potential security threat. Thus the reason for removal.</para>
|
---|
| 1624 | </listitem>
|
---|
[60d7f3af] | 1625 | <listitem>
|
---|
| 1626 | <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
|
---|
| 1627 | </listitem>
|
---|
[d5e40913] | 1628 | </itemizedlist>
|
---|
| 1629 | </listitem>
|
---|
| 1630 |
|
---|
[0f48cdb0] | 1631 | <listitem>
|
---|
| 1632 | <para>December 20, 2005</para>
|
---|
| 1633 | <itemizedlist>
|
---|
| 1634 | <listitem>
|
---|
| 1635 | <para>[jim] - Updated to M4 1.4.4.</para>
|
---|
| 1636 | </listitem>
|
---|
| 1637 | </itemizedlist>
|
---|
| 1638 | </listitem>
|
---|
| 1639 |
|
---|
[4dbbb18] | 1640 | <listitem>
|
---|
| 1641 | <para>December 19, 2005</para>
|
---|
| 1642 | <itemizedlist>
|
---|
| 1643 | <listitem>
|
---|
| 1644 | <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
|
---|
| 1645 | </listitem>
|
---|
[344fb79b] | 1646 | <listitem>
|
---|
| 1647 | <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
|
---|
| 1648 | an issue in Gawk. Thank you Greg Schaefer.</para>
|
---|
| 1649 | </listitem>
|
---|
[4dbbb18] | 1650 | </itemizedlist>
|
---|
| 1651 | </listitem>
|
---|
| 1652 |
|
---|
[3f81e97e] | 1653 | <listitem>
|
---|
[0cd63ff] | 1654 | <para>December 18, 2005</para>
|
---|
[3f81e97e] | 1655 | <itemizedlist>
|
---|
| 1656 | <listitem>
|
---|
[0cd63ff] | 1657 | <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
|
---|
| 1658 | perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
|
---|
| 1659 | and boot sections.</para>
|
---|
[3f81e97e] | 1660 | </listitem>
|
---|
[49aa5e3a] | 1661 | <listitem>
|
---|
| 1662 | <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
|
---|
| 1663 | it was found that these were not needed for building the final system on
|
---|
| 1664 | a multilib capable build.</para>
|
---|
| 1665 | </listitem>
|
---|
[dff8c43] | 1666 | <listitem>
|
---|
| 1667 | <para>[jim] - Updated to Libtool 1.5.22.</para>
|
---|
| 1668 | </listitem>
|
---|
[5328cc9] | 1669 | <listitem>
|
---|
| 1670 | <para>[jim] - Updated to Man-Pages 2.18.</para>
|
---|
| 1671 | </listitem>
|
---|
[3f81e97e] | 1672 | </itemizedlist>
|
---|
| 1673 | </listitem>
|
---|
| 1674 |
|
---|
[03bce95] | 1675 | <listitem>
|
---|
| 1676 | <para>December 17, 2005</para>
|
---|
| 1677 | <itemizedlist>
|
---|
| 1678 | <listitem>
|
---|
| 1679 | <para>[jim] - Updated to psmisc 21.9.</para>
|
---|
| 1680 | </listitem>
|
---|
| 1681 | </itemizedlist>
|
---|
| 1682 | </listitem>
|
---|
| 1683 |
|
---|
[f1a8441] | 1684 | <listitem>
|
---|
| 1685 | <para>December 16, 2005</para>
|
---|
| 1686 | <itemizedlist>
|
---|
| 1687 | <listitem>
|
---|
| 1688 | <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
|
---|
| 1689 | </listitem>
|
---|
[75f784f] | 1690 | <listitem>
|
---|
| 1691 | <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
|
---|
| 1692 | in perl.</para>
|
---|
| 1693 | </listitem>
|
---|
[f1a8441] | 1694 | </itemizedlist>
|
---|
| 1695 | </listitem>
|
---|
| 1696 |
|
---|
[655b411] | 1697 | <listitem>
|
---|
| 1698 | <para>December 15, 2005</para>
|
---|
| 1699 | <itemizedlist>
|
---|
| 1700 | <listitem>
|
---|
| 1701 | <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
|
---|
| 1702 | </listitem>
|
---|
[4c2b35f] | 1703 | <listitem>
|
---|
| 1704 | <para>[jim] - Added not to temp-system about the WARNING message.</para>
|
---|
| 1705 | </listitem>
|
---|
[655b411] | 1706 | </itemizedlist>
|
---|
| 1707 | </listitem>
|
---|
| 1708 |
|
---|
[05806e8] | 1709 | <listitem>
|
---|
| 1710 | <para>December 14, 2005</para>
|
---|
| 1711 | <itemizedlist>
|
---|
| 1712 | <listitem>
|
---|
[9cb6b64] | 1713 | <para>[jim] - Change the CLFS_HOST and CLFS_TARGET pages to prevent
|
---|
[05806e8] | 1714 | further build issues.</para>
|
---|
| 1715 | </listitem>
|
---|
[496be96] | 1716 | <listitem>
|
---|
| 1717 | <para>[jim] - Updated to Man-Pages 2.17.</para>
|
---|
| 1718 | </listitem>
|
---|
[43c3da5] | 1719 | <listitem>
|
---|
| 1720 | <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
|
---|
| 1721 | </listitem>
|
---|
[05806e8] | 1722 | </itemizedlist>
|
---|
| 1723 | </listitem>
|
---|
| 1724 |
|
---|
[ec00b5da] | 1725 | <listitem>
|
---|
| 1726 | <para>December 13, 2005</para>
|
---|
| 1727 | <itemizedlist>
|
---|
| 1728 | <listitem>
|
---|
| 1729 | <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
|
---|
| 1730 | Thanks to David Fix.</para>
|
---|
| 1731 | </listitem>
|
---|
| 1732 | </itemizedlist>
|
---|
| 1733 | </listitem>
|
---|
| 1734 |
|
---|
[d1f4384] | 1735 | <listitem>
|
---|
| 1736 | <para>December 12, 2005</para>
|
---|
| 1737 | <itemizedlist>
|
---|
| 1738 | <listitem>
|
---|
| 1739 | <para>[jim] - Removed testsuites from Temp-Tools section.</para>
|
---|
| 1740 | </listitem>
|
---|
| 1741 | </itemizedlist>
|
---|
| 1742 | </listitem>
|
---|
| 1743 |
|
---|
[38a5094f] | 1744 | <listitem>
|
---|
[1bc724c] | 1745 | <para>December 11, 2005</para>
|
---|
| 1746 | <itemizedlist>
|
---|
| 1747 | <listitem>
|
---|
| 1748 | <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
|
---|
| 1749 | </listitem>
|
---|
| 1750 | </itemizedlist>
|
---|
| 1751 | </listitem>
|
---|
| 1752 |
|
---|
| 1753 | <listitem>
|
---|
[38a5094f] | 1754 | <para>December 9, 2005</para>
|
---|
| 1755 | <itemizedlist>
|
---|
| 1756 | <listitem>
|
---|
| 1757 | <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
|
---|
| 1758 | </listitem>
|
---|
[9306bac] | 1759 | <listitem>
|
---|
| 1760 | <para>[ken] - Bzip2 - clarify what is being tested.</para>
|
---|
| 1761 | </listitem>
|
---|
[beddd7f] | 1762 | <listitem>
|
---|
| 1763 | <para>[jim] - Removed installation of sound sanitized headers.
|
---|
| 1764 | They will be removed in the next release of linux-libc-headers.</para>
|
---|
| 1765 | </listitem>
|
---|
[38a5094f] | 1766 | </itemizedlist>
|
---|
| 1767 | </listitem>
|
---|
| 1768 |
|
---|
[723b084] | 1769 | <listitem>
|
---|
| 1770 | <para>December 8, 2005</para>
|
---|
| 1771 | <itemizedlist>
|
---|
| 1772 | <listitem>
|
---|
| 1773 | <para>[jim] - Upgraded to Less 394.</para>
|
---|
| 1774 | </listitem>
|
---|
[84e963b] | 1775 | <listitem>
|
---|
| 1776 | <para>[jim] - Upgraded to Bash 3.1.</para>
|
---|
| 1777 | </listitem>
|
---|
[44901d7] | 1778 | <listitem>
|
---|
| 1779 | <para>[jim] - Upgraded to Readline 5.1.</para>
|
---|
| 1780 | </listitem>
|
---|
[723b084] | 1781 | </itemizedlist>
|
---|
| 1782 | </listitem>
|
---|
| 1783 |
|
---|
[08f924db] | 1784 | <listitem>
|
---|
| 1785 | <para>December 7, 2005</para>
|
---|
| 1786 | <itemizedlist>
|
---|
| 1787 | <listitem>
|
---|
| 1788 | <para>[jim] - Upgraded to TCL 8.4.12.</para>
|
---|
| 1789 | </listitem>
|
---|
[142e211a] | 1790 | <listitem>
|
---|
| 1791 | <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
|
---|
| 1792 | </listitem>
|
---|
[23ddcc3] | 1793 | <listitem>
|
---|
| 1794 | <para>[jim] - Upgraded to Readline 5.0.5.</para>
|
---|
| 1795 | </listitem>
|
---|
[75a132b] | 1796 | <listitem>
|
---|
| 1797 | <para>[jim] - Upgraded to Bash 3.0.16.</para>
|
---|
| 1798 | </listitem>
|
---|
| 1799 | </itemizedlist>
|
---|
[08f924db] | 1800 | </listitem>
|
---|
| 1801 |
|
---|
[ee72551] | 1802 | <listitem>
|
---|
| 1803 | <para>December 6, 2005</para>
|
---|
| 1804 | <itemizedlist>
|
---|
| 1805 | <listitem>
|
---|
| 1806 | <para>[jim] - Upgraded to Glibc 20051107.</para>
|
---|
| 1807 | </listitem>
|
---|
| 1808 | <listitem>
|
---|
| 1809 | <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
|
---|
| 1810 | </listitem>
|
---|
[3490624] | 1811 | <listitem>
|
---|
| 1812 | <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
|
---|
| 1813 | </listitem>
|
---|
| 1814 | <listitem>
|
---|
| 1815 | <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
|
---|
| 1816 | correct the date in changelog.</para>
|
---|
| 1817 | </listitem>
|
---|
[9531391] | 1818 | <listitem>
|
---|
| 1819 | <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
|
---|
| 1820 | for livecd builders to not loose valueable build time, if something goes
|
---|
| 1821 | wrong.</para>
|
---|
| 1822 | </listitem>
|
---|
[c5f362fc] | 1823 | <listitem>
|
---|
| 1824 | <para>[jim] - Upgraded to Findutils 4.2.27.</para>
|
---|
| 1825 | </listitem>
|
---|
[ee72551] | 1826 | </itemizedlist>
|
---|
| 1827 | </listitem>
|
---|
[82b71542] | 1828 |
|
---|
[77d061a] | 1829 | <listitem>
|
---|
| 1830 | <para>December 5, 2005</para>
|
---|
| 1831 | <itemizedlist>
|
---|
| 1832 | <listitem>
|
---|
| 1833 | <para>[Matt Darcy] - Updated the resources page to include reference and base
|
---|
| 1834 | instructions on using the LFS pastebin</para>
|
---|
[878ca1c] | 1835 | </listitem>
|
---|
[82b71542] | 1836 | <listitem>
|
---|
| 1837 | <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
|
---|
[878ca1c] | 1838 | </listitem>
|
---|
| 1839 | <listitem>
|
---|
[9cb6b64] | 1840 | <para>[Matt Darcy] - Updated creation of $CLFSHOME parameter to a less
|
---|
[82b71542] | 1841 | user error system. This change will will need to be validated by
|
---|
| 1842 | by other devs</para>
|
---|
| 1843 | </listitem>
|
---|
[54996cb] | 1844 | <listitem>
|
---|
| 1845 | <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
|
---|
| 1846 | testsuite doesn't bail out when testing generate-modprobe.conf.</para>
|
---|
| 1847 | </listitem>
|
---|
[82b71542] | 1848 | </itemizedlist>
|
---|
| 1849 | </listitem>
|
---|
| 1850 |
|
---|
[7102ce2] | 1851 | <listitem>
|
---|
| 1852 | <para>December 3, 2005</para>
|
---|
| 1853 | <itemizedlist>
|
---|
| 1854 | <listitem>
|
---|
| 1855 | <para>[ken] - Reference a home directory for dummy user when testing
|
---|
[e87810e] | 1856 | coreutils, and correct sed 'man page' to 'HTML documentation', both
|
---|
| 1857 | from LFS.</para>
|
---|
[7102ce2] | 1858 | </listitem>
|
---|
| 1859 | </itemizedlist>
|
---|
| 1860 | </listitem>
|
---|
| 1861 |
|
---|
[54f8654] | 1862 | <listitem>
|
---|
[aaec9ca9] | 1863 | <para>December 2, 2005</para>
|
---|
[54f8654] | 1864 | <itemizedlist>
|
---|
| 1865 | <listitem>
|
---|
| 1866 | <para>[jim] - Updated to Man-Pages 2.16.</para>
|
---|
| 1867 | </listitem>
|
---|
| 1868 | </itemizedlist>
|
---|
| 1869 | </listitem>
|
---|
| 1870 |
|
---|
[91d4a73] | 1871 | <listitem>
|
---|
| 1872 | <para>December 1, 2005</para>
|
---|
| 1873 | <itemizedlist>
|
---|
| 1874 | <listitem>
|
---|
| 1875 | <para>[jim] - Updated to Linux 2.6.14.3.</para>
|
---|
| 1876 | </listitem>
|
---|
[695df81] | 1877 | <listitem>
|
---|
| 1878 | <para>[jim] - Updated to Man-Pages 2.15.</para>
|
---|
| 1879 | </listitem>
|
---|
[22de609] | 1880 | <listitem>
|
---|
| 1881 | <para>[jim] - Updated to Udev 076.</para>
|
---|
| 1882 | </listitem>
|
---|
[a3e3be0] | 1883 | <listitem>
|
---|
| 1884 | <para>[jim] - Added support for Sparc v8 and below.</para>
|
---|
| 1885 | </listitem>
|
---|
[91d4a73] | 1886 | </itemizedlist>
|
---|
| 1887 | </listitem>
|
---|
| 1888 |
|
---|
[e6423a01] | 1889 | <listitem>
|
---|
| 1890 | <para>November 30, 2005</para>
|
---|
| 1891 | <itemizedlist>
|
---|
| 1892 | <listitem>
|
---|
| 1893 | <para>[jim] - Text updates to final-system.</para>
|
---|
| 1894 | </listitem>
|
---|
[e7732d7] | 1895 | <listitem>
|
---|
| 1896 | <para>[jim] - Text updates to temp-tools.</para>
|
---|
| 1897 | </listitem>
|
---|
[e6423a01] | 1898 | </itemizedlist>
|
---|
| 1899 | </listitem>
|
---|
| 1900 |
|
---|
[c48c555] | 1901 | <listitem>
|
---|
[6069286] | 1902 | <para>November 29, 2005</para>
|
---|
| 1903 | <itemizedlist>
|
---|
| 1904 | <listitem>
|
---|
| 1905 | <para>[jim] - Text updates to chroot.</para>
|
---|
| 1906 | </listitem>
|
---|
[40c1b5b] | 1907 | <listitem>
|
---|
| 1908 | <para>[jim] - Text updates to boot.</para>
|
---|
| 1909 | </listitem>
|
---|
[6069286] | 1910 | </itemizedlist>
|
---|
| 1911 | </listitem>
|
---|
| 1912 |
|
---|
| 1913 | <listitem>
|
---|
| 1914 | <para>November 28, 2005</para>
|
---|
[c48c555] | 1915 | <itemizedlist>
|
---|
| 1916 | <listitem>
|
---|
| 1917 | <para>[jim] - Text updates to glibc in all sections.</para>
|
---|
| 1918 | </listitem>
|
---|
[175ff828] | 1919 | <listitem>
|
---|
| 1920 | <para>[jim] - Text updates to temp-system.</para>
|
---|
| 1921 | </listitem>
|
---|
[1235a03] | 1922 | <listitem>
|
---|
| 1923 | <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
|
---|
| 1924 | </listitem>
|
---|
[c48c555] | 1925 | </itemizedlist>
|
---|
| 1926 | </listitem>
|
---|
| 1927 |
|
---|
[1b823a37] | 1928 | <listitem>
|
---|
[6069286] | 1929 | <para>November 27, 2005</para>
|
---|
[1b823a37] | 1930 | <itemizedlist>
|
---|
| 1931 | <listitem>
|
---|
| 1932 | <para>[jim] - Text updates to gcc in all sections.</para>
|
---|
| 1933 | </listitem>
|
---|
[9e08944] | 1934 | <listitem>
|
---|
| 1935 | <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
|
---|
| 1936 | </listitem>
|
---|
[1b823a37] | 1937 | </itemizedlist>
|
---|
| 1938 | </listitem>
|
---|
| 1939 |
|
---|
[d65c6ef] | 1940 | <listitem>
|
---|
[6069286] | 1941 | <para>November 25, 2005</para>
|
---|
[d65c6ef] | 1942 | <itemizedlist>
|
---|
| 1943 | <listitem>
|
---|
| 1944 | <para>[jim] - Text updates to binutils in all sections.</para>
|
---|
| 1945 | </listitem>
|
---|
| 1946 | </itemizedlist>
|
---|
| 1947 | </listitem>
|
---|
| 1948 |
|
---|
[eea1dfc] | 1949 | <listitem>
|
---|
[6069286] | 1950 | <para>November 24, 2005</para>
|
---|
[eea1dfc] | 1951 | <itemizedlist>
|
---|
| 1952 | <listitem>
|
---|
[da95ad7] | 1953 | <para>[Matt Darcy] - Text updates to resources page </para>
|
---|
[eea1dfc] | 1954 | </listitem>
|
---|
| 1955 | <listitem>
|
---|
[da95ad7] | 1956 | <para>[Matt Darcy] - Updated reference to LFS news server to reflect
|
---|
| 1957 | that it no longer exists</para>
|
---|
[eea1dfc] | 1958 | </listitem>
|
---|
| 1959 | </itemizedlist>
|
---|
| 1960 | </listitem>
|
---|
| 1961 |
|
---|
[da95ad7] | 1962 | <listitem>
|
---|
| 1963 | <para>November 23, 2005</para>
|
---|
[eea1dfc] | 1964 | <itemizedlist>
|
---|
| 1965 | <listitem>
|
---|
[da95ad7] | 1966 | <para>[jim] - For inetutils to utilize the Ncurses headers in
|
---|
| 1967 | /tools/include.</para>
|
---|
[eea1dfc] | 1968 | </listitem>
|
---|
| 1969 | </itemizedlist>
|
---|
| 1970 | </listitem>
|
---|
| 1971 |
|
---|
[da95ad7] | 1972 | <listitem>
|
---|
| 1973 | <para>November 21, 2005</para>
|
---|
[eea1dfc] | 1974 | <itemizedlist>
|
---|
| 1975 | <listitem>
|
---|
[da95ad7] | 1976 | <para>[jim] - Updated to Udev 075.</para>
|
---|
[eea1dfc] | 1977 | </listitem>
|
---|
| 1978 | <listitem>
|
---|
[da95ad7] | 1979 | <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
|
---|
[eea1dfc] | 1980 | </listitem>
|
---|
| 1981 | </itemizedlist>
|
---|
| 1982 | </listitem>
|
---|
| 1983 |
|
---|
[da95ad7] | 1984 | <listitem>
|
---|
| 1985 | <para>November 20, 2005</para>
|
---|
[eea1dfc] | 1986 | <itemizedlist>
|
---|
| 1987 | <listitem>
|
---|
[da95ad7] | 1988 | <para>[jim] - Updated to Findutils 4.2.26.</para>
|
---|
[eea1dfc] | 1989 | </listitem>
|
---|
| 1990 | </itemizedlist>
|
---|
| 1991 | </listitem>
|
---|
| 1992 |
|
---|
| 1993 | <listitem>
|
---|
[da95ad7] | 1994 | <para>November 18, 2005</para>
|
---|
[eea1dfc] | 1995 | <itemizedlist>
|
---|
| 1996 | <listitem>
|
---|
[da95ad7] | 1997 | <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
|
---|
| 1998 | package.</para>
|
---|
[eea1dfc] | 1999 | </listitem>
|
---|
| 2000 | </itemizedlist>
|
---|
| 2001 | </listitem>
|
---|
| 2002 |
|
---|
| 2003 | <listitem>
|
---|
[da95ad7] | 2004 | <para>November 17, 2005</para>
|
---|
[eea1dfc] | 2005 | <itemizedlist>
|
---|
| 2006 | <listitem>
|
---|
[da95ad7] | 2007 | <para>[jim] - Update to Man-Pages 2.14.</para>
|
---|
[eea1dfc] | 2008 | </listitem>
|
---|
| 2009 | <listitem>
|
---|
[da95ad7] | 2010 | <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
|
---|
| 2011 | Architecture. New Patch added.</para>
|
---|
[eea1dfc] | 2012 | </listitem>
|
---|
| 2013 | <listitem>
|
---|
[da95ad7] | 2014 | <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
|
---|
[eea1dfc] | 2015 | </listitem>
|
---|
| 2016 | </itemizedlist>
|
---|
| 2017 | </listitem>
|
---|
| 2018 |
|
---|
| 2019 | <listitem>
|
---|
[da95ad7] | 2020 | <para>November 13, 2005</para>
|
---|
[eea1dfc] | 2021 | <itemizedlist>
|
---|
| 2022 | <listitem>
|
---|
[da95ad7] | 2023 | <para>[manuel] - Improve the heuristic for determining a locale that
|
---|
| 2024 | is supported by both Glibc and packages outside LFS. Ported from
|
---|
| 2025 | LFS-SVN.</para>
|
---|
[eea1dfc] | 2026 | </listitem>
|
---|
| 2027 | <listitem>
|
---|
[da95ad7] | 2028 | <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
|
---|
| 2029 | as make runs it automatically. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2030 | </listitem>
|
---|
| 2031 | <listitem>
|
---|
[da95ad7] | 2032 | <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
|
---|
[eea1dfc] | 2033 | </listitem>
|
---|
| 2034 | <listitem>
|
---|
[da95ad7] | 2035 | <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
|
---|
[eea1dfc] | 2036 | </listitem>
|
---|
| 2037 | </itemizedlist>
|
---|
| 2038 | </listitem>
|
---|
| 2039 |
|
---|
| 2040 | <listitem>
|
---|
[da95ad7] | 2041 | <para>November 10, 2005</para>
|
---|
[eea1dfc] | 2042 | <itemizedlist>
|
---|
| 2043 | <listitem>
|
---|
[da95ad7] | 2044 | <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
|
---|
| 2045 | testsuite. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2046 | </listitem>
|
---|
| 2047 | <listitem>
|
---|
[da95ad7] | 2048 | <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
|
---|
[eea1dfc] | 2049 | </listitem>
|
---|
| 2050 | <listitem>
|
---|
[da95ad7] | 2051 | <para>[jim] - Added text for multilib kernel build requirements.</para>
|
---|
[eea1dfc] | 2052 | </listitem>
|
---|
| 2053 | </itemizedlist>
|
---|
| 2054 | </listitem>
|
---|
| 2055 |
|
---|
| 2056 | <listitem>
|
---|
[da95ad7] | 2057 | <para>November 9, 2005</para>
|
---|
[eea1dfc] | 2058 | <itemizedlist>
|
---|
| 2059 | <listitem>
|
---|
[da95ad7] | 2060 | <para>[manuel] - Stop Udev from killing udevd processes on the
|
---|
| 2061 | system and removed udevdir=/dev. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2062 | </listitem>
|
---|
| 2063 | <listitem>
|
---|
[da95ad7] | 2064 | <para>[manuel] - Install the binaries from Less to /usr/bin instead
|
---|
| 2065 | of /bin. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2066 | </listitem>
|
---|
| 2067 | <listitem>
|
---|
[da95ad7] | 2068 | <para>[manuel] - Removed SBUs and disk usage information.</para>
|
---|
[eea1dfc] | 2069 | </listitem>
|
---|
| 2070 | <listitem>
|
---|
[da95ad7] | 2071 | <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
|
---|
[eea1dfc] | 2072 | </listitem>
|
---|
| 2073 | </itemizedlist>
|
---|
| 2074 | </listitem>
|
---|
| 2075 |
|
---|
| 2076 | <listitem>
|
---|
[da95ad7] | 2077 | <para>November 8, 2005</para>
|
---|
[eea1dfc] | 2078 | <itemizedlist>
|
---|
| 2079 | <listitem>
|
---|
[da95ad7] | 2080 | <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
|
---|
[eea1dfc] | 2081 | </listitem>
|
---|
| 2082 | </itemizedlist>
|
---|
| 2083 | </listitem>
|
---|
| 2084 |
|
---|
| 2085 | <listitem>
|
---|
[da95ad7] | 2086 | <para>November 7, 2005</para>
|
---|
[eea1dfc] | 2087 | <itemizedlist>
|
---|
| 2088 | <listitem>
|
---|
[da95ad7] | 2089 | <para>[manuel] - Remove the optimization related warnings from the
|
---|
| 2090 | toolchain packages. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2091 | </listitem>
|
---|
| 2092 | <listitem>
|
---|
[da95ad7] | 2093 | <para>[manuel] - Install Vim's documentation to <filename
|
---|
| 2094 | class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
|
---|
| 2095 | of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
|
---|
| 2096 | Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2097 | </listitem>
|
---|
| 2098 | <listitem>
|
---|
[da95ad7] | 2099 | <para>[manuel] - Correct the instructions for running the
|
---|
| 2100 | Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
|
---|
[eea1dfc] | 2101 | </listitem>
|
---|
| 2102 | <listitem>
|
---|
[da95ad7] | 2103 | <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
|
---|
| 2104 | cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
|
---|
[eea1dfc] | 2105 | </listitem>
|
---|
| 2106 | </itemizedlist>
|
---|
| 2107 | </listitem>
|
---|
| 2108 |
|
---|
| 2109 | <listitem>
|
---|
[da95ad7] | 2110 | <para>November 6, 2005</para>
|
---|
[eea1dfc] | 2111 | <itemizedlist>
|
---|
| 2112 | <listitem>
|
---|
[da95ad7] | 2113 | <para>[jim] - Updated to Coreutils 5.93.</para>
|
---|
[eea1dfc] | 2114 | </listitem>
|
---|
| 2115 | <listitem>
|
---|
[da95ad7] | 2116 | <para>[jim] - Updated to Procps 3.2.6.</para>
|
---|
[eea1dfc] | 2117 | </listitem>
|
---|
| 2118 | <listitem>
|
---|
[da95ad7] | 2119 | <para>[jim] - Updated to Man-Pages 2.13.</para>
|
---|
[eea1dfc] | 2120 | </listitem>
|
---|
| 2121 | </itemizedlist>
|
---|
| 2122 | </listitem>
|
---|
| 2123 |
|
---|
| 2124 | <listitem>
|
---|
[da95ad7] | 2125 | <para>November 5, 2005</para>
|
---|
[eea1dfc] | 2126 | <itemizedlist>
|
---|
| 2127 | <listitem>
|
---|
[da95ad7] | 2128 | <para>[jim] - Updated to psmisc 21.8.</para>
|
---|
[eea1dfc] | 2129 | </listitem>
|
---|
| 2130 | </itemizedlist>
|
---|
| 2131 | </listitem>
|
---|
| 2132 |
|
---|
| 2133 | <listitem>
|
---|
[da95ad7] | 2134 | <para>November 3, 2005</para>
|
---|
[eea1dfc] | 2135 | <itemizedlist>
|
---|
| 2136 | <listitem>
|
---|
[da95ad7] | 2137 | <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
|
---|
| 2138 | Added fixes for dircolors and md5sum also.</para>
|
---|
[420e0cd] | 2139 | </listitem>
|
---|
| 2140 | </itemizedlist>
|
---|
| 2141 | </listitem>
|
---|
| 2142 |
|
---|
[bf8c11f] | 2143 | <listitem>
|
---|
[da95ad7] | 2144 | <para>October 31, 2005</para>
|
---|
[bf8c11f] | 2145 | <itemizedlist>
|
---|
| 2146 | <listitem>
|
---|
[da95ad7] | 2147 | <para>[jim] - Now an official project. Resetting all Changelogs.</para>
|
---|
[bf8c11f] | 2148 | </listitem>
|
---|
| 2149 | </itemizedlist>
|
---|
| 2150 | </listitem>
|
---|
| 2151 |
|
---|
| 2152 | </itemizedlist>
|
---|
| 2153 |
|
---|
| 2154 | <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
|
---|
| 2155 |
|
---|
| 2156 | </sect1>
|
---|