Source-Changes-HG archive

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

[src/netbsd-1-6]: src Mark the tree as being 1.6.2.



details:   https://anonhg.NetBSD.org/src/rev/f1e4b2b6737f
branches:  netbsd-1-6
changeset: 531065:f1e4b2b6737f
user:      he <he%NetBSD.org@localhost>
date:      Fri Jan 30 10:07:06 2004 +0000

description:
Mark the tree as being 1.6.2.
The netbsd-1-6-PATCH002 and netbsd-1-6-PATCH002-RELEASE tags will be
moved to correspond for these three files momentarily.

diffstat:

 doc/CHANGES-1.6.2     |  7 ++++++-
 share/tmac/doc-common |  4 ++--
 sys/conf/osrelease.sh |  4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r 7933b05e2b21 -r f1e4b2b6737f doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Wed Jan 28 04:45:13 2004 +0000
+++ b/doc/CHANGES-1.6.2 Fri Jan 30 10:07:06 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.257 2004/01/28 04:45:13 jmc Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.258 2004/01/30 10:07:06 he Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -3371,3 +3371,8 @@
 
        Clips MAXPHYS to 32k on sun2, as needed by the sc driver.
        [fredette, ticket #1600]
+
+sys/conf/osrelease.sh                           patched by hand
+share/tmac/doc-common                           patched by hand
+
+       Mark what we have now as 1.6.2.
diff -r 7933b05e2b21 -r f1e4b2b6737f share/tmac/doc-common
--- a/share/tmac/doc-common     Wed Jan 28 04:45:13 2004 +0000
+++ b/share/tmac/doc-common     Fri Jan 30 10:07:06 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.53.2.18 2004/01/08 17:10:40 jmc Exp $
+.\"    $NetBSD: doc-common,v 1.53.2.19 2004/01/30 10:07:06 he Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -246,7 +246,7 @@
 .de Os
 .ds oS Null
 .if "\\$1"" \{\
-.      ds oS NetBSD 1.6.2_RC4
+.      ds oS NetBSD 1.6.2
 .\}
 .if "\\$2"" \{\
 .      ds aa Non-Null
diff -r 7933b05e2b21 -r f1e4b2b6737f sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Wed Jan 28 04:45:13 2004 +0000
+++ b/sys/conf/osrelease.sh     Fri Jan 30 10:07:06 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.75.6.20 2004/01/08 17:10:40 jmc Exp $
+#      $NetBSD: osrelease.sh,v 1.75.6.21 2004/01/30 10:07:06 he Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,7 @@
 #      sys/sys/param.h:        __NetBSD_Version__
 #      share/tmac/doc-common:  ds oS
 #
-release=1.6.2_RC4
+release=1.6.2
 
 case $1 in
 -s)



Home | Main Index | Thread Index | Old Index