Module Name:    src
Committed By:   martin
Date:           Sun Jun 24 09:51:46 UTC 2018

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.0
        src/sys/sys [netbsd-8]: param.h

Log Message:
Welcome to 8.0 RC2!


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.217 -r1.1.2.218 src/doc/CHANGES-8.0
cvs rdiff -u -r1.542.2.2 -r1.542.2.3 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.217 src/doc/CHANGES-8.0:1.1.2.218
--- src/doc/CHANGES-8.0:1.1.2.217	Sun Jun 24 09:36:12 2018
+++ src/doc/CHANGES-8.0	Sun Jun 24 09:51:46 2018
@@ -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 @@ lib/libutil/passwd.c				1.53
 	when passing a white space only string.
 	[kamil, ticket #899]
 
+sys/sys/param.h					changed manually
+
+	Welcome to 8.0 RC2
+

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.542.2.2 src/sys/sys/param.h:1.542.2.3
--- src/sys/sys/param.h:1.542.2.2	Thu Apr 19 15:55:21 2018
+++ src/sys/sys/param.h	Sun Jun 24 09:51:46 2018
@@ -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__)

Reply via email to