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



details:   https://anonhg.NetBSD.org/src/rev/feeaf4d56913
branches:  netbsd-3-0
changeset: 579333:feeaf4d56913
user:      ghen <ghen%NetBSD.org@localhost>
date:      Sat Oct 28 13:31:31 2006 +0000

description:
Welcome to NetBSD 3.0.2 release.

diffstat:

 doc/CHANGES-3.0.2                 |  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 (77 lines):

diff -r 5fbb9ea95e5e -r feeaf4d56913 doc/CHANGES-3.0.2
--- a/doc/CHANGES-3.0.2 Sat Oct 28 12:08:20 2006 +0000
+++ b/doc/CHANGES-3.0.2 Sat Oct 28 13:31:31 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0.2,v 1.1.2.35 2006/10/27 18:55:55 ghen Exp $
+#      $NetBSD: CHANGES-3.0.2,v 1.1.2.36 2006/10/28 13:31:32 ghen Exp $
 
 A complete list of changes from the NetBSD 3.0.1 release to the NetBSD 3.0.2
 release:
@@ -341,3 +341,8 @@
        Fix a memory disclosure in interface name buffer.
        [christos, tickets #1563 and #1572]
 
+gnu/usr.bin/groff/tmac/mdoc.local              patch
+sys/sys/param.h                                        patch
+
+       Welcome to NetBSD 3.0.2.
+
diff -r 5fbb9ea95e5e -r feeaf4d56913 doc/README.files
--- a/doc/README.files  Sat Oct 28 12:08:20 2006 +0000
+++ b/doc/README.files  Sat Oct 28 13:31:31 2006 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: README.files,v 1.2.6.2.2.1 2005/12/28 15:24:05 riz Exp $
+#      $NetBSD: README.files,v 1.2.6.2.2.2 2006/10/28 13:31:32 ghen Exp $
 
 What's in this directory:
 
+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.
 
 CHANGES-3.0    Changes between the initial 3.0 branch and final release of 3.0.
diff -r 5fbb9ea95e5e -r feeaf4d56913 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Sat Oct 28 12:08:20 2006 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sat Oct 28 13:31:31 2006 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.9.2.6 2006/07/12 21:33:07 tron Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.9.2.7 2006/10/28 13:31:31 ghen Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -54,14 +54,14 @@
 .as doc-str-St--p1003.1-2004   " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
 .
 .\" Default .Os value
-.ds doc-operating-system NetBSD\~3.0.1_STABLE
+.ds doc-operating-system NetBSD\~3.0.2
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0.1_STABLE
+.ds doc-default-operating-system NetBSD\~3.0.2
 .\" 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
 .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.1    3.1
 .ds doc-operating-system-NetBSD-4.0    4.0
diff -r 5fbb9ea95e5e -r feeaf4d56913 sys/sys/param.h
--- a/sys/sys/param.h   Sat Oct 28 12:08:20 2006 +0000
+++ b/sys/sys/param.h   Sat Oct 28 13:31:31 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.211.2.8.2.3 2006/07/12 21:33:07 tron Exp $ */
+/*     $NetBSD: param.h,v 1.211.2.8.2.4 2006/10/28 13:31:32 ghen Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      300001000       /* NetBSD 3.0.1_STABLE */
+#define        __NetBSD_Version__      300002000       /* NetBSD 3.0.2 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index