| 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 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
 | 
|---|
| 16 |   mirrors via <ulink url="&lfs-root;"/>.</para>
 | 
|---|
| 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 | 
 | 
|---|
| 39 |     <listitem>
 | 
|---|
| 40 |       <para>January 24, 2006</para> 
 | 
|---|
| 41 |       <itemizedlist>
 | 
|---|
| 42 |         <listitem>
 | 
|---|
| 43 |           <para>[jim] - Updated to Man 1.6c.</para>
 | 
|---|
| 44 |         </listitem>
 | 
|---|
| 45 |       </itemizedlist>
 | 
|---|
| 46 |     </listitem>
 | 
|---|
| 47 | 
 | 
|---|
| 48 |     <listitem>
 | 
|---|
| 49 |       <para>January 23, 2006</para>
 | 
|---|
| 50 |       <itemizedlist>
 | 
|---|
| 51 |         <listitem>
 | 
|---|
| 52 |           <para>[Chris] - Removed unnecessary --with-ncurses switches
 | 
|---|
| 53 | from temp-system bash and inetutils.</para>
 | 
|---|
| 54 |         </listitem>
 | 
|---|
| 55 |         <listitem>
 | 
|---|
| 56 |           <para>[Chris] - Moved zlib from temp-system to boot as it's
 | 
|---|
| 57 | not needed if you chroot.</para>
 | 
|---|
| 58 |         </listitem>
 | 
|---|
| 59 |       </itemizedlist>
 | 
|---|
| 60 |     </listitem>
 | 
|---|
| 61 | 
 | 
|---|
| 62 |     <listitem>
 | 
|---|
| 63 |       <para>January 19, 2006</para> 
 | 
|---|
| 64 |       <itemizedlist>
 | 
|---|
| 65 |         <listitem>
 | 
|---|
| 66 |           <para>[Chris] - Removed patch from shadow instructions.</para>
 | 
|---|
| 67 |         </listitem>
 | 
|---|
| 68 |         <listitem>
 | 
|---|
| 69 |           <para>[Chris] - Added perl sprintf vulnerability patch.</para>
 | 
|---|
| 70 |         </listitem>
 | 
|---|
| 71 |         <listitem>
 | 
|---|
| 72 |           <para>[jim] - Updated to Man-Pages 2.21.</para>
 | 
|---|
| 73 |         </listitem>
 | 
|---|
| 74 |       </itemizedlist>
 | 
|---|
| 75 |     </listitem>
 | 
|---|
| 76 | 
 | 
|---|
| 77 |     <listitem>
 | 
|---|
| 78 |       <para>January 13, 2006</para>
 | 
|---|
| 79 |       <itemizedlist>
 | 
|---|
| 80 |         <listitem>
 | 
|---|
| 81 |           <para>[ken] - Moved grep ahead of libtool to avoid /tools being hardcoded
 | 
|---|
| 82 |           into the libtool script for EGREP.</para>
 | 
|---|
| 83 |         </listitem>
 | 
|---|
| 84 |         <listitem>
 | 
|---|
| 85 |           <para>[ken] - Alter bison to build repeatably, from LFS.</para> 
 | 
|---|
| 86 |         </listitem>
 | 
|---|
| 87 |         <listitem>
 | 
|---|
| 88 |           <para>[ken] - Alter gccbug to use mktemp, from LFS.</para> 
 | 
|---|
| 89 |         </listitem>
 | 
|---|
| 90 |         <listitem>
 | 
|---|
| 91 |           <para>[ken] - Move creation of /etc/hosts within Perl instructions,
 | 
|---|
| 92 |           for repeatability, from LFS.</para> 
 | 
|---|
| 93 |         </listitem>
 | 
|---|
| 94 |         <listitem>
 | 
|---|
| 95 |           <para>[Chris] - Moved bootloader setup to right after "Changing Ownership" in Chapter 7, and changed several package installation instructions in that chapter.</para>
 | 
|---|
| 96 |         </listitem>
 | 
|---|
| 97 | 
 | 
|---|
| 98 |       </itemizedlist>
 | 
|---|
| 99 |     </listitem>
 | 
|---|
| 100 |         
 | 
|---|
| 101 |     <listitem>
 | 
|---|
| 102 |       <para>January 12, 2006</para>
 | 
|---|
| 103 |       <itemizedlist>
 | 
|---|
| 104 |         <listitem>
 | 
|---|
| 105 |           <para>[Chris] - Moved directory and symlink creation pages
 | 
|---|
| 106 |           to the beginning of Chapter 7.</para>
 | 
|---|
| 107 |         </listitem>
 | 
|---|
| 108 |         <listitem>
 | 
|---|
| 109 |           <para>[jim] - Updated to Psmisc 22.1.</para>
 | 
|---|
| 110 |         </listitem>
 | 
|---|
| 111 |         <listitem>
 | 
|---|
| 112 |           <para>[jim] - Updated to Man-Pages 2.20.</para>
 | 
|---|
| 113 |         </listitem>
 | 
|---|
| 114 |         <listitem>
 | 
|---|
| 115 |           <para>[jim] - Updated Coreutils build instructions to copy more files
 | 
|---|
| 116 |            to /bin. These are changes for bootscripts and the new udev rules.</para>
 | 
|---|
| 117 |         </listitem>
 | 
