浏览代码

Tag LFS-7.2-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.2-rc1@9958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 13 年之前
父节点
当前提交
71e9c63419
共有 3 个文件被更改,包括 14 次插入5 次删除
  1. 9 0
      chapter01/changelog.xml
  2. 2 2
      chapter02/creatingpartition.xml
  3. 3 3
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -37,6 +37,15 @@
 
 -->
 
+    <listitem>
+      <para>2012-08-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - LFS-7.2-rc1 released.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2012-08-22</para>
       <itemizedlist>

+ 2 - 2
chapter02/creatingpartition.xml

@@ -34,7 +34,7 @@
   This is enough to store all the source tarballs and compile the packages.
   However, if the LFS system is intended to be the primary Linux system,
   additional software will probably be installed which will require additional
-  space. A 10GB partition is a reasonable size to provide for growth.  The LFS
+  space. A 10 GB partition is a reasonable size to provide for growth.  The LFS
   system itself will not take up this much room.  A large portion of this
   requirement is to provide sufficient free temporary storage. Compiling
   packages can require a lot of disk space which will be reclaimed after the
@@ -136,7 +136,7 @@
       <listitem><para>/opt &ndash; This directory is most useful for
       BLFS where multiple installations of large packages like Gnome or KDE can
       be installed without embedding the files in the /usr hierarchy.  If
-      used, five to ten gigabytes is generally adequate.</para>
+      used, 5 to 10 gigabytes is generally adequate.</para>
       </listitem>
       
       <listitem><para>/tmp &ndash; A separate /tmp directory is rare, but

+ 3 - 3
general.ent

@@ -1,8 +1,8 @@
-<!ENTITY version "SVN-20120822">
-<!ENTITY releasedate "August 22, 2012">
+<!ENTITY version "7.2-rc1">
+<!ENTITY releasedate "August 23, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.2">
-<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
+<!ENTITY generic-version "7.2-rc1"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
 <!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">