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