Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src Welcome to 1.6.1_STABLE
details: https://anonhg.NetBSD.org/src/rev/822f89173e7f
branches: netbsd-1-6
changeset: 530204:822f89173e7f
user: jmc <jmc%NetBSD.org@localhost>
date: Tue Apr 22 02:12:55 2003 +0000
description:
Welcome to 1.6.1_STABLE
diffstat:
doc/CHANGES-1.6.2 | 11 +++++++++++
share/tmac/doc-common | 4 ++--
sys/conf/osrelease.sh | 4 ++--
3 files changed, 15 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r 72e9cc62a01b -r 822f89173e7f doc/CHANGES-1.6.2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/CHANGES-1.6.2 Tue Apr 22 02:12:55 2003 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: CHANGES-1.6.2,v 1.1.2.1 2003/04/22 02:12:55 jmc Exp $
+
+A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
+
+File Revision(s)
+---- --------
+
+sys/conf/osrelease.sh patch
+share/tmac/doc-common patch
+
+ Mark this as 1.6.1_STABLE.
diff -r 72e9cc62a01b -r 822f89173e7f share/tmac/doc-common
--- a/share/tmac/doc-common Sun Apr 13 22:05:51 2003 +0000
+++ b/share/tmac/doc-common Tue Apr 22 02:12:55 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc-common,v 1.53.2.13 2003/04/01 02:30:36 jmc Exp $
+.\" $NetBSD: doc-common,v 1.53.2.14 2003/04/22 02:12:57 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
+. ds oS NetBSD 1.6.1_STABLE
.\}
.if "\\$2"" \{\
. ds aa Non-Null
diff -r 72e9cc62a01b -r 822f89173e7f sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh Sun Apr 13 22:05:51 2003 +0000
+++ b/sys/conf/osrelease.sh Tue Apr 22 02:12:55 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: osrelease.sh,v 1.75.6.15 2003/04/01 02:30:35 jmc Exp $
+# $NetBSD: osrelease.sh,v 1.75.6.16 2003/04/22 02:12:57 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
+release=1.6.1_STABLE
case $1 in
-s)
Home |
Main Index |
Thread Index |
Old Index