|---|
| 118 |         <listitem>
 | 
|---|
| 119 |           <para>[jim] - Updated to Linux 2.6.14.6.</para>
 | 
|---|
| 120 |         </listitem>
 | 
|---|
| 121 |         <listitem>
 | 
|---|
| 122 |           <para>[jim] - Numerous complaints about temp-system Perl failing to build. So
 | 
|---|
| 123 |           I moved temp perl to first package in final-system build. The failures we noted
 | 
|---|
| 124 |           on Pure 64 builds.</para>
 | 
|---|
| 125 |         </listitem>
 | 
|---|
| 126 |       </itemizedlist>
 | 
|---|
| 127 |     </listitem>
 | 
|---|
| 128 | 
 | 
|---|
| 129 |     <listitem>
 | 
|---|
| 130 |       <para>January 11, 2006</para>
 | 
|---|
| 131 |       <itemizedlist>
 | 
|---|
| 132 |         <listitem>
 | 
|---|
| 133 |           <para>[jim] - Rewrote wrote zlib final instructions to include
 | 
|---|
| 134 |            a patch the will allow build of static and shared libraries at
 | 
|---|
| 135 |            the same time. Thanx for the recommendation Tushar Teredesai.</para>
 | 
|---|
| 136 |         </listitem>
 | 
|---|
| 137 |       </itemizedlist>
 | 
|---|
| 138 |     </listitem>
 | 
|---|
| 139 | 
 | 
|---|
| 140 |     <listitem>
 | 
|---|
| 141 |       <para>January 8, 2006</para>
 | 
|---|
| 142 |       <itemizedlist>
 | 
|---|
| 143 |         <listitem>
 | 
|---|
| 144 |           <para>[Chris] - Rewrote much of the description of the build
 | 
|---|
| 145 |           process and test suite information.</para>
 | 
|---|
| 146 |         </listitem>
 | 
|---|
| 147 |       </itemizedlist>
 | 
|---|
| 148 |     </listitem>
 | 
|---|
| 149 | 
 | 
|---|
| 150 |     <listitem>
 | 
|---|
| 151 |       <para>January 3, 2006</para>
 | 
|---|
| 152 |       <itemizedlist>
 | 
|---|
| 153 |         <listitem>
 | 
|---|
| 154 |           <para>[jim] - Updated to Shadow 4.0.14.</para>
 | 
|---|
| 155 |         </listitem>
 | 
|---|
| 156 |       </itemizedlist>
 | 
|---|
| 157 |     </listitem>
 | 
|---|
| 158 | 
 | 
|---|
| 159 |     <listitem>
 | 
|---|
| 160 |       <para>December 30, 2005</para>
 | 
|---|
| 161 |       <itemizedlist>
 | 
|---|
| 162 |         <listitem>
 | 
|---|
| 163 |           <para>[Chris] - Updated package dependencies, removed explanation of
 | 
|---|
| 164 |           "target alias" and "cross-compiling" from final-system binutils, and
 | 
|---|
| 165 |           removed note about GRUB's testsuite failure.</para>
 | 
|---|
| 166 |         </listitem>
 | 
|---|
| 167 |         <listitem>
 | 
|---|
| 168 |           <para>[ken] - Fix where tree gets installed.</para>
 | 
|---|
| 169 |         </listitem>
 | 
|---|
| 170 |       </itemizedlist>
 | 
|---|
| 171 |     </listitem>
 | 
|---|
| 172 | 
 | 
|---|
| 173 |     <listitem>
 | 
|---|
| 174 |       <para>December 29, 2005</para>
 | 
|---|
| 175 |       <itemizedlist>
 | 
|---|
| 176 |         <listitem>
 | 
|---|
| 177 |           <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
 | 
|---|
| 178 |         </listitem>
 | 
|---|
| 179 |       </itemizedlist>
 | 
|---|
| 180 |     </listitem>
 | 
|---|
| 181 | 
 | 
|---|
| 182 |     <listitem>
 | 
|---|
| 183 |       <para>December 28, 2005</para>
 | 
|---|
| 184 |       <itemizedlist>
 | 
|---|
| 185 |         <listitem>
 | 
|---|
| 186 |           <para>[ken] - Remove --with-x=no from expect - either we booted, or we
 | 
|---|
| 187 |           are in chroot.</para>
 | 
|---|
| 188 |         </listitem>
 | 
|---|
| 189 |         <listitem>
 | 
|---|
| 190 |           <para>[ken] - Fix a failure to build glibc-headers.</para>
 | 
|---|
| 191 |         </listitem>
 | 
|---|
| 192 |         <listitem>
 | 
|---|
| 193 |           <para>[jim] - Updated to Linux 2.6.14.5.</para>
 | 
|---|
| 194 |         </listitem>
 | 
|---|
| 195 |       </itemizedlist>
 | 
|---|
| 196 |     </listitem>
 | 
|---|
| 197 | 
 | 
|---|
| 198 |     <listitem>
 | 
|---|
| 199 |       <para>December 23, 2005</para>
 | 
|---|
| 200 |       <itemizedlist>
 | 
|---|
| 201 |         <listitem>
 | 
|---|
| 202 |           <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
 | 
|---|
| 203 |         </listitem>
 | 
|---|
| 204 |       </itemizedlist>
 | 
|---|
| 205 |     </listitem>
 | 
