Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src Welcome to 6.1.2!



details:   https://anonhg.NetBSD.org/src/rev/4416ba4671a7
branches:  netbsd-6-1
changeset: 775870:4416ba4671a7
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Sep 26 15:36:33 2013 +0000

description:
Welcome to 6.1.2!

diffstat:

 doc/CHANGES-6.1.2 |  9 ++++++++-
 doc/LAST_MINUTE   |  4 ++--
 sys/sys/param.h   |  4 ++--
 3 files changed, 12 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r 9012807b2ec7 -r 4416ba4671a7 doc/CHANGES-6.1.2
--- a/doc/CHANGES-6.1.2 Thu Sep 26 14:21:15 2013 +0000
+++ b/doc/CHANGES-6.1.2 Thu Sep 26 15:36:33 2013 +0000
@@ -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 @@
        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]
diff -r 9012807b2ec7 -r 4416ba4671a7 doc/LAST_MINUTE
--- a/doc/LAST_MINUTE   Thu Sep 26 14:21:15 2013 +0000
+++ b/doc/LAST_MINUTE   Thu Sep 26 15:36:33 2013 +0000
@@ -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]
diff -r 9012807b2ec7 -r 4416ba4671a7 sys/sys/param.h
--- a/sys/sys/param.h   Thu Sep 26 14:21:15 2013 +0000
+++ b/sys/sys/param.h   Thu Sep 26 15:36:33 2013 +0000
@@ -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__)



Home | Main Index | Thread Index | Old Index