Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-1]: src Welcome to NetBSD 3.1.1_PATCH.
details: https://anonhg.NetBSD.org/src/rev/931f19e278e0
branches: netbsd-3-1
changeset: 578529:931f19e278e0
user: ghen <ghen%NetBSD.org@localhost>
date: Fri Jun 29 16:59:04 2007 +0000
description:
Welcome to NetBSD 3.1.1_PATCH.
diffstat:
doc/CHANGES-3.1.2 | 13 +++++++++++++
doc/README.files | 4 +++-
gnu/usr.bin/groff/tmac/mdoc.local | 6 +++---
sys/sys/param.h | 4 ++--
4 files changed, 21 insertions(+), 6 deletions(-)
diffs (70 lines):
diff -r 7821389d71ec -r 931f19e278e0 doc/CHANGES-3.1.2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/CHANGES-3.1.2 Fri Jun 29 16:59:04 2007 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: CHANGES-3.1.2,v 1.1.2.1 2007/06/29 16:59:05 ghen Exp $
+
+A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2
+release:
+
+File Revision(s)
+---- --------
+doc/README.files patch
+gnu/usr.bin/groff/tmac/mdoc.local patch
+sys/sys/param.h patch
+
+ Welcome to NetBSD 3.1.1_PATCH.
+
diff -r 7821389d71ec -r 931f19e278e0 doc/README.files
--- a/doc/README.files Thu Jun 28 18:40:57 2007 +0000
+++ b/doc/README.files Fri Jun 29 16:59:04 2007 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: README.files,v 1.2.6.3.2.1 2006/10/28 14:36:22 ghen Exp $
+# $NetBSD: README.files,v 1.2.6.3.2.2 2007/06/29 16:59:05 ghen Exp $
What's in this directory:
+CHANGES-3.1.2 Changes between the 3.1.1 and 3.1.2 releases.
+
CHANGES-3.1.1 Changes between the 3.1 and 3.1.1 releases.
CHANGES-3.1 Changes between the 3.0 and 3.1 releases.
diff -r 7821389d71ec -r 931f19e278e0 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Thu Jun 28 18:40:57 2007 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Fri Jun 29 16:59:04 2007 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.22.2.18.2.2 2007/06/28 18:40:57 ghen Exp $
+.\" $NetBSD: mdoc.local,v 1.22.2.18.2.3 2007/06/29 16:59:04 ghen Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -54,9 +54,9 @@
.as doc-str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
.
.\" Default .Os value
-.ds doc-operating-system NetBSD\~3.1.1
+.ds doc-operating-system NetBSD\~3.1.1_PATCH
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~3.1.1
+.ds doc-default-operating-system NetBSD\~3.1.1_PATCH
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-2.0.1 2.0.1
.ds doc-operating-system-NetBSD-2.0.2 2.0.2
diff -r 7821389d71ec -r 931f19e278e0 sys/sys/param.h
--- a/sys/sys/param.h Thu Jun 28 18:40:57 2007 +0000
+++ b/sys/sys/param.h Fri Jun 29 16:59:04 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.211.2.14.2.3 2007/06/28 18:40:57 ghen Exp $ */
+/* $NetBSD: param.h,v 1.211.2.14.2.4 2007/06/29 16:59:04 ghen Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 301001000 /* NetBSD 3.1.1 */
+#define __NetBSD_Version__ 301001000 /* NetBSD 3.1.1_PATCH */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index