Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src Welcome to 2.0.1
details: https://anonhg.NetBSD.org/src/rev/c4977cde0545
branches: netbsd-2-0
changeset: 564675:c4977cde0545
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Jan 16 02:31:19 2005 +0000
description:
Welcome to 2.0.1
diffstat:
doc/CHANGES-2.0.1 | 8 +++++++-
gnu/usr.bin/groff/tmac/mdoc.local | 5 +++--
share/tmac/doc-common | 5 +++--
sys/sys/param.h | 4 ++--
4 files changed, 15 insertions(+), 7 deletions(-)
diffs (89 lines):
diff -r 401e3a287258 -r c4977cde0545 doc/CHANGES-2.0.1
--- a/doc/CHANGES-2.0.1 Tue Jan 11 06:44:42 2005 +0000
+++ b/doc/CHANGES-2.0.1 Sun Jan 16 02:31:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.1,v 1.1.2.10 2005/01/11 06:44:42 jmc Exp $
+# $NetBSD: CHANGES-2.0.1,v 1.1.2.11 2005/01/16 02:32:16 jmc Exp $
A complete list of changes from the NetBSD 2.0 release to the NetBSD 2.0.1
release.
@@ -142,3 +142,9 @@
Silence the 'receive process failed to idle' message on the Davicom
DM9102A.
[sketch, ticket #1084]
+
+sys/sys/param.h patch
+share/tmac/doc-common patch
+gnu/usr.bin/groff/tmac/mdoc.local patch
+
+ Welcome to 2.0.1
diff -r 401e3a287258 -r c4977cde0545 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Tue Jan 11 06:44:42 2005 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sun Jan 16 02:31:19 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.13.2.5 2004/11/29 06:24:21 jmc Exp $
+.\" $NetBSD: mdoc.local,v 1.13.2.6 2005/01/16 02:31:19 jmc Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -133,7 +133,7 @@
.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\~2.0
+.ds doc-operating-system NetBSD\~2.0.1
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-1.4.1 1.4.1
.ds doc-operating-system-NetBSD-1.4.2 1.4.2
@@ -144,6 +144,7 @@
.ds doc-operating-system-NetBSD-1.6.1 1.6.1
.ds doc-operating-system-NetBSD-1.6.2 1.6.2
.ds doc-operating-system-NetBSD-2.0 2.0
+.ds doc-operating-system-NetBSD-2.0 2.0.1
.ds doc-operating-system-NetBSD-2.1 2.1
.ds doc-operating-system-NetBSD-3.0 3.0
.ds doc-operating-system-FreeBSD-5.2 5.2
diff -r 401e3a287258 -r c4977cde0545 share/tmac/doc-common
--- a/share/tmac/doc-common Tue Jan 11 06:44:42 2005 +0000
+++ b/share/tmac/doc-common Sun Jan 16 02:31:19 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc-common,v 1.61.2.7 2004/11/29 06:24:21 jmc Exp $
+.\" $NetBSD: doc-common,v 1.61.2.8 2005/01/16 02:31:19 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -245,7 +245,7 @@
.de Os
.ds oS Null
.if "\\$1"" \{\
-. ds oS NetBSD 2.0
+. ds oS NetBSD 2.0.1
.\}
.if "\\$2"" \{\
. ds aa Non-Null
@@ -295,6 +295,7 @@
. if "\\$2"1.5" .as oS \01.5
. if "\\$2"1.6" .as oS \01.6
. if "\\$2"2.0" .as oS \02.0
+. if "\\$2"2.0.1" .as oS \02.0.1
.\}
.if "\\*(oS"Null" .ds oS \0\\$1
.if "\\*(aa"Non-Null" .as oS \0\\$2
diff -r 401e3a287258 -r c4977cde0545 sys/sys/param.h
--- a/sys/sys/param.h Tue Jan 11 06:44:42 2005 +0000
+++ b/sys/sys/param.h Sun Jan 16 02:31:19 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.188.2.9 2004/11/29 06:24:21 jmc Exp $ */
+/* $NetBSD: param.h,v 1.188.2.10 2005/01/16 02:31:19 jmc Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 200000000 /* NetBSD 2.0 */
+#define __NetBSD_Version__ 200000100 /* NetBSD 2.0.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index