source: clfs-embedded/BOOK/introduction/common/changelog.xml @ 79c069a

Last change on this file since 79c069a was 79c069a, checked in by Andrew Bradford <bradfa@…>, 13 years ago

Updated changelog.

  • Property mode set to 100644
File size: 6.3 KB
Line 
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>March 23, 2011</para>
41      <itemizedlist>
42        <listitem>
43          <para>[abradford] - Remove mknod commands as mdev takes care of creating
44          all required entries in /dev automatically.</para>
45        </listitem>
46        <listitem>
47          <para>[abradford] - Moved change ownership section to be as late in the
48          book as possible and only operate on a copy of the file system.</para>
49        </listitem>
50      </itemizedlist>
51    </listitem>
52
53    <listitem>
54      <para>March 18, 2011</para>
55      <itemizedlist>
56        <listitem>
57          <para>[abradford] - Copy libgcc library to target as it's needed by
58          at least e2fsprogs.</para>
59        </listitem>
60      </itemizedlist>
61    </listitem>
62
63    <listitem>
64      <para>March 7, 2011</para>
65      <itemizedlist>
66        <listitem>
67          <para>[abradford] - Added optional information for building C++
68          compiler.</para>
69        </listitem>
70        <listitem>
71          <para>[abradford] - Updated bootscripts install target and package contents
72          to match current bootscripts.</para>
73        </listitem>
74      </itemizedlist>
75    </listitem>
76
77    <listitem>
78      <para>February 24, 2011</para>
79      <itemizedlist>
80        <listitem>
81          <para>[abradford] - Added --disable-multilib to GCC builds.</para>
82        </listitem>
83      </itemizedlist>
84    </listitem>
85
86    <listitem>
87      <para>February 10, 2011</para>
88      <itemizedlist>
89        <listitem>
90          <para>[abradford] - Changed GCC Static and Final to build GCC for
91          ${CLFS_ABI} for ARM and MIPS, ${CLFS_CPU} for x86.  This removes the
92          need for using the ${BUILD} variable when building packages.</para>
93        </listitem>
94        <listitem>
95          <para>[abradford] - Updated Resources section.</para>
96        </listitem>
97      </itemizedlist>
98    </listitem>
99   
100    <listitem>
101      <para>January 30, 2011</para>
102      <itemizedlist>
103        <listitem>
104          <para>[abradford] - Updated MPFR download link.</para>
105        </listitem>
106        <listitem>
107          <para>[abradford] - Updated GCC to version 4.5.2.</para>
108        </listitem>
109        <listitem>
110          <para>[abradford] - Updated Binutils to version 2.21.</para>
111        </listitem>
112        <listitem>
113          <para>[abradford] - Added information to GCC's configure options.</para>
114        </listitem>
115        <listitem>
116          <para>[abradford] - Updated Iana-Etc to use more up-to-date data.</para>
117        </listitem>
118      </itemizedlist>
119    </listitem>
120
121    <listitem>
122      <para>Janurary 10, 2011</para>
123      <itemizedlist>
124        <listitem>
125          <para>[jciccone] - Changes Submitted By Andrew Bradford via the
126          CLFS-Dev Mailing List. Updated E2fsprogs to 1.41.14 and changed some
127          configure switches for uClibc compatibility.</para>
128        </listitem>
129      </itemizedlist>
130    </listitem>
131
132    <listitem>
133      <para>November 28, 2010</para>
134      <itemizedlist>
135        <listitem>
136          <para>[jciccone] - Updated BusyBox to 1.17.3.</para>
137        </listitem>
138        <listitem>
139          <para>[jciccone] - Updated uClibc to 0.9.31.</para>
140        </listitem>
141      </itemizedlist>
142    </listitem>
143
144    <listitem>
145      <para>November 21, 2010</para>
146      <itemizedlist>
147        <listitem>
148          <para>[jciccone] - Added MPC 0.8.2.</para>
149        </listitem>
150        <listitem>
151          <para>[jciccone] - Updated GCC to 4.5.1.</para>
152        </listitem>
153        <listitem>
154          <para>[jciccone] - Updated Binutils to 2.20.1.</para>
155        </listitem>
156        <listitem>
157          <para>[jciccone] - Updated MPFR to 3.0.0.</para>
158        </listitem>
159        <listitem>
160          <para>[jciccone] - Updated GMP to 5.0.1.</para>
161        </listitem>
162        <listitem>
163          <para>[jciccone] - Updated the Linux Kernel to 2.6.36.</para>
164        </listitem>
165        <listitem>
166          <para>[jciccone] - Make sure we change CLFS_HOST before we set it.
167          Also make sure that CLFS_HOST gets saved to the bashrc.</para>
168        </listitem>
169      </itemizedlist>
170    </listitem>
171
172    <listitem>
173      <para>November 8, 2008</para>
174      <itemizedlist>
175        <listitem>
176          <para>[jciccone] - Updated Busybox to 1.12.1.</para>
177        </listitem>
178        <listitem>
179          <para>[jciccone] - Updated uClibc to 0.9.30-rc3.</para>
180        </listitem>
181      </itemizedlist>
182    </listitem>
183
184    <listitem>
185      <para>November 8, 2008</para>
186      <itemizedlist>
187        <listitem>
188          <para>[jciccone] - Dropped the uClibc Headers Page.</para>
189        </listitem>
190        <listitem>
191          <para>[jciccone] - Updated GCC to 4.3.2.</para>
192        </listitem>
193        <listitem>
194          <para>[jciccone] - Updated Binutils to 2.19.</para>
195        </listitem>
196      </itemizedlist>
197    </listitem>
198
199    <listitem>
200      <para>Janurary 9, 2008</para>
201      <itemizedlist>
202        <listitem>
203          <para>[jciccone] - Updated Busybox to 1.8.2.</para>
204        </listitem>
205      </itemizedlist>
206    </listitem>
207
208    <listitem>
209      <para>November 5, 2006</para>
210      <itemizedlist>
211        <listitem>
212          <para>[jim] - Start of CLFS Embedded Development.</para>
213        </listitem>
214      </itemizedlist>
215    </listitem>
216
217  </itemizedlist>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.