Author: alexander
Date: 2008-03-17 09:09:51 -0600 (Mon, 17 Mar 2008)
New Revision: 7282

Added:
   trunk/BOOK/general/genlib/mcs.xml
   trunk/BOOK/general/genlib/mowgli.xml
Removed:
   trunk/BOOK/general/sysutils/mcs.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/general/sysutils/sysutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated MCS due to the old version being no longer available for download
and moved it to General Libraries. Added Mowgli as a dependency.

Audacious (the only package that uses MCS) works and can store its
configuration in plain files and kconfig. GConf is not tested.


Modified: trunk/BOOK/general/genlib/genlib.xml
===================================================================
--- trunk/BOOK/general/genlib/genlib.xml        2008-03-16 22:30:00 UTC (rev 
7281)
+++ trunk/BOOK/general/genlib/genlib.xml        2008-03-17 15:09:51 UTC (rev 
7282)
@@ -77,6 +77,8 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="libgpg-error.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libgcrypt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libksba.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mowgli.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mcs.xml"/>
 
   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="ispell.xml"/> -->
   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="fam.xml"/> 
-->

Copied: trunk/BOOK/general/genlib/mcs.xml (from rev 7277, 
trunk/BOOK/general/sysutils/mcs.xml)
===================================================================
--- trunk/BOOK/general/genlib/mcs.xml                           (rev 0)
+++ trunk/BOOK/general/genlib/mcs.xml   2008-03-17 15:09:51 UTC (rev 7282)
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY mcs-download-http 
"http://distfiles.atheme.org/libmcs-&mcs-version;.tgz";>
+  <!ENTITY mcs-download-ftp  " ">
+  <!ENTITY mcs-md5sum        "0f0c779609b3481a79937c2e86660a99">
+  <!ENTITY mcs-size          "103 KB">
+  <!ENTITY mcs-buildsize     "1.3 MB">
+  <!ENTITY mcs-time          "less than 0.1 SBU">
+]>
+
+<sect1 id="mcs" xreflabel="mcs-&mcs-version;">
+  <?dbhtml filename="mcs.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>mcs-&mcs-version;</title>
+
+  <indexterm zone="mcs">
+    <primary sortas="a-mcs">mcs</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to mcs</title>
+
+    <para>The <application>mcs</application> package is a library and set of
+    tools which abstract the storage of configuration settings away from
+    userland applications. There are similar projects like this (such as
+    <application>GConf</application>), but unlike those projects,
+    <application>mcs</application> strictly handles abstraction. It does not
+    impose any specific data storage requirement, nor is it tied to any
+    desktop environment or software suite.</para>
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&mcs-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&mcs-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &mcs-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &mcs-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &mcs-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &mcs-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">mcs Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="Mowgli"/></para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="GConf"/> and
+    <xref linkend="kdelibs"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/mcs"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of mcs</title>
+
+    <para>Install <application>mcs</application> by
+    running the following commands:</para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
+
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role="root"><userinput>make install &amp;&amp;
+install -v -m644 -D README 
/usr/share/doc/mcs-&mcs-version;/README</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><option>--with-qt-path=/usr/share/qt</option>: If you have
+    <xref linkend="kdelibs"/> installed, you must pass
+    additional parameters to the <command>configure</command> script to
+    identify the location of Qt and, possibly, KDE libraries and interface
+    headers.</para>
+
+    <para>For additional information about the various storage backends
+    (including the default XDG-compliant backend), see the
+    <filename>README</filename> file in the source tree.</para>
+
+  </sect2>
+
+  <sect2 role="configuration">
+    <title>Configuring mcs</title>
+
+    <para>There are various ways to configure <application>mcs</application>
+    to use a specific backend on a site-wide or individual user basis. If the
+    default file-based storage backend is suitable, no configuration steps are
+    required.See section 2 of the <filename>README</filename> file in the
+    source tree for details. </para>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>mcs-getconfval, mcs-info, mcs-query-backends and
+        mcs-setconfval</seg>
+        <seg>libmcs.so and backend storage modules</seg>
+        <seg>/usr/include/mcs, /usr/lib/mcs and
+        /usr/share/doc/mcs-&mcs-version;</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="mcs-getconfval">
+        <term><command>mcs-getconfval</command></term>
+        <listitem>
+          <para>queries <application>mcs</application> for a configuration
+          value.</para>
+          <indexterm zone="mcs mcs-getconfval">
+            <primary sortas="b-mcs-getconfval">mcs-getconfval</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mcs-info">
+        <term><command>mcs-info</command></term>
+        <listitem>
+          <para>displays information about the current installation and
+          configuration of <application>mcs</application>.</para>
+          <indexterm zone="mcs mcs-info">
+            <primary sortas="b-mcs-info">mcs-info</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mcs-query-backends">
+        <term><command>mcs-query-backends</command></term>
+        <listitem>
+          <para>queries <application>mcs</application> to determine what
+          backends are available.</para>
+          <indexterm zone="mcs mcs-query-backends">
+            <primary sortas="b-mcs-query-backends">mcs-query-backends</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mcs-setconfval">
+        <term><command>mcs-setconfval</command></term>
+        <listitem>
+          <para>instructs <application>mcs</application> to change a
+          configuration value.</para>
+          <indexterm zone="mcs mcs-setconfval">
+            <primary sortas="b-mcs-setconfval">mcs-setconfval</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libmcs">
+        <term><filename class='libraryfile'>libmcs.so</filename></term>
+        <listitem>
+          <para>contains the API functions required by the
+          <application>mcs</application> userspace tools.</para>
+          <indexterm zone="mcs libmcs">
+            <primary sortas="c-libmcs.so">libmcs.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Added: trunk/BOOK/general/genlib/mowgli.xml
===================================================================
--- trunk/BOOK/general/genlib/mowgli.xml                                (rev 0)
+++ trunk/BOOK/general/genlib/mowgli.xml        2008-03-17 15:09:51 UTC (rev 
7282)
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+<!ENTITY Mowgli-download-http 
"http://distfiles.atheme.org/libmowgli-&Mowgli-version;.tgz";>
+<!ENTITY Mowgli-download-ftp " ">
+<!ENTITY Mowgli-md5sum "80f8a27f1b44b0b129215f858ab1ab82">
+<!ENTITY Mowgli-size "106 KB">
+<!ENTITY Mowgli-buildsize "2.0 MB">
+<!ENTITY Mowgli-time "less than 0.1 SBU">
+]>
+
+<sect1 id="Mowgli" xreflabel="Mowgli-&Mowgli-version;">
+  <?dbhtml filename="Mowgli.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Mowgli-&Mowgli-version;</title>
+
+  <indexterm zone="Mowgli">
+    <primary sortas="a-Mowgli">Mowgli</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Mowgli</title>
+
+    <para>The <application>Mowgli</application> package contains a
+    development framework for C, similar to <xref linkend="glib2"/>. It
+    provides high performance and highly flexible algorithms for routine
+    tasks such as reference-counting, linked lists and spinlocks, and thus
+    helps programmers write better engineered code.</para>
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&Mowgli-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&Mowgli-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &Mowgli-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &Mowgli-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &Mowgli-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &Mowgli-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/Mowgli"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Mowgli</title>
+
+    <para>Install <application>Mowgli</application> by running the following
+    commands:</para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
+
+    <para>This package does not come with a formal test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>None</seg>
+        <seg>libmowgli.so</seg>
+        <seg>/usr/include/libmowgli</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libmowgli">
+        <term><filename class='libraryfile'>libmowgli.so</filename></term>
+        <listitem>
+          <para>libraries contain optimized functions for various common
+          C programming tasks.</para>
+          <indexterm zone="Mowgli libmowgli">
+            <primary sortas="c-libmowgli">libmowgli.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/general/genlib/mowgli.xml
___________________________________________________________________
Name: svn:keywords
   + LastChangedBy Date

