diff options
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/shadow.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 4 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1de75f550..f610ce03f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -95,6 +95,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>November 13th, 2004 [jeremy]: Corrected IPRoute2's patch name, removed some unneeded commands in shadow.</para></listitem> + <listitem><para>November 4th, 2004 [jeremy]: Upgraded automake, man-pages, shadow, findutils, linux, libc-headers, udev, iproute, and zlib to their latest versions.</para></listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index cd7ec1c65..a753e7ce3 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -33,16 +33,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> <screen><userinput>./configure --libdir=/usr/lib --enable-shared</userinput></screen> -<para>Work around a problem that prevents Shadow's internationalization from -working:</para> - -<screen><userinput>echo '#define HAVE_SETLOCALE 1' >> config.h</userinput></screen> - -<para>Shadow incorrectly declares the malloc() function, causing compilation -failure. Fix this:</para> - -<screen><userinput>sed -i '/extern char/d' libmisc/xmalloc.c</userinput></screen> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> diff --git a/general.ent b/general.ent index f29255877..ebe6e2e94 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20041104"> -<!ENTITY releasedate "November 4, 2004"> +<!ENTITY version "SVN-20041113"> +<!ENTITY releasedate "November 13, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |