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.2!
details: https://anonhg.NetBSD.org/src/rev/82d05e215639
branches: netbsd-6-0
changeset: 774808:82d05e215639
user: riz <riz%NetBSD.org@localhost>
date: Sun May 12 23:52:57 2013 +0000
description:
Welcome to 6.0.2!
diffstat:
doc/CHANGES-6.0.2 | 10 +++++++++-
sys/sys/param.h | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r ea121633f55d -r 82d05e215639 doc/CHANGES-6.0.2
--- a/doc/CHANGES-6.0.2 Sun May 12 16:56:05 2013 +0000
+++ b/doc/CHANGES-6.0.2 Sun May 12 23:52:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.33 2013/05/12 16:39:04 riz Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.34 2013/05/12 23:53:41 riz Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -269,3 +269,11 @@
Fix a typo that causes recent QEMU to die configuring a vioif.
[minoura, ticket #890]
+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.2!
+ [riz]
+
diff -r ea121633f55d -r 82d05e215639 sys/sys/param.h
--- a/sys/sys/param.h Sun May 12 16:56:05 2013 +0000
+++ b/sys/sys/param.h Sun May 12 23:52:57 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.6.2.3 2013/01/05 23:16:38 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.6.2.4 2013/05/12 23:52:57 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 600000001 /* NetBSD 6.0.1_PATCH */
+#define __NetBSD_Version__ 600000002 /* NetBSD 6.0.2 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index