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