source: clfs-embedded/BOOK/introduction/common/changelog.xml@ 1b109e6

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

Updated changelog.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[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
[79c069a]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
[b1c0498]77 <listitem>
[b54e969]78 <para>February 24, 2011</para>
[b1c0498]79 <itemizedlist>
80 <listitem>
81 <para>[abradford] - Added --disable-multilib to GCC builds.</para>
82 </listitem>
83 </itemizedlist>
84 </listitem>
[a9e389d]85
[9eb69a2]86 <listitem>
[84b1adc]87 <para>February 10, 2011</para>
[9eb69a2]88 <itemizedlist>
89 <listitem>
[84b1adc]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>
[9eb69a2]96 </listitem>
[84b1adc]97 </itemizedlist>
98 </listitem>
99
100 <listitem>
101 <para>January 30, 2011</para>
102 <itemizedlist>
[9eb69a2]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
[43f9644]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
[a9bbc46]132 <listitem>
133 <para>November 28, 2010</para>
134 <itemizedlist>
[93539e4]135 <listitem>
136 <para>[jciccone] - Updated BusyBox to 1.17.3.</para>
137 </listitem>
[a9bbc46]138 <listitem>
139 <para>[jciccone] - Updated uClibc to 0.9.31.</para>
140 </listitem>
141 </itemizedlist>
142 </listitem>
143
[e269c28]144 <listitem>
145 <para>November 21, 2010</para>
146 <itemizedlist>
[b6327d0]147 <listitem>
148 <para>[jciccone] - Added MPC 0.8.2.</para>
149 </listitem>
[35e0963]150 <listitem>
151 <para>[jciccone] - Updated GCC to 4.5.1.</para>
152 </listitem>
[c747e18]153 <listitem>
154 <para>[jciccone] - Updated Binutils to 2.20.1.</para>
155 </listitem>
[85fc1b3]156 <listitem>
157 <para>[jciccone] - Updated MPFR to 3.0.0.</para>
158 </listitem>
[b0b1007]159 <listitem>
160 <para>[jciccone] - Updated GMP to 5.0.1.</para>
161 </listitem>
[6a5e076]162 <listitem>
163 <para>[jciccone] - Updated the Linux Kernel to 2.6.36.</para>
164 </listitem>
[e269c28]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
[e2fbc29]172 <listitem>
173 <para>November 8, 2008</para>
174 <itemizedlist>
[2567553]175 <listitem>
176 <para>[jciccone] - Updated Busybox to 1.12.1.</para>
177 </listitem>
[e2fbc29]178 <listitem>
179 <para>[jciccone] - Updated uClibc to 0.9.30-rc3.</para>
180 </listitem>
181 </itemizedlist>
182 </listitem>
183
[0194a60]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
[78aecb6]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
[e07077f]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
[a9e389d]217 </itemizedlist>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.