Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src Welcome to NetBSD 3.0_RC1.
details: https://anonhg.NetBSD.org/src/rev/7caa2ff6ce06
branches: netbsd-3
changeset: 577496:7caa2ff6ce06
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 13 16:04:15 2005 +0000
description:
Welcome to NetBSD 3.0_RC1.
diffstat:
doc/CHANGES-3.0 | 7 ++++++-
gnu/usr.bin/groff/tmac/mdoc.local | 6 +++---
sys/sys/param.h | 4 ++--
3 files changed, 11 insertions(+), 6 deletions(-)
diffs (57 lines):
diff -r 541a6e89d213 -r 7caa2ff6ce06 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0 Sun Nov 13 15:58:21 2005 +0000
+++ b/doc/CHANGES-3.0 Sun Nov 13 16:04:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0,v 1.1.2.312 2005/11/13 14:01:17 tron Exp $
+# $NetBSD: CHANGES-3.0,v 1.1.2.313 2005/11/13 16:04:15 tron Exp $
A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
until the 3.0 release:
@@ -14037,3 +14037,8 @@
Fixes PR kern/28886 and PR kern/26771.
[chs, ticket #954]
+gnu/usr.bin/groff/tmac/mdoc.local patch
+sys/sys/param.h patch
+
+ Welcome to NetBSD 3.0_RC1.
+
diff -r 541a6e89d213 -r 7caa2ff6ce06 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Sun Nov 13 15:58:21 2005 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sun Nov 13 16:04:15 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.1 2005/03/17 00:26:32 jmc Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.2 2005/11/13 16:04:15 tron Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -54,9 +54,9 @@
.as doc-str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
.
.\" Default .Os value
-.ds doc-operating-system NetBSD\~3.0_BETA
+.ds doc-operating-system NetBSD\~3.0_RC1
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0_BETA
+.ds doc-default-operating-system NetBSD\~3.0_RC1
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-1.6.3 1.6.3
.ds doc-operating-system-NetBSD-2.0.1 2.0.1
diff -r 541a6e89d213 -r 7caa2ff6ce06 sys/sys/param.h
--- a/sys/sys/param.h Sun Nov 13 15:58:21 2005 +0000
+++ b/sys/sys/param.h Sun Nov 13 16:04:15 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.211.2.1 2005/03/17 00:26:32 jmc Exp $ */
+/* $NetBSD: param.h,v 1.211.2.2 2005/11/13 16:04:15 tron Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 300000000 /* NetBSD 3.0_BETA */
+#define __NetBSD_Version__ 300000000 /* NetBSD 3.0_RC1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index