Deleted: trunk/BOOK/general/sysutils/mcs.xml
===================================================================
--- trunk/BOOK/general/sysutils/mcs.xml 2008-03-16 22:30:00 UTC (rev 7281)
+++ trunk/BOOK/general/sysutils/mcs.xml 2008-03-17 15:09:51 UTC (rev 7282)
@@ -1,208 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-
-  <!ENTITY mcs-download-http 
"http://sacredspiral.co.uk/~nenolod/mcs/mcs-&mcs-version;.tgz";>
-  <!ENTITY mcs-download-ftp  " ">
-  <!ENTITY mcs-md5sum        "d09b42e9d51ea32c6326f0bbcad86c9e">
-  <!ENTITY mcs-size          "62 KB">
-  <!ENTITY mcs-buildsize     "1.1 MB">
-  <!ENTITY mcs-time          "less than 0.1 SBU">
-]>
-
-<sect1 id="mcs" xreflabel="mcs-&mcs-version;">
-  <?dbhtml filename="mcs.html"?>
-
-  <sect1info>
-    <othername>$LastChangedBy$</othername>
-    <date>$Date$</date>
-  </sect1info>
-
-  <title>mcs-&mcs-version;</title>
-
-  <indexterm zone="mcs">
-    <primary sortas="a-mcs">mcs</primary>
-  </indexterm>
-
-  <sect2 role="package">
-    <title>Introduction to mcs</title>
-
-    <para>The <application>mcs</application> package is a library and set of
-    tools which abstract the storage of configuration settings away from
-    userland applications. There are similar projects like this (such as
-    <application>GConf</application>), but unlike those projects,
-    <application>mcs</application> strictly handles abstraction. It does not
-    impose any specific data storage requirement, nor is it tied to any
-    desktop environment or software suite.</para>
-
-    <bridgehead renderas="sect3">Package Information</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>Download (HTTP): <ulink url="&mcs-download-http;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download (FTP): <ulink url="&mcs-download-ftp;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download MD5 sum: &mcs-md5sum;</para>
-      </listitem>
-      <listitem>
-        <para>Download size: &mcs-size;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated disk space required: &mcs-buildsize;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated build time: &mcs-time;</para>
-      </listitem>
-    </itemizedlist>
-
-    <bridgehead renderas="sect3">mcs Dependencies</bridgehead>
-
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="GConf"/> and
-    <xref linkend="kdelibs"/></para>
-
-    <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/mcs"/></para>
-
-  </sect2>
-
-  <sect2 role="installation">
-    <title>Installation of mcs</title>
-
-    <para>Install <application>mcs</application> by
-    running the following commands:</para>
-
-<screen><userinput>sed -i 's|libmcs|../../&amp;|' 
src/backends/kconfig/kconfig.cc &amp;&amp;
-
-./configure --prefix=/usr &amp;&amp;
-make</userinput></screen>
-
-    <para>This package does not come with a test suite.</para>
-
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-
-<screen role="root"><userinput>make install &amp;&amp;
-install -v -m644 -D README 
/usr/share/doc/mcs-&mcs-version;/README</userinput></screen>
-
-  </sect2>
-
-  <sect2 role="commands">
-    <title>Command Explanations</title>
-
-    <para><option>--enable-gconf</option>: Use this option if you have
-    <application>GConf</application> installed and wish to build the
-    <application>GConf</application> backend.</para>
-
-    <para><option>--enable-kconfig</option>: Use this option if you have
-    <application>kdelibs</application> installed and wish to build the
-    <application>KConfig</application> backend. If KDE and/or
-    <application>Qt</application> are not installed in
-    <filename class='directory'>/usr</filename>, you must pass additional
-    parameters to the <command>configure</command> script to identify the
-    location of the libraries and interface headers (e.g.,
-    <option>LDFLAGS=-L/opt/kde/lib</option>
-    <option>CXXFLAGS="-I/opt/kde/include -I/opt/qt/include"</option>. It is
-    not necessary to identify the location of the
-    <application>Qt</application> libraries.</para>
-
-    <para>For additional information about the various storage backends
-    (including the default XDG-compliant backend), see the
-    <filename>README</filename> file in the source tree.</para>
-
-  </sect2>
-
-  <sect2 role="configuration">
-    <title>Configuring mcs</title>
-
-    <para>There are various ways to configure <application>mcs</application>
-    to use a specific backend on a site-wide or individual user basis. See
-    section 2 of the <filename>README</filename> file in the source tree for
-    details.</para>
-
-  </sect2>
-
-  <sect2 role="content">
-    <title>Contents</title>
-
-    <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directories</segtitle>
-
-      <seglistitem>
-        <seg>mcs-getconfval, mcs-info, mcs-query-backends and
-        mcs-setconfval</seg>
-        <seg>libmcs.so and backend storage modules</seg>
-        <seg>/usr/include/mcs, /usr/lib/mcs and
-        /usr/share/doc/mcs-&mcs-version;</seg>
-      </seglistitem>
-    </segmentedlist>
-
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="mcs-getconfval">
-        <term><command>mcs-getconfval</command></term>
-        <listitem>
-          <para>queries <application>mcs</application> for a configuration
-          value.</para>
-          <indexterm zone="mcs mcs-getconfval">
-            <primary sortas="b-mcs-getconfval">mcs-getconfval</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="mcs-info">
-        <term><command>mcs-info</command></term>
-        <listitem>
-          <para>displays information about the current installation and
-          configuration of <application>mcs</application>.</para>
-          <indexterm zone="mcs mcs-info">
-            <primary sortas="b-mcs-info">mcs-info</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="mcs-query-backends">
-        <term><command>mcs-query-backends</command></term>
-        <listitem>
-          <para>queries <application>mcs</application> to determine what
-          backends are available.</para>
-          <indexterm zone="mcs mcs-query-backends">
-            <primary sortas="b-mcs-query-backends">mcs-query-backends</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="mcs-setconfval">
-        <term><command>mcs-setconfval</command></term>
-        <listitem>
-          <para>instructs <application>mcs</application> to change a
-          configuration value.</para>
-          <indexterm zone="mcs mcs-setconfval">
-            <primary sortas="b-mcs-setconfval">mcs-setconfval</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="libmcs">
-        <term><filename class='libraryfile'>libmcs.so</filename></term>
-        <listitem>
-          <para>contains the API functions required by the
-          <application>mcs</application> userspace tools.</para>
-          <indexterm zone="mcs libmcs">
-            <primary sortas="c-libmcs.so">libmcs.so</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-
-  </sect2>
-
-</sect1>

Modified: trunk/BOOK/general/sysutils/sysutils.xml
===================================================================
--- trunk/BOOK/general/sysutils/sysutils.xml    2008-03-16 22:30:00 UTC (rev 
7281)
+++ trunk/BOOK/general/sysutils/sysutils.xml    2008-03-17 15:09:51 UTC (rev 
7282)
@@ -34,6 +34,5 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="apache-ant.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="dbus.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="hal.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mcs.xml"/>
 
 </chapter>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-03-16 22:30:00 UTC (rev 7281)
+++ trunk/BOOK/general.ent      2008-03-17 15:09:51 UTC (rev 7282)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "16">                   <!-- Always 2 digits -->
+<!ENTITY day          "17">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2008">
 <!ENTITY version      "svn-&year;&month;&day;">
@@ -130,6 +130,8 @@
 <!ENTITY libgpg-error-version         "1.5">
 <!ENTITY libgcrypt-version            "1.2.4">
 <!ENTITY libksba-version              "1.0.2">
+<!ENTITY Mowgli-version               "0.6.1">
+<!ENTITY mcs-version                  "0.7.0">
 
 <!-- Obsolete
 <!ENTITY fam-version                  "2.7.0">
@@ -196,7 +198,6 @@
 <!ENTITY apache-ant-version           "1.7.0">
 <!ENTITY dbus-version                 "1.0.2">
 <!ENTITY hal-version                  "0.5.9.1">
-<!ENTITY mcs-version                  "0.4.1">
 
 <!-- Chapter 12 -->
 <!ENTITY dejagnu-version              "1.4.4">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-16 22:30:00 UTC 
(rev 7281)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-17 15:09:51 UTC 
(rev 7282)
@@ -42,6 +42,18 @@
 -->
 
     <listitem>
+      <para>March 17th, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[alexander] - Updated MCS to version 0.7.0.</para>
+        </listitem>
+        <listitem>
+          <para>[alexander] - Added Mowgli-0.6.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 16th, 2008</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to