diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | entities/bash.ent | 4 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dc86b70c7..36ade081a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,10 @@ <itemizedlist> +<listitem><para>August 28, 2003 [jeremy] - New +bash-2.05b-2.patch file to include the 7 patches +from ftp.gnu.org</para></listitem> + <listitem><para>August 27, 2003 [jeremy] - Chapter 06 - Inetutils: Added --sysconfdir=/etc --localstatedir=/var and moved the ping binary from /usr/bin to /bin</para> diff --git a/entities/bash.ent b/entities/bash.ent index 75117fa08..08842359e 100644 --- a/entities/bash.ent +++ b/entities/bash.ent @@ -19,8 +19,8 @@ <!ENTITY bash-package "bash-&bash-version;.tar.bz2"> <!ENTITY bash-dir "bash-&bash-version;"> <!ENTITY bash-size "1,766 KB"> -<!ENTITY bash-patch-version "2.05b"> -<!ENTITY bash-patch-size "4 KB"> +<!ENTITY bash-patch-version "2.05b-2"> +<!ENTITY bash-patch-size "7.6 KB"> <!ENTITY bash-compsize-static "24 MB"> <!ENTITY bash-time-static "1 SBU"> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030827"> -<!ENTITY releasedate "August 27th, 2003"> +<!ENTITY version "20030828"> +<!ENTITY releasedate "August 28th, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> |