|---|
| 206 | 
 | 
|---|
| 207 |     <listitem>
 | 
|---|
| 208 |       <para>December 22, 2005</para>
 | 
|---|
| 209 |       <itemizedlist>
 | 
|---|
| 210 |         <listitem>
 | 
|---|
| 211 |           <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
 | 
|---|
| 212 |           following issue: There are parsing problems with compound assignments in several contexts,
 | 
|---|
| 213 |           including as arguments to builtins like `local', `eval', and `let', and
 | 
|---|
| 214 |           as multiple assignments in a single command.</para>
 | 
|---|
| 215 |         </listitem>
 | 
|---|
| 216 |         <listitem>
 | 
|---|
| 217 |           <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
 | 
|---|
| 218 |           following issue: A problem with the readline callback interface can result in segmentation
 | 
|---|
| 219 |           faults when using the delete-char function via a multiple-key sequence.
 | 
|---|
| 220 |           Two consecutive calls to delete-char will crash the application calling
 | 
|---|
| 221 |           readline.</para>
 | 
|---|
| 222 |         </listitem>
 | 
|---|
| 223 |         <listitem>
 | 
|---|
| 224 |           <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
 | 
|---|
| 225 |            a potential security threat. Thus the reason for removal.</para>
 | 
|---|
| 226 |         </listitem>
 | 
|---|
| 227 |         <listitem>
 | 
|---|
| 228 |           <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
 | 
|---|
| 229 |         </listitem>
 | 
|---|
| 230 |       </itemizedlist>
 | 
|---|
| 231 |     </listitem>
 | 
|---|
| 232 | 
 | 
|---|
| 233 |     <listitem>
 | 
|---|
| 234 |       <para>December 20, 2005</para>
 | 
|---|
| 235 |       <itemizedlist>
 | 
|---|
| 236 |         <listitem>
 | 
|---|
| 237 |           <para>[jim] - Updated to M4 1.4.4.</para>
 | 
|---|
| 238 |         </listitem>
 | 
|---|
| 239 |       </itemizedlist>
 | 
|---|
| 240 |     </listitem>
 | 
|---|
| 241 | 
 | 
|---|
| 242 |    <listitem>
 | 
|---|
| 243 |      <para>December 19, 2005</para>
 | 
|---|
| 244 |      <itemizedlist>
 | 
|---|
| 245 |         <listitem>
 | 
|---|
| 246 |           <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
 | 
|---|
| 247 |         </listitem>
 | 
|---|
| 248 |         <listitem>
 | 
|---|
| 249 |           <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
 | 
|---|
| 250 |           an issue in Gawk. Thank you Greg Schaefer.</para>
 | 
|---|
| 251 |         </listitem>
 | 
|---|
| 252 |      </itemizedlist>
 | 
|---|
| 253 |    </listitem>
 | 
|---|
| 254 | 
 | 
|---|
| 255 |     <listitem>
 | 
|---|
| 256 |       <para>December 18, 2005</para>
 | 
|---|
| 257 |       <itemizedlist>
 | 
|---|
| 258 |         <listitem>
 | 
|---|
| 259 |           <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
 | 
|---|
| 260 |           perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
 | 
|---|
| 261 |           and boot sections.</para>
 | 
|---|
| 262 |         </listitem>
 | 
|---|
| 263 |         <listitem>
 | 
|---|
| 264 |           <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
 | 
|---|
| 265 |           it was found that these were not needed for building the final system on
 | 
|---|
| 266 |           a multilib capable build.</para>
 | 
|---|
| 267 |         </listitem>
 | 
|---|
| 268 |         <listitem>
 | 
|---|
| 269 |           <para>[jim] - Updated to Libtool 1.5.22.</para>
 | 
|---|
| 270 |         </listitem>
 | 
|---|
| 271 |         <listitem>
 | 
|---|
| 272 |           <para>[jim] - Updated to Man-Pages 2.18.</para>
 | 
|---|
| 273 |         </listitem>
 | 
|---|
| 274 |       </itemizedlist>
 | 
|---|
| 275 |     </listitem>
 | 
|---|
| 276 | 
 | 
|---|
| 277 |     <listitem>
 | 
|---|
| 278 |       <para>December 17, 2005</para>
 | 
|---|
| 279 |       <itemizedlist>
 | 
|---|
| 280 |         <listitem>
 | 
|---|
| 281 |           <para>[jim] - Updated to psmisc 21.9.</para>
 | 
|---|
| 282 |         </listitem>
 | 
|---|
| 283 |       </itemizedlist>
 | 
|---|
| 284 |     </listitem>
 | 
|---|
| 285 | 
 | 
|---|
| 286 |     <listitem>
 | 
|---|
| 287 |       <para>December 16, 2005</para>
 | 
|---|
| 288 |       <itemizedlist>
 | 
|---|
| 289 |         <listitem>
 | 
|---|
| 290 |           <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
 | 
|---|
| 291 |         </listitem>
 | 
|---|
| 292 |         <listitem>
 | 
|---|
| 293 |           <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
 | 
|---|
| 294 |           in perl.</para>
 | 
|---|
| 295 |         </listitem>
 | 
|---|
| 296 |       </itemizedlist>
 | 
|---|
| 297 |     </listitem>
 | 
|---|
| 298 | 
 | 
