diff mbox series

docs: Bump version to 5.x

Message ID 20190114061221.30494-1-joel@jms.id.au
State New
Headers show
Series docs: Bump version to 5.x | expand

Commit Message

Joel Stanley Jan. 14, 2019, 6:12 a.m. UTC
This shows up in the index of https://www.kernel.org/doc/html/latest/ so
I figured it should be updated.

Fixes: bfeffd15528 ("Linux 5.0-rc1")
Signed-off-by: Joel Stanley <joel@jms.id.au>

--
We could also remove the version number instead of applying this patch.
---
 Documentation/admin-guide/README.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.19.1

Comments

Andrew Donnellan Jan. 14, 2019, 8:19 a.m. UTC | #1
On 14/1/19 5:12 pm, Joel Stanley wrote:
> This shows up in the index of https://www.kernel.org/doc/html/latest/ so

> I figured it should be updated.

> 

> Fixes: bfeffd15528 ("Linux 5.0-rc1")

> Signed-off-by: Joel Stanley <joel@jms.id.au>

> --

> We could also remove the version number instead of applying this patch.


You missed all the 4.x references in "Installing the kernel source" :)

I also don't think the README matches the contemporary understanding of 
"release notes" so perhaps that phrase should be dropped too.

> ---

>   Documentation/admin-guide/README.rst | 5 +++--

>   1 file changed, 3 insertions(+), 2 deletions(-)

> 

> diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst

> index 0797eec76be1..a09baa324951 100644

> --- a/Documentation/admin-guide/README.rst

> +++ b/Documentation/admin-guide/README.rst

> @@ -1,9 +1,9 @@

>   .. _readme:

> 

> -Linux kernel release 4.x <http://kernel.org/>

> +Linux kernel release 5.x <http://kernel.org/>

>   =============================================

> 

> -These are the release notes for Linux version 4.  Read them carefully,

> +These are the release notes for Linux version 5.  Read them carefully,

>   as they tell you what this is all about, explain how to install the

>   kernel, and what to do if something goes wrong.

> 

> @@ -406,3 +406,4 @@ If something goes wrong

> 

>      gdb'ing a non-running kernel currently fails because ``gdb`` (wrongly)

>      disregards the starting offset for which the kernel is compiled.

> +

> 


-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited
diff mbox series

Patch

diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst
index 0797eec76be1..a09baa324951 100644
--- a/Documentation/admin-guide/README.rst
+++ b/Documentation/admin-guide/README.rst
@@ -1,9 +1,9 @@ 
 .. _readme:
 
-Linux kernel release 4.x <http://kernel.org/>
+Linux kernel release 5.x <http://kernel.org/>
 =============================================
 
-These are the release notes for Linux version 4.  Read them carefully,
+These are the release notes for Linux version 5.  Read them carefully,
 as they tell you what this is all about, explain how to install the
 kernel, and what to do if something goes wrong.
 
@@ -406,3 +406,4 @@  If something goes wrong
 
    gdb'ing a non-running kernel currently fails because ``gdb`` (wrongly)
    disregards the starting offset for which the kernel is compiled.
+