Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src Welcome to 9.3_STABLE



details:   https://anonhg.NetBSD.org/src/rev/fc1b24234953
branches:  netbsd-9
changeset: 368855:fc1b24234953
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Aug 08 16:51:35 2022 +0000

description:
Welcome to 9.3_STABLE

diffstat:

 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(-)

diffs (76 lines):

diff -r 6ef46dad7ac3 -r fc1b24234953 doc/CHANGES-9.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/CHANGES-9.4   Mon Aug 08 16:51:35 2022 +0000
@@ -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 -r 6ef46dad7ac3 -r fc1b24234953 doc/README.files
--- a/doc/README.files  Thu Aug 04 15:30:36 2022 +0000
+++ b/doc/README.files  Mon Aug 08 16:51:35 2022 +0000
@@ -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-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 -r 6ef46dad7ac3 -r fc1b24234953 external/gpl2/groff/tmac/mdoc.local
--- a/external/gpl2/groff/tmac/mdoc.local       Thu Aug 04 15:30:36 2022 +0000
+++ b/external/gpl2/groff/tmac/mdoc.local       Mon Aug 08 16:51:35 2022 +0000
@@ -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 -r 6ef46dad7ac3 -r fc1b24234953 sys/sys/param.h
--- a/sys/sys/param.h   Thu Aug 04 15:30:36 2022 +0000
+++ b/sys/sys/param.h   Mon Aug 08 16:51:35 2022 +0000
@@ -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__)



Home | Main Index | Thread Index | Old Index