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



details:   https://anonhg.NetBSD.org/src/rev/ef71c537c845
branches:  netbsd-3
changeset: 577548:ef71c537c845
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Nov 22 21:11:23 2005 +0000

description:
Welcome to NetBSD 3.0_RC3.

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 d510b4740221 -r ef71c537c845 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Tue Nov 22 20:50:56 2005 +0000
+++ b/doc/CHANGES-3.0   Tue Nov 22 21:11:23 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.318 2005/11/22 20:50:56 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.319 2005/11/22 21:11:23 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -14413,3 +14413,8 @@
        Correction for various typing errors mostly from Igor Sobrado.
        [uwe, ticket #990]
 
+gnu/usr.bin/groff/tmac/mdoc.local              patch
+sys/sys/param.h                                        patch
+
+       Welcome to NetBSD 3.0_RC3.
+
diff -r d510b4740221 -r ef71c537c845 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Tue Nov 22 20:50:56 2005 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Tue Nov 22 21:11:23 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.4 2005/11/22 20:40:33 tron Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.5 2005/11/22 21:11:24 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_RC2
+.ds doc-operating-system NetBSD\~3.0_RC3
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.0_RC2
+.ds doc-default-operating-system NetBSD\~3.0_RC3
 .\" 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 d510b4740221 -r ef71c537c845 sys/sys/param.h
--- a/sys/sys/param.h   Tue Nov 22 20:50:56 2005 +0000
+++ b/sys/sys/param.h   Tue Nov 22 21:11:23 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.211.2.3 2005/11/21 21:58:35 tron Exp $     */
+/*     $NetBSD: param.h,v 1.211.2.4 2005/11/22 21:11:24 tron Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      300000000       /* NetBSD 3.0_RC2 */
+#define        __NetBSD_Version__      300000000       /* NetBSD 3.0_RC3 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index