OSDN Git Service

[LFS-SVN] SVN-20150901, Changeset 10944 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Thu, 3 Sep 2015 07:00:53 +0000 (07:00 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Thu, 3 Sep 2015 07:00:53 +0000 (07:00 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@998 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/configure
lfsbook/src/chapter01/changelog.ch
lfsbook/src/chapter01/jchangelog.ch
lfsbook/src/general.ch
lfsbook/src/prologue/prerequisites.ch
lfsbook/version.ac

index 82ac755..5be207c 100755 (executable)
@@ -3879,7 +3879,7 @@ if test "$TIDY" = no; then
  as_fn_error $? "tidy not found in $PATH" "$LINENO" 5
 fi;
 
-TARGETVER=svn-20150823
+TARGETVER=svn-20150901
 
 SVNVER=`grep 'ENTITY version' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version         \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
index 3fb109b..773dbe9 100644 (file)
 @z
 
 @x
+      <para>2015-09-01</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Increase host requirement for tar to version 1.22. 
+          Fixes <ulink url="&lfs-ticket-root;3835">#3835</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Replace an old link to building software
+          in Prerequisites section.  Thanks to Simon Kitching. </para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2015-09-01</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - ホスト要件にて tar バージョンを 1.22 に上げる。
+          Fixes <ulink url="&lfs-ticket-root;3835">#3835</ulink> を Fix に。</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - 必要な知識の節にて、ソフトウェアビルドの参照リンクを更新。Simon Kitching に感謝。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2015-08-25</para>
       <itemizedlist>
         <listitem>
index cf336ba..b904876 100644 (file)
 -->
 
     <listitem>
+      <para>2015-09-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          SVN-20150901,
+          Changeset
+          <ulink url="&lfs-rev-root;10944">10944</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2015-08-29</para>
       <itemizedlist>
         <listitem>
index f0b4ed2..28375dc 100644 (file)
@@ -8,17 +8,17 @@
 % $Date::                           $
 %
 @x
-<!ENTITY version         "SVN-20150823">
+<!ENTITY version         "SVN-20150901">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release 
                                       but not -rc releases -->
-<!ENTITY releasedate     "August 23, 2015">
+<!ENTITY releasedate     "September 1, 2015">
 @y
 <?xml version="1.0" encoding="UTF-8"?>
-<!ENTITY version         "SVN-20150823">
+<!ENTITY version         "SVN-20150901">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release 
                                       but not -rc releases -->
-<!ENTITY releasedate     "2015年08月23日">
-<!ENTITY jversion        "20150829">
+<!ENTITY releasedate     "2015年09月01日">
+<!ENTITY jversion        "20150903">
 @z
 
 @x
index 295798a..bde4662 100644 (file)
 @z
 
 @x
-  <para>Before building an LFS system, we recommend reading the following
-  HOWTOs:</para>
+  <para>Before building an LFS system, we recommend reading the following:</para>
 @y
   <para>
-  LFS ã\82·ã\82¹ã\83\86ã\83 ã\81®æ§\8bç¯\89ä½\9c業ã\81«å\85¥ã\82\8bå\89\8dã\81«ã\80\81以ä¸\8bã\81®<quote>ã\83\8fã\82¦ã\83\84ã\83¼</quote>ã\82\92読ã\82\80ã\81\93ã\81¨ã\82\92ã\81\8aå\8b§ã\82\81ã\81\97ã\81¾ã\81\99ã\80\82
+  LFS システムの構築作業に入る前に、以下を読むことをお勧めします。
   </para>
 @z
 
 @z
 
 @x
-      <para>The Linux Users' Guide
+      <para>Beginner's Guide to Installing from Source
 @y
-      <para>Linux ユーザーガイド (The Linux Users's Guide)
+      <para>ソースコードからのインストール入門ガイド (Beginner's Guide to Installing from Source)
 @z
 
 @x
-      <para>This guide covers the usage of assorted Linux software. This
-      reference is also fairly old, but still valid.</para>
+      <para>This guide provides a good summary of basic skills and
+      techniques needed to build software from source code.</para>
 @y
-  <para>
-  このガイドには Linux ソフトウェアの利用方法が分類され説明されています。
-  若干古いものですが内容に間違いはありません。
-  </para>
+      <para>
+      このガイドは、ソフトウェアをソースコードからビルドするために必要な基本的スキルや技術をほど良くまとめています。
+      </para>
 @z
 
 @x
index b7a17fa..21d33be 100644 (file)
@@ -7,4 +7,4 @@ dnl  $Date::                           $
 dnl 
 dnl
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [svn-20150823])
+m4_define([lfs_version], [svn-20150901])