aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter03/packages.xml2
-rw-r--r--chapter05/tcl.xml11
-rw-r--r--general.ent6
4 files changed, 16 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f8cdd826c..37a0f8e94 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>May 2, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[archaic] - Updated to tcl8.4.13.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 1, 2006</para>
<itemizedlist>
<listitem>
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index e6682c66e..f82001ee3 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -496,7 +496,7 @@
</varlistentry>
<varlistentry>
- <term>Tcl (&tcl-version;) - 2,672 KB:</term>
+ <term>Tcl (&tcl-version;) - 2,710 KB:</term>
<listitem>
<para>Home page: <ulink url="http://tcl.sourceforge.net/"/></para>
<para>Download: <ulink
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index f930ff747..d315b1931 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -25,7 +25,7 @@
<seglistitem>
<seg>0.9 SBU</seg>
- <seg>23.3 MB</seg>
+ <seg>23.8 MB</seg>
</seglistitem>
</segmentedlist>
@@ -42,15 +42,10 @@
(they are not mandatory), these packages are required to run the test
suites in <xref linkend="chapter-building-system"/>.</para>
- <para>Tcl's configure script has a syntax error:</para>
-
-<screen><userinput>cd unix
-cp -v configure{,.orig}
-sed "s/relid'/relid/" configure.orig &gt; configure</userinput></screen>
-
<para>Prepare Tcl for compilation:</para>
-<screen><userinput>./configure --prefix=/tools</userinput></screen>
+<screen><userinput>cd unix
+./configure --prefix=/tools</userinput></screen>
<para>Build the package:</para>
diff --git a/general.ent b/general.ent
index 4b19d7493..5c075ec7b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060501">
-<!ENTITY releasedate "May 1, 2006">
+<!ENTITY version "SVN-20060502">
+<!ENTITY releasedate "May 2, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
@@ -82,7 +82,7 @@
<!ENTITY sysklogd-version "1.4.1">
<!ENTITY sysvinit-version "2.86">
<!ENTITY tar-version "1.15.1">
-<!ENTITY tcl-version "8.4.12">
+<!ENTITY tcl-version "8.4.13">
<!ENTITY texinfo-version "4.8">
<!ENTITY udev-version "091">
<!ENTITY udev-config "udev-config-20060430">