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.3.



details:   https://anonhg.NetBSD.org/src/rev/e0e8bfbee408
branches:  netbsd-3-0
changeset: 579431:e0e8bfbee408
user:      ghen <ghen%NetBSD.org@localhost>
date:      Thu Jun 28 18:40:53 2007 +0000

description:
Welcome to NetBSD 3.0.3.

diffstat:

 doc/CHANGES-3.0.3                 |  7 ++++++-
 doc/README.files                  |  4 ++--
 gnu/usr.bin/groff/tmac/mdoc.local |  8 +++++---
 sys/sys/param.h                   |  4 ++--
 4 files changed, 15 insertions(+), 8 deletions(-)

diffs (78 lines):

diff -r e14b6ea77cc7 -r e0e8bfbee408 doc/CHANGES-3.0.3
--- a/doc/CHANGES-3.0.3 Thu Jun 28 18:29:04 2007 +0000
+++ b/doc/CHANGES-3.0.3 Thu Jun 28 18:40:53 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0.3,v 1.1.2.45 2007/06/28 18:15:22 ghen Exp $
+#      $NetBSD: CHANGES-3.0.3,v 1.1.2.46 2007/06/28 18:40:54 ghen Exp $
 
 A complete list of changes from the NetBSD 3.0.2 release to the NetBSD 3.0.3
 release:
@@ -1738,3 +1738,8 @@
        use TMPDIR environment variable if set, otherwise use /tmp.
        [martti, ticket #1800]
 
+gnu/usr.bin/groff/tmac/mdoc.local              patch
+sys/sys/param.h                                        patch
+
+       Welcome to NetBSD 3.0.3.
+
diff -r e14b6ea77cc7 -r e0e8bfbee408 doc/README.files
--- a/doc/README.files  Thu Jun 28 18:29:04 2007 +0000
+++ b/doc/README.files  Thu Jun 28 18:40:53 2007 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: README.files,v 1.2.6.2.2.3 2006/10/28 13:57:41 ghen Exp $
+#      $NetBSD: README.files,v 1.2.6.2.2.4 2007/06/28 18:40:54 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.3  Changes between the 3.0.2 and 3.0.3 releases.
 
 CHANGES-3.0.2  Changes between the 3.0.1 and 3.0.2 releases.
 
diff -r e14b6ea77cc7 -r e0e8bfbee408 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Thu Jun 28 18:29:04 2007 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Thu Jun 28 18:40:53 2007 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.9.2.8 2006/10/28 13:57:40 ghen Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.9.2.9 2007/06/28 18:40:53 ghen Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -54,14 +54,16 @@
 .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_PATCH
+.ds doc-operating-system NetBSD\~3.0.3
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0.2_PATCH
+.ds doc-default-operating-system NetBSD\~3.0.3
 .\" 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
 .ds doc-operating-system-NetBSD-3.0    3.0
 .ds doc-operating-system-NetBSD-3.0.1  3.0.1
 .ds doc-operating-system-NetBSD-3.0.2  3.0.2
+.ds doc-operating-system-NetBSD-3.0.3  3.0.3
 .ds doc-operating-system-NetBSD-3.1    3.1
+.ds doc-operating-system-NetBSD-3.1.1  3.1.1
 .ds doc-operating-system-NetBSD-4.0    4.0
diff -r e14b6ea77cc7 -r e0e8bfbee408 sys/sys/param.h
--- a/sys/sys/param.h   Thu Jun 28 18:29:04 2007 +0000
+++ b/sys/sys/param.h   Thu Jun 28 18:40:53 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.211.2.8.2.6 2007/06/28 11:43:22 ghen Exp $ */
+/*     $NetBSD: param.h,v 1.211.2.8.2.7 2007/06/28 18:40:53 ghen Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      300002001       /* NetBSD 3.0.2_PATCH */
+#define        __NetBSD_Version__      301003000       /* NetBSD 3.0.3 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index