Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src distrib/notes/common/main patched...
details: https://anonhg.NetBSD.org/src/rev/232e59612c16
branches: netbsd-6-1
changeset: 775912:232e59612c16
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Jan 17 18:11:37 2014 +0000
description:
distrib/notes/common/main patched by hand
doc/LAST_MINUTE patched by hand
doc/README.files patched by hand
sys/sys/param.h patched by hand
Welcome to 6.1.3!
[bouyer]
diffstat:
distrib/notes/common/main | 6 +++---
doc/CHANGES-6.1.3 | 10 +++++++++-
doc/LAST_MINUTE | 4 ++--
doc/README.files | 4 ++--
sys/sys/param.h | 4 ++--
5 files changed, 18 insertions(+), 10 deletions(-)
diffs (89 lines):
diff -r 8cb83a37ed74 -r 232e59612c16 distrib/notes/common/main
--- a/distrib/notes/common/main Wed Jan 15 10:07:39 2014 +0000
+++ b/distrib/notes/common/main Fri Jan 17 18:11:37 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.484.2.6.2.4 2014/01/12 16:06:49 bouyer Exp $
+.\" $NetBSD: main,v 1.484.2.6.2.5 2014/01/17 18:11:37 bouyer Exp $
.\"
.\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -499,8 +499,8 @@
.
.Pp
Advisories prior to NetBSD-SA2013-009 do not affect
-NetBSD 6.1.2:
-.Lk http://www.NetBSD.org/support/security/patches-6.1.2.html .
+NetBSD 6.1.3:
+.Lk http://www.NetBSD.org/support/security/patches-6.1.3.html .
.Ss2 Kernel
.(bullet
.Xr pci 4 :
diff -r 8cb83a37ed74 -r 232e59612c16 doc/CHANGES-6.1.3
--- a/doc/CHANGES-6.1.3 Wed Jan 15 10:07:39 2014 +0000
+++ b/doc/CHANGES-6.1.3 Fri Jan 17 18:11:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.3,v 1.1.2.17 2014/01/15 10:07:39 bouyer Exp $
+# $NetBSD: CHANGES-6.1.3,v 1.1.2.18 2014/01/17 18:11:37 bouyer Exp $
A complete list of changes from the NetBSD 6.1.2 release to the NetBSD 6.1.3
release:
@@ -183,3 +183,11 @@
when serving NSEC3 signed zones. [RT #35120]
[spz, ticket #1016]
+distrib/notes/common/main patched by hand
+doc/LAST_MINUTE patched by hand
+doc/README.files patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 6.1.3!
+ [bouyer]
+
diff -r 8cb83a37ed74 -r 232e59612c16 doc/LAST_MINUTE
--- a/doc/LAST_MINUTE Wed Jan 15 10:07:39 2014 +0000
+++ b/doc/LAST_MINUTE Fri Jan 17 18:11:37 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: LAST_MINUTE,v 1.2.40.2.2.2 2013/09/26 15:36:34 riz Exp $
+# $NetBSD: LAST_MINUTE,v 1.2.40.2.2.3 2014/01/17 18:11:37 bouyer Exp $
-This file contains important information on the NetBSD 6.1.2 release that
+This file contains important information on the NetBSD 6.1.3 release that
did not make it into the main documentation.
[all]
diff -r 8cb83a37ed74 -r 232e59612c16 doc/README.files
--- a/doc/README.files Wed Jan 15 10:07:39 2014 +0000
+++ b/doc/README.files Fri Jan 17 18:11:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: README.files,v 1.4.20.2.2.4 2013/10/12 18:53:47 jdc Exp $
+# $NetBSD: README.files,v 1.4.20.2.2.5 2014/01/17 18:11:37 bouyer Exp $
What's in this directory:
@@ -37,7 +37,7 @@
In addition to the files and directories listed above, there is one
directory per architecture, for each of the architectures for which
-NetBSD 6.1.2 has a binary distribution. The contents of each
+NetBSD 6.1.3 has a binary distribution. The contents of each
architecture's directory are described in an "INSTALL" file found in
that directory.
diff -r 8cb83a37ed74 -r 232e59612c16 sys/sys/param.h
--- a/sys/sys/param.h Wed Jan 15 10:07:39 2014 +0000
+++ b/sys/sys/param.h Fri Jan 17 18:11:37 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.12.2.5 2013/10/12 18:53:47 jdc Exp $ */
+/* $NetBSD: param.h,v 1.408.2.12.2.6 2014/01/17 18:11:37 bouyer Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 601000201 /* NetBSD 6.1.2_PATCH */
+#define __NetBSD_Version__ 601000300 /* NetBSD 6.1.3 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index