Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src Welcome to NetBSD 8.1!
details: https://anonhg.NetBSD.org/src/rev/2ee91023366a
branches: netbsd-8
changeset: 451707:2ee91023366a
user: martin <martin%NetBSD.org@localhost>
date: Fri May 31 08:43:59 2019 +0000
description:
Welcome to NetBSD 8.1!
diffstat:
doc/CHANGES-8.1 | 6 +++++-
sys/sys/param.h | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 3f072cd784d7 -r 2ee91023366a doc/CHANGES-8.1
--- a/doc/CHANGES-8.1 Fri May 31 08:40:57 2019 +0000
+++ b/doc/CHANGES-8.1 Fri May 31 08:43:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.150 2019/05/31 08:12:28 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.151 2019/05/31 08:43:59 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -3238,3 +3238,7 @@
Use correct size when copying outgoing sense data.
[mlelstv, ticket #1278]
+external/gpl2/groff/tmac/mdoc.local (manually adjusted)
+sys/sys/param.h (manually adjusted)
+
+ Welcome to 8.1!
diff -r 3f072cd784d7 -r 2ee91023366a sys/sys/param.h
--- a/sys/sys/param.h Fri May 31 08:40:57 2019 +0000
+++ b/sys/sys/param.h Fri May 31 08:43:59 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.542.2.6 2019/05/14 17:21:58 martin Exp $ */
+/* $NetBSD: param.h,v 1.542.2.7 2019/05/31 08:43:59 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 801000000 /* NetBSD 8.1_RC1 */
+#define __NetBSD_Version__ 801000000 /* NetBSD 8.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index