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



details:   https://anonhg.NetBSD.org/src/rev/5626d406c875
branches:  netbsd-3
changeset: 577536:5626d406c875
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Nov 21 21:58:35 2005 +0000

description:
Welcome to NetBSD 3.0_RC2.

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 03eb98b3f78e -r 5626d406c875 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Mon Nov 21 21:51:46 2005 +0000
+++ b/doc/CHANGES-3.0   Mon Nov 21 21:58:35 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.315 2005/11/21 21:51:46 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.316 2005/11/21 21:58:35 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -14366,3 +14366,8 @@
        Update to ipsec-tools 0.6.3
        [manu, ticket #981]
 
+gnu/usr.bin/groff/tmac/mdoc.local              patch
+sys/sys/param.h                                        patch
+
+       Welcome to NetBSD 3.0_RC2.
+
diff -r 03eb98b3f78e -r 5626d406c875 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Mon Nov 21 21:51:46 2005 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Mon Nov 21 21:58:35 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.2 2005/11/13 16:04:15 tron Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.3 2005/11/21 21:58:35 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_RC1
+.ds doc-operating-system NetBSD\~3.0_RC2
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0_RC1
+.ds doc-default-operating-system NetBSD\~3.0_RC2
 .\" 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 03eb98b3f78e -r 5626d406c875 sys/sys/param.h
--- a/sys/sys/param.h   Mon Nov 21 21:51:46 2005 +0000
+++ b/sys/sys/param.h   Mon Nov 21 21:58:35 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.211.2.2 2005/11/13 16:04:15 tron Exp $     */
+/*     $NetBSD: param.h,v 1.211.2.3 2005/11/21 21:58:35 tron Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      300000000       /* NetBSD 3.0_RC1 */
+#define        __NetBSD_Version__      300000000       /* NetBSD 3.0_RC2 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index