Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src Welcome to 7.0_RC1!
details: https://anonhg.NetBSD.org/src/rev/76b2d32a2f68
branches: netbsd-7
changeset: 799443:76b2d32a2f68
user: snj <snj%NetBSD.org@localhost>
date: Fri Jun 19 02:56:02 2015 +0000
description:
Welcome to 7.0_RC1!
diffstat:
distrib/notes/common/main | 4 ++--
doc/CHANGES-7.0 | 8 +++++++-
sys/sys/param.h | 4 ++--
3 files changed, 11 insertions(+), 5 deletions(-)
diffs (55 lines):
diff -r a63a028e85cb -r 76b2d32a2f68 distrib/notes/common/main
--- a/distrib/notes/common/main Fri Jun 19 02:45:51 2015 +0000
+++ b/distrib/notes/common/main Fri Jun 19 02:56:02 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.510.4.3 2015/05/24 11:14:43 martin Exp $
+.\" $NetBSD: main,v 1.510.4.4 2015/06/19 02:56:02 snj Exp $
.\"
.\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,7 +50,7 @@
.as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
.so \*[.CURDIR]/../common/macros
.
-.Dd May 9, 2015
+.Dd June 19, 2015
.Dt INSTALL 8
.Os NetBSD
.Sh NAME
diff -r a63a028e85cb -r 76b2d32a2f68 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Fri Jun 19 02:45:51 2015 +0000
+++ b/doc/CHANGES-7.0 Fri Jun 19 02:56:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.332 2015/06/19 02:45:51 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.333 2015/06/19 02:56:02 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -32147,3 +32147,9 @@
midirecord first appears in netbsd 7.
[mrg, ticket #840]
+distrib/notes/common/main patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 7.0_RC1!
+ [snj]
+
diff -r a63a028e85cb -r 76b2d32a2f68 sys/sys/param.h
--- a/sys/sys/param.h Fri Jun 19 02:45:51 2015 +0000
+++ b/sys/sys/param.h Fri Jun 19 02:56:02 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.459.2.2 2015/02/21 13:40:19 martin Exp $ */
+/* $NetBSD: param.h,v 1.459.2.3 2015/06/19 02:56:02 snj Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 700000001 /* NetBSD 7.0_BETA */
+#define __NetBSD_Version__ 700000001 /* NetBSD 7.0_RC1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index