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