changelog.po 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. #
  2. msgid ""
  3. msgstr ""
  4. "Project-Id-Version: PACKAGE VERSION\n"
  5. "POT-Creation-Date: 2020-07-07 14:26+0800\n"
  6. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  7. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  8. "Language-Team: LANGUAGE <LL@li.org>\n"
  9. "Language: \n"
  10. "MIME-Version: 1.0\n"
  11. "Content-Type: text/plain; charset=UTF-8\n"
  12. "Content-Transfer-Encoding: 8bit\n"
  13. #. type: Content of: <sect1><title>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:11
  15. msgid "Changelog"
  16. msgstr "更新日志"
  17. #. type: Content of: <sect1><para>
  18. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:13
  19. msgid ""
  20. "This is version <phrase revision=\"sysv\">&version;</phrase> <phrase "
  21. "revision=\"systemd\">&versiond;</phrase> of the Linux From Scratch book, "
  22. "dated &releasedate;. If this book is more than six months old, a newer and "
  23. "better version is probably already available. To find out, please check one "
  24. "of the mirrors via <ulink url=\"&lfs-root;mirrors.html\"/>."
  25. msgstr ""
  26. "这是 Linux From Scratch 手册的 <phrase revision=\"sysv\">&version;</phrase> "
  27. "<phrase revision=\"systemd\">&versiond;</phrase> 版本,发布于 "
  28. "&releasedate;。如果该版本已经发布了六个月或更久,可能已经发布了更好的新版本。如果要查询是否有新版本,通过 <ulink "
  29. "url=\"&lfs-root;mirrors.html\"/> 访问一个 LFS 镜像站。"
  30. #. type: Content of: <sect1><para>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:21
  32. msgid ""
  33. "Below is a list of changes made since the previous release of the book."
  34. msgstr "下面是本书自上一版本发布以来的更新日志。"
  35. #. type: Content of: <sect1><itemizedlist><title>
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:25
  37. msgid "Changelog Entries:"
  38. msgstr "更新日志记录:"
  39. #. type: Content of: <sect1><itemizedlist><listitem><para>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:46
  41. msgid "2020-07-06"
  42. msgstr "2020 年 7 月 6 日"
  43. #. type: Content of:
  44. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:49
  46. msgid ""
  47. "[pierre] - Change chapter 6 ncurses so that it matches what is done in "
  48. "chapter 8, and add explanations."
  49. msgstr ""
  50. "[pierre] — 改变第 6 章的 ncurses 构建过程,使之与第 8 章匹配,并增加解释。"
  51. #. type: Content of:
  52. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:53
  54. msgid ""
  55. "[renodr] - Update to libcap-2.38. Fixes <ulink url=\"&lfs-ticket-"
  56. "root;4683\">#4683</ulink>."
  57. msgstr ""
  58. "[renodr] — 更新到 libcap-2.38。修复 <ulink url=\"&lfs-ticket-"
  59. "root;4683\">#4683</ulink>。"
  60. #. type: Content of:
  61. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:57
  63. msgid ""
  64. "[renodr] - Update to linux-5.7.7. Fixes <ulink url=\"&lfs-ticket-"
  65. "root;4681\">#4681</ulink>."
  66. msgstr ""
  67. "[renodr] — 更新到 linux-5.7.7。修复 <ulink url=\"&lfs-ticket-"
  68. "root;4681\">#4681</ulink>。"
  69. #. type: Content of:
  70. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:61
  72. msgid ""
  73. "[renodr] - Update to dbus-1.12.20 (Security Update). Fixes <ulink "
  74. "url=\"&lfs-ticket-root;4682\">#4682</ulink>."
  75. msgstr ""
  76. "[renodr] — 更新到 dbus-1.12.20 (安全更新)。修复 <ulink url=\"&lfs-ticket-"
  77. "root;4665\">#4665</ulink>。"
  78. #. type: Content of: <sect1><itemizedlist><listitem><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:68
  80. msgid "2020-07-04"
  81. msgstr "2020 年 7 月 4 日"
  82. #. type: Content of:
  83. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:71
  85. msgid ""
  86. "[pierre] - Remove /tools and files containing {i686,x86_64}-lfs in their "
  87. "name at the end of chapter 8."
  88. msgstr "[pierre] — 在第 8 章结束时,删除 /tools 和文件名包含 {i686,x86_64}-lfs 的文件。"
  89. #. type: Content of:
  90. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:75
  92. msgid ""
  93. "[pierre] - Add --host= to libstdc++-pass2, so that host specific headers are"
  94. " installed in a host specific directory."
  95. msgstr ""
  96. "[pierre] — 在第二遍的 libstdc++ 中添加 --host= 选项,使得与特定 host 相关的头文件被安装到专用于该 host "
  97. "的目录中。"
  98. #. type: Content of:
  99. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:79
  101. msgid ""
  102. "[pierre] - Fix temporary Python so that static libraries are not installed."
  103. msgstr "[pierre] — 修正临时的 Python,不安装它的静态库。"
  104. #. type: Content of: <sect1><itemizedlist><listitem><itemizedlist><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:87
  106. msgid "2020-07-01"
  107. msgstr "2020 年 7 月 1 日"
  108. #. type: Content of:
  109. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:89
  111. msgid ""
  112. "[bdubbs] - Update to perl-5.32.0. Fixes <ulink url=\"&lfs-ticket-"
  113. "root;4676\">#4676</ulink>."
  114. msgstr ""
  115. "[bdubbs] — 更新到 perl-5.32.0。修复 <ulink url=\"&lfs-ticket-"
  116. "root;4676\">#4676</ulink>。"
  117. #. type: Content of:
  118. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:93
  120. msgid ""
  121. "[bdubbs] - Update to man-db-2.9.3. Fixes <ulink url=\"&lfs-ticket-"
  122. "root;4680\">#4680</ulink>."
  123. msgstr ""
  124. "[bdubbs] — 更新到 man-db-2.9.3。修复 <ulink url=\"&lfs-ticket-"
  125. "root;4680\">#4680</ulink>。"
  126. #. type: Content of:
  127. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:97
  129. msgid ""
  130. "[bdubbs] - Update to linux-5.7.6. Fixes <ulink url=\"&lfs-ticket-"
  131. "root;4674\">#4674</ulink>."
  132. msgstr ""
  133. "[bdubbs] — 更新到 linux-5.7.6。修复 <ulink url=\"&lfs-ticket-"
  134. "root;4674\">#4674</ulink>。"
  135. #. type: Content of:
  136. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:101
  138. msgid ""
  139. "[bdubbs] - Update to check-0.15.0. Fixes <ulink url=\"&lfs-ticket-"
  140. "root;4679\">#4679</ulink>."
  141. msgstr ""
  142. "[bdubbs] — 更新到 check-0.15.0。修复 <ulink url=\"&lfs-ticket-"
  143. "root;4679\">#4679</ulink>。"
  144. #. type: Content of:
  145. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:105
  147. msgid ""
  148. "[bdubbs] - Update to bc-3.0.3. Fixes <ulink url=\"&lfs-ticket-"
  149. "root;4675\">#4675</ulink>."
  150. msgstr ""
  151. "[bdubbs] — 更新到 bc-3.0.3。修复 <ulink url=\"&lfs-ticket-"
  152. "root;4675\">#4675</ulink>。"
  153. #. type: Content of: <sect1><itemizedlist><listitem><itemizedlist><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:113
  155. msgid "2020-06-22"
  156. msgstr "2020 年 6 月 22 日"
  157. #. type: Content of:
  158. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:115
  160. msgid "[renodr] - Fix a segfault in systemd-udevd."
  161. msgstr "[renodr] - 修复 systemd-udevd 中的段错误。"
  162. #. type: Content of: <sect1><itemizedlist><listitem><itemizedlist><para>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:122
  164. msgid "2020-06-17"
  165. msgstr "2020 年 6 月 17 日"
  166. #. type: Content of:
  167. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:124
  169. msgid ""
  170. "[bdubbs] - Update to meson-0.54.3. Fixes <ulink url=\"&lfs-ticket-"
  171. "root;4673\">#4673</ulink>."
  172. msgstr ""
  173. "[bdubbs] — 更新到 meson-0.54.3。修复 <ulink url=\"&lfs-ticket-"
  174. "root;4673\">#4673</ulink>。"
  175. #. type: Content of:
  176. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:128
  178. msgid ""
  179. "[bdubbs] - Update to man-pages-5.07. Fixes <ulink url=\"&lfs-ticket-"
  180. "root;4669\">#4669</ulink>."
  181. msgstr ""
  182. "[bdubbs] — 更新到 man-pages-5.07。修复 <ulink url=\"&lfs-ticket-"
  183. "root;4669\">#4669</ulink>。"
  184. #. type: Content of:
  185. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  186. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:132
  187. msgid ""
  188. "[bdubbs] - Update to linux-5.7.2. Fixes <ulink url=\"&lfs-ticket-"
  189. "root;4662\">#4662</ulink>."
  190. msgstr ""
  191. "[bdubbs] — 更新到 linux-5.7.2。修复 <ulink url=\"&lfs-ticket-"
  192. "root;4662\">#4662</ulink>。"
  193. #. type: Content of:
  194. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:136
  196. msgid ""
  197. "[bdubbs] - Update to iproute2-5.7.0. Fixes <ulink url=\"&lfs-ticket-"
  198. "root;4668\">#4668</ulink>."
  199. msgstr ""
  200. "[bdubbs] — 更新到 iproute2-5.7.0。修复 <ulink url=\"&lfs-ticket-"
  201. "root;4668\">#4668</ulink>。"
  202. #. type: Content of:
  203. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:140
  205. msgid ""
  206. "[bdubbs] - Update to file-5.39. Fixes <ulink url=\"&lfs-ticket-"
  207. "root;4671\">#4671</ulink>."
  208. msgstr ""
  209. "[bdubbs] — 更新到 file-5.39。修复 <ulink url=\"&lfs-ticket-"
  210. "root;4671\">#4671</ulink>。"
  211. #. type: Content of:
  212. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  213. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:144
  214. msgid ""
  215. "[bdubbs] - Update to elfutils-0.180. Fixes <ulink url=\"&lfs-ticket-"
  216. "root;4670\">#4670</ulink>."
  217. msgstr ""
  218. "[bdubbs] — 更新到 elfutils-0.180。修复 <ulink url=\"&lfs-ticket-"
  219. "root;4670\">#4670</ulink>。"
  220. #. type: Content of:
  221. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:148
  223. msgid ""
  224. "[bdubbs] - Update to bison-3.6.4. Fixes <ulink url=\"&lfs-ticket-"
  225. "root;4672\">#4672</ulink>."
  226. msgstr ""
  227. "[bdubbs] — 更新到 bison-3.6.4。修复 <ulink url=\"&lfs-ticket-"
  228. "root;4672\">#4672</ulink>。"
  229. #. type: Content of: <sect1><itemizedlist><listitem><para>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:155
  231. msgid "2020-06-16"
  232. msgstr "2020 年 6 月 16 日"
  233. #. type: Content of:
  234. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:158
  236. msgid ""
  237. "[bdubbs] - Split Chapter 5 into three separate chapters. Implement a new "
  238. "method of cross-building the LFS tool chain and other tools to simplify the "
  239. "method of isolating the new system from the original host. This will be the"
  240. " start of LFS-10.0."
  241. msgstr ""
  242. "[bdubbs] — 将第 5 章拆分成三章。实现新的交叉编译 LFS 工具链和其他工具的构建方法,以简化将新系统与宿主系统隔离的过程。这将会是 "
  243. "LFS-10.0的起点。"
  244. #. type: Content of: <sect1><itemizedlist><listitem><para>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:168
  246. msgid "2020-06-03"
  247. msgstr "2020 年 6 月 3 日"
  248. #. type: Content of:
  249. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:171
  251. msgid ""
  252. "[renodr] - Fix systemd's build with GCC-10 with a patch instead of CFLAGS."
  253. msgstr "[renodr] — 使用补丁修复 systemd 无法被 GCC-10 编译的问题,而不是指定 CFLAGS。"
  254. #. type: Content of:
  255. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  256. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:175
  257. msgid ""
  258. "[renodr] - Update to perl-5.30.3 (security update). Fixes <ulink url=\"&lfs-"
  259. "ticket-root;4664\">#4664</ulink>."
  260. msgstr ""
  261. "[renodr] — 更新到 perl-5.30.3 (安全更新)。修复 <ulink url=\"&lfs-ticket-"
  262. "root;4664\">#4664</ulink>。"
  263. #. type: Content of:
  264. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  265. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:179
  266. msgid ""
  267. "[renodr] - Update to dbus-1.12.18 (security update). Fixes <ulink "
  268. "url=\"&lfs-ticket-root;4665\">#4665</ulink>."
  269. msgstr ""
  270. "[renodr] — 更新到 dbus-1.12.18 (安全更新)。修复 <ulink url=\"&lfs-ticket-"
  271. "root;4665\">#4665</ulink>。"
  272. #. type: Content of:
  273. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  274. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:183
  275. msgid ""
  276. "[renodr] - Update to man-db-2.9.2. Fixes <ulink url=\"&lfs-ticket-"
  277. "root;4663\">#4663</ulink>."
  278. msgstr ""
  279. "[renodr] — 更新到 man-db-2.9.2。修复 <ulink url=\"&lfs-ticket-"
  280. "root;4663\">#4663</ulink>。"
  281. #. type: Content of:
  282. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  283. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:187
  284. msgid ""
  285. "[renodr] - Update to libcap-2.36. Fixes <ulink url=\"&lfs-ticket-"
  286. "root;4666\">#4666</ulink>."
  287. msgstr ""
  288. "[renodr] — 更新到 libcap-2.36。修复 <ulink url=\"&lfs-ticket-"
  289. "root;4666\">#4666</ulink>。"
  290. #. type: Content of:
  291. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:191
  293. msgid ""
  294. "[renodr] - Update to bison-3.6.3. Fixes <ulink url=\"&lfs-ticket-"
  295. "root;4667\">#4667</ulink>."
  296. msgstr ""
  297. "[renodr] — 更新到 bison-3.6.3。修复 <ulink url=\"&lfs-ticket-"
  298. "root;4667\">#4667</ulink>。"
  299. #. type: Content of: <sect1><itemizedlist><listitem><para>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:198
  301. msgid "2020-05-31"
  302. msgstr "2020 年 5 月 31 日"
  303. #. type: Content of:
  304. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  305. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:201
  306. msgid ""
  307. "[pierre] - Fix bash tests: add a couple of symlinks from /bin to /tools, "
  308. "create the tester user with the uid of the tty owner, run the bash tests "
  309. "with su &lt;&lt; EOF, and explicitely defining stdin (with help from thomas "
  310. "and bdubbs)."
  311. msgstr ""
  312. "[pierre] — 修复 bash 测试套件:增加一些从 /bin 指向 /tools 的符号链接,以 tty 所有者的权限创建 tester "
  313. "用户,使用 su &lt;&lt; EOF 运行 bash 测试,并显式定义 stdin (在 thomas 和 bdubbs 的帮助下完成)"
  314. #. type: Content of: <sect1><itemizedlist><listitem><para>
  315. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:210
  316. msgid "2020-05-29"
  317. msgstr "2020 年 5 月 29 日"
  318. #. type: Content of:
  319. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  320. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:213
  321. msgid ""
  322. "[xry111] - Move flex earlier in chapter 6, so that binutils can use it."
  323. msgstr "[xry111] — 将 flex 移到第 6 章更早的位置,这样 binutils 就可以使用它。"
  324. #. type: Content of:
  325. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  326. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:217
  327. msgid "[xry111] - Remove bzip2 and flex from chapter 5."
  328. msgstr "[xry111] — 从第 5 章删除 bzip2 和 flex"
  329. #. type: Content of:
  330. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  331. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:220
  332. msgid ""
  333. "[xry111] - Move zstd earlier in chapter 6, so that file and GCC can use it."
  334. msgstr "[xry111] — 将 zstd 移到第 6 章更早的位置,这样 file 和 GCC 就能使用它。"
  335. #. type: Content of:
  336. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  337. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:224
  338. msgid ""
  339. "[bdubbs] - Run sed and findutils tests as an unprivileged user. Fixes <ulink"
  340. " url=\"&lfs-ticket-root;4661\">#4661</ulink>."
  341. msgstr ""
  342. "[bdubbs] — 以非特权用户身份运行 sed 和 findutils 测试。修复 <ulink url=\"&lfs-ticket-"
  343. "root;4661\">#4661</ulink>。"
  344. #. type: Content of: <sect1><itemizedlist><listitem><para>
  345. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:232
  346. msgid "2020-05-28"
  347. msgstr "2020 年 5 月 28 日"
  348. #. type: Content of:
  349. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  350. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:235
  351. msgid ""
  352. "[bdubbs] - Add an unprivileged user, tester, at the beginning of Chapter 6 "
  353. "for running some tests. This user is then removed at the end of the "
  354. "chapter."
  355. msgstr "[bdubbs] — 在开始第 6 章时添加一个非特权用户,名为 tester,以运行一些测试。该用户在这一章结束时被删除。"
  356. #. type: Content of:
  357. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  358. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:240
  359. msgid ""
  360. "[bdubbs] - Update to zstd-1.4.5. Fixes <ulink url=\"&lfs-ticket-"
  361. "root;4660\">#4660</ulink>."
  362. msgstr ""
  363. "[bdubbs] — 更新到 zstd-1.4.5。修复 <ulink url=\"&lfs-ticket-"
  364. "root;4660\">#4660</ulink>。"
  365. #. type: Content of:
  366. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  367. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:244
  368. msgid ""
  369. "[bdubbs] - Update to util-linux-2.35.2. Fixes <ulink url=\"&lfs-ticket-"
  370. "root;4659\">#4659</ulink>."
  371. msgstr ""
  372. "[bdubbs] — 更新到 util-linux-2.35.2。修复 <ulink url=\"&lfs-ticket-"
  373. "root;4659\">#4659</ulink>。"
  374. #. type: Content of:
  375. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  376. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:248
  377. msgid ""
  378. "[bdubbs] - Update to bison-3.6.2. Fixes <ulink url=\"&lfs-ticket-"
  379. "root;4657\">#4657</ulink>."
  380. msgstr ""
  381. "[bdubbs] — 更新到 bison-3.6.2。修复 <ulink url=\"&lfs-ticket-"
  382. "root;4657\">#4657</ulink>。"
  383. #. type: Content of:
  384. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  385. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:252
  386. msgid ""
  387. "[pierre] - Update to linux-5.6.15. Fixes <ulink url=\"&lfs-ticket-"
  388. "root;4658\">#4658</ulink>."
  389. msgstr ""
  390. "[pierre] — 更新到 linux-5.6.15。修复 <ulink url=\"&lfs-ticket-"
  391. "root;4658\">#4658</ulink>。"
  392. #. type: Content of: <sect1><itemizedlist><listitem><para>
  393. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:259
  394. msgid "2020-05-27"
  395. msgstr "2020 年 5 月 27 日"
  396. #. type: Content of:
  397. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  398. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:262
  399. msgid "[pierre] - Bash: document test results."
  400. msgstr "[pierre] — Bash: 记录测试结果。"
  401. #. type: Content of: <sect1><itemizedlist><listitem><para>
  402. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:268
  403. msgid "2020-05-26"
  404. msgstr "2020 年 5 月 26 日"
  405. #. type: Content of:
  406. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  407. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:271
  408. msgid ""
  409. "[pierre] - Bash: do not use \"su -c command\" to change user to nobody: it "
  410. "removes the controlling terminal and makes some tests fail. Use \"su "
  411. "&lt;&lt; EOF\" instead."
  412. msgstr ""
  413. "[pierre] — Bash: 不要使用 \"su -c command\" 命令切换到 nobody "
  414. "用户:这会移除控制终端并且导致一些测试失败。使用 \"su &lt;&lt; EOF\" 代替它。"
  415. #. type: Content of:
  416. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  417. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:276
  418. msgid ""
  419. "[pierre] - Mount /dev/pts with \"--bind\", so that \"tty\" knows there is a "
  420. "terminal. Fixes a test in coreutils."
  421. msgstr ""
  422. "[pierre] — 使用 \"--bind\" 挂载 /dev/pts,这样 \"tty\"就可以知道它在终端中运行。修复 coreutils "
  423. "的一项测试。"
  424. #. type: Content of:
  425. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  426. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:280
  427. msgid ""
  428. "[pierre] - Add a patch to fix a failure in gold test suite, which really "
  429. "needs -fcommon in some tests."
  430. msgstr "[pierre] — 增加补丁以修复 gold 测试套件中的一项失败测试,这个测试套件的某些测试确实需要 -fcommon。"
  431. #. type: Content of:
  432. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  433. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:284
  434. msgid "[pierre] - Fix a failure in automake test suite."
  435. msgstr "[pierre] — 修复 automake 测试套件中的一项失败测试。"
  436. #. type: Content of:
  437. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  438. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:287
  439. msgid "[pierre] - Update to vim-8.2.0814."
  440. msgstr "[pierre] — 更新到 vim-8.2.0814。"
  441. #. type: Content of:
  442. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  443. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:290
  444. msgid ""
  445. "[pierre] - Add a symlink from /tools/lib/locale to /usr/lib/locale/locale-"
  446. "archive, to allow some programs to find the installed locales. Fixes test "
  447. "failures in bison and man-db."
  448. msgstr ""
  449. "[pierre] — 建立从 /tools/lib/locale 到 /usr/lib/locale/locale-archive "
  450. "的符号链接,使得一些程序可以找到安装的 locale。修复 bison 和 man-db 的测试失败。"
  451. #. type: Content of: <sect1><itemizedlist><listitem><para>
  452. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:299
  453. msgid "2020-05-21"
  454. msgstr "2020 年 5 月 21 日"
  455. #. type: Content of:
  456. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  457. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:302
  458. msgid ""
  459. "[pierre] - Fix a crash at early boot when using "
  460. "CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration."
  461. msgstr "[pierre] — 修复使用内核配置 CONFIG_STACK_PROTECTOR_STRONG=y 时,在引导早期阶段发生的崩溃。"
  462. #. type: Content of: <sect1><itemizedlist><listitem><para>
  463. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:309
  464. msgid "2020-05-16"
  465. msgstr "2020 年 5 月 16 日"
  466. #. type: Content of:
  467. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  468. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:312
  469. msgid ""
  470. "[bdubbs] - Update to meson-0.54.2. Fixes <ulink url=\"&lfs-ticket-"
  471. "root;4656\">#4656</ulink>."
  472. msgstr ""
  473. "[bdubbs] — 更新到 meson-0.54.2。修复 <ulink url=\"&lfs-ticket-"
  474. "root;4656\">#4656</ulink>。"
  475. #. type: Content of:
  476. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  477. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:316
  478. msgid ""
  479. "[bdubbs] - Update to Python-3.8.3. Fixes <ulink url=\"&lfs-ticket-"
  480. "root;4655\">#4655</ulink>."
  481. msgstr ""
  482. "[bdubbs] — 更新到 Python-3.8.3。修复 <ulink url=\"&lfs-ticket-"
  483. "root;4655\">#4655</ulink>。"
  484. #. type: Content of:
  485. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  486. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:320
  487. msgid ""
  488. "[bdubbs] - Update to bison-3.6.1. Fixes <ulink url=\"&lfs-ticket-"
  489. "root;4654\">#4654</ulink>."
  490. msgstr ""
  491. "[bdubbs] — 更新到 bison-3.6.1。修复 <ulink url=\"&lfs-ticket-"
  492. "root;4654\">#4654</ulink>。"
  493. #. type: Content of:
  494. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  495. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:324
  496. msgid ""
  497. "[bdubbs] - Update to linux-5.6.13. Fixes <ulink url=\"&lfs-ticket-"
  498. "root;4653\">#4653</ulink>."
  499. msgstr ""
  500. "[bdubbs] — 更新到 linux-5.6.13。修复 <ulink url=\"&lfs-ticket-"
  501. "root;4653\">#4653</ulink>。"
  502. #. type: Content of: <sect1><itemizedlist><listitem><para>
  503. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:331
  504. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:341
  505. msgid "2020-05-09"
  506. msgstr "2020 年 5 月 9 日"
  507. #. type: Content of:
  508. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  509. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:334
  510. msgid ""
  511. "[pierre] - Pass -Wno-format-overflow to systemd to prevent an error with GCC"
  512. " 10."
  513. msgstr "[pierre] — 向 systemd 构建系统传递 -Wno-format-overflow,防止使用 GCC 10 时出现的错误。"
  514. #. type: Content of:
  515. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  516. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:344
  517. msgid ""
  518. "[pierre] - Patch GCC pass 2 to allow cross-compile (specific to new cross "
  519. "method)."
  520. msgstr "[pierre] — 在第二遍构建 GCC 时打补丁,从而允许交叉编译 (仅用于新的交叉编译方法)。"
  521. #. type: Content of: <sect1><itemizedlist><listitem><para>
  522. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:351
  523. msgid "2020-05-08"
  524. msgstr "2020 年 5 月 8 日"
  525. #. type: Content of:
  526. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  527. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:354
  528. msgid "[bdubbs] - Update to vim-8.2.0716."
  529. msgstr "[bdubbs] — 更新到 vim-8.2.0716。"
  530. #. type: Content of:
  531. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  532. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:357
  533. msgid ""
  534. "[bdubbs] - Update to bison-3.6. Fixes <ulink url=\"&lfs-ticket-"
  535. "root;4652\">#4652</ulink>."
  536. msgstr ""
  537. "[bdubbs] — 更新到 bison-3.6。修复 <ulink url=\"&lfs-ticket-"
  538. "root;4652\">#4652</ulink>。"
  539. #. type: Content of:
  540. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  541. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:361
  542. msgid ""
  543. "[bdubbs] - Update to gcc-10.1.0. Fixes <ulink url=\"&lfs-ticket-"
  544. "root;4651\">#4651</ulink>."
  545. msgstr ""
  546. "[bdubbs] — 更新到 gcc-10.1.0。修复 <ulink url=\"&lfs-ticket-"
  547. "root;4651\">#4651</ulink>。"
  548. #. type: Content of:
  549. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  550. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:365
  551. msgid ""
  552. "[bdubbs] - Update to libcap-2.34. Fixes <ulink url=\"&lfs-ticket-"
  553. "root;4650\">#4650</ulink>."
  554. msgstr ""
  555. "[bdubbs] — 更新到 libcap-2.34。修复 <ulink url=\"&lfs-ticket-"
  556. "root;4650\">#4650</ulink>。"
  557. #. type: Content of:
  558. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  559. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:369
  560. msgid ""
  561. "[bdubbs] - Update to bc-2.7.2. Fixes <ulink url=\"&lfs-ticket-"
  562. "root;4648\">#4648</ulink>."
  563. msgstr ""
  564. "[bdubbs] — 更新到 bc-2.7.2。修复 <ulink url=\"&lfs-ticket-"
  565. "root;4648\">#4648</ulink>。"
  566. #. type: Content of:
  567. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  568. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:373
  569. msgid ""
  570. "[bdubbs] - Update to linux-5.6.11. Fixes <ulink url=\"&lfs-ticket-"
  571. "root;4649\">#4649</ulink>."
  572. msgstr ""
  573. "[bdubbs] — 更新到 linux-5.6.11。修复 <ulink url=\"&lfs-ticket-"
  574. "root;4649\">#4649</ulink>。"
  575. #. type: Content of: <sect1><itemizedlist><listitem><para>
  576. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:380
  577. msgid "2020-05-01"
  578. msgstr "2020 年 5 月 1 日"
  579. #. type: Content of:
  580. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  581. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:383
  582. msgid ""
  583. "[bdubbs] - Update to tzdata-2020a. Fixes <ulink url=\"&lfs-ticket-"
  584. "root;4644\">#4644</ulink>."
  585. msgstr ""
  586. "[bdubbs] — 更新到 tzdata-2020a。修复 <ulink url=\"&lfs-ticket-"
  587. "root;4644\">#4644</ulink>。"
  588. #. type: Content of:
  589. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  590. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:387
  591. msgid ""
  592. "[bdubbs] - Update to meson-0.54.1. Fixes <ulink url=\"&lfs-ticket-"
  593. "root;4646\">#4646</ulink>."
  594. msgstr ""
  595. "[bdubbs] — 更新到 meson-0.54.1。修复 <ulink url=\"&lfs-ticket-"
  596. "root;4646\">#4646</ulink>。"
  597. #. type: Content of:
  598. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  599. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:391
  600. msgid ""
  601. "[bdubbs] - Update to iana-etc-20200429. Fixes <ulink url=\"&lfs-ticket-"
  602. "root;4645\">#4645</ulink>."
  603. msgstr ""
  604. "[bdubbs] — 更新到 iana-etc-20200429。修复 <ulink url=\"&lfs-ticket-"
  605. "root;4645\">#4645</ulink>。"
  606. #. type: Content of:
  607. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  608. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:395
  609. msgid ""
  610. "[bdubbs] - Update to linux-5.6.8. Fixes <ulink url=\"&lfs-ticket-"
  611. "root;4630\">#4630</ulink>."
  612. msgstr ""
  613. "[bdubbs] — 更新到 linux-5.6.8。修复 <ulink url=\"&lfs-ticket-"
  614. "root;4630\">#4630</ulink>。"
  615. #. type: Content of: <sect1><itemizedlist><listitem><para>
  616. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:402
  617. msgid "2020-04-23"
  618. msgstr "2020 年 4 月 23 日"
  619. #. type: Content of:
  620. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  621. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:405
  622. msgid ""
  623. "[ken] - Update to openssl-1.1.1g (Security Fix). Fixes <ulink url=\"&lfs-"
  624. "ticket-root;4643\">#4643</ulink>."
  625. msgstr ""
  626. "[ken] — 更新到 openssl-1.1.1g (安全修补)。修复 <ulink url=\"&lfs-ticket-"
  627. "root;4643\">#4643</ulink>."
  628. #. type: Content of: <sect1><itemizedlist><listitem><para>
  629. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:412
  630. msgid "2020-04-20"
  631. msgstr "2020 年 4 月 20 日"
  632. #. type: Content of:
  633. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  634. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:415
  635. msgid ""
  636. "[pierre] - Change -isystem to -idirafter in \"Adjusting the toolchain\". "
  637. "This allows to search g++ private headers before the public ones, which is "
  638. "the normal search order, with the drawback that it includes the headers in "
  639. "/tools if they exist in both /usr and /tools. Fix most of <ulink url=\"&lfs-"
  640. "ticket-root;4641\">#4641</ulink>."
  641. msgstr ""
  642. "[pierre] — 在 \"调整工具链\" 时,将 -isystem 改为 -idirafter。这允许在查找公共头文件目录前,先查找 g++ "
  643. "内部头文件,这与正常的搜索顺序一致,但缺点是如果 /usr 和 /tools 中存在相同的头文件,就会找到 /tools 中的。几乎修复 <ulink "
  644. "url=\"&lfs-ticket-root;4641\">#4641</ulink>。"
  645. #. type: Content of: <sect1><itemizedlist><listitem><para>
  646. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:426
  647. msgid "2020-04-19"
  648. msgstr "2020 年 4 月 19 日"
  649. #. type: Content of:
  650. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  651. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:429
  652. msgid ""
  653. "[pierre] - Build util-linux in chapter 5 for both books. link util-linux "
  654. "libraries and headers from /usr to /tools. Copy util-linux pkg-config files"
  655. " from /tools to /usr, changing any occurence of /tools to /usr. Also move "
  656. "eudev before util-linux. Fixes <ulink url=\"&lfs-ticket-"
  657. "root;4637\">#4637</ulink>, <ulink url=\"&lfs-ticket-"
  658. "root;4638\">#4638</ulink>, and <ulink url=\"&lfs-ticket-"
  659. "root;4642\">#4642</ulink>."
  660. msgstr ""
  661. "[pierre] — 对于本书的两个版本,都在第 5 章构建 util-linux。为 util-linux 库和头文件创建从 /usr 指向 "
  662. "/tools 的链接。将 util-linux 的 pkg-config 文件从 /tools 复制到 /usr,并将其中所有出现 /tools "
  663. "的地方改为 /usr。另外,将 eudev 移到 util-linux 之前。修复 <ulink url=\"&lfs-ticket-"
  664. "root;4637\">#4637</ulink>,<ulink url=\"&lfs-ticket-"
  665. "root;4638\">#4638</ulink>,以及 <ulink url=\"&lfs-ticket-"
  666. "root;4642\">#4642</ulink>。"
  667. #. type: Content of:
  668. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  669. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:438
  670. msgid ""
  671. "[pierre] - Reinstate flex in chapter 5, so that ar and ranlib (binutils) "
  672. "link against libfl. This allows to run tests for bison, too. Fixes <ulink "
  673. "url=\"&lfs-ticket-root;4631\">#4631</ulink>."
  674. msgstr ""
  675. "[pierre] — 在第 5 章重新引入 flex,这样 ar 和 ranlib (binutils 中的工具) 可以链接到 libfl。这也允许运行"
  676. " bison 的测试。修复 <ulink url=\"&lfs-ticket-root;4631\">#4631</ulink>。"
  677. #. type: Content of:
  678. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  679. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:444
  680. msgid ""
  681. "[pierre] - Prevent readline.pc from referencing termcap as a private library"
  682. " by adding --with-curses to configure switches. Fixes <ulink url=\"&lfs-"
  683. "ticket-root;4635\">#4635</ulink>."
  684. msgstr ""
  685. "[pierre] — 添加配置开关 --with-curses,防止 readline.pc 将 termcap 作为内部库引用。修复 <ulink "
  686. "url=\"&lfs-ticket-root;4635\">#4635</ulink>。"
  687. #. type: Content of:
  688. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  689. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:449
  690. msgid ""
  691. "[pierre] - Allow bison to use the libtextstyle.so library from gettext, by "
  692. "moving gettext before bison. Fixes <ulink url=\"&lfs-ticket-"
  693. "root;4634\">#4634</ulink>."
  694. msgstr ""
  695. "[pierre] — 通过将 gettext 移到 bison 之前,允许 bison 使用来自 gettext 的 libtextstyle.so "
  696. "库。修复 <ulink url=\"&lfs-ticket-root;4634\">#4634</ulink>。"
  697. #. type: Content of:
  698. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  699. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:454
  700. msgid ""
  701. "[pierre] - Allow some shadow programs to use \"setcap\" by moving libcap "
  702. "before shadow. Fixes <ulink url=\"&lfs-ticket-root;4633\">#4633</ulink>."
  703. msgstr ""
  704. "[pierre] — 通过将 libcap 移到 shadow 之前,允许一些 shadow 程序使用 \"setcap\"。修复 <ulink "
  705. "url=\"&lfs-ticket-root;4633\">#4633</ulink>。"
  706. #. type: Content of:
  707. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  708. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:459
  709. msgid ""
  710. "[pierre] - Fix a wrong hardcoded path in some programs from the shadow "
  711. "package. Fixes <ulink url=\"&lfs-ticket-root;4632\">#4632</ulink>."
  712. msgstr ""
  713. "[pierre] — 修复 shadow 软件包中一些程序硬编码的错误路径。修复 <ulink url=\"&lfs-ticket-"
  714. "root;4632\">#4632</ulink>。"
  715. #. type: Content of: <sect1><itemizedlist><listitem><para>
  716. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:467
  717. msgid "2020-04-15"
  718. msgstr "2020 年 4 月 15 日"
  719. #. type: Content of:
  720. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  721. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:470
  722. msgid ""
  723. "[renodr] - Install the man pages in systemd. Fixes <ulink url=\"&lfs-ticket-"
  724. "root;4627\">#4627</ulink>."
  725. msgstr ""
  726. "[renodr] — 安装 systemd 的 man 页面。修复 <ulink url=\"&lfs-ticket-"
  727. "root;4627\">#4627</ulink>。"
  728. #. type: Content of:
  729. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  730. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:474
  731. msgid ""
  732. "[bdubbs] - Update to gawk-5.1.0. Fixes <ulink url=\"&lfs-ticket-"
  733. "root;4629\">#4629</ulink>."
  734. msgstr ""
  735. "[bdubbs] — 更新到 gawk-5.1.0。修复 <ulink url=\"&lfs-ticket-"
  736. "root;4629\">#4629</ulink>。"
  737. #. type: Content of:
  738. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  739. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:478
  740. msgid ""
  741. "[bdubbs] - Update to gettext-0.20.2. Fixes <ulink url=\"&lfs-ticket-"
  742. "root;4628\">#4628</ulink>."
  743. msgstr ""
  744. "[bdubbs] — 更新到 gettext-0.20.2。修复 <ulink url=\"&lfs-ticket-"
  745. "root;4628\">#4628</ulink>。"
  746. #. type: Content of:
  747. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  748. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:482
  749. msgid ""
  750. "[bdubbs] - Update to man-pages-5.06. Fixes <ulink url=\"&lfs-ticket-"
  751. "root;4626\">#4626</ulink>."
  752. msgstr ""
  753. "[bdubbs] — 更新到 man-pages-5.06。修复 <ulink url=\"&lfs-ticket-"
  754. "root;4626\">#4626</ulink>。"
  755. #. type: Content of:
  756. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  757. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:486
  758. msgid ""
  759. "[bdubbs] - Update to bc-2.6.1. Fixes <ulink url=\"&lfs-ticket-"
  760. "root;4625\">#4625</ulink>."
  761. msgstr ""
  762. "[bdubbs] — 更新到 bc-2.6.1。修复 <ulink url=\"&lfs-ticket-"
  763. "root;4625\">#4625</ulink>。"
  764. #. type: Content of:
  765. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  766. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:490
  767. msgid ""
  768. "[bdubbs] - Update to bison-3.5.4. Fixes <ulink url=\"&lfs-ticket-"
  769. "root;4623\">#4623</ulink>."
  770. msgstr ""
  771. "[bdubbs] — 更新到 bison-3.5.4。修复 <ulink url=\"&lfs-ticket-"
  772. "root;4623\">#4623</ulink>。"
  773. #. type: Content of:
  774. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  775. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:494
  776. msgid ""
  777. "[bdubbs] - Update to iproute2-5.6.0. Fixes <ulink url=\"&lfs-ticket-"
  778. "root;4622\">#4622</ulink>."
  779. msgstr ""
  780. "[bdubbs] — 更新到 iproute2-5.6.0。修复 <ulink url=\"&lfs-ticket-"
  781. "root;4622\">#4622</ulink>。"
  782. #. type: Content of:
  783. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  784. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:498
  785. msgid ""
  786. "[bdubbs] - Update to linux-5.6.4. Fixes <ulink url=\"&lfs-ticket-"
  787. "root;4615\">#4615</ulink>."
  788. msgstr ""
  789. "[bdubbs] — 更新到 linux-5.6.4。修复 <ulink url=\"&lfs-ticket-"
  790. "root;4615\">#4615</ulink>。"
  791. #. type: Content of: <sect1><itemizedlist><listitem><para>
  792. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:505
  793. msgid "2020-04-01"
  794. msgstr "2020 年 4 月 1 日"
  795. #. type: Content of:
  796. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  797. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:508
  798. msgid ""
  799. "[bdubbs] - Update to vim-8.2.0486. Addresses <ulink url=\"&lfs-ticket-"
  800. "root;4500\">#4500</ulink>."
  801. msgstr ""
  802. "[bdubbs] — 更新到 vim-8.2.0486。处理 <ulink url=\"&lfs-ticket-"
  803. "root;4500\">#4500</ulink>。"
  804. #. type: Content of:
  805. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  806. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:512
  807. msgid ""
  808. "[bdubbs] - Update to elfutils-0.179. Fixes <ulink url=\"&lfs-ticket-"
  809. "root;4621\">#4621</ulink>."
  810. msgstr ""
  811. "[bdubbs] — 更新到 elfutils-0.179。修复 <ulink url=\"&lfs-ticket-"
  812. "root;4621\">#4621</ulink>。"
  813. #. type: Content of:
  814. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  815. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:516
  816. msgid ""
  817. "[bdubbs] - Update to meson-0.54.0. Fixes <ulink url=\"&lfs-ticket-"
  818. "root;4620\">#4620</ulink>."
  819. msgstr ""
  820. "[bdubbs] — 更新到 meson-0.54.0。修复 <ulink url=\"&lfs-ticket-"
  821. "root;4620\">#4620</ulink>。"
  822. #. type: Content of:
  823. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  824. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:520
  825. msgid ""
  826. "[bdubbs] - Update to e2fsprogs-1.45.6. Fixes <ulink url=\"&lfs-ticket-"
  827. "root;4619\">#4619</ulink>."
  828. msgstr ""
  829. "[bdubbs] — 更新到 e2fsprogs-1.45.6。修复 <ulink url=\"&lfs-ticket-"
  830. "root;4619\">#4619</ulink>。"
  831. #. type: Content of:
  832. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  833. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:524
  834. msgid ""
  835. "[bdubbs] - Update to automake-1.16.2. Fixes <ulink url=\"&lfs-ticket-"
  836. "root;4618\">#4618</ulink>."
  837. msgstr ""
  838. "[bdubbs] — 更新到 automake-1.16.2。修复 <ulink url=\"&lfs-ticket-"
  839. "root;4618\">#4618</ulink>。"
  840. #. type: Content of:
  841. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  842. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:528
  843. msgid ""
  844. "[bdubbs] - Update to xz-5.2.5. Fixes <ulink url=\"&lfs-ticket-"
  845. "root;4617\">#4617</ulink>."
  846. msgstr ""
  847. "[bdubbs] — 更新到 xz-5.2.5。修复 <ulink url=\"&lfs-ticket-"
  848. "root;4617\">#4617</ulink>。"
  849. #. type: Content of:
  850. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  851. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:532
  852. msgid ""
  853. "[bdubbs] - Update to openssl-1.1.1f. Fixes <ulink url=\"&lfs-ticket-"
  854. "root;4616\">#4616</ulink>."
  855. msgstr ""
  856. "[bdubbs] — 更新到 openssl-1.1.1f。修复 <ulink url=\"&lfs-ticket-"
  857. "root;4616\">#4616</ulink>。"
  858. #. type: Content of:
  859. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  860. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:536
  861. msgid ""
  862. "[bdubbs] - Update to perl-5.30.2. Fixes <ulink url=\"&lfs-ticket-"
  863. "root;4614\">#4614</ulink>."
  864. msgstr ""
  865. "[bdubbs] — 更新到 perl-5.30.2。修复 <ulink url=\"&lfs-ticket-"
  866. "root;4614\">#4614</ulink>。"
  867. #. type: Content of: <sect1><itemizedlist><listitem><para>
  868. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:543
  869. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:573
  870. msgid "2020-03-29"
  871. msgstr "2020 年 3 月 29 日"
  872. #. type: Content of:
  873. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  874. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:546
  875. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:576
  876. msgid "[bdubbs] - Textual updates thanks to Kevin Buckley."
  877. msgstr "[bdubbs] — 文本更新,感谢 Kevin Buckley 的建议。"
  878. #. type: Content of: <sect1><itemizedlist><listitem><para>
  879. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:552
  880. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:582
  881. msgid "2020-03-19"
  882. msgstr "2020 年 3 月 19 日"
  883. #. type: Content of:
  884. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  885. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:555
  886. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:585
  887. msgid ""
  888. "[renodr] - Update to systemd-245. Fixes <ulink url=\"&lfs-ticket-"
  889. "root;4593\">#4593</ulink>."
  890. msgstr ""
  891. "[renodr] — 更新到 systemd-245。修复 <ulink url=\"&lfs-ticket-"
  892. "root;4593\">#4593</ulink>。"
  893. #. type: Content of: <sect1><itemizedlist><listitem><para>
  894. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:562
  895. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:592
  896. msgid "2020-03-18"
  897. msgstr "2020 年 3 月 18 日"
  898. #. type: Content of:
  899. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  900. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:565
  901. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:595
  902. msgid ""
  903. "[renodr] - Make minor modifications to the kernel configuration in order to "
  904. "match the configuration options to there current positions in Linux-5.5"
  905. msgstr "[renodr] — 对内核配置进行微调,以符合 Linux-5.5 中配置选项在菜单中的位置。"
  906. #. type: Content of: <sect1><itemizedlist><listitem><para>
  907. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:603
  908. msgid "2020-03-15"
  909. msgstr "2020 年 3 月 15 日"
  910. #. type: Content of:
  911. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  912. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:606
  913. msgid ""
  914. "[bdubbs] - Update to gcc-9.3.0. Fixes <ulink url=\"&lfs-ticket-"
  915. "root;4613\">#4613</ulink>."
  916. msgstr ""
  917. "[bdubbs] — 更新到 gcc-9.3.0。修复 <ulink url=\"&lfs-ticket-"
  918. "root;4613\">#4613</ulink>。"
  919. #. type: Content of:
  920. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  921. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:610
  922. msgid ""
  923. "[bdubbs] - Update to bc-2.6.0. Fixes <ulink url=\"&lfs-ticket-"
  924. "root;4612\">#4612</ulink>."
  925. msgstr ""
  926. "[bdubbs] — 更新到 bc-2.6.0。修复 <ulink url=\"&lfs-ticket-"
  927. "root;4612\">#4612</ulink>。"
  928. #. type: Content of:
  929. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  930. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:614
  931. msgid ""
  932. "[bdubbs] - Update to bison-3.5.3. Fixes <ulink url=\"&lfs-ticket-"
  933. "root;4611\">#4611</ulink>."
  934. msgstr ""
  935. "[bdubbs] — 更新到 bison-3.5.3。修复 <ulink url=\"&lfs-ticket-"
  936. "root;4611\">#4611</ulink>。"
  937. #. type: Content of:
  938. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  939. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:618
  940. msgid ""
  941. "[bdubbs] - Update to linux-5.5.9. Fixes <ulink url=\"&lfs-ticket-"
  942. "root;4610\">#4610</ulink>."
  943. msgstr ""
  944. "[bdubbs] — 更新到 linux-5.5.9。修复 <ulink url=\"&lfs-ticket-"
  945. "root;4610\">#4610</ulink>。"
  946. #. type: Content of:
  947. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  948. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:622
  949. msgid ""
  950. "[bdubbs] - Update to coreutils-8.32. Fixes <ulink url=\"&lfs-ticket-"
  951. "root;4609\">#4609</ulink>."
  952. msgstr ""
  953. "[bdubbs] — 更新到 coreutils-8.32。修复 <ulink url=\"&lfs-ticket-"
  954. "root;4609\">#4609</ulink>。"
  955. #. type: Content of: <sect1><itemizedlist><listitem><para>
  956. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:629
  957. msgid "2020-03-02"
  958. msgstr "2020 年 3 月 2 日"
  959. #. type: Content of:
  960. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  961. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:632
  962. msgid ""
  963. "[bdubbs] - Update to Python-3.8.2. Fixes <ulink url=\"&lfs-ticket-"
  964. "root;4606\">#4606</ulink>."
  965. msgstr ""
  966. "[bdubbs] — 更新到 Python-3.8.2。修复 <ulink url=\"&lfs-ticket-"
  967. "root;4606\">#4606</ulink>。"
  968. #. type: Content of:
  969. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  970. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:636
  971. msgid ""
  972. "[bdubbs] - Update to meson-0.52.2. Fixes <ulink url=\"&lfs-ticket-"
  973. "root;4605\">#4605</ulink>."
  974. msgstr ""
  975. "[bdubbs] — 更新到 meson-0.52.2。修复 <ulink url=\"&lfs-ticket-"
  976. "root;4605\">#4605</ulink>。"
  977. #. type: Content of:
  978. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  979. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:640
  980. msgid ""
  981. "[bdubbs] - Update to man-db-2.9.1. Fixes <ulink url=\"&lfs-ticket-"
  982. "root;4604\">#4604</ulink>."
  983. msgstr ""
  984. "[bdubbs] — 更新到 man-db-2.9.1。修复 <ulink url=\"&lfs-ticket-"
  985. "root;4604\">#4604</ulink>。"
  986. #. type: Content of:
  987. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  988. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:644
  989. msgid ""
  990. "[bdubbs] - Update to kmod-27. Fixes <ulink url=\"&lfs-ticket-"
  991. "root;4603\">#4603</ulink>."
  992. msgstr ""
  993. "[bdubbs] — 更新到 kmod-27。修复 <ulink url=\"&lfs-ticket-"
  994. "root;4603\">#4603</ulink>。"
  995. #. type: Content of:
  996. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  997. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:648
  998. msgid ""
  999. "[bdubbs] - Update to procps-3.3.16. Fixes <ulink url=\"&lfs-ticket-"
  1000. "root;4602\">#4602</ulink>."
  1001. msgstr ""
  1002. "[bdubbs] — 更新到 procps-3.3.16。修复 <ulink url=\"&lfs-ticket-"
  1003. "root;4602\">#4602</ulink>。"
  1004. #. type: Content of:
  1005. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  1006. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:652
  1007. msgid ""
  1008. "[bdubbs] - Update to psmisc-23.3. Fixes <ulink url=\"&lfs-ticket-"
  1009. "root;4601\">#4601</ulink>."
  1010. msgstr ""
  1011. "[bdubbs] — 更新到 psmisc-23.3。修复 <ulink url=\"&lfs-ticket-"
  1012. "root;4601\">#4601</ulink>。"
  1013. #. type: Content of:
  1014. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  1015. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:656
  1016. msgid ""
  1017. "[bdubbs] - Update to libcap-2.33. Fixes <ulink url=\"&lfs-ticket-"
  1018. "root;4600\">#4608</ulink>."
  1019. msgstr ""
  1020. "[bdubbs] — 更新到 libcap-2.33。修复 <ulink url=\"&lfs-ticket-"
  1021. "root;4600\">#4608</ulink>。"
  1022. #. type: Content of:
  1023. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  1024. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:660
  1025. msgid ""
  1026. "[bdubbs] - Update to linux-5.5.7. Fixes <ulink url=\"&lfs-ticket-"
  1027. "root;4598\">#4598</ulink>."
  1028. msgstr ""
  1029. "[bdubbs] — 更新到 linux-5.5.7。修复 <ulink url=\"&lfs-ticket-"
  1030. "root;4598\">#4598</ulink>。"
  1031. #. type: Content of: <sect1><itemizedlist><listitem><para>
  1032. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:667
  1033. msgid "2020-03-01"
  1034. msgstr "2020 年 3 月 1 日"
  1035. #. type: Content of:
  1036. #. <sect1><itemizedlist><listitem><itemizedlist><listitem><para>
  1037. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/changelog.xml:670
  1038. msgid "[bdubbs] - LFS-9.1 released."
  1039. msgstr "[bdubbs] — LFS-9.1 发布。"