|---|
| 299 |     <listitem>
 | 
|---|
| 300 |       <para>December 15, 2005</para>
 | 
|---|
| 301 |       <itemizedlist>
 | 
|---|
| 302 |         <listitem>
 | 
|---|
| 303 |           <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
 | 
|---|
| 304 |         </listitem>
 | 
|---|
| 305 |         <listitem>
 | 
|---|
| 306 |           <para>[jim] - Added not to temp-system about the WARNING message.</para>
 | 
|---|
| 307 |         </listitem>
 | 
|---|
| 308 |       </itemizedlist>
 | 
|---|
| 309 |     </listitem>
 | 
|---|
| 310 | 
 | 
|---|
| 311 |     <listitem>
 | 
|---|
| 312 |       <para>December 14, 2005</para>
 | 
|---|
| 313 |       <itemizedlist>
 | 
|---|
| 314 |         <listitem>
 | 
|---|
| 315 |           <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
 | 
|---|
| 316 |           further build issues.</para>
 | 
|---|
| 317 |         </listitem>
 | 
|---|
| 318 |         <listitem>
 | 
|---|
| 319 |           <para>[jim] - Updated to Man-Pages 2.17.</para>
 | 
|---|
| 320 |         </listitem>
 | 
|---|
| 321 |         <listitem>
 | 
|---|
| 322 |           <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
 | 
|---|
| 323 |         </listitem>
 | 
|---|
| 324 |       </itemizedlist>
 | 
|---|
| 325 |     </listitem>
 | 
|---|
| 326 | 
 | 
|---|
| 327 |     <listitem>
 | 
|---|
| 328 |       <para>December 13, 2005</para>
 | 
|---|
| 329 |       <itemizedlist>
 | 
|---|
| 330 |         <listitem>
 | 
|---|
| 331 |           <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
 | 
|---|
| 332 |           Thanks to David Fix.</para>
 | 
|---|
| 333 |         </listitem>
 | 
|---|
| 334 |       </itemizedlist>
 | 
|---|
| 335 |     </listitem>
 | 
|---|
| 336 | 
 | 
|---|
| 337 |     <listitem>
 | 
|---|
| 338 |       <para>December 12, 2005</para>
 | 
|---|
| 339 |       <itemizedlist>
 | 
|---|
| 340 |         <listitem>
 | 
|---|
| 341 |           <para>[jim] - Removed testsuites from Temp-Tools section.</para>
 | 
|---|
| 342 |         </listitem>
 | 
|---|
| 343 |       </itemizedlist>
 | 
|---|
| 344 |     </listitem>
 | 
|---|
| 345 | 
 | 
|---|
| 346 |     <listitem>
 | 
|---|
| 347 |       <para>December 11, 2005</para>
 | 
|---|
| 348 |       <itemizedlist>
 | 
|---|
| 349 |         <listitem>
 | 
|---|
| 350 |           <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
 | 
|---|
| 351 |         </listitem>
 | 
|---|
| 352 |       </itemizedlist>
 | 
|---|
| 353 |     </listitem>
 | 
|---|
| 354 | 
 | 
|---|
| 355 |     <listitem>
 | 
|---|
| 356 |       <para>December 9, 2005</para>
 | 
|---|
| 357 |       <itemizedlist>
 | 
|---|
| 358 |         <listitem>
 | 
|---|
| 359 |           <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
 | 
|---|
| 360 |         </listitem>
 | 
|---|
| 361 |         <listitem>
 | 
|---|
| 362 |           <para>[ken] - Bzip2 - clarify what is being tested.</para>
 | 
|---|
| 363 |         </listitem>
 | 
|---|
| 364 |         <listitem>
 | 
|---|
| 365 |           <para>[jim] - Removed installation of sound sanitized headers.
 | 
|---|
| 366 |           They will be removed in the next release of linux-libc-headers.</para>
 | 
|---|
| 367 |         </listitem>
 | 
|---|
| 368 |       </itemizedlist>
 | 
|---|
| 369 |     </listitem>
 | 
|---|
| 370 | 
 | 
|---|
| 371 |     <listitem>
 | 
|---|
| 372 |       <para>December 8, 2005</para>
 | 
|---|
| 373 |       <itemizedlist>
 | 
|---|
| 374 |         <listitem>
 | 
|---|
| 375 |           <para>[jim] - Upgraded to Less 394.</para>
 | 
|---|
| 376 |         </listitem>
 | 
|---|
| 377 |         <listitem>
 | 
|---|
| 378 |           <para>[jim] - Upgraded to Bash 3.1.</para>
 | 
|---|
| 379 |         </listitem>
 | 
|---|
| 380 |         <listitem>
 | 
|---|
| 381 |           <para>[jim] - Upgraded to Readline 5.1.</para>
 | 
|---|
| 382 |         </listitem>
 | 
|---|
| 383 |       </itemizedlist>
 | 
|---|
| 384 |     </listitem>
 | 
|---|
| 385 | 
 | 
|---|
| 386 |     <listitem>
 | 
|---|
| 387 |       <para>December 7, 2005</para>
 | 
|---|
| 388 |       <itemizedlist>
 | 
|---|
| 389 |         <listitem>
 | 
|---|
| 390 |           <para>[jim] - Upgraded to TCL 8.4.12.</para>
 | 
|---|
| 391 |         </listitem>
 | 
