Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src Welcome to NetBSD 7.2!
details: https://anonhg.NetBSD.org/src/rev/96335c99758b
branches: netbsd-7
changeset: 800537:96335c99758b
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 29 13:27:27 2018 +0000
description:
Welcome to NetBSD 7.2!
diffstat:
doc/CHANGES-7.2 | 7 +++++--
sys/sys/param.h | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r dd239e91724a -r 96335c99758b doc/CHANGES-7.2
--- a/doc/CHANGES-7.2 Wed Aug 29 13:23:58 2018 +0000
+++ b/doc/CHANGES-7.2 Wed Aug 29 13:27:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.108 2018/08/28 13:17:03 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.109 2018/08/29 13:27:27 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -6068,4 +6068,7 @@
Fixed crash on invalid reply (CVE-2018-14598)
[mrg, ticket #1635]
-
+gnu/dist/groff/tmac/doc-common (manually changed)
+sys/sys/param.h (manually changed)
+
+ Welcome to NetBSD 7.2!
diff -r dd239e91724a -r 96335c99758b sys/sys/param.h
--- a/sys/sys/param.h Wed Aug 29 13:23:58 2018 +0000
+++ b/sys/sys/param.h Wed Aug 29 13:27:27 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.459.2.11 2017/03/15 06:26:31 snj Exp $ */
+/* $NetBSD: param.h,v 1.459.2.12 2018/08/29 13:27:28 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 701000000 /* NetBSD 7.1_STABLE */
+#define __NetBSD_Version__ 702000000 /* NetBSD 7.2 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index