Source-Changes-HG archive

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

[src/netbsd-1-6]: src Update for 1.6.1_RELEASE



details:   https://anonhg.NetBSD.org/src/rev/ddbe7829daf8
branches:  netbsd-1-6
changeset: 530202:ddbe7829daf8
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Apr 01 02:30:35 2003 +0000

description:
Update for 1.6.1_RELEASE

diffstat:

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

diffs (58 lines):

diff -r 3b254b76ea8a -r ddbe7829daf8 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Mon Mar 31 06:27:24 2003 +0000
+++ b/doc/CHANGES-1.6.1 Tue Apr 01 02:30:35 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.133 2003/03/31 06:27:24 jmc Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.134 2003/04/01 02:30:35 jmc Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -3872,3 +3872,10 @@
        [atatat, ticket #1237]
 
        [Moved RC3 tag for these 3 files]
+
+sys/conf/osrelease.sh                           patched by hand
+share/tmac/doc-common                           patched by hand
+
+        Update to 1.6.1 (release)
+
+       [tagged final tree with netbsd-1-6-PATCH001-RELEASE]
diff -r 3b254b76ea8a -r ddbe7829daf8 share/tmac/doc-common
--- a/share/tmac/doc-common     Mon Mar 31 06:27:24 2003 +0000
+++ b/share/tmac/doc-common     Tue Apr 01 02:30:35 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.53.2.12 2003/03/25 19:59:02 jmc Exp $
+.\"    $NetBSD: doc-common,v 1.53.2.13 2003/04/01 02:30:36 jmc 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.1_RC3
+.      ds oS NetBSD 1.6.1
 .\}
 .if "\\$2"" \{\
 .      ds aa Non-Null
diff -r 3b254b76ea8a -r ddbe7829daf8 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Mon Mar 31 06:27:24 2003 +0000
+++ b/sys/conf/osrelease.sh     Tue Apr 01 02:30:35 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.75.6.14 2003/03/25 19:59:00 jmc Exp $
+#      $NetBSD: osrelease.sh,v 1.75.6.15 2003/04/01 02:30:35 jmc 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.1_RC3
+release=1.6.1
 
 case $1 in
 -s)



Home | Main Index | Thread Index | Old Index