[3f8be484] | 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 |
|
---|
[9095be6] | 21 | <itemizedlist>
|
---|
| 22 | <title>Changelog Entries:</title>
|
---|
[3f8be484] | 23 |
|
---|
| 24 | <!-- Changelog template
|
---|
| 25 |
|
---|
| 26 | <listitem>
|
---|
| 27 | <para>Date</para>
|
---|
| 28 | <itemizedlist>
|
---|
| 29 | <listitem>
|
---|
[9095be6] | 30 | <para>[name] - New changelog entry.</para>
|
---|
[3f8be484] | 31 | </listitem>
|
---|
| 32 | <listitem>
|
---|
[9095be6] | 33 | <para>[name] - Previous changelog entry.</para>
|
---|
[3f8be484] | 34 | </listitem>
|
---|
| 35 | </itemizedlist>
|
---|
| 36 | </listitem>
|
---|
| 37 | -->
|
---|
| 38 |
|
---|
[b370497] | 39 | <listitem>
|
---|
| 40 | <para>December 6, 2005</para>
|
---|
| 41 | <itemizedlist>
|
---|
| 42 | <listitem>
|
---|
| 43 | <para>[jim] - Upgraded to Glibc 20051107.</para>
|
---|
| 44 | </listitem>
|
---|
| 45 | <listitem>
|
---|
| 46 | <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
|
---|
| 47 | </listitem>
|
---|
[e3fd238] | 48 | <listitem>
|
---|
| 49 | <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
|
---|
| 50 | </listitem>
|
---|
| 51 | <listitem>
|
---|
| 52 | <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
|
---|
| 53 | correct the date in changelog.</para>
|
---|
| 54 | </listitem>
|
---|
[6b369e9] | 55 | <listitem>
|
---|
| 56 | <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
|
---|
| 57 | for livecd builders to not loose valueable build time, if something goes
|
---|
| 58 | wrong.</para>
|
---|
| 59 | </listitem>
|
---|
[ce36880] | 60 | <listitem>
|
---|
| 61 | <para>[jim] - Upgraded to Findutils 4.2.27.</para>
|
---|
| 62 | </listitem>
|
---|
[b370497] | 63 | </itemizedlist>
|
---|
| 64 | </listitem>
|
---|
[7b2bd6b] | 65 |
|
---|
[c362725] | 66 | <listitem>
|
---|
| 67 | <para>December 5, 2005</para>
|
---|
| 68 | <itemizedlist>
|
---|
| 69 | <listitem>
|
---|
| 70 | <para>[Matt Darcy] - Updated the resources page to include reference and base
|
---|
| 71 | instructions on using the LFS pastebin</para>
|
---|
[1f04f72] | 72 | </listitem>
|
---|
[7b2bd6b] | 73 | <listitem>
|
---|
| 74 | <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
|
---|
[1f04f72] | 75 | </listitem>
|
---|
| 76 | <listitem>
|
---|
[7b2bd6b] | 77 | <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
|
---|
| 78 | user error system. This change will will need to be validated by
|
---|
| 79 | by other devs</para>
|
---|
| 80 | </listitem>
|
---|
[24a0fbf4] | 81 | <listitem>
|
---|
| 82 | <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
|
---|
| 83 | testsuite doesn't bail out when testing generate-modprobe.conf.</para>
|
---|
| 84 | </listitem>
|
---|
[7b2bd6b] | 85 | </itemizedlist>
|
---|
| 86 | </listitem>
|
---|
| 87 |
|
---|
[bcbcf48] | 88 | <listitem>
|
---|
| 89 | <para>December 3, 2005</para>
|
---|
| 90 | <itemizedlist>
|
---|
| 91 | <listitem>
|
---|
| 92 | <para>[ken] - Reference a home directory for dummy user when testing
|
---|
[df0712e] | 93 | coreutils, and correct sed 'man page' to 'HTML documentation', both
|
---|
| 94 | from LFS.</para>
|
---|
[bcbcf48] | 95 | </listitem>
|
---|
| 96 | </itemizedlist>
|
---|
| 97 | </listitem>
|
---|
| 98 |
|
---|
[f87f99c] | 99 | <listitem>
|
---|
[2db7d0d] | 100 | <para>December 2, 2005</para>
|
---|
[f87f99c] | 101 | <itemizedlist>
|
---|
| 102 | <listitem>
|
---|
| 103 | <para>[jim] - Updated to Man-Pages 2.16.</para>
|
---|
| 104 | </listitem>
|
---|
| 105 | </itemizedlist>
|
---|
| 106 | </listitem>
|
---|
| 107 |
|
---|
[375e915] | 108 | <listitem>
|
---|
| 109 | <para>December 1, 2005</para>
|
---|
| 110 | <itemizedlist>
|
---|
| 111 | <listitem>
|
---|
| 112 | <para>[jim] - Updated to Linux 2.6.14.3.</para>
|
---|
| 113 | </listitem>
|
---|
[cd69c8e] | 114 | <listitem>
|
---|
| 115 | <para>[jim] - Updated to Man-Pages 2.15.</para>
|
---|
| 116 | </listitem>
|
---|
[94787be] | 117 | <listitem>
|
---|
| 118 | <para>[jim] - Updated to Udev 076.</para>
|
---|
| 119 | </listitem>
|
---|
[24a62de] | 120 | <listitem>
|
---|
| 121 | <para>[jim] - Added support for Sparc v8 and below.</para>
|
---|
| 122 | </listitem>
|
---|
[375e915] | 123 | </itemizedlist>
|
---|
| 124 | </listitem>
|
---|
| 125 |
|
---|
[e0e40d3] | 126 | <listitem>
|
---|
| 127 | <para>November 30, 2005</para>
|
---|
| 128 | <itemizedlist>
|
---|
| 129 | <listitem>
|
---|
| 130 | <para>[jim] - Text updates to final-system.</para>
|
---|
| 131 | </listitem>
|
---|
[aa3ee8b] | 132 | <listitem>
|
---|
| 133 | <para>[jim] - Text updates to temp-tools.</para>
|
---|
| 134 | </listitem>
|
---|
[e0e40d3] | 135 | </itemizedlist>
|
---|
| 136 | </listitem>
|
---|
| 137 |
|
---|
[d3a4fc0] | 138 | <listitem>
|
---|
[19a6071] | 139 | <para>November 29, 2005</para>
|
---|
| 140 | <itemizedlist>
|
---|
| 141 | <listitem>
|
---|
| 142 | <para>[jim] - Text updates to chroot.</para>
|
---|
| 143 | </listitem>
|
---|
[308a04c] | 144 | <listitem>
|
---|
| 145 | <para>[jim] - Text updates to boot.</para>
|
---|
| 146 | </listitem>
|
---|
[19a6071] | 147 | </itemizedlist>
|
---|
| 148 | </listitem>
|
---|
| 149 |
|
---|
| 150 | <listitem>
|
---|
| 151 | <para>November 28, 2005</para>
|
---|
[d3a4fc0] | 152 | <itemizedlist>
|
---|
| 153 | <listitem>
|
---|
| 154 | <para>[jim] - Text updates to glibc in all sections.</para>
|
---|
| 155 | </listitem>
|
---|
[1bc8e5f] | 156 | <listitem>
|
---|
| 157 | <para>[jim] - Text updates to temp-system.</para>
|
---|
| 158 | </listitem>
|
---|
[735ac8e] | 159 | <listitem>
|
---|
| 160 | <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
|
---|
| 161 | </listitem>
|
---|
[d3a4fc0] | 162 | </itemizedlist>
|
---|
| 163 | </listitem>
|
---|
| 164 |
|
---|
[d55f00bc] | 165 | <listitem>
|
---|
[19a6071] | 166 | <para>November 27, 2005</para>
|
---|
[d55f00bc] | 167 | <itemizedlist>
|
---|
| 168 | <listitem>
|
---|
| 169 | <para>[jim] - Text updates to gcc in all sections.</para>
|
---|
| 170 | </listitem>
|
---|
[0350f47] | 171 | <listitem>
|
---|
| 172 | <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
|
---|
| 173 | </listitem>
|
---|
[d55f00bc] | 174 | </itemizedlist>
|
---|
| 175 | </listitem>
|
---|
| 176 |
|
---|
[ed8de1a] | 177 | <listitem>
|
---|
[19a6071] | 178 | <para>November 25, 2005</para>
|
---|
[ed8de1a] | 179 | <itemizedlist>
|
---|
| 180 | <listitem>
|
---|
| 181 | <para>[jim] - Text updates to binutils in all sections.</para>
|
---|
| 182 | </listitem>
|
---|
| 183 | </itemizedlist>
|
---|
| 184 | </listitem>
|
---|
| 185 |
|
---|
[3fc6b0b9] | 186 | <listitem>
|
---|
[19a6071] | 187 | <para>November 24, 2005</para>
|
---|
[3fc6b0b9] | 188 | <itemizedlist>
|
---|
| 189 | <listitem>
|
---|
[9095be6] | 190 | <para>[Matt Darcy] - Text updates to resources page </para>
|
---|
[3fc6b0b9] | 191 | </listitem>
|
---|
| 192 | <listitem>
|
---|
[9095be6] | 193 | <para>[Matt Darcy] - Updated reference to LFS news server to reflect
|
---|
| 194 | that it no longer exists</para>
|
---|
[3fc6b0b9] | 195 | </listitem>
|
---|
| 196 | </itemizedlist>
|
---|
| 197 | </listitem>
|
---|
| 198 |
|
---|
[9095be6] | 199 | <listitem>
|
---|
| 200 | <para>November 23, 2005</para>
|
---|
[3fc6b0b9] | 201 | <itemizedlist>
|
---|
| 202 | <listitem>
|
---|
[9095be6] | 203 | <para>[jim] - For inetutils to utilize the Ncurses headers in
|
---|
| 204 | /tools/include.</para>
|
---|
[3fc6b0b9] | 205 | </listitem>
|
---|
| 206 | </itemizedlist>
|
---|
| 207 | </listitem>
|
---|
| 208 |
|
---|
[9095be6] | 209 | <listitem>
|
---|
| 210 | <para>November 21, 2005</para>
|
---|
[3fc6b0b9] | 211 | <itemizedlist>
|
---|
| 212 | <listitem>
|
---|
[9095be6] | 213 | <para>[jim] - Updated to Udev 075.</para>
|
---|
[3fc6b0b9] | 214 | </listitem>
|
---|
| 215 | <listitem>
|
---|
[9095be6] | 216 | <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
|
---|
[3fc6b0b9] | 217 | </listitem>
|
---|
| 218 | </itemizedlist>
|
---|
| 219 | </listitem>
|
---|
| 220 |
|
---|
[9095be6] | 221 | <listitem>
|
---|
| 222 | <para>November 20, 2005</para>
|
---|
[3fc6b0b9] | 223 | <itemizedlist>
|
---|
| 224 | <listitem>
|
---|
[9095be6] | 225 | <para>[jim] - Updated to Findutils 4.2.26.</para>
|
---|
[3fc6b0b9] | 226 | </listitem>
|
---|
| 227 | </itemizedlist>
|
---|
| 228 | </listitem>
|
---|
| 229 |
|
---|
| 230 | <listitem>
|
---|
[9095be6] | 231 | <para>November 18, 2005</para>
|
---|
[3fc6b0b9] | 232 | <itemizedlist>
|
---|
| 233 | <listitem>
|
---|
[9095be6] | 234 | <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
|
---|
| 235 | package.</para>
|
---|
[3fc6b0b9] | 236 | </listitem>
|
---|
| 237 | </itemizedlist>
|
---|
| 238 | </listitem>
|
---|
| 239 |
|
---|
| 240 | <listitem>
|
---|
[9095be6] | 241 | <para>November 17, 2005</para>
|
---|
[3fc6b0b9] | 242 | <itemizedlist>
|
---|
| 243 | <listitem>
|
---|
[9095be6] | 244 | <para>[jim] - Update to Man-Pages 2.14.</para>
|
---|
[3fc6b0b9] | 245 | </listitem>
|
---|
| 246 | <listitem>
|
---|
[9095be6] | 247 | <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
|
---|
| 248 | Architecture. New Patch added.</para>
|
---|
[3fc6b0b9] | 249 | </listitem>
|
---|
| 250 | <listitem>
|
---|
[9095be6] | 251 | <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
|
---|
[3fc6b0b9] | 252 | </listitem>
|
---|
| 253 | </itemizedlist>
|
---|
| 254 | </listitem>
|
---|
| 255 |
|
---|
| 256 | <listitem>
|
---|
[9095be6] | 257 | <para>November 13, 2005</para>
|
---|
[3fc6b0b9] | 258 | <itemizedlist>
|
---|
| 259 | <listitem>
|
---|
[9095be6] | 260 | <para>[manuel] - Improve the heuristic for determining a locale that
|
---|
| 261 | is supported by both Glibc and packages outside LFS. Ported from
|
---|
| 262 | LFS-SVN.</para>
|
---|
[3fc6b0b9] | 263 | </listitem>
|
---|
| 264 | <listitem>
|
---|
[9095be6] | 265 | <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
|
---|
| 266 | as make runs it automatically. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 267 | </listitem>
|
---|
| 268 | <listitem>
|
---|
[9095be6] | 269 | <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
|
---|
[3fc6b0b9] | 270 | </listitem>
|
---|
| 271 | <listitem>
|
---|
[9095be6] | 272 | <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
|
---|
[3fc6b0b9] | 273 | </listitem>
|
---|
| 274 | </itemizedlist>
|
---|
| 275 | </listitem>
|
---|
| 276 |
|
---|
| 277 | <listitem>
|
---|
[9095be6] | 278 | <para>November 10, 2005</para>
|
---|
[3fc6b0b9] | 279 | <itemizedlist>
|
---|
| 280 | <listitem>
|
---|
[9095be6] | 281 | <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
|
---|
| 282 | testsuite. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 283 | </listitem>
|
---|
| 284 | <listitem>
|
---|
[9095be6] | 285 | <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
|
---|
[3fc6b0b9] | 286 | </listitem>
|
---|
| 287 | <listitem>
|
---|
[9095be6] | 288 | <para>[jim] - Added text for multilib kernel build requirements.</para>
|
---|
[3fc6b0b9] | 289 | </listitem>
|
---|
| 290 | </itemizedlist>
|
---|
| 291 | </listitem>
|
---|
| 292 |
|
---|
| 293 | <listitem>
|
---|
[9095be6] | 294 | <para>November 9, 2005</para>
|
---|
[3fc6b0b9] | 295 | <itemizedlist>
|
---|
| 296 | <listitem>
|
---|
[9095be6] | 297 | <para>[manuel] - Stop Udev from killing udevd processes on the
|
---|
| 298 | system and removed udevdir=/dev. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 299 | </listitem>
|
---|
| 300 | <listitem>
|
---|
[9095be6] | 301 | <para>[manuel] - Install the binaries from Less to /usr/bin instead
|
---|
| 302 | of /bin. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 303 | </listitem>
|
---|
| 304 | <listitem>
|
---|
[9095be6] | 305 | <para>[manuel] - Removed SBUs and disk usage information.</para>
|
---|
[3fc6b0b9] | 306 | </listitem>
|
---|
| 307 | <listitem>
|
---|
[9095be6] | 308 | <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
|
---|
[3fc6b0b9] | 309 | </listitem>
|
---|
| 310 | </itemizedlist>
|
---|
| 311 | </listitem>
|
---|
| 312 |
|
---|
| 313 | <listitem>
|
---|
[9095be6] | 314 | <para>November 8, 2005</para>
|
---|
[3fc6b0b9] | 315 | <itemizedlist>
|
---|
| 316 | <listitem>
|
---|
[9095be6] | 317 | <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
|
---|
[3fc6b0b9] | 318 | </listitem>
|
---|
| 319 | </itemizedlist>
|
---|
| 320 | </listitem>
|
---|
| 321 |
|
---|
| 322 | <listitem>
|
---|
[9095be6] | 323 | <para>November 7, 2005</para>
|
---|
[3fc6b0b9] | 324 | <itemizedlist>
|
---|
| 325 | <listitem>
|
---|
[9095be6] | 326 | <para>[manuel] - Remove the optimization related warnings from the
|
---|
| 327 | toolchain packages. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 328 | </listitem>
|
---|
| 329 | <listitem>
|
---|
[9095be6] | 330 | <para>[manuel] - Install Vim's documentation to <filename
|
---|
| 331 | class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
|
---|
| 332 | of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
|
---|
| 333 | Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 334 | </listitem>
|
---|
| 335 | <listitem>
|
---|
[9095be6] | 336 | <para>[manuel] - Correct the instructions for running the
|
---|
| 337 | Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
|
---|
[3fc6b0b9] | 338 | </listitem>
|
---|
| 339 | <listitem>
|
---|
[9095be6] | 340 | <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
|
---|
| 341 | cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
|
---|
[3fc6b0b9] | 342 | </listitem>
|
---|
| 343 | </itemizedlist>
|
---|
| 344 | </listitem>
|
---|
| 345 |
|
---|
| 346 | <listitem>
|
---|
[9095be6] | 347 | <para>November 6, 2005</para>
|
---|
[3fc6b0b9] | 348 | <itemizedlist>
|
---|
| 349 | <listitem>
|
---|
[9095be6] | 350 | <para>[jim] - Updated to Coreutils 5.93.</para>
|
---|
[3fc6b0b9] | 351 | </listitem>
|
---|
| 352 | <listitem>
|
---|
[9095be6] | 353 | <para>[jim] - Updated to Procps 3.2.6.</para>
|
---|
[3fc6b0b9] | 354 | </listitem>
|
---|
| 355 | <listitem>
|
---|
[9095be6] | 356 | <para>[jim] - Updated to Man-Pages 2.13.</para>
|
---|
[3fc6b0b9] | 357 | </listitem>
|
---|
| 358 | </itemizedlist>
|
---|
| 359 | </listitem>
|
---|
| 360 |
|
---|
| 361 | <listitem>
|
---|
[9095be6] | 362 | <para>November 5, 2005</para>
|
---|
[3fc6b0b9] | 363 | <itemizedlist>
|
---|
| 364 | <listitem>
|
---|
[9095be6] | 365 | <para>[jim] - Updated to psmisc 21.8.</para>
|
---|
[3fc6b0b9] | 366 | </listitem>
|
---|
| 367 | </itemizedlist>
|
---|
| 368 | </listitem>
|
---|
| 369 |
|
---|
| 370 | <listitem>
|
---|
[9095be6] | 371 | <para>November 3, 2005</para>
|
---|
[3fc6b0b9] | 372 | <itemizedlist>
|
---|
| 373 | <listitem>
|
---|
[9095be6] | 374 | <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
|
---|
| 375 | Added fixes for dircolors and md5sum also.</para>
|
---|
[8fdfc096] | 376 | </listitem>
|
---|
| 377 | </itemizedlist>
|
---|
| 378 | </listitem>
|
---|
| 379 |
|
---|
[3f8be484] | 380 | <listitem>
|
---|
[9095be6] | 381 | <para>October 31, 2005</para>
|
---|
[3f8be484] | 382 | <itemizedlist>
|
---|
| 383 | <listitem>
|
---|
[9095be6] | 384 | <para>[jim] - Now an official project. Resetting all Changelogs.</para>
|
---|
[3f8be484] | 385 | </listitem>
|
---|
| 386 | </itemizedlist>
|
---|
| 387 | </listitem>
|
---|
| 388 |
|
---|
| 389 | </itemizedlist>
|
---|
| 390 |
|
---|
| 391 | <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
|
---|
| 392 |
|
---|
| 393 | </sect1>
|
---|