Module Name:    src
Committed By:   riz
Date:           Thu Sep 26 15:36:34 UTC 2013

Modified Files:
        src/doc [netbsd-6-1]: CHANGES-6.1.2 LAST_MINUTE
        src/sys/sys [netbsd-6-1]: param.h

Log Message:
Welcome to 6.1.2!


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.1.2
cvs rdiff -u -r1.2.40.2.2.1 -r1.2.40.2.2.2 src/doc/LAST_MINUTE
cvs rdiff -u -r1.408.2.12.2.3 -r1.408.2.12.2.4 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/doc/CHANGES-6.1.2
diff -u src/doc/CHANGES-6.1.2:1.1.2.20 src/doc/CHANGES-6.1.2:1.1.2.21
--- src/doc/CHANGES-6.1.2:1.1.2.20	Thu Sep 26 14:21:15 2013
+++ src/doc/CHANGES-6.1.2	Thu Sep 26 15:36:34 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.2,v 1.1.2.20 2013/09/26 14:21:15 riz Exp $
+# $NetBSD: CHANGES-6.1.2,v 1.1.2.21 2013/09/26 15:36:34 riz Exp $
 
 A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
 release:
@@ -155,3 +155,10 @@ lib/libcurses/setterm.c				1.51
 	among others)
 	[dsainty, ticket #960]
 
+distrib/notes/common/main                       patch
+doc/LAST_MINUTE                                 patch
+doc/README.files                                patch
+sys/sys/param.h                                 patch
+
+        Welcome to 6.1.2!
+	[riz]

Index: src/doc/LAST_MINUTE
diff -u src/doc/LAST_MINUTE:1.2.40.2.2.1 src/doc/LAST_MINUTE:1.2.40.2.2.2
--- src/doc/LAST_MINUTE:1.2.40.2.2.1	Thu Aug 15 03:27:37 2013
+++ src/doc/LAST_MINUTE	Thu Sep 26 15:36:34 2013
@@ -1,6 +1,6 @@
-#	$NetBSD: LAST_MINUTE,v 1.2.40.2.2.1 2013/08/15 03:27:37 snj Exp $
+#	$NetBSD: LAST_MINUTE,v 1.2.40.2.2.2 2013/09/26 15:36:34 riz Exp $
 
-This file contains important information on the NetBSD 6.1.1 release that
+This file contains important information on the NetBSD 6.1.2 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.408.2.12.2.3 src/sys/sys/param.h:1.408.2.12.2.4
--- src/sys/sys/param.h:1.408.2.12.2.3	Sat Sep  7 16:55:04 2013
+++ src/sys/sys/param.h	Thu Sep 26 15:36:33 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.408.2.12.2.3 2013/09/07 16:55:04 bouyer Exp $	*/
+/*	$NetBSD: param.h,v 1.408.2.12.2.4 2013/09/26 15:36:33 riz Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	601000101	/* NetBSD 6.1.1_PATCH */
+#define	__NetBSD_Version__	601000200	/* NetBSD 6.1.2 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to