Module Name: src
Committed By: riz
Date: Wed Nov 14 20:26:55 UTC 2012
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
Tickets 1465, 1466, 1469.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-4.0.2
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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.114 src/doc/CHANGES-4.0.2:1.1.2.115
--- src/doc/CHANGES-4.0.2:1.1.2.114 Wed Oct 31 16:39:29 2012
+++ src/doc/CHANGES-4.0.2 Wed Nov 14 20:26:54 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.114 2012/10/31 16:39:29 riz Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.115 2012/11/14 20:26:54 riz Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -1523,3 +1523,36 @@ share/zoneinfo/southamerica patch
Jordan stays on DST this winter. (Thanks to Steffen Thorsen.)
[apb, ticket #1464]
+doc/3RDPARTY patch
+share/zoneinfo/asia patch
+share/zoneinfo/northamerica patch
+
+ Import tzdata2012i from
+ ftp://ftp.iana.org/tz/releases/tzdata2012i.tar.gz .
+ Changes from tzdata2012h to tzdata2012i:
+ Cuba switches from DST on 4 Nov 2012 at 01:00.
+ [apb, ticket #1465]
+
+doc/3RDPARTY patch
+share/zoneinfo/africa patch
+share/zoneinfo/asia patch
+share/zoneinfo/australasia patch
+share/zoneinfo/europe patch
+share/zoneinfo/northamerica patch
+share/zoneinfo/southamerica patch
+
+ Import tzdata2012j from
+ ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
+ Changes from tzdata2012i to tzdata2012j:
+ Libya moved to CET this weekend, but with DST planned next year.
+ (Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
+ Various fixes to documentation and commentary.
+ [apb, ticket #1469]
+
+sys/kern/vfs_lookup.c 1.195 via patch
+sys/miscfs/genfs/layer_vnops.c 1.51 via patch
+
+ Don't panic when renaming a mount point with a layerfs on it.
+ PR#47040.
+ [dholland, ticket #1466]
+