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_RC5.
details: https://anonhg.NetBSD.org/src/rev/d06ed12bf479
branches: netbsd-3
changeset: 577586:d06ed12bf479
user: tron <tron%NetBSD.org@localhost>
date: Tue Nov 29 10:36:48 2005 +0000
description:
Welcome to NetBSD 3.0_RC5.
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 25a0651bbff6 -r d06ed12bf479 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0 Tue Nov 29 10:25:57 2005 +0000
+++ b/doc/CHANGES-3.0 Tue Nov 29 10:36:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0,v 1.1.2.329 2005/11/29 10:25:57 tron Exp $
+# $NetBSD: CHANGES-3.0,v 1.1.2.330 2005/11/29 10:36:48 tron Exp $
A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
until the 3.0 release:
@@ -14579,3 +14579,8 @@
Fix a panic in UVM under NetBSD-xen.
[bouyer, ticket #1014]
+gnu/usr.bin/groff/tmac/mdoc.local patch
+sys/sys/param.h patch
+
+ Welcome to NetBSD 3.0_RC5.
+
diff -r 25a0651bbff6 -r d06ed12bf479 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Tue Nov 29 10:25:57 2005 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Tue Nov 29 10:36:48 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.6 2005/11/28 01:16:24 riz Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.7 2005/11/29 10:36:49 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_RC4
+.ds doc-operating-system NetBSD\~3.0_RC5
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0_RC4
+.ds doc-default-operating-system NetBSD\~3.0_RC5
.\" 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 25a0651bbff6 -r d06ed12bf479 sys/sys/param.h
--- a/sys/sys/param.h Tue Nov 29 10:25:57 2005 +0000
+++ b/sys/sys/param.h Tue Nov 29 10:36:48 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.211.2.5 2005/11/28 01:16:24 riz Exp $ */
+/* $NetBSD: param.h,v 1.211.2.6 2005/11/29 10:36:49 tron Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 300000000 /* NetBSD 3.0_RC4 */
+#define __NetBSD_Version__ 300000000 /* NetBSD 3.0_RC5 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index