Module Name:    src
Committed By:   bouyer
Date:           Fri Jan 17 16:44:06 UTC 2014

Modified Files:
        src/distrib/notes/common [netbsd-5-1]: main
        src/doc [netbsd-5-1]: CHANGES-5.1.4 LAST_MINUTE
        src/sys/sys [netbsd-5-1]: param.h

Log Message:
distrib/notes/common/main                       patch
doc/LAST_MINUTE                                 patch
sys/sys/param.h                                 patch

        Welcome to 5.1.4!
        [bouyer]


To generate a diff of this commit:
cvs rdiff -u -r1.425.2.14.2.4 -r1.425.2.14.2.5 src/distrib/notes/common/main
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.1.4
cvs rdiff -u -r1.2.30.2.2.3 -r1.2.30.2.2.4 src/doc/LAST_MINUTE
cvs rdiff -u -r1.330.4.15.2.7 -r1.330.4.15.2.8 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.425.2.14.2.4 src/distrib/notes/common/main:1.425.2.14.2.5
--- src/distrib/notes/common/main:1.425.2.14.2.4	Mon Jan 13 21:52:12 2014
+++ src/distrib/notes/common/main	Fri Jan 17 16:44:06 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.425.2.14.2.4 2014/01/13 21:52:12 bouyer Exp $
+.\"	$NetBSD: main,v 1.425.2.14.2.5 2014/01/17 16:44:06 bouyer Exp $
 .\"
 .\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -482,8 +482,8 @@ ntpd used as DDoS amplifier
 .
 .Pp
 Advisories prior to NetBSD-SA2013-010 do not affect
-NetBSD 5.1.3:
-.Lk http://www.NetBSD.org/support/security/patches-5.1.3.html .
+NetBSD 5.1.4:
+.Lk http://www.NetBSD.org/support/security/patches-5.1.4.html .
 .
 .Ss2 Kernel
 .(bullet

Index: src/doc/CHANGES-5.1.4
diff -u src/doc/CHANGES-5.1.4:1.1.2.9 src/doc/CHANGES-5.1.4:1.1.2.10
--- src/doc/CHANGES-5.1.4:1.1.2.9	Wed Jan 15 10:12:32 2014
+++ src/doc/CHANGES-5.1.4	Fri Jan 17 16:44:06 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.4,v 1.1.2.9 2014/01/15 10:12:32 bouyer Exp $
+# $NetBSD: CHANGES-5.1.4,v 1.1.2.10 2014/01/17 16:44:06 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
 release:
@@ -70,3 +70,10 @@ dist/bind/bin/named/query.c			patch
 			   when serving NSEC3 signed zones.  [RT #35120]
 	[spz, ticket #1897]
 
+distrib/notes/common/main                       patch
+doc/LAST_MINUTE                                 patch
+sys/sys/param.h                                 patch
+
+	Welcome to 5.1.4!
+	[bouyer]
+

Index: src/doc/LAST_MINUTE
diff -u src/doc/LAST_MINUTE:1.2.30.2.2.3 src/doc/LAST_MINUTE:1.2.30.2.2.4
--- src/doc/LAST_MINUTE:1.2.30.2.2.3	Sun Sep 22 22:12:05 2013
+++ src/doc/LAST_MINUTE	Fri Jan 17 16:44:06 2014
@@ -1,6 +1,6 @@
-#	$NetBSD: LAST_MINUTE,v 1.2.30.2.2.3 2013/09/22 22:12:05 riz Exp $
+#	$NetBSD: LAST_MINUTE,v 1.2.30.2.2.4 2014/01/17 16:44:06 bouyer Exp $
 
-This file contains important information on the NetBSD 5.1.3 release that
+This file contains important information on the NetBSD 5.1.4 release that
 did not make it into the main documentation.
 
 [all]

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.330.4.15.2.7 src/sys/sys/param.h:1.330.4.15.2.8
--- src/sys/sys/param.h:1.330.4.15.2.7	Sun Oct 13 07:22:07 2013
+++ src/sys/sys/param.h	Fri Jan 17 16:44:06 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.330.4.15.2.7 2013/10/13 07:22:07 jdc Exp $	*/
+/*	$NetBSD: param.h,v 1.330.4.15.2.8 2014/01/17 16:44:06 bouyer Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	501000301	/* NetBSD 5.1.3_PATCH */
+#define	__NetBSD_Version__	501000400	/* NetBSD 5.1.4 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to