source: chapter01/changelog.xml@ 8f192d8

6.1.1
Last change on this file since 8f192d8 was 8f192d8, checked in by Ken Moffat <ken@…>, 19 years ago

binutils and glibc patches, space/time updates

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

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scatter-changelog">
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 six 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>Perl 5.8.7</para></listitem>
23<listitem><para>Zlib 1.2.3</para></listitem>
24</itemizedlist>
25</listitem>
26
27<listitem><para>Added:</para>
28<itemizedlist>
29<listitem><para>binutils-&binutils-version;-gcc4-1.patch</para></listitem>
30<listitem><para>bzip2-&bzip2-version;-install_docs-1.patch</para></listitem>
31<listitem><para>bzip2-&bzip2-version;-bzgrep_security-1.patch</para></listitem>
32<listitem><para>glibc-&glibc-version;-rtld_search_dirs-1.patch</para></listitem>
33<listitem><para>texinfo-&texinfo-version;-tempfile_fix-1.patch</para></listitem>
34<listitem><para>util-linux-&util-linux-version;-umount_fix-1.patch</para></listitem>
35<listitem><para>vim-&vim-version;-security_fix-2.patch</para></listitem>
36</itemizedlist>
37</listitem>
38
39<listitem><para>Removed:</para>
40<itemizedlist>
41<listitem><para>zlib-1.2.2-security_fix-1.patch;</para></listitem>
42</itemizedlist>
43</listitem>
44
45<listitem><para>October 14th, 2005 [ken]: Added a patch to allow binutils
46to be built from a host running gcc-4, updateid gcc instructions for the rtld
47patch, updated space/time for perl and zlib.</para></listitem>
48
49<listitem><para>October 14th, 2005 [matt]: Added a patch to fix a security
50vulnerability in util-linux.</para></listitem>
51
52<listitem><para>October 14th, 2005 [matt]: Added the updated vim security patch.
53</para></listitem>
54
55<listitem><para>October 14th, 2005 [jhuntwork]: Added the bzip2 security
56and install docs patches.</para></listitem>
57
58<listitem><para>October 14th, 2005 [jhuntwork]: Added the tempfile patch
59for texinfo.</para></listitem>
60
61<listitem><para>October 14th, 2005 [ken]: Update packages and patches in
62the changelog to only reflect changes since 6.1. Update zlib.</para></listitem>
63
64<listitem><para>October 13th, 2005 [ken]: Fix known errors in lists of
65installed files and bump the perl version.</para></listitem>
66
67</itemizedlist>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.