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