Module Name: src Committed By: christos Date: Sun Sep 4 10:23:06 UTC 2011
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention new tzcode and tzdata To generate a diff of this commit: cvs rdiff -u -r1.862 -r1.863 src/doc/3RDPARTY cvs rdiff -u -r1.1598 -r1.1599 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.862 src/doc/3RDPARTY:1.863 --- src/doc/3RDPARTY:1.862 Sun Sep 4 06:15:01 2011 +++ src/doc/3RDPARTY Sun Sep 4 06:23:06 2011 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.862 2011/09/04 10:15:01 taca Exp $ +# $NetBSD: 3RDPARTY,v 1.863 2011/09/04 10:23:06 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1085,17 +1085,19 @@ Notes: Package: tz -Version: tzcode2009k / tzdata2009h -Current Vers: tzcode2011g / tzdata2011g +Version: tzcode2011i / tzdata2011i +Current Vers: tzcode2011i / tzdata2011i Maintainer: Arthur David Olson <a...@elsie.nci.nih.gov> Archive Site: ftp://elsie.nci.nih.gov/pub/ Home Page: Mailing List: t...@elsie.nci.nih.gov -Responsible: kleink +Responsible: kleink, christos License: Public domain Notes: -Use src/lib/libc/time/tzcode2netbsd to prepare the source tree -for import. +Use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. +The tzcode2009k -> 2011i patch was applied by hand, since we have too +many diffs (re-entrant tzcode) to apply. The diffs have been submitted +upstream but there is too much inertia to apply them. Package: wpa_supplicant/hostapd Version: 0.7.2 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1598 src/doc/CHANGES:1.1599 --- src/doc/CHANGES:1.1598 Mon Aug 29 07:38:48 2011 +++ src/doc/CHANGES Sun Sep 4 06:23:06 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1598 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1599 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1109,3 +1109,5 @@ tmux(1): Import of tmux 1.5. [jmmv 20110817] devpubd(8): Add a device publishing daemon, written by Jared D. McNeill. [mrg 20110827] + libc: Apply tzcode2011i [christos 20110904] + zoneinfo: Import tzdata2011i. [christos 20110904]