diff options
author | kefren <kefren> | 2011-01-08 18:06:00 +0000 |
---|---|---|
committer | kefren <kefren> | 2011-01-08 18:06:00 +0000 |
commit | 6c76086a25bad41614214c825e28f1ec99fa3eed (patch) | |
tree | d230637e20a14ebee1674223ea61547655f24f9f /doc | |
parent | 3381b1199d612618d39d4f49bd8533a15a141082 (diff) | |
download | pkgsrc-6c76086a25bad41614214c825e28f1ec99fa3eed.tar.gz |
Update mono to 2.8.2
* Security fix for ASP.NET (XSP / mod_mono) source code disclosure
(CVE-2010-4225)
* Backport ParallelFx improvements from master (jlaval)
* Fix state check for short-circuiting with SupportRecursion in
ReaderWriterLockSlim #655361 (jlaval)
* Increment Count even on single-processor in SpinWait.
Fix #624849. (jlaval)
* Update ThreadLocal to use default(T) for initialization with
parameterless ctor. Fix #658689. (jlaval)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2011 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index ff0b4603bf5..9dada9fc6a0 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.16 2011/01/08 13:40:31 obache Exp $ +$NetBSD: CHANGES-2011,v 1.17 2011/01/08 18:06:00 kefren Exp $ Changes to the packages collection and infrastructure in 2011: @@ -19,3 +19,6 @@ Changes to the packages collection and infrastructure in 2011: Updated lang/php53 to 5.3.5 [taca 2011-01-07] Updated www/contao29-translations to 20110108 [taca 2011-01-08] Updated sysutils/hal to 0.5.14nb1 [obache 2011-01-08] + Updated lang/mono to 2.8.2 [kefren 2011-01-08] + Updated www/mono-xsp to 2.8.2 [kefren 2011-01-08] + Updated www/ap-mono to 2.8.2 [kefren 2011-01-08] |