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