Author: manuel Date: 2005-06-02 13:30:17 -0600 (Thu, 02 Jun 2005) New Revision: 5602
Added: branches/cross-lfs/BOOK/introduction/mips64-chapter.xml branches/cross-lfs/BOOK/introduction/mips64/changelog.xml Modified: branches/cross-lfs/BOOK/introduction/mips/changelog.xml Log: Added missing files Modified: branches/cross-lfs/BOOK/introduction/mips/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/mips/changelog.xml 2005-06-02 19:27:13 UTC (rev 5601) +++ branches/cross-lfs/BOOK/introduction/mips/changelog.xml 2005-06-02 19:30:17 UTC (rev 5602) @@ -10,7 +10,7 @@ <sect1 id="ch-intro-changelog-mips"> <?dbhtml filename="changelog-mips.html"?> - <title>Changelog for MIPS</title> + <title>Changelog for MIPS 32 Bit</title> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../x86/changelog.xml" Added: branches/cross-lfs/BOOK/introduction/mips64/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/mips64/changelog.xml 2005-06-02 19:27:13 UTC (rev 5601) +++ branches/cross-lfs/BOOK/introduction/mips64/changelog.xml 2005-06-02 19:30:17 UTC (rev 5602) @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + <!ENTITY % patches-entities SYSTEM "../../patches.ent"> + %general-entities; + %patches-entities; +]> + +<sect1 id="ch-intro-changelog-mips"> + <?dbhtml filename="changelog-mips.html"?> + + <title>Changelog for MIPS 64 Bit</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../x86/changelog.xml" + xpointer="xpointer(/sect1/para[1])"/> + + <itemizedlist> + <title>Upgraded to:</title> + + <listitem> + <para>Linux &linux-mips-version;</para> + </listitem> + <listitem> + <para>Linux-libc-headers &linux-libc-headers-mips-version;</para> + </listitem> + </itemizedlist> + + + <itemizedlist> + <title>Added:</title> + + <listitem> + <para>Colo &colo-version;</para> + </listitem> + <listitem> + <para>OpenSSL &openssl-version;</para> + </listitem> + <listitem> + <para>OpenSSH &openssh-version;</para> + </listitem> + <listitem> + <para>&glibc-mips_syscall-patch;</para> + </listitem> + <listitem> + <para>&linux-libc-headers-mips-patch;</para> + </listitem> + <listitem> + <para>&linux-mips-patch;</para> + </listitem> + </itemizedlist> + + <itemizedlist> + <title>Changelog Entries:</title> + +<!-- Changelog template + + <listitem> + <para>Date</para> + <itemizedlist> + <listitem> + <para>[name] - Changelog.</para> + </listitem> + </itemizedlist> + </listitem> + +--> + + <listitem> + <para>May 27, 2005</para> + <itemizedlist> + <listitem> + <para>[jim] - Added Missing directories to reboot section.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>May 25, 2005</para> + <itemizedlist> + <listitem> + <para>[jim] - Updated Colo to 1.19.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>May 23, 2005</para> + <itemizedlist> + <listitem> + <para>[jim] - Fixed sysvinit reboot install.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>May 19, 2005</para> + <itemizedlist> + <listitem> + <para>[jim] - Updated openssl to 0.97g.</para> + </listitem> + <listitem> + <para>[jim] - Added gcc no threads build, to fix error during compiling. + This may be temporary.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>May 10, 2005</para> + <itemizedlist> + <listitem> + <para>[jim] - This BOOK is an update of the cross-lfs book into a new + format style.</para> + </listitem> + </itemizedlist> + </listitem> + + </itemizedlist> + +</sect1> Property changes on: branches/cross-lfs/BOOK/introduction/mips64/changelog.xml ___________________________________________________________________ Name: svn:keywords + "Author Date Revision Id" Added: branches/cross-lfs/BOOK/introduction/mips64-chapter.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/mips64-chapter.xml 2005-06-02 19:27:13 UTC (rev 5601) +++ branches/cross-lfs/BOOK/introduction/mips64-chapter.xml 2005-06-02 19:30:17 UTC (rev 5602) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + +<chapter id="chapter-intro" xreflabel="Introduction"> + <?dbhtml dir="introduction"?> + <?dbhtml filename="chapter.html"?> + + <title>Introduction</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/acknowledgements.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/how.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changelog.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/changelog.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/resources.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/askforhelp.xml"/> + +</chapter> Property changes on: branches/cross-lfs/BOOK/introduction/mips64-chapter.xml ___________________________________________________________________ Name: svn:keywords + "Author Date Revision Id" -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
