Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src Welcome to 6.0.1!
details: https://anonhg.NetBSD.org/src/rev/675a77f8415d
branches: netbsd-6-0
changeset: 774733:675a77f8415d
user: riz <riz%NetBSD.org@localhost>
date: Mon Dec 17 18:49:08 2012 +0000
description:
Welcome to 6.0.1!
diffstat:
doc/CHANGES-6.0.1 | 10 +++++++++-
doc/LAST_MINUTE | 4 ++--
doc/README.files | 9 +++++++--
sys/sys/param.h | 4 ++--
4 files changed, 20 insertions(+), 7 deletions(-)
diffs (70 lines):
diff -r c8295a1edc8b -r 675a77f8415d doc/CHANGES-6.0.1
--- a/doc/CHANGES-6.0.1 Mon Dec 17 17:52:06 2012 +0000
+++ b/doc/CHANGES-6.0.1 Mon Dec 17 18:49:08 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.37 2012/12/17 00:33:00 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.38 2012/12/17 18:49:08 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -292,3 +292,11 @@
Fix inverted error check.
[matt, ticket #756]
+distrib/notes/common/main patched by hand
+doc/LAST_MINUTE patched by hand
+doc/README.files patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 6.0.1!
+ [riz]
+
diff -r c8295a1edc8b -r 675a77f8415d doc/LAST_MINUTE
--- a/doc/LAST_MINUTE Mon Dec 17 17:52:06 2012 +0000
+++ b/doc/LAST_MINUTE Mon Dec 17 18:49:08 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: LAST_MINUTE,v 1.2.40.1 2012/02/15 23:46:47 riz Exp $
+# $NetBSD: LAST_MINUTE,v 1.2.40.1.4.1 2012/12/17 18:49:09 riz Exp $
-This file contains important information on the NetBSD 6.0 release that
+This file contains important information on the NetBSD 6.0.1 release that
did not make it into the main documentation.
[all]
diff -r c8295a1edc8b -r 675a77f8415d doc/README.files
--- a/doc/README.files Mon Dec 17 17:52:06 2012 +0000
+++ b/doc/README.files Mon Dec 17 18:49:08 2012 +0000
@@ -1,8 +1,13 @@
-# $NetBSD: README.files,v 1.4.20.1 2012/09/07 22:13:38 bouyer Exp $
+# $NetBSD: README.files,v 1.4.20.1.2.1 2012/12/17 18:49:09 riz Exp $
What's in this directory:
-CHANGES Changes between the XXX.XXX-1 and XXX.XXX releases.
+CHANGES-6.0.1 Changes between the 6.0 and 6.0.1 releases.
+
+CHANGES-6.0 Changes between the creation of the netbsd-6 branch and
+ the 6.0 release.
+
+CHANGES Changes between the 5.0 and 6.0 releases.
CHANGES.prev Changes in previous NetBSD releases.
diff -r c8295a1edc8b -r 675a77f8415d sys/sys/param.h
--- a/sys/sys/param.h Mon Dec 17 17:52:06 2012 +0000
+++ b/sys/sys/param.h Mon Dec 17 18:49:08 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.6.2.1 2012/10/17 22:44:46 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.6.2.2 2012/12/17 18:49:08 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 600000000 /* NetBSD 6.0.0_PATCH */
+#define __NetBSD_Version__ 600000001 /* NetBSD 6.0.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index