Author: bdubbs
Date: Thu Feb 19 14:42:16 2015
New Revision: 1304

Log:
Update webpages for 7.7-rc1

Added:
   html/trunk/lfs/errata/7.7-rc1/
   html/trunk/lfs/errata/7.7-rc1/css   (contents, props changed)
   html/trunk/lfs/errata/7.7-rc1/images   (contents, props changed)
   html/trunk/lfs/errata/7.7-rc1/index.html   (contents, props changed)
Modified:
   html/trunk/lfs/download.html
   html/trunk/lfs/news.html
   html/trunk/lfs/read.html

Modified: html/trunk/lfs/download.html
==============================================================================
--- html/trunk/lfs/download.html        Thu Feb 19 09:21:08 2015        (r1303)
+++ html/trunk/lfs/download.html        Thu Feb 19 14:42:16 2015        (r1304)
@@ -9,15 +9,15 @@
      <p>This is the latest released LFS book, well tested and mature enough 
for everyday use.</p>
      <p>You may download the stable book in various formats from the 
         <a href="/lfs/downloads/stable/">stable book</a> directory.</p>
-<!--
-     <h2>Current Release Candidate Version &mdash; LFS-7.6-rc1</h2>
+
+     <h2>Current Release Candidate Version &mdash; LFS-7.7-rc1</h2>
      <p>This is a soon-to-be-released LFS book undergoing the last 
      stages of testing.</p> 
      
      <p>You may download the book from the
-        <a href="/lfs/downloads/7.6-rc1/">LFS-7.6-rc1</a> directory. 
+        <a href="/lfs/downloads/7.7-rc1/">LFS-7.7-rc1</a> directory. 
      </p>
--->
+
      <h2>Current Development</h2>
      <p>This is the LFS Book in its current development state. Changes can
         happen that break the build temporarily.<br />

Added: html/trunk/lfs/errata/7.7-rc1/css
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.7-rc1/css   Thu Feb 19 14:42:16 2015        (r1304)
@@ -0,0 +1 @@
+link ../../css
\ No newline at end of file

Added: html/trunk/lfs/errata/7.7-rc1/images
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.7-rc1/images        Thu Feb 19 14:42:16 2015        
(r1304)
@@ -0,0 +1 @@
+link ../../images
\ No newline at end of file

Added: html/trunk/lfs/errata/7.7-rc1/index.html
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.7-rc1/index.html    Thu Feb 19 14:42:16 2015        
(r1304)
@@ -0,0 +1,35 @@
+<!--#set var="pageTitle" value="LFS Errata" -->
+<!--#include virtual="/lfs/header.html" -->
+<!--#include virtual="/lfs/menu.html" -->
+    <div class="main">
+     <h1>Errata for the 7.7-rc1 Version of the LFS Book</h1>
+
+<!-- TEMPLATE
+       <h2>Known Security Vulnerabilities</h2>
+         <ul>
+            <li><p>Item 1</p></li>
+            <li><p>Item 2</p></li>
+         </ul>
+
+       <h2>Miscellaneous Errata</h2>
+         <ul>
+           <li><p>Item 1</p></li>
+           <li><p>Item 2</p></li>
+         </ul>
+
+     END TEMPLATE -->
+
+
+<!--
+       <h2>Known Security Vulnerabilities</h2>
+         <ul>
+            <li> </li>
+         </ul>
+-->
+       <h2>Miscellaneous Errata</h2>
+         <ul>
+           <li>There are no current errata items for LFS 7.7-rc1.</li> 
+         </ul>
+
+
+<!--#include virtual="/common/footer.html" -->

Modified: html/trunk/lfs/news.html
==============================================================================
--- html/trunk/lfs/news.html    Thu Feb 19 09:21:08 2015        (r1303)
+++ html/trunk/lfs/news.html    Thu Feb 19 14:42:16 2015        (r1304)
@@ -6,6 +6,37 @@
          <p>|&nbsp;<a href="/lfs/feed.rss">RSS Feed</a>&nbsp;|</p>
 
          <dl class="newsItem">
+           <dt>LFS 7.7-rc1 Release</dt>
+           <dd><em>Bruce Dubbs - 2015/02/19</em>
+
+           <p>The Linux From Scratch community announces the release of LFS
+           Version 7.7-rc1.  It is a preliminary release of LFS-7.7 Major
+           changes include toolchain updates to ibinutils-2.25, glibc-2.21, 
and 
+           gcc-4.9.2.
+           In
+           total, 30 packages were updated since the last
+           release. Changes to the text have been made throughout the book.  
The
+           linux kernel has also been updated to version 3.19.</p>
+
+           <p>We encourage all users to read through this release of the book
+           and test the instructions so that we can make the final release as
+           good as possible.</p>
+
+           <p>You can read the book
+              <a href="/lfs/view/7.7-rc1/">online</a>, or
+              <a href="/lfs/downloads/7.7-rc1/">download</a> to read locally.
+           </p>
+
+           <p>Please direct any comments about this release to the LFS
+                development team at
+                <a 
href="mailto:&#108;&#102;&#115;&#45;&#100;&#101;&#118;&#64;&#108;&#105;&#110;&#117;&#120;&#102;&#114;&#111;&#109;&#115;&#99;&#114;&#97;&#116;&#99;&#104;&#46;&#111;&#114;&#103;";>&#108;&#102;&#115;&#45;&#100;&#101;&#118;&#64;&#108;&#105;&#110;&#117;&#120;&#102;&#114;&#111;&#109;&#115;&#99;&#114;&#97;&#116;&#99;&#104;&#46;&#111;&#114;&#103;</a>.
+                Please note that registration for the lfs-dev
+                mailing list is required to avoid junk email.
+             </p>
+           </dd>
+         </dl>
+
+         <dl class="newsItem">
            <dt>LFS 7.6 Stable Release</dt>
            <dd><em>Bruce Dubbs - 2014/09/23</em>
 

Modified: html/trunk/lfs/read.html
==============================================================================
--- html/trunk/lfs/read.html    Thu Feb 19 09:21:08 2015        (r1303)
+++ html/trunk/lfs/read.html    Thu Feb 19 14:42:16 2015        (r1304)
@@ -14,8 +14,8 @@
      the errata page for any modifications needed to the LFS build.</p>
      <p><a href="errata/stable/">Stable LFS Errata</a> (important!)</p>
      <p><a href="view/stable/">Stable LFS</a> </p>
-<!--
-     <h2>Current Pre-release Version &mdash; LFS-7.6-rc1</h2>
+
+     <h2>Current Pre-release Version &mdash; LFS-7.7-rc1</h2>
     
      <p>This is the upcoming version of LFS. It has been marked for release as
      stable in the near future and is in the meantime considered to be under
@@ -23,12 +23,12 @@
      day, but minor adjustments and bug fixes may be applied while the book
      undergoes testing.</p>
      
-     <p><a href="view/7.6-rc1/">LFS-7.6-rc1</a></p> 
+     <p><a href="view/7.7-rc1/">LFS-7.7-rc1</a></p> 
 
-     <!- - Note that a testing version of the book does not always
+     <!-- Note that a testing version of the book does not always
      exist but is created when an upcoming release has been identified and
-     scheduled.- ->
--->
+     scheduled.-->
+
      <h2>Current Development</h2>         
      <p>This is the LFS Book in its current development state.  Whilst it may
         provide more features and updated upstream packages than the stable
-- 
http://lists.linuxfromscratch.org/listinfo/website
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to