Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src Welcome to NetBSD 3.0.2_PATCH.
details: https://anonhg.NetBSD.org/src/rev/1c2106fef04f
branches: netbsd-3-0
changeset: 579334:1c2106fef04f
user: ghen <ghen%NetBSD.org@localhost>
date: Sat Oct 28 13:57:40 2006 +0000
description:
Welcome to NetBSD 3.0.2_PATCH.
diffstat:
doc/CHANGES-3.0.3 | 13 +++++++++++++
doc/README.files | 4 +++-
gnu/usr.bin/groff/tmac/mdoc.local | 6 +++---
sys/sys/param.h | 4 ++--
4 files changed, 21 insertions(+), 6 deletions(-)
diffs (70 lines):
diff -r feeaf4d56913 -r 1c2106fef04f doc/CHANGES-3.0.3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/CHANGES-3.0.3 Sat Oct 28 13:57:40 2006 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: CHANGES-3.0.3,v 1.1.2.1 2006/10/28 13:57:41 ghen Exp $
+
+A complete list of changes from the NetBSD 3.0.2 release to the NetBSD 3.0.3
+release:
+
+File Revision(s)
+---- --------
+gnu/usr.bin/groff/tmac/mdoc.local patch
+sys/sys/param.h patch
+doc/README.files patch
+
+ Welcome to 3.0.2_PATCH
+
diff -r feeaf4d56913 -r 1c2106fef04f doc/README.files
--- a/doc/README.files Sat Oct 28 13:31:31 2006 +0000
+++ b/doc/README.files Sat Oct 28 13:57:40 2006 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: README.files,v 1.2.6.2.2.2 2006/10/28 13:31:32 ghen Exp $
+# $NetBSD: README.files,v 1.2.6.2.2.3 2006/10/28 13:57:41 ghen Exp $
What's in this directory:
+CHANGES-3.0.3 Changes between the 3.0.1 and 3.0.2 releases.
+
CHANGES-3.0.2 Changes between the 3.0.1 and 3.0.2 releases.
CHANGES-3.0.1 Changes between the 3.0 and 3.0.1 releases.
diff -r feeaf4d56913 -r 1c2106fef04f gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Sat Oct 28 13:31:31 2006 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sat Oct 28 13:57:40 2006 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.9.2.7 2006/10/28 13:31:31 ghen Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.9.2.8 2006/10/28 13:57:40 ghen 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.2
+.ds doc-operating-system NetBSD\~3.0.2_PATCH
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0.2
+.ds doc-default-operating-system NetBSD\~3.0.2_PATCH
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-2.0.1 2.0.1
.ds doc-operating-system-NetBSD-2.0.2 2.0.2
diff -r feeaf4d56913 -r 1c2106fef04f sys/sys/param.h
--- a/sys/sys/param.h Sat Oct 28 13:31:31 2006 +0000
+++ b/sys/sys/param.h Sat Oct 28 13:57:40 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.211.2.8.2.4 2006/10/28 13:31:32 ghen Exp $ */
+/* $NetBSD: param.h,v 1.211.2.8.2.5 2006/10/28 13:57:41 ghen Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 300002000 /* NetBSD 3.0.2 */
+#define __NetBSD_Version__ 300002000 /* NetBSD 3.0.2_PATCH */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index