|---|
| 392 |         <listitem>
 | 
|---|
| 393 |           <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
 | 
|---|
| 394 |         </listitem>
 | 
|---|
| 395 |         <listitem>
 | 
|---|
| 396 |           <para>[jim] - Upgraded to Readline 5.0.5.</para>
 | 
|---|
| 397 |         </listitem>
 | 
|---|
| 398 |         <listitem>
 | 
|---|
| 399 |           <para>[jim] - Upgraded to Bash 3.0.16.</para>
 | 
|---|
| 400 |         </listitem>
 | 
|---|
| 401 |       </itemizedlist>
 | 
|---|
| 402 |     </listitem>
 | 
|---|
| 403 | 
 | 
|---|
| 404 |     <listitem>
 | 
|---|
| 405 |       <para>December 6, 2005</para>
 | 
|---|
| 406 |       <itemizedlist>
 | 
|---|
| 407 |         <listitem>
 | 
|---|
| 408 |           <para>[jim] - Upgraded to Glibc 20051107.</para>
 | 
|---|
| 409 |         </listitem>
 | 
|---|
| 410 |         <listitem>
 | 
|---|
| 411 |           <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
 | 
|---|
| 412 |         </listitem>
 | 
|---|
| 413 |         <listitem>
 | 
|---|
| 414 |           <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
 | 
|---|
| 415 |         </listitem>
 | 
|---|
| 416 |         <listitem>
 | 
|---|
| 417 |           <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
 | 
|---|
| 418 |                 correct the date in changelog.</para>
 | 
|---|
| 419 |         </listitem>
 | 
|---|
| 420 |         <listitem>
 | 
|---|
| 421 |           <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
 | 
|---|
| 422 |           for livecd builders to not loose valueable build time, if something goes
 | 
|---|
| 423 |           wrong.</para>
 | 
|---|
| 424 |         </listitem>
 | 
|---|
| 425 |         <listitem>
 | 
|---|
| 426 |           <para>[jim] - Upgraded to Findutils 4.2.27.</para>
 | 
|---|
| 427 |         </listitem>
 | 
|---|
| 428 |       </itemizedlist>
 | 
|---|
| 429 |     </listitem>
 | 
|---|
| 430 | 
 | 
|---|
| 431 |     <listitem>
 | 
|---|
| 432 |       <para>December 5, 2005</para>
 | 
|---|
| 433 |       <itemizedlist>
 | 
|---|
| 434 |         <listitem>
 | 
|---|
| 435 |           <para>[Matt Darcy] - Updated the resources page to include reference and base
 | 
|---|
| 436 |                 instructions on using the LFS pastebin</para>
 | 
|---|
| 437 |         </listitem>
 | 
|---|
| 438 |         <listitem>
 | 
|---|
| 439 |           <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
 | 
|---|
| 440 |         </listitem>
 | 
|---|
| 441 |         <listitem>
 | 
|---|
| 442 |           <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
 | 
|---|
| 443 |                 user error system. This change will will need to be validated by
 | 
|---|
| 444 |                 by other devs</para>
 | 
|---|
| 445 |         </listitem>
 | 
|---|
| 446 |         <listitem>
 | 
|---|
| 447 |           <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
 | 
|---|
| 448 |                 testsuite doesn't bail out when testing generate-modprobe.conf.</para>
 | 
|---|
| 449 |         </listitem>
 | 
|---|
| 450 |       </itemizedlist>
 | 
|---|
| 451 |     </listitem>
 | 
|---|
| 452 | 
 | 
|---|
| 453 |     <listitem>
 | 
|---|
| 454 |       <para>December 3, 2005</para>
 | 
|---|
| 455 |       <itemizedlist>
 | 
|---|
| 456 |         <listitem>
 | 
|---|
| 457 |           <para>[ken] - Reference a home directory for dummy user when testing
 | 
|---|
| 458 |           coreutils, and correct sed 'man page' to 'HTML documentation', both
 | 
|---|
| 459 |           from LFS.</para>
 | 
|---|
| 460 |         </listitem>
 | 
|---|
| 461 |       </itemizedlist>
 | 
|---|
| 462 |     </listitem>
 | 
|---|
| 463 | 
 | 
|---|
| 464 |     <listitem>
 | 
|---|
| 465 |       <para>December 2, 2005</para>
 | 
|---|
| 466 |       <itemizedlist>
 | 
|---|
| 467 |         <listitem>
 | 
|---|
| 468 |           <para>[jim] - Updated to Man-Pages 2.16.</para>
 | 
|---|
| 469 |         </listitem>
 | 
|---|
| 470 |       </itemizedlist>
 | 
|---|
| 471 |     </listitem>
 | 
|---|
| 472 | 
 | 
|---|
| 473 |     <listitem>
 | 
|---|
| 474 |       <para>December 1, 2005</para>
 | 
|---|
| 475 |       <itemizedlist>
 | 
|---|
| 476 |         <listitem>
 | 
|---|
| 477 |           <para>[jim] - Updated to Linux 2.6.14.3.</para>
 | 
|---|
| 478 |         </listitem>
 | 
|---|
| 479 |         <listitem>
 | 
|---|
| 480 |           <para>[jim] - Updated to Man-Pages 2.15.</para>
 | 
|---|
| 481 |         </listitem>
 | 
