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