diff options
author | SeongJae Park <sj38.park@gmail.com> | 2016-04-16 02:18:46 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-16 18:49:08 +0200 |
commit | ad0de1e3fe9aacbf110052bcc1765c877e69858f (patch) | |
tree | ee1a1a9bc74bec8276db794007a4ae6f583f9e9b /Documentation/zh_CN | |
parent | serial: doc: .break_ctl() may sleep (diff) | |
download | linux-ad0de1e3fe9aacbf110052bcc1765c877e69858f.tar.xz linux-ad0de1e3fe9aacbf110052bcc1765c877e69858f.zip |
Documentatio: HOWTO: remove regression postings info from translations
Obsolete info about regression postings were removed by commit
5645a717c6ee61e67d38aa9f15cb9db074e1e99d ("Documentation: HOWTO: remove
obsolete info about regression postings") but not applied to
translations. This commit applies the change to translations.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/zh_CN')
-rw-r--r-- | Documentation/zh_CN/HOWTO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/zh_CN/HOWTO b/Documentation/zh_CN/HOWTO index 54ea24ff63c7..56ca786e5842 100644 --- a/Documentation/zh_CN/HOWTO +++ b/Documentation/zh_CN/HOWTO @@ -218,8 +218,6 @@ kernel.org网站的pub/linux/kernel/v2.6/目录下找到它。它的开发遵循 时,一个新的-rc版本就会被发布。计划是每周都发布新的-rc版本。 - 这个过程一直持续下去直到内核被认为达到足够稳定的状态,持续时间大概是 6个星期。 - - 以下地址跟踪了在每个-rc发布中发现的退步列表: - http://kernelnewbies.org/known_regressions 关于内核发布,值得一提的是Andrew Morton在linux-kernel邮件列表中如是说: “没有人知道新内核何时会被发布,因为发布是根据已知bug的情况来决定 |