Welcome to 8.0 RC2!

This commit is contained in:
martin 2018-06-24 09:51:46 +00:00
parent 2b92ba4c7f
commit 3170f7c777
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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__)