source: BOOK/introduction/common/changelog.xml@ cd44021

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since cd44021 was 86e0296, checked in by Chris Staub <chris@…>, 11 years ago

Install last and mesg from util-linux instead of sysvinit

  • Property mode set to 100644
File size: 5.0 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
14 book, dated &releasedate;. If this book is more than six months old, a newer
15 and better version is probably already available. To find out, please check
16 one of the 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] - Changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Another changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37
38-->
39 <listitem>
40 <para>22 November 2013</para>
41 <itemizedlist>
42 <listitem>
43 <para>[Chris] - Util-linux now installs last and mesg by
44 default, so use those instead of the versions in Sysvinit.</para>
45 </listitem>
46 </itemizedlist>
47 </listitem>
48
49 <listitem>
50 <para>18 November 2013</para>
51 <itemizedlist>
52 <listitem>
53 <para>[William Harrington] - Move creation of dummy groups and user to final-system Util-linux.</para>
54 </listitem>
55 <listitem>
56 <para>[William Harrington] - Remove SUBDIRS variable from final-system Coreutils test command.</para>
57 </listitem>
58 <listitem>
59 <para>[William Harrington] - Adjust Util-linux test commands.</para>
60 </listitem>
61 </itemizedlist>
62 </listitem>
63
64 <listitem>
65 <para>13 November 2013</para>
66 <itemizedlist>
67 <listitem>
68 <para>[William Harrington] - Adjust Util-linux check commands.</para>
69 </listitem>
70 <listitem>
71 <para>[William Harrington] - Move Shadow before Util-Linux in final-system.</para>
72 </listitem>
73 <listitem>
74 <para>[William Harrington] - Update Bison to 3.0.1.</para>
75 </listitem>
76 <listitem>
77 <para>[William Harrington] - Remove Bison 3.0 eof patch.</para>
78 </listitem>
79 </itemizedlist>
80 </listitem>
81
82 <listitem>
83 <para>11 November 2013</para>
84 <itemizedlist>
85 <listitem>
86 <para>[William Harrington] - Update TZDATA to 2013h.</para>
87 </listitem>
88 <listitem>
89 <para>[William Harrington] - Add MPFR 3.1.2 Fixes patch.</para>
90 </listitem>
91 <listitem>
92 <para>[William Harrington] - Update Grep to 2.15.</para>
93 </listitem>
94 <listitem>
95 <para>[William Harrington] - Update Linux to 3.12.</para>
96 </listitem>
97 <listitem>
98 <para>[William Harrington] - Add a sed for Texinfo 5.x to all sections of Binutils.</para>
99 </listitem>
100 <listitem>
101 <para>[William Harrington] - Update Texinfo to 5.2.</para>
102 </listitem>
103 <listitem>
104 <para>[William Harrington] - Update KBD to 2.0.1.</para>
105 </listitem>
106 <listitem>
107 <para>[William Harrington] - Update Check to 0.9.11.</para>
108 </listitem>
109 <listitem>
110 <para>[William Harrington] - Update Automake to 1.14.</para>
111 </listitem>
112 <listitem>
113 <para>[William Harrington] - Update Make to 4.0.</para>
114 </listitem>
115 <listitem>
116 <para>[William Harrington] - Add a Sed command to EGLIBC for Make-4.x.</para>
117 </listitem>
118 <listitem>
119 <para>[William Harrington] - Move Check to temp-system.</para>
120 </listitem>
121 </itemizedlist>
122 </listitem>
123
124 <listitem>
125 <para>09 November 2013</para>
126 <itemizedlist>
127 <listitem>
128 <para>[William Harrington] - Add PKG_CONFIG= in front of configure line for chroot and boot Util-linux for hosts with pkg-config installed.</para>
129 </listitem>
130 </itemizedlist>
131 </listitem>
132
133 <listitem>
134 <para>25 October 2013</para>
135 <itemizedlist>
136 <listitem>
137 <para>[William Harrington] - Updated Util-Linux to 2.24.</para>
138 </listitem>
139 <listitem>
140 <para>[William Harrington] - Updated Tar to 1.27.</para>
141 </listitem>
142 <listitem>
143 <para>[William Harrington] - Updated Linux to 3.10.17.</para>
144 </listitem>
145 <listitem>
146 <para>[William Harrington] - Updated GCC to 4.8.2.</para>
147 </listitem>
148 <listitem>
149 <para>[William Harrington] - Updated CLooG to 0.18.1.</para>
150 </listitem>
151
152 <listitem>
153 <para>[William Harrington] - Changelog restarted, see the 2.1.0 book for the old changelog.</para>
154 </listitem>
155 </itemizedlist>
156 </listitem>
157
158 </itemizedlist>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.