[a9e389d] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[bd48e48] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[a9e389d] | 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
|
---|
| 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 | -->
|
---|
[6d396081] | 38 | <listitem>
|
---|
| 39 | <para>September 13, 2012</para>
|
---|
| 40 | <itemizedlist>
|
---|
| 41 | <listitem>
|
---|
| 42 | <para>[ljump] - Fix System.map depmod command.</para>
|
---|
| 43 | </listitem>
|
---|
| 44 | <listitem>
|
---|
| 45 | <para>[ljump] - Fix console and null /dev node creation for final
|
---|
| 46 | system.</para>
|
---|
| 47 | </listitem>
|
---|
| 48 | </itemizedlist>
|
---|
| 49 | </listitem>
|
---|
| 50 |
|
---|
[38a917a] | 51 | <listitem>
|
---|
[ec8de0a] | 52 | <para>September 02, 2012</para>
|
---|
| 53 | <itemizedlist>
|
---|
| 54 | <listitem>
|
---|
| 55 | <para>[William Harrington] - Fix uClibc patch MD5 sum.</para>
|
---|
| 56 | </listitem>
|
---|
| 57 | </itemizedlist>
|
---|
| 58 | </listitem>
|
---|
| 59 |
|
---|
| 60 | <listitem>
|
---|
[38a917a] | 61 | <para>August 24, 2012</para>
|
---|
| 62 | <itemizedlist>
|
---|
| 63 | <listitem>
|
---|
| 64 | <para>[William Harrington] - Change Beyond Net hostapd page to include bootscript and configuration sections.</para>
|
---|
| 65 | </listitem>
|
---|
| 66 | </itemizedlist>
|
---|
| 67 | </listitem>
|
---|
| 68 |
|
---|
[659afd8] | 69 | <listitem>
|
---|
| 70 | <para>August 22, 2012</para>
|
---|
| 71 | <itemizedlist>
|
---|
| 72 | <listitem>
|
---|
| 73 | <para>[William Harrington] - Change Beyond Net Dropbear page and edit the installation of bootscripts section.</para>
|
---|
| 74 | </listitem>
|
---|
[38a917a] | 75 | <listitem>
|
---|
| 76 | <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para>
|
---|
| 77 | </listitem>
|
---|
[659afd8] | 78 | </itemizedlist>
|
---|
| 79 | </listitem>
|
---|
| 80 |
|
---|
[0acd252] | 81 | <listitem>
|
---|
| 82 | <para>August 08, 2012</para>
|
---|
| 83 | <itemizedlist>
|
---|
| 84 | <listitem>
|
---|
| 85 | <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>
|
---|
| 86 | </listitem>
|
---|
| 87 | </itemizedlist>
|
---|
| 88 | </listitem>
|
---|
| 89 |
|
---|
[b54e969] | 90 |
|
---|
[65d2202] | 91 | <listitem>
|
---|
| 92 | <para>May 14, 2011</para>
|
---|
| 93 | <itemizedlist>
|
---|
| 94 | <listitem>
|
---|
| 95 | <para>[abradford] - Updated /etc/mdev.conf to Alpine Linux's example
|
---|
| 96 | to provide a better baseline example.</para>
|
---|
| 97 | </listitem>
|
---|
| 98 | <listitem>
|
---|
| 99 | <para>[abradford] - Reverted changes that removed the mknod'ing of
|
---|
| 100 | /dev/console and /dev/null. These nodes may be needed on some systems
|
---|
| 101 | for proper booting.</para>
|
---|
| 102 | </listitem>
|
---|
| 103 | <listitem>
|
---|
| 104 | <para>[abradford] - Added Wireless Tools package to Beyond Networking
|
---|
| 105 | section. Thanks to Ivan Castell Rovira for providing a set of
|
---|
| 106 | instructions for the installation of this package.</para>
|
---|
| 107 | </listitem>
|
---|
| 108 | <listitem>
|
---|
| 109 | <para>[abradford] - Fixed some Dropbear issues with symlinks and
|
---|
| 110 | directory naming.</para>
|
---|
| 111 | </listitem>
|
---|
| 112 | </itemizedlist>
|
---|
| 113 | </listitem>
|
---|
| 114 |
|
---|
[7bc8dbb] | 115 | <listitem>
|
---|
| 116 | <para>April 20, 2011</para>
|
---|
| 117 | <itemizedlist>
|
---|
| 118 | <listitem>
|
---|
| 119 | <para>[abradford] - Created a Beyond section just for extra libraries
|
---|
| 120 | and moved zlib into it.</para>
|
---|
| 121 | </listitem>
|
---|
| 122 | </itemizedlist>
|
---|
| 123 | </listitem>
|
---|
| 124 |
|
---|
[9a13516] | 125 | <listitem>
|
---|
| 126 | <para>April 19, 2011</para>
|
---|
| 127 | <itemizedlist>
|
---|
| 128 | <listitem>
|
---|
| 129 | <para>[abradford] - Created a Beyond section just for networking
|
---|
| 130 | tools.</para>
|
---|
| 131 | </listitem>
|
---|
| 132 | <listitem>
|
---|
| 133 | <para>[abradford] - Created a Beyond section just for file system tools
|
---|
| 134 | and moved e2fsprogs into it.</para>
|
---|
| 135 | </listitem>
|
---|
| 136 | </itemizedlist>
|
---|
| 137 | </listitem>
|
---|
| 138 |
|
---|
| 139 | <listitem>
|
---|
| 140 | <para>April 8, 2011</para>
|
---|
| 141 | <itemizedlist>
|
---|
| 142 | <listitem>
|
---|
| 143 | <para>[jciccone] - Cleaned up the acknowledgements page.</para>
|
---|
| 144 | </listitem>
|
---|
| 145 | </itemizedlist>
|
---|
| 146 | </listitem>
|
---|
| 147 |
|
---|
[11cf000] | 148 | <listitem>
|
---|
| 149 | <para>March 31, 2011</para>
|
---|
| 150 | <itemizedlist>
|
---|
| 151 | <listitem>
|
---|
| 152 | <para>[abradford] - Updated BusyBox to version 1.18.4.</para>
|
---|
| 153 | </listitem>
|
---|
| 154 | <listitem>
|
---|
| 155 | <para>[abradford] - Updated GCC to version 4.6.0.</para>
|
---|
| 156 | </listitem>
|
---|
| 157 | <listitem>
|
---|
| 158 | <para>[abradford] - Updated MPC to version 0.9.</para>
|
---|
| 159 | </listitem>
|
---|
| 160 | <listitem>
|
---|
| 161 | <para>[abradford] - Updated zlib to version 1.2.5.</para>
|
---|
| 162 | </listitem>
|
---|
| 163 | <listitem>
|
---|
| 164 | <para>[abradford] - Updated Linux kernel to version 2.6.38.2.</para>
|
---|
| 165 | </listitem>
|
---|
| 166 | <listitem>
|
---|
| 167 | <para>[abradford] - Require Gawk 3.1 or greater because of Iana-Etc
|
---|
| 168 | requirements.</para>
|
---|
| 169 | </listitem>
|
---|
| 170 | <listitem>
|
---|
| 171 | <para>[abradford] - Updated "What Now?" section to include CBLFS link.
|
---|
| 172 | Thanks go to Adrian Grigo.</para>
|
---|
| 173 | </listitem>
|
---|
| 174 | <listitem>
|
---|
| 175 | <para>[abradford] - Link ${CLFS}/etc/init.d/rcS to
|
---|
| 176 | ${CLFS}/etc/rc.d/startup so that BusyBox's init can find the startup
|
---|
| 177 | scripts.</para>
|
---|
| 178 | </listitem>
|
---|
| 179 | <listitem>
|
---|
| 180 | <para>[abradford] - Updated mdev configuration such that video output
|
---|
| 181 | is disabled by default to ensure no errors if video is not
|
---|
| 182 | available.</para>
|
---|
| 183 | </listitem>
|
---|
| 184 | </itemizedlist>
|
---|
| 185 | </listitem>
|
---|
| 186 |
|
---|
[79c069a] | 187 | <listitem>
|
---|
| 188 | <para>March 23, 2011</para>
|
---|
| 189 | <itemizedlist>
|
---|
| 190 | <listitem>
|
---|
| 191 | <para>[abradford] - Remove mknod commands as mdev takes care of creating
|
---|
| 192 | all required entries in /dev automatically.</para>
|
---|
| 193 | </listitem>
|
---|
| 194 | <listitem>
|
---|
| 195 | <para>[abradford] - Moved change ownership section to be as late in the
|
---|
| 196 | book as possible and only operate on a copy of the file system.</para>
|
---|
| 197 | </listitem>
|
---|
| 198 | </itemizedlist>
|
---|
| 199 | </listitem>
|
---|
| 200 |
|
---|
| 201 | <listitem>
|
---|
| 202 | <para>March 18, 2011</para>
|
---|
| 203 | <itemizedlist>
|
---|
| 204 | <listitem>
|
---|
| 205 | <para>[abradford] - Copy libgcc library to target as it's needed by
|
---|
| 206 | at least e2fsprogs.</para>
|
---|
| 207 | </listitem>
|
---|
| 208 | </itemizedlist>
|
---|
| 209 | </listitem>
|
---|
| 210 |
|
---|
| 211 | <listitem>
|
---|
| 212 | <para>March 7, 2011</para>
|
---|
| 213 | <itemizedlist>
|
---|
| 214 | <listitem>
|
---|
| 215 | <para>[abradford] - Added optional information for building C++
|
---|
| 216 | compiler.</para>
|
---|
| 217 | </listitem>
|
---|
| 218 | <listitem>
|
---|
| 219 | <para>[abradford] - Updated bootscripts install target and package contents
|
---|
| 220 | to match current bootscripts.</para>
|
---|
| 221 | </listitem>
|
---|
| 222 | </itemizedlist>
|
---|
| 223 | </listitem>
|
---|
| 224 |
|
---|
[b1c0498] | 225 | <listitem>
|
---|
[b54e969] | 226 | <para>February 24, 2011</para>
|
---|
[b1c0498] | 227 | <itemizedlist>
|
---|
| 228 | <listitem>
|
---|
| 229 | <para>[abradford] - Added --disable-multilib to GCC builds.</para>
|
---|
| 230 | </listitem>
|
---|
| 231 | </itemizedlist>
|
---|
| 232 | </listitem>
|
---|
[a9e389d] | 233 |
|
---|
[9eb69a2] | 234 | <listitem>
|
---|
[84b1adc] | 235 | <para>February 10, 2011</para>
|
---|
[9eb69a2] | 236 | <itemizedlist>
|
---|
| 237 | <listitem>
|
---|
[84b1adc] | 238 | <para>[abradford] - Changed GCC Static and Final to build GCC for
|
---|
| 239 | ${CLFS_ABI} for ARM and MIPS, ${CLFS_CPU} for x86. This removes the
|
---|
| 240 | need for using the ${BUILD} variable when building packages.</para>
|
---|
| 241 | </listitem>
|
---|
| 242 | <listitem>
|
---|
| 243 | <para>[abradford] - Updated Resources section.</para>
|
---|
[9eb69a2] | 244 | </listitem>
|
---|
[84b1adc] | 245 | </itemizedlist>
|
---|
| 246 | </listitem>
|
---|
| 247 |
|
---|
| 248 | <listitem>
|
---|
| 249 | <para>January 30, 2011</para>
|
---|
| 250 | <itemizedlist>
|
---|
[9eb69a2] | 251 | <listitem>
|
---|
| 252 | <para>[abradford] - Updated MPFR download link.</para>
|
---|
| 253 | </listitem>
|
---|
| 254 | <listitem>
|
---|
| 255 | <para>[abradford] - Updated GCC to version 4.5.2.</para>
|
---|
| 256 | </listitem>
|
---|
| 257 | <listitem>
|
---|
| 258 | <para>[abradford] - Updated Binutils to version 2.21.</para>
|
---|
| 259 | </listitem>
|
---|
| 260 | <listitem>
|
---|
| 261 | <para>[abradford] - Added information to GCC's configure options.</para>
|
---|
| 262 | </listitem>
|
---|
| 263 | <listitem>
|
---|
| 264 | <para>[abradford] - Updated Iana-Etc to use more up-to-date data.</para>
|
---|
| 265 | </listitem>
|
---|
| 266 | </itemizedlist>
|
---|
| 267 | </listitem>
|
---|
| 268 |
|
---|
[43f9644] | 269 | <listitem>
|
---|
| 270 | <para>Janurary 10, 2011</para>
|
---|
| 271 | <itemizedlist>
|
---|
| 272 | <listitem>
|
---|
| 273 | <para>[jciccone] - Changes Submitted By Andrew Bradford via the
|
---|
| 274 | CLFS-Dev Mailing List. Updated E2fsprogs to 1.41.14 and changed some
|
---|
| 275 | configure switches for uClibc compatibility.</para>
|
---|
| 276 | </listitem>
|
---|
| 277 | </itemizedlist>
|
---|
| 278 | </listitem>
|
---|
| 279 |
|
---|
[a9bbc46] | 280 | <listitem>
|
---|
| 281 | <para>November 28, 2010</para>
|
---|
| 282 | <itemizedlist>
|
---|
[93539e4] | 283 | <listitem>
|
---|
| 284 | <para>[jciccone] - Updated BusyBox to 1.17.3.</para>
|
---|
| 285 | </listitem>
|
---|
[a9bbc46] | 286 | <listitem>
|
---|
| 287 | <para>[jciccone] - Updated uClibc to 0.9.31.</para>
|
---|
| 288 | </listitem>
|
---|
| 289 | </itemizedlist>
|
---|
| 290 | </listitem>
|
---|
| 291 |
|
---|
[e269c28] | 292 | <listitem>
|
---|
| 293 | <para>November 21, 2010</para>
|
---|
| 294 | <itemizedlist>
|
---|
[b6327d0] | 295 | <listitem>
|
---|
| 296 | <para>[jciccone] - Added MPC 0.8.2.</para>
|
---|
| 297 | </listitem>
|
---|
[35e0963] | 298 | <listitem>
|
---|
| 299 | <para>[jciccone] - Updated GCC to 4.5.1.</para>
|
---|
| 300 | </listitem>
|
---|
[c747e18] | 301 | <listitem>
|
---|
| 302 | <para>[jciccone] - Updated Binutils to 2.20.1.</para>
|
---|
| 303 | </listitem>
|
---|
[85fc1b3] | 304 | <listitem>
|
---|
| 305 | <para>[jciccone] - Updated MPFR to 3.0.0.</para>
|
---|
| 306 | </listitem>
|
---|
[b0b1007] | 307 | <listitem>
|
---|
| 308 | <para>[jciccone] - Updated GMP to 5.0.1.</para>
|
---|
| 309 | </listitem>
|
---|
[6a5e076] | 310 | <listitem>
|
---|
| 311 | <para>[jciccone] - Updated the Linux Kernel to 2.6.36.</para>
|
---|
| 312 | </listitem>
|
---|
[e269c28] | 313 | <listitem>
|
---|
| 314 | <para>[jciccone] - Make sure we change CLFS_HOST before we set it.
|
---|
| 315 | Also make sure that CLFS_HOST gets saved to the bashrc.</para>
|
---|
| 316 | </listitem>
|
---|
| 317 | </itemizedlist>
|
---|
| 318 | </listitem>
|
---|
| 319 |
|
---|
[e2fbc29] | 320 | <listitem>
|
---|
| 321 | <para>November 8, 2008</para>
|
---|
| 322 | <itemizedlist>
|
---|
[2567553] | 323 | <listitem>
|
---|
| 324 | <para>[jciccone] - Updated Busybox to 1.12.1.</para>
|
---|
| 325 | </listitem>
|
---|
[e2fbc29] | 326 | <listitem>
|
---|
| 327 | <para>[jciccone] - Updated uClibc to 0.9.30-rc3.</para>
|
---|
| 328 | </listitem>
|
---|
| 329 | </itemizedlist>
|
---|
| 330 | </listitem>
|
---|
| 331 |
|
---|
[0194a60] | 332 | <listitem>
|
---|
| 333 | <para>November 8, 2008</para>
|
---|
| 334 | <itemizedlist>
|
---|
| 335 | <listitem>
|
---|
| 336 | <para>[jciccone] - Dropped the uClibc Headers Page.</para>
|
---|
| 337 | </listitem>
|
---|
| 338 | <listitem>
|
---|
| 339 | <para>[jciccone] - Updated GCC to 4.3.2.</para>
|
---|
| 340 | </listitem>
|
---|
| 341 | <listitem>
|
---|
| 342 | <para>[jciccone] - Updated Binutils to 2.19.</para>
|
---|
| 343 | </listitem>
|
---|
| 344 | </itemizedlist>
|
---|
| 345 | </listitem>
|
---|
| 346 |
|
---|
[78aecb6] | 347 | <listitem>
|
---|
| 348 | <para>Janurary 9, 2008</para>
|
---|
| 349 | <itemizedlist>
|
---|
| 350 | <listitem>
|
---|
| 351 | <para>[jciccone] - Updated Busybox to 1.8.2.</para>
|
---|
| 352 | </listitem>
|
---|
| 353 | </itemizedlist>
|
---|
| 354 | </listitem>
|
---|
| 355 |
|
---|
[e07077f] | 356 | <listitem>
|
---|
| 357 | <para>November 5, 2006</para>
|
---|
| 358 | <itemizedlist>
|
---|
| 359 | <listitem>
|
---|
| 360 | <para>[jim] - Start of CLFS Embedded Development.</para>
|
---|
| 361 | </listitem>
|
---|
| 362 | </itemizedlist>
|
---|
| 363 | </listitem>
|
---|
| 364 |
|
---|
[a9e389d] | 365 | </itemizedlist>
|
---|
| 366 |
|
---|
| 367 | </sect1>
|
---|