Source-Changes-HG archive

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

[src/netbsd-2-0]: src Welcome to 2.0_RC1



details:   https://anonhg.NetBSD.org/src/rev/8a6c910a5310
branches:  netbsd-2-0
changeset: 562714:8a6c910a5310
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Sep 23 02:55:07 2004 +0000

description:
Welcome to 2.0_RC1

diffstat:

 doc/CHANGES-2.0       |  7 ++++++-
 share/tmac/doc-common |  4 ++--
 sys/sys/param.h       |  4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r 2067270a7a43 -r 8a6c910a5310 doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Thu Sep 23 02:45:08 2004 +0000
+++ b/doc/CHANGES-2.0   Thu Sep 23 02:55:07 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.465 2004/09/23 02:45:08 jmc Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.466 2004/09/23 02:55:07 jmc Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -7607,3 +7607,8 @@
 
        Change the default volume label from "NO NAME" to "NO_NAME".
        [thorpej, ticket #870]
+
+sys/sys/param.h                                        patched by hand
+share/tmac/doc-common                          patched by hand
+
+       Welcome to 2.0_RC1
diff -r 2067270a7a43 -r 8a6c910a5310 share/tmac/doc-common
--- a/share/tmac/doc-common     Thu Sep 23 02:45:08 2004 +0000
+++ b/share/tmac/doc-common     Thu Sep 23 02:55:07 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.61.2.1 2004/03/29 05:21:33 jmc Exp $
+.\"    $NetBSD: doc-common,v 1.61.2.2 2004/09/23 02:55:07 jmc 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.0_BETA
+.      ds oS NetBSD 2.0_RC1
 .\}
 .if "\\$2"" \{\
 .      ds aa Non-Null
diff -r 2067270a7a43 -r 8a6c910a5310 sys/sys/param.h
--- a/sys/sys/param.h   Thu Sep 23 02:45:08 2004 +0000
+++ b/sys/sys/param.h   Thu Sep 23 02:55:07 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.188.2.2 2004/03/29 15:31:52 jmc Exp $      */
+/*     $NetBSD: param.h,v 1.188.2.3 2004/09/23 02:55:07 jmc Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  * needs to be updated and the changes sent back to the groff maintainers.
  */
 
-#define        __NetBSD_Version__      200000000       /* NetBSD 2.0_BETA */
+#define        __NetBSD_Version__      200000000       /* NetBSD 2.0_RC1 */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index