Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 467, 470 and 471



details:   https://anonhg.NetBSD.org/src/rev/8820ec64c404
branches:  netbsd-6
changeset: 774402:8820ec64c404
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 09 08:04:09 2012 +0000

description:
Tickets 467, 470 and 471

diffstat:

 doc/3RDPARTY    |   9 +++++----
 doc/CHANGES-6.0 |  35 ++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 5 deletions(-)

diffs (76 lines):

diff -r 49b4ebb25b76 -r 8820ec64c404 doc/3RDPARTY
--- a/doc/3RDPARTY      Thu Aug 09 08:00:55 2012 +0000
+++ b/doc/3RDPARTY      Thu Aug 09 08:04:09 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: 3RDPARTY,v 1.909.2.10 2012/07/31 09:12:31 martin Exp $
+#      $NetBSD: 3RDPARTY,v 1.909.2.11 2012/08/09 08:04:09 martin Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1143,8 +1143,8 @@
 Added changes from a5 -> a12 manually.
 
 Package:       tz
-Version:       tzcode2011i / tzdata2012d
-Current Vers:  tzcode2012c / tzdata2012d
+Version:       tzcode2011i / tzdata2012e
+Current Vers:  tzcode2012e / tzdata2012e
 Maintainer:    Arthur David Olson <ado%elsie.nci.nih.gov@localhost>
 Maintainer:    Robert Elz <kre%munnari.oz.au@localhost>
 Archive Site:  ftp://elsie.nci.nih.gov/pub/
@@ -1158,7 +1158,8 @@
 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.
+upstream but there is too much inertia to apply them. Check for .gitignore
+files.
 
 Package:       wpa_supplicant/hostapd
 Version:       0.7.3
diff -r 49b4ebb25b76 -r 8820ec64c404 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Thu Aug 09 08:00:55 2012 +0000
+++ b/doc/CHANGES-6.0   Thu Aug 09 08:04:09 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.172 2012/08/09 06:58:00 jdc Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.173 2012/08/09 08:04:09 martin Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -6928,3 +6928,36 @@
        Do not spam the console when sending a sigill due to a T_ILLINST trap.
        [martin, ticket #462]
 
+sys/dev/dm/dm_target_stripe.c                  1.18
+
+       Fix problem reported by jym on current-user@ patch was provided by
+       mhitch@.
+       [haad, ticket #467]
+
+doc/3RDPARTY                                   1.955
+share/zoneinfo/australasia                     1.26
+
+       Import tzdata2012e from ftp://ftp.iana.org/tz/releases/tzdata2012e.tar.gz
+
+       Major changes from tzdata2012d to tzdata2012e:
+
+          * australasia (Pacific/Fakaofo): Tokelau is UTC+13, not UTC+14.
+            (Thanks to Steffen Thorsen.)
+
+          * Use a single version number for both code and data.
+
+       [apb, ticket #470]
+
+sys/dev/pci/if_wm.c                            1.230
+sys/dev/pci/if_wm.c                            1.231
+
+       Add workaround for QEMU and the variants that fail on EEPROM access.
+
+       This problem was discovered a few years ago, but some variants and
+       cloud services still have the bug. This problem is not NetBSD's bug
+       but qemus's bug. For NetBSD users, existence of buggy virtual machines
+       is sad thing, so we add a workaroud.
+
+       Fix the check of the device type in last commit.
+       Reported by Thomas Klausner.
+       [msaitoh, ticket #471]



Home | Main Index | Thread Index | Old Index