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.1 release.



details:   https://anonhg.NetBSD.org/src/rev/e602cbfc31f2
branches:  netbsd-3-0
changeset: 579255:e602cbfc31f2
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 17 10:35:30 2006 +0000

description:
Welcome to NetBSD 3.0.1 release.

diffstat:

 doc/CHANGES-3.0.1                 |  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 279c4dadbfea -r e602cbfc31f2 doc/CHANGES-3.0.1
--- a/doc/CHANGES-3.0.1 Fri Jun 16 18:54:53 2006 +0000
+++ b/doc/CHANGES-3.0.1 Sat Jun 17 10:35:30 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0.1,v 1.1.2.59 2006/06/16 04:06:14 riz Exp $
+#      $NetBSD: CHANGES-3.0.1,v 1.1.2.60 2006/06/17 10:35:30 tron Exp $
 
 A complete list of changes from the NetBSD 3.0 release to the NetBSD 3.0.1
 release:
@@ -539,3 +539,8 @@
        Also fix md_get_cddevs() to match cd probe messages by MI SCSI drivers.
        [tsutsui, ticket #1381]
 
+gnu/usr.bin/groff/tmac/mdoc.local              patch
+sys/sys/param.h                                        patch
+
+       Welcome to NetBSD 3.0.1 release.
+
diff -r 279c4dadbfea -r e602cbfc31f2 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Fri Jun 16 18:54:53 2006 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sat Jun 17 10:35:30 2006 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.9.2.4 2006/05/04 05:52:54 snj Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.9.2.5 2006/06/17 10:35:30 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.0_STABLE
+.ds doc-operating-system NetBSD\~3.0.1
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0.0_STABLE
+.ds doc-default-operating-system NetBSD\~3.0.1
 .\" 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 279c4dadbfea -r e602cbfc31f2 sys/sys/param.h
--- a/sys/sys/param.h   Fri Jun 16 18:54:53 2006 +0000
+++ b/sys/sys/param.h   Sat Jun 17 10:35:30 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.211.2.8.2.1 2005/12/28 15:16:21 riz Exp $  */
+/*     $NetBSD: param.h,v 1.211.2.8.2.2 2006/06/17 10:35:30 tron Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      300000000       /* NetBSD 3.0.0_STABLE */
+#define        __NetBSD_Version__      300001000       /* NetBSD 3.0.1 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index