Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src Welcome to 6.0_RC1!
details: https://anonhg.NetBSD.org/src/rev/95fa8a0f6316
branches: netbsd-6
changeset: 774466:95fa8a0f6316
user: riz <riz%NetBSD.org@localhost>
date: Fri Aug 17 23:57:22 2012 +0000
description:
Welcome to 6.0_RC1!
diffstat:
doc/CHANGES-6.0 | 21 ++++++++++++++++++++-
sys/sys/param.h | 4 ++--
2 files changed, 22 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r d026f7ed6f4d -r 95fa8a0f6316 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0 Fri Aug 17 23:53:48 2012 +0000
+++ b/doc/CHANGES-6.0 Fri Aug 17 23:57:22 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.192 2012/08/17 20:52:50 martin Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.193 2012/08/17 23:58:23 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -8313,3 +8313,22 @@
[riz, ticket #506]
+distrib/notes/amd64/contents 1.2
+distrib/notes/common/main 1.489
+distrib/notes/common/postinstall 1.76
+distrib/notes/common/sysinst 1.102
+distrib/notes/evbppc/contents 1.2
+distrib/notes/hp300/contents 1.16
+distrib/notes/hpcsh/contents 1.2
+distrib/notes/i386/contents 1.27
+distrib/notes/landisk/contents 1.2
+distrib/notes/macppc/contents 1.10
+distrib/notes/mmeye/contents 1.2
+
+ Bring release notes more up-to-date.
+ [riz, ticket #507]
+
+sys/sys/param.h patched by hand
+
+ Welcome to NetBSD 6.0_RC1!
+
diff -r d026f7ed6f4d -r 95fa8a0f6316 sys/sys/param.h
--- a/sys/sys/param.h Fri Aug 17 23:53:48 2012 +0000
+++ b/sys/sys/param.h Fri Aug 17 23:57:22 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.2 2012/05/22 20:26:58 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.3 2012/08/17 23:57:22 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 600000000 /* NetBSD 6.0_BETA2 */
+#define __NetBSD_Version__ 600000000 /* NetBSD 6.0_RC1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index