Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src Welcome to 8.0 RC2!
details: https://anonhg.NetBSD.org/src/rev/5872e63d7f5a
branches: netbsd-8
changeset: 435095:5872e63d7f5a
user: martin <martin%NetBSD.org@localhost>
date: Sun Jun 24 09:51:46 2018 +0000
description:
Welcome to 8.0 RC2!
diffstat:
doc/CHANGES-8.0 | 6 +++++-
sys/sys/param.h | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 8aeb4f1f34cd -r 5872e63d7f5a doc/CHANGES-8.0
--- a/doc/CHANGES-8.0 Sun Jun 24 09:36:12 2018 +0000
+++ b/doc/CHANGES-8.0 Sun Jun 24 09:51:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.217 2018/06/24 09:36:12 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.218 2018/06/24 09:51:46 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -14102,3 +14102,7 @@
when passing a white space only string.
[kamil, ticket #899]
+sys/sys/param.h changed manually
+
+ Welcome to 8.0 RC2
+
diff -r 8aeb4f1f34cd -r 5872e63d7f5a sys/sys/param.h
--- a/sys/sys/param.h Sun Jun 24 09:36:12 2018 +0000
+++ b/sys/sys/param.h Sun Jun 24 09:51:46 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.542.2.2 2018/04/19 15:55:21 martin Exp $ */
+/* $NetBSD: param.h,v 1.542.2.3 2018/06/24 09:51:46 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 800000000 /* NetBSD 8.0_RC1 */
+#define __NetBSD_Version__ 800000000 /* NetBSD 8.0_RC2 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index