|---|
| 482 |         <listitem>
 | 
|---|
| 483 |           <para>[jim] - Updated to Udev 076.</para>
 | 
|---|
| 484 |         </listitem>
 | 
|---|
| 485 |         <listitem>
 | 
|---|
| 486 |           <para>[jim] - Added support for Sparc v8 and below.</para>
 | 
|---|
| 487 |         </listitem>
 | 
|---|
| 488 |       </itemizedlist>
 | 
|---|
| 489 |     </listitem>
 | 
|---|
| 490 | 
 | 
|---|
| 491 |    <listitem>
 | 
|---|
| 492 |       <para>November 30, 2005</para>
 | 
|---|
| 493 |       <itemizedlist>
 | 
|---|
| 494 |         <listitem>
 | 
|---|
| 495 |           <para>[jim] - Text updates to final-system.</para>
 | 
|---|
| 496 |         </listitem>
 | 
|---|
| 497 |         <listitem>
 | 
|---|
| 498 |           <para>[jim] - Text updates to temp-tools.</para>
 | 
|---|
| 499 |         </listitem>
 | 
|---|
| 500 |       </itemizedlist>
 | 
|---|
| 501 |     </listitem>
 | 
|---|
| 502 | 
 | 
|---|
| 503 |    <listitem>
 | 
|---|
| 504 |       <para>November 29, 2005</para>
 | 
|---|
| 505 |       <itemizedlist>
 | 
|---|
| 506 |         <listitem>
 | 
|---|
| 507 |           <para>[jim] - Text updates to chroot.</para>
 | 
|---|
| 508 |         </listitem>
 | 
|---|
| 509 |         <listitem>
 | 
|---|
| 510 |           <para>[jim] - Text updates to boot.</para>
 | 
|---|
| 511 |         </listitem>
 | 
|---|
| 512 |       </itemizedlist>
 | 
|---|
| 513 |     </listitem>
 | 
|---|
| 514 | 
 | 
|---|
| 515 |    <listitem>
 | 
|---|
| 516 |       <para>November 28, 2005</para>
 | 
|---|
| 517 |       <itemizedlist>
 | 
|---|
| 518 |         <listitem>
 | 
|---|
| 519 |           <para>[jim] - Text updates to glibc in all sections.</para>
 | 
|---|
| 520 |         </listitem>
 | 
|---|
| 521 |         <listitem>
 | 
|---|
| 522 |           <para>[jim] - Text updates to temp-system.</para>
 | 
|---|
| 523 |         </listitem>
 | 
|---|
| 524 |         <listitem>
 | 
|---|
| 525 |           <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
 | 
|---|
| 526 |         </listitem>
 | 
|---|
| 527 |       </itemizedlist>
 | 
|---|
| 528 |     </listitem>
 | 
|---|
| 529 | 
 | 
|---|
| 530 |    <listitem>
 | 
|---|
| 531 |       <para>November 27, 2005</para>
 | 
|---|
| 532 |       <itemizedlist>
 | 
|---|
| 533 |         <listitem>
 | 
|---|
| 534 |           <para>[jim] - Text updates to gcc in all sections.</para>
 | 
|---|
| 535 |         </listitem>
 | 
|---|
| 536 |         <listitem>
 | 
|---|
| 537 |           <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
 | 
|---|
| 538 |         </listitem>
 | 
|---|
| 539 |       </itemizedlist>
 | 
|---|
| 540 |     </listitem>
 | 
|---|
| 541 | 
 | 
|---|
| 542 |    <listitem>
 | 
|---|
| 543 |       <para>November 25, 2005</para>
 | 
|---|
| 544 |       <itemizedlist>
 | 
|---|
| 545 |         <listitem>
 | 
|---|
| 546 |           <para>[jim] - Text updates to binutils in all sections.</para>
 | 
|---|
| 547 |         </listitem>
 | 
|---|
| 548 |       </itemizedlist>
 | 
|---|
| 549 |     </listitem>
 | 
|---|
| 550 | 
 | 
|---|
| 551 |     <listitem>
 | 
|---|
| 552 |       <para>November 24, 2005</para>
 | 
|---|
| 553 |       <itemizedlist>
 | 
|---|
| 554 |         <listitem>
 | 
|---|
| 555 |           <para>[Matt Darcy] - Text updates to resources page </para>
 | 
|---|
| 556 |         </listitem>
 | 
|---|
| 557 |         <listitem>
 | 
|---|
| 558 |           <para>[Matt Darcy] - Updated reference to LFS news server to reflect
 | 
|---|
| 559 |           that it no longer exists</para>
 | 
|---|
| 560 |         </listitem>
 | 
|---|
| 561 |       </itemizedlist>
 | 
|---|
| 562 |     </listitem>
 | 
|---|
| 563 | 
 | 
|---|
| 564 |     <listitem>
 | 
|---|
| 565 |       <para>November 23, 2005</para>
 | 
|---|
| 566 |       <itemizedlist>
 | 
|---|
| 567 |         <listitem>
 | 
|---|
| 568 |           <para>[jim] - For inetutils to utilize the Ncurses headers in
 | 
|---|
| 569 |           /tools/include.</para>
 | 
|---|
| 570 |         </listitem>
 | 
|---|
| 571 |       </itemizedlist>
 | 
|---|
| 572 |     </listitem>
 | 
