diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-16 20:49:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-16 20:49:53 +0000 |
commit | d02c56d5f5dc1d2a8bea323b95acb48cb940051e (patch) | |
tree | 3bd064cbb45f1f31fcbf358539df5d8cad5de5d3 /chapter01 | |
parent | 8b69ae47340020f78d57b1be48a93cf5f507f5d6 (diff) |
Update to man-pages-3.5.9.
Incorporate beta FHS.
Add /usr/share/ppd, /usr/libexec, /usr/share/color,
/usr/local/share/color, /var/lib/color, and /usr/share/dict.
Remove overrides for /usr/libexec: coreutils, findutils, gawk,
gcc, glibc, inetutils, man-db, and tar.
Move grub sbin executables from /usr/sbin to /sbin.
Document two new glibc errors in the regression tests.
Move man-db after util-linux to satisfy a test dependency
in /tools and to speed the test up.
Restore building the flex static library.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 60ffee416..57893afdc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,51 @@ </listitem> --> <listitem> + <para>2014-02-16</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to man-pages-3.5.9.</para> + </listitem> + <listitem> + <para>[bdubbs] - Incorporate beta FHS. Add + /usr/share/ppd, /usr/libexec, /usr/share/color, + /usr/local/share/color, /var/lib/color, and /usr/share/dict. + </para> + </listitem> + <listitem> + <para>[bdubbs] - Incorporate beta FHS. Remove overrides + for /usr/libexec: coreutils, findutils, gawk, gcc, glibc, + inetutils, man-db, and tar. Also fixes + <ulink url="&lfs-ticket-root;3498">#3498</ulink>. + </para> + </listitem> + <listitem> + <para>[bdubbs] - Incorporate beta FHS. Move grub sbin + executables from /usr/sbin to /sbin. + </para> + </listitem> + <listitem> + <para>[bdubbs] - Document two new glibc errors in the + regression tests. + </para> + </listitem> + <listitem> + <para>[bdubbs] - Move man-db after util-linux to satisfy + a test dependency. + </para> + </listitem> + <listitem> + <para>[bdubbs] - Update automake tests to accomodate util-linux + in /tools and to speed the test up. + </para> + </listitem> + <listitem> + <para>[bdubbs] - Restore building the flex static library. + </para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2014-02-14</para> <itemizedlist> <listitem> |