source: chapter01/changelog.xml@ 3b5cbe3

Last change on this file since 3b5cbe3 was 3b5cbe3, checked in by Jeremy Utley <jeremy@…>, 20 years ago

More package updates - see changelog for details

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4340 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scatter-changelog" condition="html">
7<title>Changelog</title>
8<?dbhtml filename="changelog.html"?>
9
10<para>This is version &version; of the Linux From Scratch book, dated
11&releasedate;. If this book is more than two months old, a newer and better
12version is probably already available. To find out, please check one of the
13mirrors via <ulink url="&lfs-root;"/>.</para>
14
15<para>Below is a list of changes made since the previous release of the book,
16first a summary, then a detailed log.</para>
17
18<itemizedlist>
19
20<listitem><para>Upgraded to:</para>
21<itemizedlist>
22<listitem><para>Automake 1.9.3</para></listitem>
23<listitem><para>Binutils 2.15.92.0.2</para></listitem>
24<listitem><para>File 4.12</para></listitem>
25<listitem><para>Findutils 4.2.3</para></listitem>
26<listitem><para>GCC 3.4.2</para></listitem>
27<listitem><para>Glibc 20041011</para></listitem>
28<listitem><para>Grep 2.5.1a</para></listitem>
29<listitem><para>Iana-Etc 1.03</para></listitem>
30<listitem><para>Iproute2 2.6.9-041019</para></listitem>
31<listitem><para>LFS-Bootscripts 2.2.3</para></listitem>
32<listitem><para>Libtool 1.5.10</para></listitem>
33<listitem><para>Linux 2.6.9</para></listitem>
34<listitem><para>Linux-libc-headers 2.6.9.1</para></listitem>
35<listitem><para>Man 1.5o1</para></listitem>
36<listitem><para>Man-pages 1.70</para></listitem>
37<listitem><para>Module-init-tools 3.1</para></listitem>
38<listitem><para>Procps 3.2.4</para></listitem>
39<listitem><para>Shadow 4.0.6</para></listitem>
40<listitem><para>Tcl 8.4.8</para></listitem>
41<listitem><para>Udev 046</para></listitem>
42<listitem><para>Util-linux 2.12i</para></listitem>
43<listitem><para>Zlib 1.2.2</para></listitem>
44</itemizedlist>
45</listitem>
46
47<listitem><para>Added:</para>
48<itemizedlist>
49<listitem><para>Hotplug 2004_09_23</para></listitem>
50<listitem><para>Libol 0.3.14</para></listitem>
51<listitem><para>Syslog-ng 1.6.5</para></listitem>
52</itemizedlist>
53</listitem>
54
55<listitem><para>Removed:</para>
56<itemizedlist>
57<listitem><para>Sysklogd 1.4.1</para></listitem>
58<listitem><para>util-linux-2.12b-sfdisk-1.patch</para></listitem>
59<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
60</itemizedlist>
61</listitem>
62
63<listitem><para>December 2, 2004 [jeremy]: Upgraded to TCL 8.4.8, Grep 2.5.1a
64Util-linux 2.12i, Iana-etc 1.03, File 4.12, Module-init-tools 3.1, Procps 3.2.4
65</para></listitem>
66
67<listitem><para>December 2, 2004 [jeremy]: Migrated change from unstable to
68build Glibc against sanitized linux-libc-headers instead of raw kernel headers,
69bringing us more in line with what the kernel developers think should be
70happening.</para></listitem>
71
72<listitem><para>December 1, 2004 [jeremy]: Dropped Udev from being built in
73Chapter 5, in favor of creating a minimal set of devices at the beginning
74of Chapter 6. All devices are created after the installation of Udev near
75the end of Chapter 6</para></listitem>
76
77<listitem><para>December 1, 2004 [jeremy]: Upgraded to Automake 1.9.3,
78Binutils 2.15.92.0.2, Findutils 4.2.3, GCC 3.4.2, Glibc 20041011, Iana-Etc 1.02
79Iproute2 2.6.9-041019, LFS-Bootscripts 2.2.3, Libtool 1.5.10, Linux 2.6.9
80Linux-libc-headers 2.6.9.1, Man 1.5o1, Man-pages 1.70, Shadow 4.0.6,
81Udev 046, Zlib 1.2.2, Hotplug 2004_09_23, Libol 0.3.14, Syslog-ng 1.6.5</para></listitem>
82
83</itemizedlist>
84
85<para>Branch frozen for LFS 6.0 as of October 10, 2004</para>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.