Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src Welcome to 2.1_RC5



details:   https://anonhg.NetBSD.org/src/rev/8474f4c4bd28
branches:  netbsd-2
changeset: 564072:8474f4c4bd28
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Sep 18 17:58:06 2005 +0000

description:
Welcome to 2.1_RC5

diffstat:

 doc/CHANGES-2.1                   |  8 +++++++-
 gnu/usr.bin/groff/tmac/mdoc.local |  4 ++--
 share/tmac/doc-common             |  4 ++--
 sys/sys/param.h                   |  4 ++--
 4 files changed, 13 insertions(+), 7 deletions(-)

diffs (73 lines):

diff -r f26379436ef4 -r 8474f4c4bd28 doc/CHANGES-2.1
--- a/doc/CHANGES-2.1   Sun Sep 18 17:28:40 2005 +0000
+++ b/doc/CHANGES-2.1   Sun Sep 18 17:58:06 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1,v 1.1.2.192 2005/09/18 17:28:40 riz Exp $
+#      $NetBSD: CHANGES-2.1,v 1.1.2.193 2005/09/18 17:58:47 riz Exp $
 
 A complete list of changes from the NetBSD 2.0 release to the NetBSD 2.1 
 release
@@ -3822,3 +3822,9 @@
        Marc Aurele La France from the XFree86 project.
        [tron, ticket #5858]
 
+sys/sys/param.h                                        patch
+share/tmac/doc-common                          patch
+gnu/usr.bin/groff/tmac/mdoc.local              patch
+
+       Welcome to 2.1_RC5
+
diff -r f26379436ef4 -r 8474f4c4bd28 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Sun Sep 18 17:28:40 2005 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sun Sep 18 17:58:06 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.13.2.5.2.8 2005/09/15 14:48:58 riz Exp $
+.\" $NetBSD: mdoc.local,v 1.13.2.5.2.9 2005/09/18 17:58:06 riz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -133,7 +133,7 @@
 .as doc-str-St--ieee1275-94     " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
 .
 .\" Default .Os value
-.ds doc-operating-system NetBSD\~2.1_RC4
+.ds doc-operating-system NetBSD\~2.1_RC5
 .\" Other known versions, not yet in groff distribution
 .ds doc-operating-system-NetBSD-1.4.1  1.4.1
 .ds doc-operating-system-NetBSD-1.4.2  1.4.2
diff -r f26379436ef4 -r 8474f4c4bd28 share/tmac/doc-common
--- a/share/tmac/doc-common     Sun Sep 18 17:28:40 2005 +0000
+++ b/share/tmac/doc-common     Sun Sep 18 17:58:06 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.61.2.7.2.7 2005/09/15 14:48:58 riz Exp $
+.\"    $NetBSD: doc-common,v 1.61.2.7.2.8 2005/09/18 17:58:06 riz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -245,7 +245,7 @@
 .de Os
 .ds oS Null
 .if "\\$1"" \{\
-.      ds oS NetBSD 2.1_RC4
+.      ds oS NetBSD 2.1_RC5
 .\}
 .if "\\$2"" \{\
 .      ds aa Non-Null
diff -r f26379436ef4 -r 8474f4c4bd28 sys/sys/param.h
--- a/sys/sys/param.h   Sun Sep 18 17:28:40 2005 +0000
+++ b/sys/sys/param.h   Sun Sep 18 17:58:06 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.188.2.9.2.8 2005/09/15 14:48:58 riz Exp $  */
+/*     $NetBSD: param.h,v 1.188.2.9.2.9 2005/09/18 17:58:06 riz Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      201000000       /* NetBSD 2.1_RC4 */
+#define        __NetBSD_Version__      201000000       /* NetBSD 2.1_RC5 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index