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