Sat Sep 15 09:33:05 2012 UTC ()
ticket 1789


(bouyer)
diff -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-5.2

cvs diff -r1.1.2.182 -r1.1.2.183 src/doc/Attic/CHANGES-5.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.2 2012/09/15 09:27:17 1.1.2.182
+++ src/doc/Attic/CHANGES-5.2 2012/09/15 09:33:05 1.1.2.183
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.182 2012/09/15 09:27:17 bouyer Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.183 2012/09/15 09:33:05 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.1_STABLE. 9 Welcome to 5.1_STABLE.
10 [riz] 10 [riz]
11 11
12crypto/dist/openssl/ssl/t1_lib.c patch 12crypto/dist/openssl/ssl/t1_lib.c patch
13 13
14 Fix a race condition. (CVE-2010-3864) 14 Fix a race condition. (CVE-2010-3864)
@@ -8575,13 +8575,23 @@ share/zoneinfo/zone.tab patch @@ -8575,13 +8575,23 @@ share/zoneinfo/zone.tab patch
8575 Haiti following US/Canada rules for 2012 (and we're assuming, 8575 Haiti following US/Canada rules for 2012 (and we're assuming,
8576 for now anyway, for the future). 8576 for now anyway, for the future).
8577 8577
8578 Major changes from tzdata2011c to tzdata2011d: 8578 Major changes from tzdata2011c to tzdata2011d:
8579 Morocco does not observe DST from Jul 20 03:00 to 8579 Morocco does not observe DST from Jul 20 03:00 to
8580 Aug 20 02:00 [2012]. 8580 Aug 20 02:00 [2012].
8581 8581
8582 Major changes from tzdata2011d to tzdata2011e: 8582 Major changes from tzdata2011d to tzdata2011e:
8583 * australasia (Pacific/Fakaofo): Tokelau is UTC+13, not UTC+14. 8583 * australasia (Pacific/Fakaofo): Tokelau is UTC+13, not UTC+14.
8584 (Thanks to Steffen Thorsen.) 8584 (Thanks to Steffen Thorsen.)
8585 * Use a single version number for both code and data. 8585 * Use a single version number for both code and data.
8586 [apb, ticket #1783] 8586 [apb, ticket #1783]
8587 8587
 8588sys/dev/ic/gem.c 1.99 via patch
 8589sys/dev/ic/gemreg.h 1.15 via patch
 8590sys/dev/ic/gemvar.h 1.24 via patch
 8591
 8592 Apply lockup fixes from Havard Eidnes/OpenBSD in PR port-sparc64/46260:
 8593 - add an additional watchdog for RX overflow
 8594 - re-initialise the chip on device timeout
 8595 Also alter the interrupt blanking rate to 8 packets, as per OpenSolaris.
 8596 [jdc, ticket #1789]
 8597