Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/lfsbook/src/chapter01/jchangelog.ch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 402 - (hide annotations) (download)
Fri Jan 27 05:23:09 2012 UTC (12 years, 2 months ago) by matsuand
File size: 8618 byte(s)
[LFS-SVN] SVN-20120126, r9715対応。
1 matsuand 9 <?xml version="1.0" encoding="UTF-8"?>
2     <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3     "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4     <!ENTITY % general-entities SYSTEM "../general.ent">
5     %general-entities;
6     ]>
7    
8 matsuand 63 <!--
9     This is part of LFSbookja package.
10    
11     $Author$
12     $Rev$
13     $Date$
14     -->
15    
16 matsuand 9 <sect1 id="ch-scatter-jchangelog">
17     <?dbhtml filename="jchangelog.html"?>
18    
19     <title>変更履歴 (日本語版)</title>
20    
21     <para>
22     ここに示すのは LFS ブック &version; 日本語版 (バージョン &jversion;) の変更履歴です。
23     </para>
24    
25     <note>
26     <title>日本語訳情報</title>
27     <para>
28     本節はオリジナルの LFS ブックにはないものです。
29     LFS ブック日本語版の変更履歴を示すために設けています。
30     </para>
31 matsuand 170 <para>
32     「SVN-20100101」という表記は、オリジナル LFS ブック SVN 版のバージョン番号を意味します。
33 matsuand 213 また「r1234」という表記は、オリジナル XML ソースファイルの Subversion 管理下でのリビジョン番号を意味します。
34 matsuand 170 </para>
35 matsuand 9 </note>
36    
37     <itemizedlist>
38     <title>変更履歴:</title>
39    
40     <!-- Changelog template
41    
42     <listitem>
43     <para>Date</para>
44     <itemizedlist>
45     <listitem>
46     <para>[name] - New changelog entry.</para>
47     </listitem>
48     <listitem>
49     <para>[name] - Previous changelog entry.</para>
50     </listitem>
51     </itemizedlist>
52     </listitem>
53    
54     -->
55    
56     <listitem>
57 matsuand 402 <para>2012-01-27</para>
58     <itemizedlist>
59     <listitem>
60     <para>[matsuand] -
61     SVN-20120126, <ulink url="&lfs-rev-root;9715">r9715</ulink> 対応。
62     </para>
63     </listitem>
64     </itemizedlist>
65     </listitem>
66    
67     <listitem>
68 matsuand 400 <para>2012-01-22</para>
69     <itemizedlist>
70     <listitem>
71     <para>[matsuand] -
72 matsuand 401 訳見直しと整形。
73     </para>
74     </listitem>
75     <listitem>
76     <para>[matsuand] -
77 matsuand 400 src/chapter03/packages.ch, src/chapter06/iproute2.ch, src/chapter08/{grub.ch, kernel.ch}:
78     SVN-20120116, <ulink url="&lfs-rev-root;9710">r9710</ulink> 対応。
79     </para>
80     </listitem>
81     </itemizedlist>
82     </listitem>
83    
84     <listitem>
85 matsuand 399 <para>2012-01-09</para>
86     <itemizedlist>
87     <listitem>
88     <para>[matsuand] -
89     src/chapter03/{packages.ch, patches.ch},
90     src/chapter06/{coreutils.ch, libnl.ch, linux-headers.ch}:
91     SVN-20120108, <ulink url="&lfs-rev-root;9706">r9706</ulink> 対応。
92     </para>
93     </listitem>
94     </itemizedlist>
95     </listitem>
96    
97     <listitem>
98 matsuand 397 <para>2012-01-07</para>
99     <itemizedlist>
100     <listitem>
101     <para>[matsuand] -
102     本ページ内にてリビジョン表記 ('r9696' など) をリンク化。
103     </para>
104     </listitem>
105     <listitem>
106     <para>[matsuand] -
107     src/chapter09/getcounted.ch:
108     SVN-20120106, <ulink url="&lfs-rev-root;9698">r9698</ulink> 対応。
109     </para>
110     </listitem>
111     </itemizedlist>
112     </listitem>
113    
114     <listitem>
115 matsuand 396 <para>2011-12-29</para>
116     <itemizedlist>
117     <listitem>
118     <para>[matsuand] -
119 matsuand 397 SVN-20111228, <ulink url="&lfs-rev-root;9696">r9696</ulink> 対応。
120 matsuand 396 </para>
121     </listitem>
122     </itemizedlist>
123     </listitem>
124    
125     <listitem>
126 matsuand 395 <para>2011-12-25</para>
127     <itemizedlist>
128     <listitem>
129     <para>[matsuand] -
130     src/chapter06/{binutils.ch, gawk.ch, gcc.ch, gdbm.ch, glibc.ch, grub.ch, perl.ch}:
131     訳出漏れ修正。
132     </para>
133     </listitem>
134     </itemizedlist>
135     </listitem>
136    
137     <listitem>
138     <para>2011-12-24</para>
139     <itemizedlist>
140     <listitem>
141     <para>[matsuand] -
142     src/chapter03/patches.ch, src/chapter06/mpfr.ch:
143 matsuand 397 SVN-20111223, <ulink url="&lfs-rev-root;9695">r9695</ulink> 対応。
144 matsuand 395 </para>
145     </listitem>
146     </itemizedlist>
147     </listitem>
148    
149     <listitem>
150 matsuand 394 <para>2011-12-17</para>
151     <itemizedlist>
152     <listitem>
153     <para>[matsuand] -
154     src/chapter06/xz.ch:
155     訳出書式誤りの訂正。
156     </para>
157     </listitem>
158     </itemizedlist>
159     </listitem>
160    
161     <listitem>
162 matsuand 390 <para>2011-12-11</para>
163     <itemizedlist>
164     <listitem>
165     <para>[matsuand] -
166 matsuand 397 SVN-20111210, <ulink url="&lfs-rev-root;9689">r9689</ulink> 対応。
167 matsuand 390 </para>
168     </listitem>
169     <listitem>
170     <para>[matsuand] -
171     src/chapter06/e2fsprogs.ch:
172     訳出漏れの訂正。
173     </para>
174     </listitem>
175     <listitem>
176     <para>[matsuand] -
177     src/chapter06/{glibc.ch, grub.ch, iproute2.ch, ncurses.ch, util-linux.ch},
178     src/appendices/dependencies.ch:
179 matsuand 397 SVN-20111205, <ulink url="&lfs-rev-root;9688">r9688</ulink> 対応。
180 matsuand 390 </para>
181     </listitem>
182     </itemizedlist>
183     </listitem>
184    
185     <listitem>
186 matsuand 387 <para>2011-12-02</para>
187     <itemizedlist>
188     <listitem>
189     <para>[matsuand] -
190     src/chapter06/gcc.ch:
191 matsuand 397 SVN-20111201, <ulink url="&lfs-rev-root;9684">r9684</ulink> 対応。
192 matsuand 387 </para>
193     </listitem>
194     </itemizedlist>
195     </listitem>
196    
197     <listitem>
198 matsuand 386 <para>2011-11-30</para>
199     <itemizedlist>
200     <listitem>
201     <para>[matsuand] -
202     src/chapter03/patches.ch, src/chapter06/coreutils.ch:
203 matsuand 397 SVN-20111128, <ulink url="&lfs-rev-root;9678">r9678</ulink> 対応。
204 matsuand 386 </para>
205     </listitem>
206     </itemizedlist>
207     </listitem>
208    
209     <listitem>
210 matsuand 385 <para>2011-11-27</para>
211     <itemizedlist>
212     <listitem>
213     <para>[matsuand] -
214 matsuand 397 SVN-20111126, <ulink url="&lfs-rev-root;9672">r9672</ulink> 対応。(日本語訳変更なし。)
215 matsuand 385 </para>
216     </listitem>
217     </itemizedlist>
218     </listitem>
219    
220     <listitem>
221 matsuand 384 <para>2011-11-26</para>
222     <itemizedlist>
223     <listitem>
224     <para>[matsuand] -
225     src/chapter06/{glibc.ch, perl.ch}:
226 matsuand 397 SVN-20111125, <ulink url="&lfs-rev-root;9671">r9671</ulink> 対応。
227 matsuand 384 </para>
228     </listitem>
229     </itemizedlist>
230     </listitem>
231    
232     <listitem>
233 matsuand 379 <para>2011-11-19</para>
234     <itemizedlist>
235     <listitem>
236     <para>[matsuand] -
237 matsuand 397 SVN-20111116, <ulink url="&lfs-rev-root;9663">r9663</ulink> 対応。
238 matsuand 379 </para>
239     </listitem>
240     </itemizedlist>
241     </listitem>
242    
243     <listitem>
244     <para>2011-11-16</para>
245     <itemizedlist>
246     <listitem>
247     <para>[matsuand] -
248 matsuand 397 SVN-20111114, <ulink url="&lfs-rev-root;9662">r9662</ulink> 対応。(日本語訳変更なし。)
249 matsuand 379 </para>
250     </listitem>
251     </itemizedlist>
252     </listitem>
253    
254     <listitem>
255 matsuand 376 <para>2011-11-13</para>
256     <itemizedlist>
257     <listitem>
258     <para>[matsuand] -
259     src/chapter03/introduction.ch:
260     wget-list.txt の拡張子を取り除く。
261     </para>
262     </listitem>
263     <listitem>
264     <para>[matsuand] -
265 matsuand 397 SVN-20111108, <ulink url="&lfs-rev-root;9660">r9660</ulink> 対応。(日本語訳変更なし。)
266 matsuand 376 </para>
267     </listitem>
268     </itemizedlist>
269     </listitem>
270    
271     <listitem>
272 matsuand 374 <para>2011-11-10</para>
273     <itemizedlist>
274     <listitem>
275     <para>[matsuand] -
276     src/chapter07/usage.ch:
277 matsuand 397 SVN-20111108, <ulink url="&lfs-rev-root;9659">r9659</ulink> 対応。
278 matsuand 374 </para>
279     </listitem>
280     </itemizedlist>
281     </listitem>
282    
283     <listitem>
284 matsuand 364 <para>2011-10-30</para>
285     <itemizedlist>
286     <listitem>
287     <para>[matsuand] -
288     src/chapter03/introduction.ch:
289     wget-list の sed 書き換えについて若干の変更。PDF フォーマットへの配慮。
290     </para>
291     </listitem>
292     <listitem>
293     <para>[matsuand] -
294     src/chapter03/patches.ch, src/chapter06/gcc.ch:
295 matsuand 397 SVN-20111029, <ulink url="&lfs-rev-root;9657">r9657</ulink> 対応。
296 matsuand 364 </para>
297     </listitem>
298     </itemizedlist>
299     </listitem>
300    
301     <listitem>
302 matsuand 363 <para>2011-10-29</para>
303 matsuand 356 <itemizedlist>
304     <listitem>
305     <para>[matsuand] -
306 matsuand 363 src/chapter01/how.ch, src/chapter02/creatingpartition.ch, src/chapter06/strippingagain.ch, src/prologue/why.ch:
307 matsuand 397 LFS-7.0 (SVN-20111029, <ulink url="&lfs-rev-root;9651">r9651</ulink>) 対応。
308 matsuand 356 </para>
309     </listitem>
310     </itemizedlist>
311     </listitem>
312    
313 matsuand 9 </itemizedlist>
314    
315     </sect1>

Properties

Name Value
svn:keywords Author Date Rev

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26