source: chapter01/changelog.xml@ ecc9beb

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ecc9beb was ecc9beb, checked in by Jeremy Utley <jeremy@…>, 19 years ago

Upgrade to Texinfo 4.8

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

  • 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.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="no-print">
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 differences between the Testing and Unstable versions
16of the LFS Book.</para>
17
18<itemizedlist>
19
20<listitem><para>Upgraded to:</para>
21<itemizedlist>
22<listitem><para>automake-1.9.4</para></listitem>
23<listitem><para>bison-2.0</para></listitem>
24<listitem><para>findutils-4.2.10</para></listitem>
25<listitem><para>gcc-3.4.3</para></listitem>
26<listitem><para>glibc-20041220</para></listitem>
27<listitem><para>lfs-bootscripts-3.1.0</para></listitem>
28<listitem><para>linux-2.6.10</para></listitem>
29<listitem><para>man-pages-2.01</para></listitem>
30<listitem><para>perl-5.8.6</para></listitem>
31<listitem><para>sysvinit-2.86</para></listitem>
32<listitem><para>tar-1.15.1</para></listitem>
33<listitem><para>tcl-8.4.9</para></listitem>
34<listitem><para>texinfo-4.8</para></listitem>
35<listitem><para>udev-050</para></listitem>
36<listitem><para>util-linux-2.12p</para></listitem>
37</itemizedlist>
38</listitem>
39
40<listitem><para>Added:</para>
41<itemizedlist>
42<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
43<listitem><para>linux-2.6.10-security_fix-1.patch</para></listitem>
44<listitem><para>vim-6.3-security_fix-1.patch</para></listitem>
45</itemizedlist>
46</listitem>
47
48<listitem><para>Removed:</para>
49<itemizedlist>
50<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
51<listitem><para>texinfo-4.7-segfault-1.patch</para></listitem>
52</itemizedlist>
53</listitem>
54
55<listitem><para>January 5th, 2005 [jeremy]: Upgraded to Texinfo 4.8</para></listitem>
56
57<listitem><para>December 31st, 2004 [jeremy]: Oops - forgot to remove the
58separate targets for hotplug and syslog-ng - fixed.</para></listitem>
59
60<listitem><para>December 31st, 2004 [jeremy]: Upgrade to LFS-Bootscripts 3.1.0</para></listitem>
61
62<listitem><para>December 30th, 2004 [jeremy]: Added Archaic's sed to stop
63installation of shadow's groups binary, as well as it's man page.</para></listitem>
64
65<listitem><para>December 30th, 2004 [jeremy]: Added Vim security vulnerability patch - Thanks Matt</para></listitem>
66
67<listitem><para>December 30th, 2004 [jeremy]: Added Linux kernel security vulnerability fix into chapter 8</para></listitem>
68
69<listitem><para>December 30th, 2004 [jeremy]: Upgrade Bison to version 2.0</para></listitem>
70
71<listitem><para>December 25th, 2004 [jeremy]: Upgrade to glibc snapshot
72of 20041220</para></listitem>
73
74<listitem><para>December 25th, 2004 [jeremy]: Upgrade to Udev 050</para></listitem>
75
76<listitem><para>December 25th, 2004 [jeremy]: Upgraded to Tar 1.15.1</para></listitem>
77
78<listitem><para>December 25th, 2004 [jeremy]: Upgraded to util-linux 2.12p,
79added patch from Alexander to fix compilation issue</para></listitem>
80
81<listitem><para>December 25th, 2004 [jeremy]: Updated to man-pages 2.01</para></listitem>
82
83<listitem><para>December 25th, 2004 [jeremy]: Upgraded to automake 1.9.4</para></listitem>
84
85<listitem><para>December 19th, 2004 [jeremy]: Updated GCC-testresults link to
86be appropriate for GCC 3.4.3</para></listitem>
87
88<listitem><para>December 19th, 2004 [jeremy]: Fixed shadow instructions so the sed doesn't create a blank file, from Robert Conolly and David Jensen</para></listitem>
89
90<listitem><para>December 17th, 2004 [jim]: Upgraded to findutils-4.2.10,
91man-pages-2.00, sysvinit-2.86, tcl-8.4.9, udev-049 and
92util-linux-2.12l.</para></listitem>
93
94<listitem><para>December 7th, 2004 [jim]: Fixed typo in shadow and in readline.
95Made recommended change from Robert Connolly on sed for shadow.</para></listitem>
96
97<listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6
98binutils, causing the patch name to be split on 2 lines. Thanks Robert
99Connolly!</para></listitem>
100
101<listitem><para>December 6th, 2004 [jim]: Fixes a few typo's done by me.
102Added a patch for IPRoute2 to fix usage with the newer findutils.
103Updated Readline and Zlib library location changes.
104Bumped findutils to 4.2.9 and util-linux 2.12j.
105Used the same methodology used on zlib and readline on shadow.</para></listitem>
106
107<listitem><para>December 4th, 2004 [jeremy]: Added binutils fix_strip patch</para></listitem>
108
109<listitem><para>December 3rd, 2004 [jim]: Changed readline and zlib instructions
110to use --libdir for the libraries. Bumped perl to 5.8.6. Corrected wording in
111readline.</para></listitem>
112
113<listitem><para>December 1st, 2004 [jeremy]: Minor entity revisions in the XML
114sources, patch courtesy of Boris Buegling.</para></listitem>
115
116<listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
117
118</itemizedlist>
119
120</sect1>
Note: See TracBrowser for help on using the repository browser.