|---|
| 573 | 
 | 
|---|
| 574 |     <listitem>
 | 
|---|
| 575 |       <para>November 21, 2005</para>
 | 
|---|
| 576 |       <itemizedlist>
 | 
|---|
| 577 |         <listitem>
 | 
|---|
| 578 |           <para>[jim] - Updated to Udev 075.</para>
 | 
|---|
| 579 |         </listitem>
 | 
|---|
| 580 |         <listitem>
 | 
|---|
| 581 |           <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
 | 
|---|
| 582 |         </listitem>
 | 
|---|
| 583 |       </itemizedlist>
 | 
|---|
| 584 |     </listitem>
 | 
|---|
| 585 | 
 | 
|---|
| 586 |     <listitem>
 | 
|---|
| 587 |       <para>November 20, 2005</para>
 | 
|---|
| 588 |       <itemizedlist>
 | 
|---|
| 589 |         <listitem>
 | 
|---|
| 590 |           <para>[jim] - Updated to Findutils 4.2.26.</para>
 | 
|---|
| 591 |         </listitem>
 | 
|---|
| 592 |       </itemizedlist>
 | 
|---|
| 593 |     </listitem>
 | 
|---|
| 594 | 
 | 
|---|
| 595 |     <listitem>
 | 
|---|
| 596 |       <para>November 18, 2005</para>
 | 
|---|
| 597 |       <itemizedlist>
 | 
|---|
| 598 |         <listitem>
 | 
|---|
| 599 |           <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
 | 
|---|
| 600 |           package.</para>
 | 
|---|
| 601 |         </listitem>
 | 
|---|
| 602 |       </itemizedlist>
 | 
|---|
| 603 |     </listitem>
 | 
|---|
| 604 | 
 | 
|---|
| 605 |     <listitem>
 | 
|---|
| 606 |       <para>November 17, 2005</para>
 | 
|---|
| 607 |       <itemizedlist>
 | 
|---|
| 608 |         <listitem>
 | 
|---|
| 609 |           <para>[jim] - Update to Man-Pages 2.14.</para>
 | 
|---|
| 610 |         </listitem>
 | 
|---|
| 611 |         <listitem>
 | 
|---|
| 612 |           <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
 | 
|---|
| 613 |           Architecture. New Patch added.</para>
 | 
|---|
| 614 |         </listitem>
 | 
|---|
| 615 |         <listitem>
 | 
|---|
| 616 |           <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
 | 
|---|
| 617 |         </listitem>
 | 
|---|
| 618 |       </itemizedlist>
 | 
|---|
| 619 |     </listitem>
 | 
|---|
| 620 | 
 | 
|---|
| 621 |     <listitem>
 | 
|---|
| 622 |       <para>November 13, 2005</para>
 | 
|---|
| 623 |       <itemizedlist>
 | 
|---|
| 624 |         <listitem>
 | 
|---|
| 625 |           <para>[manuel] - Improve the heuristic for determining a locale that
 | 
|---|
| 626 |           is supported by both Glibc and packages outside LFS. Ported from
 | 
|---|
| 627 |           LFS-SVN.</para>
 | 
|---|
| 628 |         </listitem>
 | 
|---|
| 629 |         <listitem>
 | 
|---|
| 630 |           <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
 | 
|---|
| 631 |           as make runs it automatically. Ported from LFS-SVN.</para>
 | 
|---|
| 632 |         </listitem>
 | 
|---|
| 633 |         <listitem>
 | 
|---|
| 634 |           <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
 | 
|---|
| 635 |         </listitem>
 | 
|---|
| 636 |         <listitem>
 | 
|---|
| 637 |           <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
 | 
|---|
| 638 |         </listitem>
 | 
|---|
| 639 |       </itemizedlist>
 | 
|---|
| 640 |     </listitem>
 | 
|---|
| 641 | 
 | 
|---|
| 642 |     <listitem>
 | 
|---|
| 643 |       <para>November 10, 2005</para>
 | 
|---|
| 644 |       <itemizedlist>
 | 
|---|
| 645 |         <listitem>
 | 
|---|
| 646 |           <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
 | 
|---|
| 647 |           testsuite. Ported from LFS-SVN.</para>
 | 
|---|
| 648 |         </listitem>
 | 
|---|
| 649 |         <listitem>
 | 
|---|
| 650 |           <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
 | 
|---|
| 651 |         </listitem>
 | 
|---|
| 652 |         <listitem>
 | 
|---|
| 653 |           <para>[jim] - Added text for multilib kernel build requirements.</para>
 | 
|---|
| 654 |         </listitem>
 | 
|---|
| 655 |       </itemizedlist>
 | 
|---|
| 656 |     </listitem>
 | 
|---|
| 657 | 
 | 
|---|
| 658 |     <listitem>
 | 
|---|
| 659 |       <para>November 9, 2005</para>
 | 
|---|
| 660 |       <itemizedlist>
 | 
|---|
| 661 |         <listitem>
 | 
|---|
| 662 |           <para>[manuel] - Stop Udev from killing udevd processes on the
 | 
|---|
| 663 |           system and removed udevdir=/dev. Ported from LFS-SVN.</para>
 | 
|---|
| 664 |         </listitem>
 | 
|---|
| 665 |         <listitem>
 | 
