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.1_RC2!
details: https://anonhg.NetBSD.org/src/rev/09a26a41eec4
branches: netbsd-6
changeset: 775738:09a26a41eec4
user: riz <riz%NetBSD.org@localhost>
date: Fri Mar 15 23:26:27 2013 +0000
description:
Welcome to 6.1_RC2!
diffstat:
doc/CHANGES-6.1 | 7 ++++++-
sys/sys/param.h | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 57ee80657167 -r 09a26a41eec4 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Fri Mar 15 18:53:29 2013 +0000
+++ b/doc/CHANGES-6.1 Fri Mar 15 23:26:27 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.112 2013/03/15 18:53:29 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.113 2013/03/15 23:26:27 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8725,3 +8725,8 @@
such as those in /rescue.
[martin, ticket #846]
+sys/sys/param.h patched by hand
+
+ Welcome to 6.1_RC2!
+ [riz]
+
diff -r 57ee80657167 -r 09a26a41eec4 sys/sys/param.h
--- a/sys/sys/param.h Fri Mar 15 18:53:29 2013 +0000
+++ b/sys/sys/param.h Fri Mar 15 23:26:27 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.8 2013/02/19 04:52:48 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.9 2013/03/15 23:26:27 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 601000000 /* NetBSD 6.1_RC1 */
+#define __NetBSD_Version__ 601000000 /* NetBSD 6.1_RC2 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index