[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. dbfb372a6f120da276cc4629955b498df08edd75

git git at cross-lfs.org
Mon Apr 26 17:21:38 PDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  dbfb372a6f120da276cc4629955b498df08edd75 (commit)
       via  3dd76dac0859c78c421d107fb7775a8399de75eb (commit)
       via  14872269b5e1c6b1147110f11b0989166ef22d54 (commit)
      from  9bd269103ee2b87a673458cc98a2cb0cdc9c3234 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dbfb372a6f120da276cc4629955b498df08edd75
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Apr 11 19:22:25 2010 -0400

    Updated the Kernel to 2.6.33.2.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index a28d386..73e5968 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>April 11, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Updated the Kernel to 2.6.33.2.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>Janurary 3, 2010</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index c5c4a01..4bc0e89 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -260,10 +260,10 @@
 
 <!ENTITY linux-dl-version "2.6">
 
-<!ENTITY linux-version "2.6.30.5">
-<!ENTITY linux-size "59,427 KB">
+<!ENTITY linux-version "2.6.33.2">
+<!ENTITY linux-size "64,656 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "be9c3a697a54ac099c910d068ff0dc03">
+<!ENTITY linux-md5 "80c5ff544b0ee4d9b5d8b8b89d4a0ef9">
 <!ENTITY linux-home "http://www.kernel.org">
 
 <!ENTITY m4-version "1.4.13">

commit 3dd76dac0859c78c421d107fb7775a8399de75eb
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Apr 11 18:57:23 2010 -0400

    Fixed an issue in the makefile with rendering of PDFs.
    Thanks to Mark Pokorny for providing a patch for this.

diff --git a/BOOK/Makefile b/BOOK/Makefile
index 46ce7e3..d0c9e57 100644
--- a/BOOK/Makefile
+++ b/BOOK/Makefile
@@ -124,7 +124,7 @@ $(ARCHS_PDF): tmpdir
 	@echo "Generating FO file of $(pdf_arch)..."
 	$(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
 	  --output $(RENDERTMP)/$(pdf_arch).fo $(PWD)/stylesheets/clfs-pdf.xsl \
-	  $(RENDERTMP)/$(pdf_arch)-pdf.xml
+	  $(RENDERTMP)/$(pdf_arch)-html.xml
 	$(Q)sed -i -e 's/span="inherit"/span="all"/' $(RENDERTMP)/$(pdf_arch).fo
 
 	@echo "Rendering PDF of $(pdf_arch)..."

commit 14872269b5e1c6b1147110f11b0989166ef22d54
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Apr 11 18:10:47 2010 -0400

    Update Date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 2123f69..609a0a4 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "01"> <!-- Use two digits -->
-<!ENTITY month_name "Janurary">
-<!ENTITY day "03"> <!-- Use two digits -->
+<!ENTITY month "04"> <!-- Use two digits -->
+<!ENTITY month_name "April">
+<!ENTITY day "11"> <!-- Use two digits -->
 <!ENTITY year "2010"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/Makefile                          |    2 +-
 BOOK/general.ent                       |    6 +++---
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/packages.ent                      |    6 +++---
 4 files changed, 16 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list