From ab7c387b4133efdf3729b83dc7bbce65f36bd923 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 8 Aug 2022 16:51:35 +0000 Subject: [PATCH] Welcome to 9.3_STABLE --- doc/CHANGES-9.4 | 13 +++++++++++++ doc/README.files | 6 +++++- external/gpl2/groff/tmac/mdoc.local | 6 +++--- sys/sys/param.h | 4 ++-- 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 doc/CHANGES-9.4 diff --git a/doc/CHANGES-9.4 b/doc/CHANGES-9.4 new file mode 100644 index 000000000000..7ff747bc1c42 --- /dev/null +++ b/doc/CHANGES-9.4 @@ -0,0 +1,13 @@ +# $NetBSD: CHANGES-9.4,v 1.1.2.1 2022/08/08 16:58:05 martin Exp $ + +A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 +release: + +external/gpl2/groff/tmac/mdoc.local patched by hand +sys/sys/param.h patched by hand +doc/README.files patched by hand +doc/CHANGES-9.4 added + + Welcome to 9.3_STABLE. + [martin] + diff --git a/doc/README.files b/doc/README.files index 32d2fd32bdf4..f106bbaa207b 100644 --- a/doc/README.files +++ b/doc/README.files @@ -1,4 +1,4 @@ -# $NetBSD: README.files,v 1.5.26.1 2019/07/30 16:52:10 martin Exp $ +# $NetBSD: README.files,v 1.5.26.2 2022/08/08 16:58:05 martin Exp $ What's in this directory: @@ -6,6 +6,10 @@ CHANGES Changes between the 8.0 and 9.0 releases. CHANGES-9.0 Changes between the creation of the netbsd-9 branch and the 9.0 release. +CHANGES-9.1 Changes between the the 9.0 release and the 9.1 release. +CHANGES-9.2 Changes between the the 9.1 release and the 9.2 release. +CHANGES-9.3 Changes between the the 9.2 release and the 9.3 release. +CHANGES-9.4 Changes between the the 9.3 release and the 9.4 release. CHANGES.prev Changes in previous NetBSD releases. diff --git a/external/gpl2/groff/tmac/mdoc.local b/external/gpl2/groff/tmac/mdoc.local index e0100138dd98..4e9c39eb4891 100644 --- a/external/gpl2/groff/tmac/mdoc.local +++ b/external/gpl2/groff/tmac/mdoc.local @@ -1,4 +1,4 @@ -.\" $NetBSD: mdoc.local,v 1.5.6.10 2022/08/04 15:30:37 martin Exp $ +.\" $NetBSD: mdoc.local,v 1.5.6.11 2022/08/08 16:58:05 martin Exp $ .\" .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -44,9 +44,9 @@ .as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq]) . .\" Default .Os value -.ds doc-operating-system NetBSD\~9.3 +.ds doc-operating-system NetBSD\~9.3_STABLE .\" Default footer operating system value -.ds doc-default-operating-system NetBSD\~9.3 +.ds doc-default-operating-system NetBSD\~9.3_STABLE .\" Other known versions, not yet in groff distribution .ds doc-operating-system-NetBSD-1.3.3 1.3.3 .ds doc-operating-system-NetBSD-1.6.3 1.6.3 diff --git a/sys/sys/param.h b/sys/sys/param.h index 7d58a2427d2d..ae8d8b1b50aa 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.599.2.12 2022/08/04 15:30:36 martin Exp $ */ +/* $NetBSD: param.h,v 1.599.2.13 2022/08/08 16:51:35 martin Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 903000000 /* NetBSD 9.3 */ +#define __NetBSD_Version__ 903000000 /* NetBSD 9.3_STABLE */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)