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_RC4!
details: https://anonhg.NetBSD.org/src/rev/1a793a7a4ef3
branches: netbsd-6
changeset: 775779:1a793a7a4ef3
user: riz <riz%NetBSD.org@localhost>
date: Mon Apr 29 03:32:43 2013 +0000
description:
Welcome to 6.1_RC4!
diffstat:
doc/CHANGES-6.1 | 7 ++++++-
sys/sys/param.h | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r cfb864819ccf -r 1a793a7a4ef3 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Mon Apr 29 03:30:32 2013 +0000
+++ b/doc/CHANGES-6.1 Mon Apr 29 03:32:43 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.123 2013/04/29 03:30:32 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.124 2013/04/29 03:32:43 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8954,3 +8954,8 @@
Fix a kernel panic which can be triggered by printf(1) on x68k.
[isaki, ticket #881]
+sys/sys/param.h patched by hand
+
+ Welcome to 6.1_RC4!
+ [riz]
+
diff -r cfb864819ccf -r 1a793a7a4ef3 sys/sys/param.h
--- a/sys/sys/param.h Mon Apr 29 03:30:32 2013 +0000
+++ b/sys/sys/param.h Mon Apr 29 03:32:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.10 2013/03/31 22:24:10 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.11 2013/04/29 03:32:43 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 601000000 /* NetBSD 6.1_RC3 */
+#define __NetBSD_Version__ 601000000 /* NetBSD 6.1_RC4 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index