|---|
| 666 |           <para>[manuel] - Install the binaries from Less to /usr/bin instead
 | 
|---|
| 667 |           of /bin. Ported from LFS-SVN.</para>
 | 
|---|
| 668 |         </listitem>
 | 
|---|
| 669 |         <listitem>
 | 
|---|
| 670 |           <para>[manuel] - Removed SBUs and disk usage information.</para>
 | 
|---|
| 671 |         </listitem>
 | 
|---|
| 672 |         <listitem>
 | 
|---|
| 673 |           <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
 | 
|---|
| 674 |         </listitem>
 | 
|---|
| 675 |       </itemizedlist>
 | 
|---|
| 676 |     </listitem>
 | 
|---|
| 677 | 
 | 
|---|
| 678 |     <listitem>
 | 
|---|
| 679 |       <para>November 8, 2005</para>
 | 
|---|
| 680 |       <itemizedlist>
 | 
|---|
| 681 |         <listitem>
 | 
|---|
| 682 |           <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
 | 
|---|
| 683 |         </listitem>
 | 
|---|
| 684 |       </itemizedlist>
 | 
|---|
| 685 |     </listitem>
 | 
|---|
| 686 | 
 | 
|---|
| 687 |     <listitem>
 | 
|---|
| 688 |       <para>November 7, 2005</para>
 | 
|---|
| 689 |       <itemizedlist>
 | 
|---|
| 690 |         <listitem>
 | 
|---|
| 691 |           <para>[manuel] - Remove the optimization related warnings from the
 | 
|---|
| 692 |           toolchain packages. Ported from LFS-SVN.</para>
 | 
|---|
| 693 |         </listitem>
 | 
|---|
| 694 |         <listitem>
 | 
|---|
| 695 |           <para>[manuel] - Install Vim's documentation to <filename
 | 
|---|
| 696 |           class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
 | 
|---|
| 697 |           of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
 | 
|---|
| 698 |           Ported from LFS-SVN.</para>
 | 
|---|
| 699 |         </listitem>
 | 
|---|
| 700 |         <listitem>
 | 
|---|
| 701 |           <para>[manuel] - Correct the instructions for running the
 | 
|---|
| 702 |           Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
 | 
|---|
| 703 |         </listitem>
 | 
|---|
| 704 |         <listitem>
 | 
|---|
| 705 |           <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
 | 
|---|
| 706 |           cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
 | 
|---|
| 707 |         </listitem>
 | 
|---|
| 708 |       </itemizedlist>
 | 
|---|
| 709 |     </listitem>
 | 
|---|
| 710 | 
 | 
|---|
| 711 |     <listitem>
 | 
|---|
| 712 |       <para>November 6, 2005</para>
 | 
|---|
| 713 |       <itemizedlist>
 | 
|---|
| 714 |         <listitem>
 | 
|---|
| 715 |           <para>[jim] - Updated to Coreutils 5.93.</para>
 | 
|---|
| 716 |         </listitem>
 | 
|---|
| 717 |         <listitem>
 | 
|---|
| 718 |           <para>[jim] - Updated to Procps 3.2.6.</para>
 | 
|---|
| 719 |         </listitem>
 | 
|---|
| 720 |         <listitem>
 | 
|---|
| 721 |           <para>[jim] - Updated to Man-Pages 2.13.</para>
 | 
|---|
| 722 |         </listitem>
 | 
|---|
| 723 |       </itemizedlist>
 | 
|---|
| 724 |     </listitem>
 | 
|---|
| 725 | 
 | 
|---|
| 726 |     <listitem>
 | 
|---|
| 727 |       <para>November 5, 2005</para>
 | 
|---|
| 728 |       <itemizedlist>
 | 
|---|
| 729 |         <listitem>
 | 
|---|
| 730 |           <para>[jim] - Updated to psmisc 21.8.</para>
 | 
|---|
| 731 |         </listitem>
 | 
|---|
| 732 |       </itemizedlist>
 | 
|---|
| 733 |     </listitem>
 | 
|---|
| 734 | 
 | 
|---|
| 735 |     <listitem>
 | 
|---|
| 736 |       <para>November 3, 2005</para>
 | 
|---|
| 737 |       <itemizedlist>
 | 
|---|
| 738 |         <listitem>
 | 
|---|
| 739 |           <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
 | 
|---|
| 740 |            Added fixes for dircolors and md5sum also.</para>
 | 
|---|
| 741 |         </listitem>
 | 
|---|
| 742 |       </itemizedlist>
 | 
|---|
| 743 |     </listitem>
 | 
|---|
| 744 | 
 | 
|---|
| 745 |     <listitem>
 | 
|---|
| 746 |       <para>October 31, 2005</para>
 | 
|---|
| 747 |       <itemizedlist>
 | 
|---|
| 748 |         <listitem>
 | 
|---|
| 749 |           <para>[jim] - Now an official project. Resetting all Changelogs.</para>
 | 
|---|
| 750 |         </listitem>
 | 
|---|
| 751 |       </itemizedlist>
 | 
|---|
| 752 |     </listitem>
 | 
|---|
| 753 | 
 | 
|---|
| 754 |   </itemizedlist>
 | 
|---|
| 755 | 
 | 
|---|
| 756 |   <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
 | 
|---|
| 757 | 
 | 
|---|
| 758 | </sect1>
 | 
|---|