diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-03 17:41:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-03 17:41:05 +0000 |
commit | 450e682e4cc1b8091ef8ee71b48f4093dbb005ae (patch) | |
tree | d9bb82ef83945c4585137d5d0a484789735cd878 /chapter01 | |
parent | 7cf6e188717cb8f6ce77fbbcb3ae70f197ce7e0a (diff) |
Add pkg-config-0.26-internal-glib
Add popt-1.16
Fix problem building perl in some environments
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 19 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 |
2 files changed, 27 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b44e0c75d..3bbae69bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,25 @@ --> <listitem> + <para>2012-06-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add pkg-config-0.26-internal-glib to the + book. Fixes + <ulink url="&lfs-ticket-root;3105">#3105</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Add popt-1.16 to the book.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update Chapter 5 perl instructions + for the LFS environment. Fixes + <ulink url="&lfs-ticket-root;3104">#3104</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-05-30</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e40a7950d..25e8a76e0 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -251,6 +251,14 @@ <para>&perl-libc-patch;</para> </listitem> + <listitem> + <para>pkg-config-&pkgconfig-version;</para> + </listitem> + + <listitem> + <para>popt&popt-version;</para> + </listitem> + </itemizedlist> <itemizedlist> |