• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Revisión957 (tree)
Tiempo2015-02-23 11:12:04
Autormatsuand

Log Message

[LFS-SVN] SVN-20150222, Changeset 10858 対応。

Cambiar Resumen

Diferencia incremental

--- trunk/lfsbook/configure (revision 956)
+++ trunk/lfsbook/configure (revision 957)
@@ -3879,7 +3879,7 @@
38793879 as_fn_error $? "tidy not found in $PATH" "$LINENO" 5
38803880 fi;
38813881
3882-TARGETVER=svn-20150219
3882+TARGETVER=svn-20150222
38833883
38843884 SVNVER=`grep 'ENTITY version' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
38853885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 956)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 957)
@@ -54,6 +54,21 @@
5454 -->
5555
5656 <listitem>
57+ <para>2015-02-23</para>
58+ <itemizedlist>
59+ <listitem>
60+ <para>[matsuand] -
61+ SVN-20150222,
62+ Changeset
63+ <ulink url="&lfs-rev-root;10856">10856</ulink>,
64+ <ulink url="&lfs-rev-root;10858">10858</ulink>
65+ 対応。
66+ </para>
67+ </listitem>
68+ </itemizedlist>
69+ </listitem>
70+
71+ <listitem>
5772 <para>2015-02-20</para>
5873 <itemizedlist>
5974 <listitem>
--- trunk/lfsbook/src/chapter01/changelog.ch (revision 956)
+++ trunk/lfsbook/src/chapter01/changelog.ch (revision 957)
@@ -48,6 +48,23 @@
4848 @z
4949
5050 @x
51+ <para>2015-02-22</para>
52+ <itemizedlist>
53+ <listitem>
54+ <para>[bdubbs] - Cosmetic changes to output messages
55+ by network boot scripts.</para>
56+ </listitem>
57+ </itemizedlist>
58+@y
59+ <para>2015-02-22</para>
60+ <itemizedlist>
61+ <listitem>
62+ <para>[bdubbs] - ネットワークブートスクリプトが出力するメッセージを変更。</para>
63+ </listitem>
64+ </itemizedlist>
65+@z
66+
67+@x
5168 <para>2015-02-19</para>
5269 <itemizedlist>
5370 <listitem>
--- trunk/lfsbook/src/chapter06/util-linux.ch (revision 956)
+++ trunk/lfsbook/src/chapter06/util-linux.ch (revision 957)
@@ -151,8 +151,9 @@
151151 scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
152152 swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul,
153153 umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
154- wipefs, and x86_64</seg>
155- <seg>libblkid.{a,so}, libmount.{a,so}, and libuuid.{a,so}</seg>
154+ wipefs, x86_64, and zramctl</seg>
155+ <seg>libblkid.{a,so}, libfdisk.{a,so}, libmount.{a,so},
156+ libsmartcols.{a,so}, and libuuid.{a,so}</seg>
156157 <seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
157158 /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt,
158159 and /var/lib/hwclock</seg>
@@ -169,8 +170,9 @@
169170 scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
170171 swapoff (swapon へのリンク), swapon, switch_root, tailf, taskset, ul,
171172 umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
172- wipefs, x86_64</seg>
173- <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
173+ wipefs, x86_64, zramctl</seg>
174+ <seg>libblkid.{a,so}, libfdisk.{a,so}, libmount.{a,so},
175+ libsmartcols.{a,so}, libuuid.{a,so}</seg>
174176 <seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
175177 /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt,
176178 /var/lib/hwclock</seg>
@@ -1019,7 +1021,7 @@
10191021 </para>
10201022 @z
10211023
1022-@x
1024+@x x86_64
10231025 <para>A symbolic link to setarch</para>
10241026 @y
10251027 <para>
@@ -1027,6 +1029,15 @@
10271029 </para>
10281030 @z
10291031
1032+@x zramctl
1033+ <para>A program to set up and control zram (compressed ram disk)
1034+ devices</para>
1035+@y
1036+ <para>
1037+ zram (compressed ram disk) デバイスを初期化し制御するためのプログラム。
1038+ </para>
1039+@z
1040+
10301041 @x libblkid
10311042 <para>Contains routines for device identification and token
10321043 extraction</para>
@@ -1036,6 +1047,14 @@
10361047 </para>
10371048 @z
10381049
1050+@x libfdisk
1051+ <para>Contains routines for manipulating partition tables</para>
1052+@y
1053+ <para>
1054+ パーティションテーブルを操作する処理ルーチンを提供します。
1055+ </para>
1056+@z
1057+
10391058 @x libmount
10401059 <para>Contains routines for block device mounting and
10411060 unmounting</para>
@@ -1045,6 +1064,14 @@
10451064 </para>
10461065 @z
10471066
1067+@x libsmartcols
1068+ <para>Contains routines for aiding screen output in tabular form</para>
1069+@y
1070+ <para>
1071+ タブラー形式 (tabular form) による画面出力を補助する処理ルーチンを提供します。
1072+ </para>
1073+@z
1074+
10481075 @x libuuid
10491076 <para>Contains routines for generating unique identifiers for objects
10501077 that may be accessible beyond the local system</para>
--- trunk/lfsbook/src/general.ch (revision 956)
+++ trunk/lfsbook/src/general.ch (revision 957)
@@ -8,15 +8,17 @@
88 % $Date:: $
99 %
1010 @x
11-<!ENTITY version "SVN-20150219">
12-<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
13-<!ENTITY releasedate "February 19, 2015">
11+<!ENTITY version "SVN-20150222">
12+<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release
13+ but not -rc releases -->
14+<!ENTITY releasedate "February 22, 2015">
1415 @y
1516 <?xml version="1.0" encoding="UTF-8"?>
16-<!ENTITY version "SVN-20150219">
17-<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
18-<!ENTITY releasedate "2015年02月19日">
19-<!ENTITY jversion "20150220">
17+<!ENTITY version "SVN-20150222">
18+<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release
19+ but not -rc releases -->
20+<!ENTITY releasedate "2015年02月22日">
21+<!ENTITY jversion "20150223">
2022 @z
2123
2224 @x
--- trunk/lfsbook/version.ac (revision 956)
+++ trunk/lfsbook/version.ac (revision 957)
@@ -7,4 +7,4 @@
77 dnl
88 dnl
99 dnl m4-include this file to define the current LFS version
10-m4_define([lfs_version], [svn-20150219])
10+m4_define([lfs_version], [svn-20150222])
Show on old repository browser