The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/407

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From 34eb16ba041ce89ba84bbe3d581005e8ff16d386 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Fri, 24 Apr 2020 20:57:26 +0900
Subject: [PATCH] Add Japanese release announcement of LXCFS 4.0.3

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 content/lxcfs/news.ja/lxcfs-4.0.3.yaml | 62 ++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)
 create mode 100644 content/lxcfs/news.ja/lxcfs-4.0.3.yaml

diff --git a/content/lxcfs/news.ja/lxcfs-4.0.3.yaml 
b/content/lxcfs/news.ja/lxcfs-4.0.3.yaml
new file mode 100644
index 0000000..7de9166
--- /dev/null
+++ b/content/lxcfs/news.ja/lxcfs-4.0.3.yaml
@@ -0,0 +1,62 @@
+title: LXCFS 4.0.3 LTS リリースのお知らせ
+date: 2020/04/17 20:04
+origin: 
https://discuss.linuxcontainers.org/t/lxcfs-4-0-3-lts-has-been-released/7470
+content: |-
+  ### はじめに <!-- Introduction -->
+  <!--
+  The LXCFS team is pleased to announce the release of LXCFS 4.0.3!
+  -->
+  LXCFS チームは LXCFS 4.0.3 のリリースをお知らせできてとてもうれしいです!
+
+  <!--
+  This is the third bugfix release for LXCFS 4.0 which is supported until June 
2025.
+  -->
+  これは 2025 年 6 月までサポートされる LXCFS 4.0 の 3 回目のバグフィックスリリースです。
+
+  ### バグ修正 <!-- Bugfixes -->
+  <!--
+  This release fixes a number of issues that were reported shortly following 
the [original 
4.0.0](https://discuss.linuxcontainers.org/t/lxcfs-4-0-lts-has-been-released/7031),
 
[4.0.1](https://discuss.linuxcontainers.org/t/lxcfs-4-0-1-lts-has-been-released/7130)
 and 
[4.0.2](https://discuss.linuxcontainers.org/t/lxcfs-4-0-2-lts-has-been-released/7327)
 releases. Some of the highlights include:
+  -->
+  このリリースでは 
[4.0.0](/ja/lxcfs/news/#lxcfs-40-lts)、[4.0.1](/ja/lxcfs/news/#lxcfs-401-lts)、[4.0.2](https://discuss.linuxcontainers.org/t/lxcfs-4-0-2-lts-has-been-released/7327)
 リリース後に報告された問題を修正しています。主なものは次の通りです:
+
+   - Coverity スキャンで検出された問題をいくつか修正しました <!-- Fix some issues detected by 
Coverity Scan -->
+   - `meminfo` フィールドの問題をいくつか修正しました <!-- Fix issue with some `meminfo` fields 
-->
+   - オーバーフローを防ぐために SWAP の計算ロジックを修正しました <!-- Fix SWAP calculation logic to 
avoid overflows -->
+
+  <!--
+  The full list of commits is available below:
+  -->
+  コミットの全リストは次の通りです(翻訳なし):
+
+   - Include `:` in matching of lines in /proc/meminfo
+   - relax init pid store locking a bit
+   - travis: enable coverity integration
+   - memory_utils: make it easier for Coverity
+   - .travis: fix coverity
+   - cgroup_fuse: do not double-close
+   - lxcfs: remove fl.* prefix
+   - cgroup_fuse: s/clone/lxcfs_clone/g
+   - bindings: do not falsely return
+   - cgroup_fuse: be cautios when dereferencing d->controller
+   - lxcfs: don't cause a uaf
+   - utils: fix recv_creds()
+   - bindings: use zalloc()
+   - cgroups: more cgroup2 fun
+   - tests: correctly skip readdir test
+   - cgroups: please Coverity
+   - cgroups: simplify cgroup_walkup_to_root()
+   - proc_fuse: improve swap calculation
+
+
+  ### サポートとアップグレード <!-- Support and upgrade -->
+  <!--
+  The LXCFS 4.0 branch is supported until June 2025.
+  Only bugfixes and securitiy issues get included into the stable bugfix 
releases, so it's always safe and recommended to keep up and run the latest 
bugfix release.
+  -->
+  LXCFS 4.0 ブランチは 2025 年 6 月までサポートされます。
+  stable 
のバグフィックスリリースでは、バグとセキュリティに関する問題に対する修正のみが行われますので、常に安全です。最新のバグフィックスリリースの状態を維持し、実行することをおすすめします。
+
+  ### ダウンロード <!-- Downloads -->
+
+   - リリース tarball <!-- Main release tarball -->: 
[lxcfs-4.0.3.tar.gz](https://linuxcontainers.org/downloads/lxcfs/lxcfs-4.0.3.tar.gz)
+   - GPG シグネチャー <!-- GPG signature -->: 
[lxcfs-4.0.3.tar.gz.asc](https://linuxcontainers.org/downloads/lxcfs/lxcfs-4.0.3.tar.gz.asc)
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to