[02095ae] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-intro-changelog" xreflabel="Master Changelog">
|
---|
| 9 | <?dbhtml filename="changelog.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Master Changelog</title>
|
---|
| 12 |
|
---|
| 13 | <para>This is version &version; of the Cross-Compiled Linux From Scratch book, dated
|
---|
| 14 | &releasedate;. If this book is more than six months old, a newer and better
|
---|
| 15 | version is probably already available. To find out, please check one of the
|
---|
[d5d4d82] | 16 | mirrors via <ulink url="&clfs-wiki;"/>.</para>
|
---|
[02095ae] | 17 |
|
---|
| 18 | <para>Below is a list of detailed changes made since the previous release of
|
---|
| 19 | the book.</para>
|
---|
| 20 |
|
---|
| 21 | <itemizedlist>
|
---|
| 22 | <title>Changelog Entries:</title>
|
---|
| 23 |
|
---|
| 24 | <!-- Changelog template
|
---|
| 25 |
|
---|
| 26 | <listitem>
|
---|
| 27 | <para>Date</para>
|
---|
| 28 | <itemizedlist>
|
---|
| 29 | <listitem>
|
---|
| 30 | <para>[name] - New changelog entry.</para>
|
---|
| 31 | </listitem>
|
---|
| 32 | <listitem>
|
---|
| 33 | <para>[name] - Previous changelog entry.</para>
|
---|
| 34 | </listitem>
|
---|
| 35 | </itemizedlist>
|
---|
| 36 | </listitem>
|
---|
| 37 | -->
|
---|
| 38 |
|
---|
[5c69b37] | 39 | <listitem>
|
---|
| 40 | <para>November 29, 2006</para>
|
---|
| 41 | <itemizedlist>
|
---|
| 42 | <listitem>
|
---|
| 43 | <para>[jciccone] - Updated Gettext to 0.16.1.</para>
|
---|
| 44 | </listitem>
|
---|
| 45 | </itemizedlist>
|
---|
| 46 | </listitem>
|
---|
| 47 |
|
---|
[d11b860] | 48 | <listitem>
|
---|
| 49 | <para>November 25, 2006</para>
|
---|
| 50 | <itemizedlist>
|
---|
[934b2a7] | 51 | <listitem>
|
---|
| 52 | <para>[jciccone] - Updated Gzip to 1.3.6.</para>
|
---|
| 53 | </listitem>
|
---|
[79404e1] | 54 | <listitem>
|
---|
| 55 | <para>[jciccone] - Updated Man-Pages to 2.42.</para>
|
---|
| 56 | </listitem>
|
---|
[ecc7b8e] | 57 | <listitem>
|
---|
| 58 | <para>[jciccone] - Updated Findutils to 4.2.29.</para>
|
---|
| 59 | </listitem>
|
---|
[67c7aed] | 60 | <listitem>
|
---|
| 61 | <para>[jciccone] - Updated the Glibc cross_hacks patch to -2. The new
|
---|
| 62 | version prevents <envar>CFLAGS</envar> from being used when compiling
|
---|
| 63 | a native tool.</para>
|
---|
| 64 | </listitem>
|
---|
[d11b860] | 65 | <listitem>
|
---|
| 66 | <para>[Chris] - Removed obsolete command from man instructions as
|
---|
| 67 | the problem it addresses was fixed in the latest man version).</para>
|
---|
| 68 | </listitem>
|
---|
| 69 | </itemizedlist>
|
---|
| 70 | </listitem>
|
---|
| 71 |
|
---|
[2078b85] | 72 | <listitem>
|
---|
| 73 | <para>November 24, 2006</para>
|
---|
| 74 | <itemizedlist>
|
---|
| 75 | <listitem>
|
---|
| 76 | <para>[jciccone] - Added a native compile of Shadow. The native
|
---|
| 77 | utilities are configured to work with the target system. The password
|
---|
| 78 | and group files can now be shadowed and the root password can be set
|
---|
| 79 | before booting into the system.</para>
|
---|
| 80 | </listitem>
|
---|
| 81 | </itemizedlist>
|
---|
| 82 | </listitem>
|
---|
| 83 |
|
---|
[b4547e6] | 84 | <listitem>
|
---|
| 85 | <para>November 23, 2006</para>
|
---|
| 86 | <itemizedlist>
|
---|
[32edd3a] | 87 | <listitem>
|
---|
| 88 | <para>[jciccone] - Replace the glibc crosscompile timezone fix patch
|
---|
| 89 | with the glibc cross hacks patch. The new patch has support for
|
---|
| 90 | zoneinfo, locales, and librpcsvc.</para>
|
---|
| 91 | </listitem>
|
---|
[a186108] | 92 | <listitem>
|
---|
| 93 | <para>[jciccone] - Update the Glibc libgcc_eh patch to -2. The new
|
---|
| 94 | version checks to see if libgcc_eh exists and if it does Glibc will
|
---|
| 95 | link against it.</para>
|
---|
| 96 | </listitem>
|
---|
[ff4db719] | 97 | <listitem>
|
---|
| 98 | <para>[jciccone] - Updated Man to 1.6e.</para>
|
---|
| 99 | </listitem>
|
---|
[edcb0ad] | 100 | <listitem>
|
---|
| 101 | <para>[jciccone] - Updated Coreutils to 6.6.</para>
|
---|
| 102 | </listitem>
|
---|
[4c1e84e] | 103 | <listitem>
|
---|
| 104 | <para>[jciccone] - Updated Linux to 2.6.18.3 and Linux Headers to
|
---|
| 105 | 2.6.18.3-11202006.</para>
|
---|
| 106 | </listitem>
|
---|
[b4547e6] | 107 | <listitem>
|
---|
| 108 | <para>[jciccone] - Updated M4 to 1.4.8.</para>
|
---|
| 109 | </listitem>
|
---|
| 110 | </itemizedlist>
|
---|
| 111 | </listitem>
|
---|
| 112 |
|
---|
[9bc8eff] | 113 | <listitem>
|
---|
| 114 | <para>November 20, 2006</para>
|
---|
| 115 | <itemizedlist>
|
---|
[cecad04f] | 116 | <listitem>
|
---|
| 117 | <para>[jciccone] - Updated Coreutils to 6.5.</para>
|
---|
| 118 | </listitem>
|
---|
[9bc8eff] | 119 | <listitem>
|
---|
| 120 | <para>[jciccone] - Updated Autoconf to 2.61.</para>
|
---|
| 121 | </listitem>
|
---|
| 122 | </itemizedlist>
|
---|
| 123 | </listitem>
|
---|
| 124 |
|
---|
[d7d55ea] | 125 | <listitem>
|
---|
| 126 | <para>November 15, 2006</para>
|
---|
| 127 | <itemizedlist>
|
---|
| 128 | <listitem>
|
---|
| 129 | <para>[jciccone] - Updated to IANA-Etc 2.20.</para>
|
---|
| 130 | </listitem>
|
---|
| 131 | </itemizedlist>
|
---|
| 132 | </listitem>
|
---|
| 133 |
|
---|
[e4f8ab6] | 134 | <listitem>
|
---|
| 135 | <para>November 14, 2006</para>
|
---|
| 136 | <itemizedlist>
|
---|
[e91a68f] | 137 | <listitem>
|
---|
| 138 | <para>[jciccone] - Bash 3.2 patch updated with upstream fixes 001-005.</para>
|
---|
| 139 | </listitem>
|
---|
[e4f8ab6] | 140 | <listitem>
|
---|
| 141 | <para>[jciccone] - Updated to Linux Headers 2.6.18.2-11122006.</para>
|
---|
| 142 | </listitem>
|
---|
| 143 | </itemizedlist>
|
---|
| 144 | </listitem>
|
---|
| 145 |
|
---|
[2c8407f] | 146 | <listitem>
|
---|
| 147 | <para>November 9, 2006</para>
|
---|
| 148 | <itemizedlist>
|
---|
| 149 | <listitem>
|
---|
| 150 | <para>[Chris] - Removed unnecessary creation of /etc/mtab.</para>
|
---|
| 151 | </listitem>
|
---|
| 152 | </itemizedlist>
|
---|
| 153 | </listitem>
|
---|
| 154 |
|
---|
[4b560b6] | 155 | <listitem>
|
---|
[196784d] | 156 | <para>November 7, 2006</para>
|
---|
[4b560b6] | 157 | <itemizedlist>
|
---|
[aa7d916] | 158 | <listitem>
|
---|
| 159 | <para>[jciccone] - Added a patch to fix a versioning issue with Glibc 2.5.</para>
|
---|
| 160 | </listitem>
|
---|
| 161 | <listitem>
|
---|
| 162 | <para>[jciccone] - Updated to Glibc 2.5.</para>
|
---|
| 163 | </listitem>
|
---|
[b9b48cc] | 164 | <listitem>
|
---|
| 165 | <para>[jciccone] - Modified the instructions for disabling the
|
---|
| 166 | installation of the groups program to account for changes in shadow's
|
---|
| 167 | Makefile.</para>
|
---|
| 168 | </listitem>
|
---|
[7b7ff9a] | 169 | <listitem>
|
---|
| 170 | <para>[jciccone] - Updated to File 4.18.</para>
|
---|
| 171 | </listitem>
|
---|
[764e320] | 172 | <listitem>
|
---|
| 173 | <para>[jciccone] - Updated to Bootscripts 1.1-pre3.</para>
|
---|
| 174 | </listitem>
|
---|
[9f56523] | 175 | <listitem>
|
---|
| 176 | <para>[jciccone] - Bash 3.2 patch updated with upstream fixes.</para>
|
---|
| 177 | </listitem>
|
---|
[c545058] | 178 | <listitem>
|
---|
| 179 | <para>[jciccone] - Updated to Udev Rules 1.1-pre2.</para>
|
---|
| 180 | </listitem>
|
---|
[e2cf0cf] | 181 | <listitem>
|
---|
| 182 | <para>[jciccone] - Updated to Gettext 0.16.</para>
|
---|
| 183 | </listitem>
|
---|
[d09d573] | 184 | <listitem>
|
---|
| 185 | <para>[jciccone] - Updated to Psmisc 22.3.</para>
|
---|
| 186 | </listitem>
|
---|
[71d6e4a] | 187 | <listitem>
|
---|
| 188 | <para>[jciccone] - Moved e2fsprogs and sed before coreutils
|
---|
| 189 | for consistancy with clfs-svn. The testsuite dependency,
|
---|
| 190 | the reason for it moving, doesn't affect clfs2.</para>
|
---|
| 191 | </listitem>
|
---|
[81b5f39] | 192 | <listitem>
|
---|
[de17e85] | 193 | <para>[jciccone] - Removed out of place udev text in bootscripts Networking.</para>
|
---|
| 194 | </listitem>
|
---|
| 195 | <listitem>
|
---|
[6febf80] | 196 | <para>[jciccone] - Updated to Linux 2.6.18.2 and Linux-Headers 2.6.18.2-11052006.</para>
|
---|
[81b5f39] | 197 | </listitem>
|
---|
[df5952f] | 198 | <listitem>
|
---|
[5fc4a87] | 199 | <para>[jciccone] - Updated to Coreutils 6.4.</para>
|
---|
[df5952f] | 200 | </listitem>
|
---|
[d1eb5b7] | 201 | <listitem>
|
---|
| 202 | <para>[jciccone] - Updated to Udev 103.</para>
|
---|
| 203 | </listitem>
|
---|
[c4c611d] | 204 | <listitem>
|
---|
| 205 | <para>[jciccone] - Updated to Tar 1.16.</para>
|
---|
| 206 | </listitem>
|
---|
[4b560b6] | 207 | <listitem>
|
---|
| 208 | <para>[jciccone] - Updated to IPRoute2 2.6.18-061002.</para>
|
---|
| 209 | </listitem>
|
---|
| 210 | </itemizedlist>
|
---|
| 211 | </listitem>
|
---|
| 212 |
|
---|
[62b7b47] | 213 | <listitem>
|
---|
| 214 | <para>November 5, 2006</para>
|
---|
| 215 | <itemizedlist>
|
---|
[5141d74] | 216 | <listitem>
|
---|
| 217 | <para>[jciccone] - Updated to Inetutils 1.5.</para>
|
---|
| 218 | </listitem>
|
---|
[f386fcc] | 219 | <listitem>
|
---|
| 220 | <para>[jciccone] - Added command to man instructions to comment out
|
---|
| 221 | MANPATH /usr/local/man (in addition to /usr/man).</para>
|
---|
| 222 | </listitem>
|
---|
[62b7b47] | 223 | <listitem>
|
---|
| 224 | <para>[jciccone] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramey.</para>
|
---|
| 225 | </listitem>
|
---|
| 226 | </itemizedlist>
|
---|
| 227 | </listitem>
|
---|
| 228 |
|
---|
[51cbbb6] | 229 | <listitem>
|
---|
| 230 | <para>October 14, 2006</para>
|
---|
| 231 | <itemizedlist>
|
---|
[54774ad] | 232 | <listitem>
|
---|
| 233 | <para>[jciccone] - Updated the udev rules tarball to 1.1-09062006.</para>
|
---|
| 234 | </listitem>
|
---|
[a7ad47f] | 235 | <listitem>
|
---|
| 236 | <para>[jciccone] - Updated the vim fixes patch to -14.</para>
|
---|
| 237 | </listitem>
|
---|
[d56bc99] | 238 | <listitem>
|
---|
| 239 | <para>[jciccone] - Added patch to fix build issues with
|
---|
| 240 | Bash 3.2.</para>
|
---|
| 241 | </listitem>
|
---|
[69b39b5] | 242 | <listitem>
|
---|
| 243 | <para>[jciccone] - Updated Udev to 102.</para>
|
---|
| 244 | </listitem>
|
---|
[43b38ea] | 245 | <listitem>
|
---|
[89d13a9] | 246 | <para>[jciccone] - Updated Man-Pages to 2.41.</para>
|
---|
[43b38ea] | 247 | </listitem>
|
---|
[b8c1aeb] | 248 | <listitem>
|
---|
| 249 | <para>[jciccone] - Updated Readline to 5.2.</para>
|
---|
| 250 | </listitem>
|
---|
[c19433e] | 251 | <listitem>
|
---|
| 252 | <para>[jciccone] - Updated Bash to 3.2.</para>
|
---|
| 253 | </listitem>
|
---|
[5fe131b] | 254 | <listitem>
|
---|
| 255 | <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes.
|
---|
| 256 | The new patch fixes the same issues, and removes the use of
|
---|
| 257 | syscalls. Syscalls were removed from unistd.h during sanitation.
|
---|
| 258 | </para>
|
---|
| 259 | </listitem>
|
---|
[f74dd81] | 260 | <listitem>
|
---|
| 261 | <para>[jciccone] - Updated Texinfo to 4.8a.</para>
|
---|
| 262 | </listitem>
|
---|
[f01a21b] | 263 | <listitem>
|
---|
| 264 | <para>[jciccone] - Added a patch to Util-Linux to fix build issues
|
---|
| 265 | due to changes in the kernel.</para>
|
---|
| 266 | </listitem>
|
---|
[357a675] | 267 | <listitem>
|
---|
| 268 | <para>[jciccone] - Updated M4 to 1.4.7</para>
|
---|
| 269 | </listitem>
|
---|
[cc80301] | 270 | <listitem>
|
---|
| 271 | <para>[jciccone] - Updated to Linux 2.6.18 and
|
---|
| 272 | Linux-Headers-2.6.18-09302006.</para>
|
---|
| 273 | </listitem>
|
---|
[d847aa5] | 274 | <listitem>
|
---|
| 275 | <para>[jciccone] - Updated Bootscripts to 1.1-pre1. Adding in the
|
---|
| 276 | boot logging feature.</para>
|
---|
| 277 | </listitem>
|
---|
[51cbbb6] | 278 | <listitem>
|
---|
| 279 | <para>[jciccone] - Removed TeX installation commands from Texinfo
|
---|
| 280 | instructions.</para>
|
---|
| 281 | </listitem>
|
---|
| 282 | </itemizedlist>
|
---|
| 283 | </listitem>
|
---|
| 284 |
|
---|
[e11607f] | 285 | <listitem>
|
---|
| 286 | <para>October 5, 2006</para>
|
---|
| 287 | <itemizedlist>
|
---|
| 288 | <listitem>
|
---|
| 289 | <para>[manuel] - Changed book license to the Open Publication
|
---|
| 290 | License v1.0.</para>
|
---|
| 291 | </listitem>
|
---|
| 292 | </itemizedlist>
|
---|
| 293 | </listitem>
|
---|
| 294 |
|
---|
[0c263d7] | 295 | <listitem>
|
---|
| 296 | <para>August 31, 2006</para>
|
---|
| 297 | <itemizedlist>
|
---|
[14af44b] | 298 | <listitem>
|
---|
[e11607f] | 299 | <para>[jciccone] - Added a Host System Requirements page.</para>
|
---|
[14af44b] | 300 | </listitem>
|
---|
[5ae7889] | 301 | <listitem>
|
---|
| 302 | <para>[jciccone] - Updated to Vim Patch -12, which contains upstream
|
---|
| 303 | fixes. This patch will be upgraded weekly, no further changelog
|
---|
| 304 | entries needed.</para>
|
---|
| 305 | </listitem>
|
---|
[7a0a90d] | 306 | <listitem>
|
---|
| 307 | <para>[jciccone] - Add patch to fix gzexe. Used Matts change from LFS,
|
---|
| 308 | that utilizes Robert's fix. More details at
|
---|
| 309 | http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
|
---|
| 310 | </listitem>
|
---|
[06f31ed] | 311 | <listitem>
|
---|
| 312 | <para>[jciccone] - Added a patch to fix Inetutils. Telnet on 64 bit
|
---|
| 313 | systems will fail, it will attempt to connect to 255.255.255.255
|
---|
| 314 | instead of the ip address entered. This was due to a change in glibc's
|
---|
[e11607f] | 315 | handling of inet_addr, was long now is u_int32_t. Bug found by
|
---|
[06f31ed] | 316 | Vladimir Vainer.</para>
|
---|
| 317 | </listitem>
|
---|
[58bc8d5] | 318 | <listitem>
|
---|
| 319 | <para>[jciccone] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
|
---|
| 320 | </listitem>
|
---|
[b24764b] | 321 | <listitem>
|
---|
| 322 | <para>[jciccone] - Replaced the Perl -fPIC patch with a sed.</para>
|
---|
| 323 | </listitem>
|
---|
[64561e8] | 324 | <listitem>
|
---|
[e11607f] | 325 | <para>[jciccone] - Removed the keymap settings from the kernel
|
---|
[64561e8] | 326 | pages.</para>
|
---|
| 327 | </listitem>
|
---|
[0c263d7] | 328 | <listitem>
|
---|
| 329 | <para>[jciccone] - Added Shadow patch to fix useradd.</para>
|
---|
| 330 | </listitem>
|
---|
| 331 | </itemizedlist>
|
---|
| 332 | </listitem>
|
---|
| 333 |
|
---|
[823185c] | 334 | <listitem>
|
---|
| 335 | <para>August 30, 2006</para>
|
---|
| 336 | <itemizedlist>
|
---|
[485c2de] | 337 | <listitem>
|
---|
| 338 | <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
|
---|
| 339 | </listitem>
|
---|
[d9aba5a] | 340 | <listitem>
|
---|
[e11607f] | 341 | <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
|
---|
[d9aba5a] | 342 | fixes.</para>
|
---|
| 343 | </listitem>
|
---|
[304159e] | 344 | <listitem>
|
---|
[44a3c86] | 345 | <para>[jciccone] - Updated to Udev 098 and udev-cross-lfs to
|
---|
| 346 | 1.1-08272006 rules.</para>
|
---|
[304159e] | 347 | </listitem>
|
---|
[33bdda8] | 348 | <listitem>
|
---|
| 349 | <para>[jciccone] - Updated to Findutils 4.2.28.</para>
|
---|
| 350 | </listitem>
|
---|
[e1588c5] | 351 | <listitem>
|
---|
| 352 | <para>[jciccone] - Updated to M4 1.4.6.</para>
|
---|
| 353 | </listitem>
|
---|
[17e2d08] | 354 | <listitem>
|
---|
| 355 | <para>[jciccone] - Updated to Autoconf 2.60.</para>
|
---|
| 356 | </listitem>
|
---|
[9d8ecde] | 357 | <listitem>
|
---|
| 358 | <para>[jciccone] - Updated to Man-Pages 2.39.</para>
|
---|
| 359 | </listitem>
|
---|
[c8def31] | 360 | <listitem>
|
---|
| 361 | <para>[jciccone] - Updated to Procps 3.2.7.</para>
|
---|
| 362 | </listitem>
|
---|
[63a500a] | 363 | <listitem>
|
---|
| 364 | <para>[jciccone] - Updated to Coreutils 0.97.</para>
|
---|
| 365 | </listitem>
|
---|
[2772db7] | 366 | <listitem>
|
---|
| 367 | <para>[jciccone] - Updated to Shadow 4.0.18.1.</para>
|
---|
| 368 | </listitem>
|
---|
[199af35] | 369 | <listitem>
|
---|
| 370 | <para>[jciccone] - Updated to Gettext 0.15.</para>
|
---|
| 371 | </listitem>
|
---|
[be01794] | 372 | <listitem>
|
---|
| 373 | <para>[jciccone] - Updated to Cross-LFS Bootscripts 0.4.</para>
|
---|
| 374 | </listitem>
|
---|
[4aeb917] | 375 | <listitem>
|
---|
| 376 | <para>[jciccone] - Updated to Linux-2.6.17.11 and Linux-Headers to
|
---|
| 377 | 2.6.17.11-08232006.</para>
|
---|
| 378 | </listitem>
|
---|
[c62fb2a] | 379 | <listitem>
|
---|
| 380 | <para>[jciccone] - Added the Perl fPIC patch which makes perl build
|
---|
| 381 | a shared DynaLoader.a.</para>
|
---|
| 382 | </listitem>
|
---|
[823185c] | 383 | <listitem>
|
---|
| 384 | <para>[jciccone] - Removed mention of package users hint from
|
---|
| 385 | "Package Management" page.</para>
|
---|
| 386 | </listitem>
|
---|
| 387 | </itemizedlist>
|
---|
| 388 | </listitem>
|
---|
| 389 |
|
---|
[e91b88c] | 390 | <listitem>
|
---|
| 391 | <para>August 8, 2006</para>
|
---|
| 392 | <itemizedlist>
|
---|
| 393 | <listitem>
|
---|
| 394 | <para>[jciccone] - Moved man-pages to the beginning of the build.
|
---|
| 395 | (fixes ticket #82).</para>
|
---|
| 396 | </listitem>
|
---|
| 397 | </itemizedlist>
|
---|
| 398 | </listitem>
|
---|
| 399 |
|
---|
[21bbc73] | 400 | <listitem>
|
---|
| 401 | <para>August 7, 2006</para>
|
---|
| 402 | <itemizedlist>
|
---|
[5514d4d] | 403 | <listitem>
|
---|
| 404 | <para>[jciccone] - Fixed a problem where when bash is cross-compiled
|
---|
| 405 | it cannot test for the presence of named pipes.</para>
|
---|
| 406 | </listitem>
|
---|
[21bbc73] | 407 | <listitem>
|
---|
| 408 | <para>[jciccone] - Fixed symlink issue in bootscripts. New package
|
---|
| 409 | CLFS-bootscropts 0.3.</para>
|
---|
| 410 | </listitem>
|
---|
| 411 | </itemizedlist>
|
---|
| 412 | </listitem>
|
---|
| 413 |
|
---|
[f15f637] | 414 | <listitem>
|
---|
[fa93ce1] | 415 | <para>July 22, 2006</para>
|
---|
| 416 | <itemizedlist>
|
---|
| 417 | <listitem>
|
---|
| 418 | <para>[jciccone] - Updated the perl cross-compile patch to -2 to
|
---|
| 419 | support x86.</para>
|
---|
| 420 | </listitem>
|
---|
| 421 | <listitem>
|
---|
| 422 | <para>[jciccone] - Added x86 to the book.</para>
|
---|
| 423 | </listitem>
|
---|
| 424 | </itemizedlist>
|
---|
| 425 | </listitem>
|
---|
| 426 |
|
---|
| 427 | <listitem>
|
---|
| 428 | <para>July 21, 2006</para>
|
---|
[f15f637] | 429 | <itemizedlist>
|
---|
| 430 | <listitem>
|
---|
| 431 | <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
|
---|
| 432 | tzselect command. This makes sure that the tzselect command looks in
|
---|
| 433 | zoneinfo dir that was just installed by glibc instead of the host.
|
---|
| 434 | </para>
|
---|
| 435 | </listitem>
|
---|
| 436 | </itemizedlist>
|
---|
| 437 | </listitem>
|
---|
| 438 |
|
---|
[0bb24b7] | 439 | <listitem>
|
---|
[fa93ce1] | 440 | <para>July 20, 2006</para>
|
---|
[0bb24b7] | 441 | <itemizedlist>
|
---|
[beea2b3] | 442 | <listitem>
|
---|
| 443 | <para>[jciccone] - Added groff to cross-tools to satisfy a dependency
|
---|
| 444 | when cross-compiling it later in the final system.</para>
|
---|
| 445 | </listitem>
|
---|
[0bb24b7] | 446 | <listitem>
|
---|
| 447 | <para>[jciccone] - Updated to Udev-096.</para>
|
---|
| 448 | </listitem>
|
---|
| 449 | <listitem>
|
---|
| 450 | <para>[jciccone] - Updated to linux-2.6.17.6 and
|
---|
| 451 | linux-headers-2.6.17.6-07202006.</para>
|
---|
| 452 | </listitem>
|
---|
| 453 | </itemizedlist>
|
---|
| 454 | </listitem>
|
---|
| 455 |
|
---|
[dc43690] | 456 | <listitem>
|
---|
[fa93ce1] | 457 | <para>July 16, 2006</para>
|
---|
[163e64e] | 458 | <itemizedlist>
|
---|
| 459 | <listitem>
|
---|
[72d4eec] | 460 | <para>[jciccone] - Added a sed to fix updatedb due to the new
|
---|
| 461 | location of find.</para>
|
---|
[163e64e] | 462 | </listitem>
|
---|
| 463 | <listitem>
|
---|
| 464 | <para>[jciccone] - Removed unneeded chown and chmod commands from
|
---|
| 465 | the linux-headers installation.</para>
|
---|
| 466 | </listitem>
|
---|
| 467 | </itemizedlist>
|
---|
| 468 | </listitem>
|
---|
| 469 |
|
---|
| 470 | <listitem>
|
---|
[dc43690] | 471 | <para>July 10, 2006</para>
|
---|
| 472 | <itemizedlist>
|
---|
| 473 | <listitem>
|
---|
| 474 | <para>[jciccone] - Updated to linux-headers-2.6.17.4-07112006.</para>
|
---|
| 475 | </listitem>
|
---|
| 476 | </itemizedlist>
|
---|
| 477 | </listitem>
|
---|
| 478 |
|
---|
[47c828c] | 479 | <listitem>
|
---|
| 480 | <para>July 10, 2006</para>
|
---|
| 481 | <itemizedlist>
|
---|
| 482 | <listitem>
|
---|
| 483 | <para>[jciccone] - Updated to linux-headers-2.6.17.4-07092006.</para>
|
---|
| 484 | </listitem>
|
---|
| 485 | </itemizedlist>
|
---|
| 486 | </listitem>
|
---|
| 487 |
|
---|
[32a0631] | 488 | <listitem>
|
---|
[54445d4] | 489 | <para>July 9, 2006</para>
|
---|
[32a0631] | 490 | <itemizedlist>
|
---|
[5d6eb6e] | 491 | <listitem>
|
---|
| 492 | <para>[jciccone] - Updated to linux-2.6.17.4 and
|
---|
| 493 | linux-headers-2.6.17.4-07072006.</para>
|
---|
[7544b10] | 494 | </listitem>
|
---|
[54445d4] | 495 | <listitem>
|
---|
| 496 | <para>[jciccone] - Updated Udev rules to 07062006, Fixed cdrom
|
---|
| 497 | permissions and groups. </para>
|
---|
| 498 | </listitem>
|
---|
[32a0631] | 499 | <listitem>
|
---|
| 500 | <para>[jciccone] - Fixes a possible issue with bootscripts if the
|
---|
| 501 | /usr partition is not mounted during startup. Moved find to /bin
|
---|
| 502 | and moved some kbd utilities to /bin.</para>
|
---|
| 503 | </listitem>
|
---|
| 504 | </itemizedlist>
|
---|
| 505 | </listitem>
|
---|
| 506 |
|
---|
[586feb7] | 507 | <listitem>
|
---|
| 508 | <para>July 2, 2006</para>
|
---|
| 509 | <itemizedlist>
|
---|
| 510 | <listitem>
|
---|
| 511 | <para>[jciccone] - Updated passwd and group file creation
|
---|
| 512 | to only create minimal users and groups and
|
---|
| 513 | include information on other users/groups.</para>
|
---|
| 514 | </listitem>
|
---|
| 515 | <listitem>
|
---|
| 516 | <para>[jciccone] - Updated to Cross-LFS Bootscripts. Added check for
|
---|
| 517 | for /etc/sysconfig/createfiles.</para>
|
---|
| 518 | </listitem>
|
---|
| 519 | </itemizedlist>
|
---|
| 520 | </listitem>
|
---|
| 521 |
|
---|
[3908fc6] | 522 | <listitem>
|
---|
| 523 | <para>June 28, 2006</para>
|
---|
| 524 | <itemizedlist>
|
---|
| 525 | <listitem>
|
---|
| 526 | <para>[jciccone] - Updated to linux-headers-2.6.17.1-06272006.</para>
|
---|
| 527 | </listitem>
|
---|
| 528 | </itemizedlist>
|
---|
| 529 | </listitem>
|
---|
| 530 |
|
---|
[7730c9f] | 531 | <listitem>
|
---|
[58518df] | 532 | <para>June 24, 2006</para>
|
---|
| 533 | <itemizedlist>
|
---|
| 534 | <listitem>
|
---|
| 535 | <para>[jciccone] - Updated to Binutils-2.17.</para>
|
---|
| 536 | </listitem>
|
---|
| 537 | </itemizedlist>
|
---|
| 538 | </listitem>
|
---|
| 539 |
|
---|
| 540 | <listitem>
|
---|
[7730c9f] | 541 | <para>June 22, 2006</para>
|
---|
| 542 | <itemizedlist>
|
---|
[25e3595] | 543 | <listitem>
|
---|
| 544 | <para>[jciccone] - Updated Vim 7.0 fixes patch to -5.</para>
|
---|
| 545 | </listitem>
|
---|
[7730c9f] | 546 | <listitem>
|
---|
| 547 | <para>[jciccone] - Updated to linux-headers-2.6.17.1-06212006.</para>
|
---|
| 548 | </listitem>
|
---|
| 549 | <listitem>
|
---|
[25e3595] | 550 | <para>[jciccone] - Updated Vim 7.0 fixes patch to -4.</para>
|
---|
[7730c9f] | 551 | </listitem>
|
---|
| 552 | <listitem>
|
---|
| 553 | <para>[jciccone] - Added mktemp to the Linux dependency list. New
|
---|
| 554 | dependency as of 2.6.17.</para>
|
---|
| 555 | </listitem>
|
---|
| 556 | </itemizedlist>
|
---|
| 557 | </listitem>
|
---|
| 558 |
|
---|
[f7941b2] | 559 | <listitem>
|
---|
[5590e0d] | 560 | <para>June 21, 2006</para>
|
---|
| 561 | <itemizedlist>
|
---|
| 562 | <listitem>
|
---|
| 563 | <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para>
|
---|
| 564 | </listitem>
|
---|
| 565 | </itemizedlist>
|
---|
| 566 | </listitem>
|
---|
| 567 |
|
---|
| 568 | <listitem>
|
---|
| 569 | <para>June 19, 2006</para>
|
---|
[f7941b2] | 570 | <itemizedlist>
|
---|
| 571 | <listitem>
|
---|
| 572 | <para>[jciccone] - Updated to man-1.6d.</para>
|
---|
| 573 | </listitem>
|
---|
| 574 | <listitem>
|
---|
| 575 | <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
|
---|
| 576 | issue that has shown up primarily in samba.</para>
|
---|
| 577 | </listitem>
|
---|
| 578 | <listitem>
|
---|
| 579 | <para>[jciccone] - Updated to linux-2.6.17 and
|
---|
| 580 | linux-headers-2.6.17-06192006.</para>
|
---|
| 581 | </listitem>
|
---|
| 582 | </itemizedlist>
|
---|
| 583 | </listitem>
|
---|
| 584 |
|
---|
[06e1eb5] | 585 | <listitem>
|
---|
| 586 | <para>June 18, 2006</para>
|
---|
| 587 | <itemizedlist>
|
---|
| 588 | <listitem>
|
---|
| 589 | <para>[jciccone] - Added the glibc crosscompile_timezone-fix to glibc
|
---|
| 590 | which installs timezone info when cross-compiling.</para>
|
---|
| 591 | </listitem>
|
---|
| 592 | </itemizedlist>
|
---|
| 593 | </listitem>
|
---|
| 594 |
|
---|
[1fedb6d] | 595 | <listitem>
|
---|
| 596 | <para>June 16, 2006</para>
|
---|
| 597 | <itemizedlist>
|
---|
| 598 | <listitem>
|
---|
[06e1eb5] | 599 | <para>[jciccone] - Added information about cross-compiling perl.</para>
|
---|
[1fedb6d] | 600 | </listitem>
|
---|
| 601 | </itemizedlist>
|
---|
| 602 | </listitem>
|
---|
| 603 |
|
---|
[795a4b8] | 604 | <listitem>
|
---|
| 605 | <para>June 15, 2006</para>
|
---|
| 606 | <itemizedlist>
|
---|
| 607 | <listitem>
|
---|
| 608 | <para>[jciccone] - Updated to Binutils-2.16.94.</para>
|
---|
| 609 | </listitem>
|
---|
| 610 | </itemizedlist>
|
---|
| 611 | </listitem>
|
---|
| 612 |
|
---|
[82b662d] | 613 | <listitem>
|
---|
| 614 | <para>June 11, 2006</para>
|
---|
| 615 | <itemizedlist>
|
---|
| 616 | <listitem>
|
---|
| 617 | <para>[jciccone] - Updated the list of installed programs for several packages.</para>
|
---|
| 618 | </listitem>
|
---|
| 619 | <listitem>
|
---|
| 620 | <para>[jciccone] - Fixed the module-init-tools install in the presence of existing files.</para>
|
---|
| 621 | </listitem>
|
---|
| 622 | <listitem>
|
---|
[a2aabd3] | 623 | <para>[jciccone] - Updated to Linux-Headers-2.6.16.20-10262006.</para>
|
---|
[82b662d] | 624 | </listitem>
|
---|
| 625 | <listitem>
|
---|
| 626 | <para>[jciccone] - Updated to Shadow-4.0.16.</para>
|
---|
| 627 | </listitem>
|
---|
| 628 | </itemizedlist>
|
---|
| 629 | </listitem>
|
---|
| 630 |
|
---|
[817bb11] | 631 | <listitem>
|
---|
| 632 | <para>June 6, 2006</para>
|
---|
| 633 | <itemizedlist>
|
---|
| 634 | <listitem>
|
---|
| 635 | <para>[jciccone] - Added information about cross-compiling vim.</para>
|
---|
| 636 | </listitem>
|
---|
| 637 | </itemizedlist>
|
---|
| 638 | </listitem>
|
---|
| 639 |
|
---|
[59fb197] | 640 | <listitem>
|
---|
| 641 | <para>May 29, 2006</para>
|
---|
| 642 | <itemizedlist>
|
---|
[3e336a7] | 643 | <listitem>
|
---|
| 644 | <para>[jciccone] - Updated to linux-2.6.16.20, linux-headers-2.6.16.20-06052006, and Bison-2.3.</para>
|
---|
| 645 | </listitem>
|
---|
[59fb197] | 646 | <listitem>
|
---|
[3e336a7] | 647 | <para>[jciccone] - Added a patch to fix a missing declaration of R_OK in util-linux.</para>
|
---|
[59fb197] | 648 | </listitem>
|
---|
| 649 | <listitem>
|
---|
| 650 | <para>[jciccone] - Updated to e2fsprogs-1.39, man-pages-2.33, and linux-headers-2.6.16.19-06042006.</para>
|
---|
| 651 | </listitem>
|
---|
| 652 | </itemizedlist>
|
---|
| 653 | </listitem>
|
---|
| 654 |
|
---|
[634031b] | 655 | <listitem>
|
---|
| 656 | <para>May 29, 2006</para>
|
---|
| 657 | <itemizedlist>
|
---|
| 658 | <listitem>
|
---|
| 659 | <para>[jciccone] - Updated to linux-headers-05292006, udev-093, and binutils-2.16.93.</para>
|
---|
| 660 | </listitem>
|
---|
| 661 | </itemizedlist>
|
---|
| 662 | </listitem>
|
---|
| 663 |
|
---|
[02095ae] | 664 | <listitem>
|
---|
| 665 | <para>May 24, 2006</para>
|
---|
| 666 | <itemizedlist>
|
---|
| 667 | <listitem>
|
---|
| 668 | <para>[jciccone] - Created the clfs-2.0 branch. Resetting all Changelogs.</para>
|
---|
| 669 | </listitem>
|
---|
| 670 | </itemizedlist>
|
---|
| 671 | </listitem>
|
---|
| 672 |
|
---|
| 673 | </itemizedlist>
|
---|
| 674 |
|
---|
[34c890b] | 675 | <para>Branch Synced from cross-lfs-1.0 on May 24th, 2006</para>
|
---|
[02095ae] | 676 |
|
---|
| 677 | </sect1>
|
---|