123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
- ]>
- <sect1 id="ch-scatter-changelog">
- <?dbhtml filename="changelog.html"?>
- <title>Changelog</title>
- <para>This is version &version; of the Linux From Scratch book, dated
- &releasedate;. If this book is more than six months old, a newer and better
- version is probably already available. To find out, please check one of the
- mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
- <para>Below is a list of changes made since the previous release of the
- book.</para>
- <itemizedlist>
- <title>Changelog Entries:</title>
- <!-- Changelog template
- <listitem>
- <para>Date</para>
- <itemizedlist>
- <listitem>
- <para>[name] - New changelog entry.</para>
- </listitem>
- <listitem>
- <para>[name] - Previous changelog entry.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- -->
- <listitem>
- <para>2012-05-10</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Add /etc/lsb-release file in Chapter 9.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-05-09</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Update LSB packages in BLFS.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-05-05</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Various minor text changes to
- both book and bootscripts.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-05-06</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Zlib-1.2.7. Fixes
- <ulink url="&lfs-ticket-root;3078">#3078</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Apply latest upstream patches for Bash. Fixes
- <ulink url="&lfs-ticket-root;3077">#3077</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Add back a patch for Glibc that prevents various
- BLFS programs, such as aplay, from segfaulting.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-05-01</para>
- <itemizedlist>
- <listitem>
- <para>[ken] - Upgrade to Kbd-1.15.3. Fixes
- <ulink url="&lfs-ticket-root;2990">#2990</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-29</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.3.4. Fixes
- <ulink url="&lfs-ticket-root;3074">#3074</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Man-Pages-3.40. Fixes
- <ulink url="&lfs-ticket-root;3072">#3072</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Autoconf-2.69. Fixes
- <ulink url="&lfs-ticket-root;3071">#3071</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Automake-1.12. Fixes
- <ulink url="&lfs-ticket-root;3070">#3070</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Grep-2.12. Fixes
- <ulink url="&lfs-ticket-root;3068">#3068</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-26</para>
- <itemizedlist>
- <listitem>
- <para>[ken] - tidy some minor issues from the merge.
- </para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-25</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Incorporate changes developed and tested in the jh branch.
- </para>
- </listitem>
- <listitem>
- <para>[jhuntwork] - Update chapter 5 toolchain technical notes to match changes
- in build method.</para>
- </listitem>
- <listitem>
- <para>[jhuntwork] - Use --with-native-system-header-dir
- switch in chapter 5 gcc. This replaces seds that were used previously
- to alter the CROSS_SYSTEM_HEADER_DIR and NATIVE_SYSTEM_HEADER_DIR
- values to keep the toolchain searching for headers only in
- /tools/include and not /usr/include. Thanks to Pierre Labastie. Fixes
- <ulink url="&lfs-ticket-root;3066">#3066</ulink>.</para>
- </listitem>
- <listitem>
- <para>[jhuntwork] - Remove --without-cloog and --without-ppl from chapter 5 gcc.
- These are unnecessary since it doesn't matter if pass 1 gcc is linked against
- host libs and it should be impossible for the build of pass 2 gcc to find host
- headers or libs.</para>
- </listitem>
- <listitem>
- <para>[jhuntwork] - Adjust build method to use sysroot.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-24</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.3.3. Fixes
- <ulink url="&lfs-ticket-root;3067">#3067</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Man-Pages-3.39. Fixes
- <ulink url="&lfs-ticket-root;3065">#3065</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Kmod-8. Fixes
- <ulink url="&lfs-ticket-root;3064">#3064</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-19</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Change two group IDs to support a
- legacy program. Fixes
- <ulink url="&lfs-ticket-root;3061">#3061</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-15</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.3.2. Fixes
- <ulink url="&lfs-ticket-root;3063">#3063</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Automake-1.11.5. Fixes
- <ulink url="&lfs-ticket-root;3062">#3062</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Use su from chapter 6 Coreutils in the Bash
- instructions, instead of the one from chapter 5. Install su as su
- rather than su-tools in chapter 5. Fixes
- <ulink url="&lfs-ticket-root;3057">#3057</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-09</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Update networking bootscripts. See
- bootscripts change log for details.
- Fixes
- <ulink url="&lfs-ticket-root;3053">#3053</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-05</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Change the location for the python gdb module
- generated by gcc to the correct location. Fixes (again)
- <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-04-03</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.3.1. Fixes
- <ulink url="&lfs-ticket-root;3059">#3059</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Automake-1.11.4. Fixes
- <ulink url="&lfs-ticket-root;3058">#3058</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Gawk-4.0.1. Fixes
- <ulink url="&lfs-ticket-root;3056">#3056</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Util-Linux-2.21.1. Fixes
- <ulink url="&lfs-ticket-root;3055">#3055</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to E2fsprogs-1.42.2. Fixes
- <ulink url="&lfs-ticket-root;3051">#3051</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Coreutils-8.16 and drop the uname patch.
- Fixes <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-28</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Move a python module for gdb generated by gcc
- to a better location. Fixes
- <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
- </listitem>
- <listitem>
- <para>[bdubbs] - Adjust minimum version of xz-utils in Host
- Requirements.</para>
- </listitem>
- <listitem>
- <para>[bdubbs] - Reword description of log files in section
- Creating Essential Files.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-27</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Add a patch to fix building of Binutils with the
- -O3 compiler flag. Thanks to Pierre Labastie for the report.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Add the GCC fix patch back to Glibc instructions
- to fix a build issue on 32-bit hosts. Thanks to Pierre Labastie for
- the report.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-26</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Man-Pages-3.38. Fixes
- <ulink url="&lfs-ticket-root;3047">#3047</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to E2fsprogs-1.42.1. Fixes
- <ulink url="&lfs-ticket-root;3046">#3046</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Glibc-2.15. Fixes
- <ulink url="&lfs-ticket-root;3045">#3045</ulink>. Thanks to Andy
- Benton for the patch.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to GCC-4.7.0. Fixes
- <ulink url="&lfs-ticket-root;3044">#3044</ulink>. Thanks to Andy
- Benton for the patch.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to IPRoute2-3.3.0. Fixes
- <ulink url="&lfs-ticket-root;3043">#3043</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-22</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Fix corner case in ipv4-static script. </para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-20</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.3. Fixes
- <ulink url="&lfs-ticket-root;3042">#3042</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Kmod-7. Fixes
- <ulink url="&lfs-ticket-root;3041">#3041</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Udev-182. Fixes
- <ulink url="&lfs-ticket-root;3040">#3040</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-19</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - Move optional LVM initialization to the end
- of the udev boot script so an LVM partition can be used for swap.
- </para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-14</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Remove GCC's cross-compile patch as it isn't
- required.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Apply new upstream patches for Bash. Fixes
- <ulink url="&lfs-ticket-root;3037">#3037</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.2.11. Fixes
- <ulink url="&lfs-ticket-root;3036">#3036</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Man-Pages-3.37. Fixes
- <ulink url="&lfs-ticket-root;3034">#3034</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-11</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Workaround an issue in Gettext's configure script
- that can cause it to hang on certain hosts when determining the path
- for Emacs Lisp files on certain hosts. Reported by and fix provided
- by DJ Lucas.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-06</para>
- <itemizedlist>
- <listitem>
- <para>[matthew] - Upgrade to Libpipeline-1.2.1. Fixes
- <ulink url="&lfs-ticket-root;3031">#3031</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Kmod-6. Fixes
- <ulink url="&lfs-ticket-root;3030">#3030</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Grep-2.11. Fixes
- <ulink url="&lfs-ticket-root;3029">#3029</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to GCC-4.6.3. Fixes
- <ulink url="&lfs-ticket-root;3028">#3028</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Psmisc-22.16. Fixes
- <ulink url="&lfs-ticket-root;3026">#3026</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to File-5.11. Fixes
- <ulink url="&lfs-ticket-root;3024">#3024</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Linux-3.2.9. Fixes
- <ulink url="&lfs-ticket-root;3023">#3023</ulink>.</para>
- </listitem>
- <listitem>
- <para>[matthew] - Upgrade to Util-Linux-2.21. Fixes
- <ulink url="&lfs-ticket-root;3002">#3002</ulink>.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>2012-03-02</para>
- <itemizedlist>
- <listitem>
- <para>[bdubbs] - LFS-7.1 released.
- </para>
- </listitem>
- </itemizedlist>
- </listitem>
- </itemizedlist>
- </sect1>
|