| 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
|---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
|---|
| 5 | %general-entities;
|
|---|
| 6 | ]>
|
|---|
| 7 |
|
|---|
| 8 | <sect1 id="ch-preface-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
|
|---|
| 16 | mirrors via <ulink url="&clfs-wiki;"/>.</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 | <listitem>
|
|---|
| 39 | <para>October 18, 2013</para>
|
|---|
| 40 | <itemizedlist>
|
|---|
| 41 | <listitem>
|
|---|
| 42 | <para>[abradford] - Fix the networking configuration to use eth0 and
|
|---|
| 43 | DHCP to obtain a valid IP address.</para>
|
|---|
| 44 | </listitem>
|
|---|
| 45 | </itemizedlist>
|
|---|
| 46 | </listitem>
|
|---|
| 47 |
|
|---|
| 48 | <listitem>
|
|---|
| 49 | <para>October 17, 2013</para>
|
|---|
| 50 | <itemizedlist>
|
|---|
| 51 | <listitem>
|
|---|
| 52 | <para>[abradford] - Update dropbear to 2013.60 and fix instructions.</para>
|
|---|
| 53 | </listitem>
|
|---|
| 54 | <listitem>
|
|---|
| 55 | <para>[abradford] - Assorted docbook updates for common pages.</para>
|
|---|
| 56 | </listitem>
|
|---|
| 57 | <listitem>
|
|---|
| 58 | <para>[abradford] - Reorganize things people don't need to read into
|
|---|
| 59 | the preface and things that really should be read into the chapters.</para>
|
|---|
| 60 | </listitem>
|
|---|
| 61 | <listitem>
|
|---|
| 62 | <para>[abradford] - Delete hostapd and lib-nl.</para>
|
|---|
| 63 | </listitem>
|
|---|
| 64 | <listitem>
|
|---|
| 65 | <para>[abradford] - Delete dependencies information, most of it was
|
|---|
| 66 | wrong or outdated and so long as you follow the book in order
|
|---|
| 67 | there's no issues.</para>
|
|---|
| 68 | </listitem>
|
|---|
| 69 | </itemizedlist>
|
|---|
| 70 | </listitem>
|
|---|
| 71 |
|
|---|
| 72 | <listitem>
|
|---|
| 73 | <para>October 16, 2013</para>
|
|---|
| 74 | <itemizedlist>
|
|---|
| 75 | <listitem>
|
|---|
| 76 | <para>[abradford] - Remove uClibc, use musl-libc.</para>
|
|---|
| 77 | </listitem>
|
|---|
| 78 | <listitem>
|
|---|
| 79 | <para>[abradford] - Build cross compiler completely separate from
|
|---|
| 80 | target file system.</para>
|
|---|
| 81 | </listitem>
|
|---|
| 82 | <listitem>
|
|---|
| 83 | <para>[abradford] - Build GMP, MPFR, and MPC within GCC tree.</para>
|
|---|
| 84 | </listitem>
|
|---|
| 85 | <listitem>
|
|---|
| 86 | <para>[abradford] - Linewrap many configure switches for easier
|
|---|
| 87 | reading and editing.</para>
|
|---|
| 88 | </listitem>
|
|---|
| 89 | </itemizedlist>
|
|---|
| 90 | </listitem>
|
|---|
| 91 |
|
|---|
| 92 | <listitem>
|
|---|
| 93 | <para>August 12, 2013</para>
|
|---|
| 94 | <itemizedlist>
|
|---|
| 95 | <listitem>
|
|---|
| 96 | <para>[abradford] - Don't copy libiberty.h from binutils.</para>
|
|---|
| 97 | </listitem>
|
|---|
| 98 | <listitem>
|
|---|
| 99 | <para>[abradford] - Install linux headers directly without cp.</para>
|
|---|
| 100 | </listitem>
|
|---|
| 101 | <listitem>
|
|---|
| 102 | <para>[abradford] - Revert install of headers to cross-tools.</para>
|
|---|
| 103 | </listitem>
|
|---|
| 104 | </itemizedlist>
|
|---|
| 105 | </listitem>
|
|---|
| 106 |
|
|---|
| 107 | <listitem>
|
|---|
| 108 | <para>July 24, 2013</para>
|
|---|
| 109 | <itemizedlist>
|
|---|
| 110 | <listitem>
|
|---|
| 111 | <para>[abradford] - Fix binutils build issue with some Texinfo.</para>
|
|---|
| 112 | </listitem>
|
|---|
| 113 | <listitem>
|
|---|
| 114 | <para>[abradford] - Install headers to cross-tools.</para>
|
|---|
| 115 | </listitem>
|
|---|
| 116 | </itemizedlist>
|
|---|
| 117 | </listitem>
|
|---|
| 118 |
|
|---|
| 119 | <listitem>
|
|---|
| 120 | <para>June 17, 2013</para>
|
|---|
| 121 | <itemizedlist>
|
|---|
| 122 | <listitem>
|
|---|
| 123 | <para>[abradford] - Change partitioning to creating build dir.</para>
|
|---|
| 124 | </listitem>
|
|---|
| 125 | </itemizedlist>
|
|---|
| 126 | </listitem>
|
|---|
| 127 |
|
|---|
| 128 | <listitem>
|
|---|
| 129 | <para>June 13, 2013</para>
|
|---|
| 130 | <itemizedlist>
|
|---|
| 131 | <listitem>
|
|---|
| 132 | <para>[abradford] - Remove WRT arch.</para>
|
|---|
| 133 | </listitem>
|
|---|
| 134 | </itemizedlist>
|
|---|
| 135 | </listitem>
|
|---|
| 136 |
|
|---|
| 137 | <listitem>
|
|---|
| 138 | <para>June 11, 2013</para>
|
|---|
| 139 | <itemizedlist>
|
|---|
| 140 | <listitem>
|
|---|
| 141 | <para>[abradford] - Many package updates.</para>
|
|---|
| 142 | </listitem>
|
|---|
| 143 | <listitem>
|
|---|
| 144 | <para>[abradford] - Removal of some LFS specific information.</para>
|
|---|
| 145 | </listitem>
|
|---|
| 146 | <listitem>
|
|---|
| 147 | <para>[abradford] - Update host requirements to at least Debian
|
|---|
| 148 | Squeeze.</para>
|
|---|
| 149 | </listitem>
|
|---|
| 150 | <listitem>
|
|---|
| 151 | <para>[kterrell] - Removal of sources from final tarball.</para>
|
|---|
| 152 | </listitem>
|
|---|
| 153 | </itemizedlist>
|
|---|
| 154 | </listitem>
|
|---|
| 155 |
|
|---|
| 156 | <listitem>
|
|---|
| 157 | <para>September 22, 2012</para>
|
|---|
| 158 | <itemizedlist>
|
|---|
| 159 | <listitem>
|
|---|
| 160 | <para>[abradford] - Small fixes to prologue and ch 1 and 2.</para>
|
|---|
| 161 | </listitem>
|
|---|
| 162 | </itemizedlist>
|
|---|
| 163 | </listitem>
|
|---|
| 164 |
|
|---|
| 165 | <listitem>
|
|---|
| 166 | <para>September 13, 2012</para>
|
|---|
| 167 | <itemizedlist>
|
|---|
| 168 | <listitem>
|
|---|
| 169 | <para>[ljump] - Fix System.map depmod command.</para>
|
|---|
| 170 | </listitem>
|
|---|
| 171 | <listitem>
|
|---|
| 172 | <para>[ljump] - Fix console and null /dev node creation for final
|
|---|
| 173 | system.</para>
|
|---|
| 174 | </listitem>
|
|---|
| 175 | </itemizedlist>
|
|---|
| 176 | </listitem>
|
|---|
| 177 |
|
|---|
| 178 | <listitem>
|
|---|
| 179 | <para>September 02, 2012</para>
|
|---|
| 180 | <itemizedlist>
|
|---|
| 181 | <listitem>
|
|---|
| 182 | <para>[William Harrington] - Fix uClibc patch MD5 sum.</para>
|
|---|
| 183 | </listitem>
|
|---|
| 184 | </itemizedlist>
|
|---|
| 185 | </listitem>
|
|---|
| 186 |
|
|---|
| 187 | <listitem>
|
|---|
| 188 | <para>August 24, 2012</para>
|
|---|
| 189 | <itemizedlist>
|
|---|
| 190 | <listitem>
|
|---|
| 191 | <para>[William Harrington] - Change Beyond Net hostapd page to include bootscript and configuration sections.</para>
|
|---|
| 192 | </listitem>
|
|---|
| 193 | </itemizedlist>
|
|---|
| 194 | </listitem>
|
|---|
| 195 |
|
|---|
| 196 | <listitem>
|
|---|
| 197 | <para>August 22, 2012</para>
|
|---|
| 198 | <itemizedlist>
|
|---|
| 199 | <listitem>
|
|---|
| 200 | <para>[William Harrington] - Change Beyond Net Dropbear page and edit the installation of bootscripts section.</para>
|
|---|
| 201 | </listitem>
|
|---|
| 202 | <listitem>
|
|---|
| 203 | <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para>
|
|---|
| 204 | </listitem>
|
|---|
| 205 | </itemizedlist>
|
|---|
| 206 | </listitem>
|
|---|
| 207 |
|
|---|
| 208 | <listitem>
|
|---|
| 209 | <para>August 08, 2012</para>
|
|---|
| 210 | <itemizedlist>
|
|---|
| 211 | <listitem>
|
|---|
| 212 | <para>[William Harrington] - Update version check script to find the libc version with hosts that use paths other than /lib and /lib64, such as multiarch distro.</para>
|
|---|
| 213 | </listitem>
|
|---|
| 214 | </itemizedlist>
|
|---|
| 215 | </listitem>
|
|---|
| 216 |
|
|---|
| 217 |
|
|---|
| 218 | <listitem>
|
|---|
| 219 | <para>May 14, 2011</para>
|
|---|
| 220 | <itemizedlist>
|
|---|
| 221 | <listitem>
|
|---|
| 222 | <para>[abradford] - Updated /etc/mdev.conf to Alpine Linux's example
|
|---|
| 223 | to provide a better baseline example.</para>
|
|---|
| 224 | </listitem>
|
|---|
| 225 | <listitem>
|
|---|
| 226 | <para>[abradford] - Reverted changes that removed the mknod'ing of
|
|---|
| 227 | /dev/console and /dev/null. These nodes may be needed on some systems
|
|---|
| 228 | for proper booting.</para>
|
|---|
| 229 | </listitem>
|
|---|
| 230 | <listitem>
|
|---|
| 231 | <para>[abradford] - Added Wireless Tools package to Beyond Networking
|
|---|
| 232 | section. Thanks to Ivan Castell Rovira for providing a set of
|
|---|
| 233 | instructions for the installation of this package.</para>
|
|---|
| 234 | </listitem>
|
|---|
| 235 | <listitem>
|
|---|
| 236 | <para>[abradford] - Fixed some Dropbear issues with symlinks and
|
|---|
| 237 | directory naming.</para>
|
|---|
| 238 | </listitem>
|
|---|
| 239 | </itemizedlist>
|
|---|
| 240 | </listitem>
|
|---|
| 241 |
|
|---|
| 242 | <listitem>
|
|---|
| 243 | <para>April 20, 2011</para>
|
|---|
| 244 | <itemizedlist>
|
|---|
| 245 | <listitem>
|
|---|
| 246 | <para>[abradford] - Created a Beyond section just for extra libraries
|
|---|
| 247 | and moved zlib into it.</para>
|
|---|
| 248 | </listitem>
|
|---|
| 249 | </itemizedlist>
|
|---|
| 250 | </listitem>
|
|---|
| 251 |
|
|---|
| 252 | <listitem>
|
|---|
| 253 | <para>April 19, 2011</para>
|
|---|
| 254 | <itemizedlist>
|
|---|
| 255 | <listitem>
|
|---|
| 256 | <para>[abradford] - Created a Beyond section just for networking
|
|---|
| 257 | tools.</para>
|
|---|
| 258 | </listitem>
|
|---|
| 259 | <listitem>
|
|---|
| 260 | <para>[abradford] - Created a Beyond section just for file system tools
|
|---|
| 261 | and moved e2fsprogs into it.</para>
|
|---|
| 262 | </listitem>
|
|---|
| 263 | </itemizedlist>
|
|---|
| 264 | </listitem>
|
|---|
| 265 |
|
|---|
| 266 | <listitem>
|
|---|
| 267 | <para>April 8, 2011</para>
|
|---|
| 268 | <itemizedlist>
|
|---|
| 269 | <listitem>
|
|---|
| 270 | <para>[jciccone] - Cleaned up the acknowledgements page.</para>
|
|---|
| 271 | </listitem>
|
|---|
| 272 | </itemizedlist>
|
|---|
| 273 | </listitem>
|
|---|
| 274 |
|
|---|
| 275 | <listitem>
|
|---|
| 276 | <para>March 31, 2011</para>
|
|---|
| 277 | <itemizedlist>
|
|---|
| 278 | <listitem>
|
|---|
| 279 | <para>[abradford] - Updated BusyBox to version 1.18.4.</para>
|
|---|
| 280 | </listitem>
|
|---|
| 281 | <listitem>
|
|---|
| 282 | <para>[abradford] - Updated GCC to version 4.6.0.</para>
|
|---|
| 283 | </listitem>
|
|---|
| 284 | <listitem>
|
|---|
| 285 | <para>[abradford] - Updated MPC to version 0.9.</para>
|
|---|
| 286 | </listitem>
|
|---|
| 287 | <listitem>
|
|---|
| 288 | <para>[abradford] - Updated zlib to version 1.2.5.</para>
|
|---|
| 289 | </listitem>
|
|---|
| 290 | <listitem>
|
|---|
| 291 | <para>[abradford] - Updated Linux kernel to version 2.6.38.2.</para>
|
|---|
| 292 | </listitem>
|
|---|
| 293 | <listitem>
|
|---|
| 294 | <para>[abradford] - Require Gawk 3.1 or greater because of Iana-Etc
|
|---|
| 295 | requirements.</para>
|
|---|
| 296 | </listitem>
|
|---|
| 297 | <listitem>
|
|---|
| 298 | <para>[abradford] - Updated "What Now?" section to include CBLFS link.
|
|---|
| 299 | Thanks go to Adrian Grigo.</para>
|
|---|
| 300 | </listitem>
|
|---|
| 301 | <listitem>
|
|---|
| 302 | <para>[abradford] - Link ${CLFS}/etc/init.d/rcS to
|
|---|
| 303 | ${CLFS}/etc/rc.d/startup so that BusyBox's init can find the startup
|
|---|
| 304 | scripts.</para>
|
|---|
| 305 | </listitem>
|
|---|
| 306 | <listitem>
|
|---|
| 307 | <para>[abradford] - Updated mdev configuration such that video output
|
|---|
| 308 | is disabled by default to ensure no errors if video is not
|
|---|
| 309 | available.</para>
|
|---|
| 310 | </listitem>
|
|---|
| 311 | </itemizedlist>
|
|---|
| 312 | </listitem>
|
|---|
| 313 |
|
|---|
| 314 | <listitem>
|
|---|
| 315 | <para>March 23, 2011</para>
|
|---|
| 316 | <itemizedlist>
|
|---|
| 317 | <listitem>
|
|---|
| 318 | <para>[abradford] - Remove mknod commands as mdev takes care of creating
|
|---|
| 319 | all required entries in /dev automatically.</para>
|
|---|
| 320 | </listitem>
|
|---|
| 321 | <listitem>
|
|---|
| 322 | <para>[abradford] - Moved change ownership section to be as late in the
|
|---|
| 323 | book as possible and only operate on a copy of the file system.</para>
|
|---|
| 324 | </listitem>
|
|---|
| 325 | </itemizedlist>
|
|---|
| 326 | </listitem>
|
|---|
| 327 |
|
|---|
| 328 | <listitem>
|
|---|
| 329 | <para>March 18, 2011</para>
|
|---|
| 330 | <itemizedlist>
|
|---|
| 331 | <listitem>
|
|---|
| 332 | <para>[abradford] - Copy libgcc library to target as it's needed by
|
|---|
| 333 | at least e2fsprogs.</para>
|
|---|
| 334 | </listitem>
|
|---|
| 335 | </itemizedlist>
|
|---|
| 336 | </listitem>
|
|---|
| 337 |
|
|---|
| 338 | <listitem>
|
|---|
| 339 | <para>March 7, 2011</para>
|
|---|
| 340 | <itemizedlist>
|
|---|
| 341 | <listitem>
|
|---|
| 342 | <para>[abradford] - Added optional information for building C++
|
|---|
| 343 | compiler.</para>
|
|---|
| 344 | </listitem>
|
|---|
| 345 | <listitem>
|
|---|
| 346 | <para>[abradford] - Updated bootscripts install target and package contents
|
|---|
| 347 | to match current bootscripts.</para>
|
|---|
| 348 | </listitem>
|
|---|
| 349 | </itemizedlist>
|
|---|
| 350 | </listitem>
|
|---|
| 351 |
|
|---|
| 352 | <listitem>
|
|---|
| 353 | <para>February 24, 2011</para>
|
|---|
| 354 | <itemizedlist>
|
|---|
| 355 | <listitem>
|
|---|
| 356 | <para>[abradford] - Added --disable-multilib to GCC builds.</para>
|
|---|
| 357 | </listitem>
|
|---|
| 358 | </itemizedlist>
|
|---|
| 359 | </listitem>
|
|---|
| 360 |
|
|---|
| 361 | <listitem>
|
|---|
| 362 | <para>February 10, 2011</para>
|
|---|
| 363 | <itemizedlist>
|
|---|
| 364 | <listitem>
|
|---|
| 365 | <para>[abradford] - Changed GCC Static and Final to build GCC for
|
|---|
| 366 | ${CLFS_ABI} for ARM and MIPS, ${CLFS_CPU} for x86. This removes the
|
|---|
| 367 | need for using the ${BUILD} variable when building packages.</para>
|
|---|
| 368 | </listitem>
|
|---|
| 369 | <listitem>
|
|---|
| 370 | <para>[abradford] - Updated Resources section.</para>
|
|---|
| 371 | </listitem>
|
|---|
| 372 | </itemizedlist>
|
|---|
| 373 | </listitem>
|
|---|
| 374 |
|
|---|
| 375 | <listitem>
|
|---|
| 376 | <para>January 30, 2011</para>
|
|---|
| 377 | <itemizedlist>
|
|---|
| 378 | <listitem>
|
|---|
| 379 | <para>[abradford] - Updated MPFR download link.</para>
|
|---|
| 380 | </listitem>
|
|---|
| 381 | <listitem>
|
|---|
| 382 | <para>[abradford] - Updated GCC to version 4.5.2.</para>
|
|---|
| 383 | </listitem>
|
|---|
| 384 | <listitem>
|
|---|
| 385 | <para>[abradford] - Updated Binutils to version 2.21.</para>
|
|---|
| 386 | </listitem>
|
|---|
| 387 | <listitem>
|
|---|
| 388 | <para>[abradford] - Added information to GCC's configure options.</para>
|
|---|
| 389 | </listitem>
|
|---|
| 390 | <listitem>
|
|---|
| 391 | <para>[abradford] - Updated Iana-Etc to use more up-to-date data.</para>
|
|---|
| 392 | </listitem>
|
|---|
| 393 | </itemizedlist>
|
|---|
| 394 | </listitem>
|
|---|
| 395 |
|
|---|
| 396 | <listitem>
|
|---|
| 397 | <para>Janurary 10, 2011</para>
|
|---|
| 398 | <itemizedlist>
|
|---|
| 399 | <listitem>
|
|---|
| 400 | <para>[jciccone] - Changes Submitted By Andrew Bradford via the
|
|---|
| 401 | CLFS-Dev Mailing List. Updated E2fsprogs to 1.41.14 and changed some
|
|---|
| 402 | configure switches for uClibc compatibility.</para>
|
|---|
| 403 | </listitem>
|
|---|
| 404 | </itemizedlist>
|
|---|
| 405 | </listitem>
|
|---|
| 406 |
|
|---|
| 407 | <listitem>
|
|---|
| 408 | <para>November 28, 2010</para>
|
|---|
| 409 | <itemizedlist>
|
|---|
| 410 | <listitem>
|
|---|
| 411 | <para>[jciccone] - Updated BusyBox to 1.17.3.</para>
|
|---|
| 412 | </listitem>
|
|---|
| 413 | <listitem>
|
|---|
| 414 | <para>[jciccone] - Updated uClibc to 0.9.31.</para>
|
|---|
| 415 | </listitem>
|
|---|
| 416 | </itemizedlist>
|
|---|
| 417 | </listitem>
|
|---|
| 418 |
|
|---|
| 419 | <listitem>
|
|---|
| 420 | <para>November 21, 2010</para>
|
|---|
| 421 | <itemizedlist>
|
|---|
| 422 | <listitem>
|
|---|
| 423 | <para>[jciccone] - Added MPC 0.8.2.</para>
|
|---|
| 424 | </listitem>
|
|---|
| 425 | <listitem>
|
|---|
| 426 | <para>[jciccone] - Updated GCC to 4.5.1.</para>
|
|---|
| 427 | </listitem>
|
|---|
| 428 | <listitem>
|
|---|
| 429 | <para>[jciccone] - Updated Binutils to 2.20.1.</para>
|
|---|
| 430 | </listitem>
|
|---|
| 431 | <listitem>
|
|---|
| 432 | <para>[jciccone] - Updated MPFR to 3.0.0.</para>
|
|---|
| 433 | </listitem>
|
|---|
| 434 | <listitem>
|
|---|
| 435 | <para>[jciccone] - Updated GMP to 5.0.1.</para>
|
|---|
| 436 | </listitem>
|
|---|
| 437 | <listitem>
|
|---|
| 438 | <para>[jciccone] - Updated the Linux Kernel to 2.6.36.</para>
|
|---|
| 439 | </listitem>
|
|---|
| 440 | <listitem>
|
|---|
| 441 | <para>[jciccone] - Make sure we change CLFS_HOST before we set it.
|
|---|
| 442 | Also make sure that CLFS_HOST gets saved to the bashrc.</para>
|
|---|
| 443 | </listitem>
|
|---|
| 444 | </itemizedlist>
|
|---|
| 445 | </listitem>
|
|---|
| 446 |
|
|---|
| 447 | <listitem>
|
|---|
| 448 | <para>November 8, 2008</para>
|
|---|
| 449 | <itemizedlist>
|
|---|
| 450 | <listitem>
|
|---|
| 451 | <para>[jciccone] - Updated Busybox to 1.12.1.</para>
|
|---|
| 452 | </listitem>
|
|---|
| 453 | <listitem>
|
|---|
| 454 | <para>[jciccone] - Updated uClibc to 0.9.30-rc3.</para>
|
|---|
| 455 | </listitem>
|
|---|
| 456 | </itemizedlist>
|
|---|
| 457 | </listitem>
|
|---|
| 458 |
|
|---|
| 459 | <listitem>
|
|---|
| 460 | <para>November 8, 2008</para>
|
|---|
| 461 | <itemizedlist>
|
|---|
| 462 | <listitem>
|
|---|
| 463 | <para>[jciccone] - Dropped the uClibc Headers Page.</para>
|
|---|
| 464 | </listitem>
|
|---|
| 465 | <listitem>
|
|---|
| 466 | <para>[jciccone] - Updated GCC to 4.3.2.</para>
|
|---|
| 467 | </listitem>
|
|---|
| 468 | <listitem>
|
|---|
| 469 | <para>[jciccone] - Updated Binutils to 2.19.</para>
|
|---|
| 470 | </listitem>
|
|---|
| 471 | </itemizedlist>
|
|---|
| 472 | </listitem>
|
|---|
| 473 |
|
|---|
| 474 | <listitem>
|
|---|
| 475 | <para>Janurary 9, 2008</para>
|
|---|
| 476 | <itemizedlist>
|
|---|
| 477 | <listitem>
|
|---|
| 478 | <para>[jciccone] - Updated Busybox to 1.8.2.</para>
|
|---|
| 479 | </listitem>
|
|---|
| 480 | </itemizedlist>
|
|---|
| 481 | </listitem>
|
|---|
| 482 |
|
|---|
| 483 | <listitem>
|
|---|
| 484 | <para>November 5, 2006</para>
|
|---|
| 485 | <itemizedlist>
|
|---|
| 486 | <listitem>
|
|---|
| 487 | <para>[jim] - Start of CLFS Embedded Development.</para>
|
|---|
| 488 | </listitem>
|
|---|
| 489 | </itemizedlist>
|
|---|
| 490 | </listitem>
|
|---|
| 491 |
|
|---|
| 492 | </itemizedlist>
|
|---|
| 493 |
|
|---|
| 494 | </sect1>
|
|---|