Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 5EBE163CA81 for ; Sun, 21 Oct 2012 21:21:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 30B8114A37B; Sun, 21 Oct 2012 21:21:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7805914A378 for ; Sun, 21 Oct 2012 21:21:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YB4qdG5DJneb for ; Sun, 21 Oct 2012 21:21:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7850C14A374 for ; Sun, 21 Oct 2012 21:21:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 28DC6175DD; Sun, 21 Oct 2012 21:21:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 21 Oct 2012 21:21:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/mono To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20121021212141.28DC6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Oct 21 21:21:41 UTC 2012 Modified Files: pkgsrc/lang/mono: Makefile PLIST.common distinfo Log Message: Update to 2.10.9: 2.10.9 Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering. Fix issue where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548). Fix sgen failing with Assertion at sgen-gc.c:2506, condition `mono_sgen_need_bridge_processing ()' not met. 2.10.8 Changes Updated the Task Parallel Library to include the latest fixes from our main development branch. SQLiteConnection can now set the threading mode (Xamarin #652) Improved the debugger protocol to speed up debugging and value lookup Added basic support for MSBuild 4.0 (Leszek Ciesielski, Paul Selormey) NuGet now runs on Mono Phalanger 3.0 now runs with Mono Adds support for some Azure libraries Added support for bundling profilers in a static binary The profiler can now log its data to any file descriptor (for over-the-net profile logging) SGen now has native support for object systems that implement ToggleRefs Mobile Profile now contains System.IO.MemoryMappedFiles Added PerformanceCounters for JIT statistics Add support for Android CPU count. HashSet can now be serialized (Neale Ferguson) Bug Fixes The --profile loader will now work on MacOS X without setting any environment variables Fixes slow start on threads (Xamarin #1036) Fixed the SGen interaction between weak references and ephemerons Fixes --profile=log on x64 systems (Xamarin #971) Fixes crash on some debugging configurations (Xamarin #1093) Fixes timezone race condition (Xamarin #1055) Fixes SendAsync reporting the wrong number of bytes sent (Xamarin #531) Plug a managed leak in the ASP.NET stack (HttpResponse) Fix an infinite loop in Path.GetTempFileName Fixes Soap12 message serialisation incorrect for ReplyTo header value (Xamarin #1244) Linked away exception on AsyncWaitHandle.WaitOne() on device (Xamarin #1144) Fixed MonoDoc to avoid loading the same documentation more than once (fixes MonoDoc browser) Fixes regression in System.Diagnostics.Process.PrivateMemorySize64 (Xamarin #1459) ASP.NET fix for WebResource.axd and hashes containing / ServiceModel now allows https endpoints (Xamarin #1203) ServiceModel now allow requests with no headers (Xamarin #1205 and #1207 by Mario Kosmiskaso) Fix for WebOperationContext.IncomingResponse (Xamarin #1209 by Mario Kosmiskaso) Fix for propagating operation context (Xamarin #1210 by Mario Kosmiskaso) Fix WebConnectionStream to return the correct length for input streams Fix serialization reader (Xamarin #1462) Various fixes to System.IO.Packaging mono-service now passes the command line arguments to the services Alternate path separator on Unix improves compatibility with Windows software Fixes xsi:nil handling (Xamarin #1198) Fixes hang caused by gdb attaching to the wrong process when Mono hard-crashes Fixes the handling of XmlSchemaFrom importing, which is exposed by WebSphere WSDL tools Fixes crash on inlined code that contained some patterns of exception throwing (Xamarin #1835) Fixes monotonic clock on OSX and iOS (Xamarin #1366) Fixes leak in Process class if WaitForExit was not called (Xamarin #1682) Fixes typo in ASP.NET's SQLServer SessionState Fixes marshaling of IPv6 addresses in Win32 Fixes race in ServiceModel.Logger Fixes string truncation in Tds protocol (Xamarin #1916, Neale Ferguson) Fixes System.Data DataView sorting Fixes Debug information for dynamic methods (Novell #731579) On Android, stdout/stderr become the logcat Fixes ConditionalWeakTable behavior with SGen (Xamarin #1175) Fixes SIGSEGV during GC when write barrier is set to cardtable (Xamarin #1917) Added JSonSerializer support for nullables (Xamarin #163) Fixes deadlock on SDB (Xamarin #2190) Fixes heuristics for inserting breakpoints (Xamarin #407) Fixes Array.Containsfor null items via ICollection (Xamarin #2260) Fixes scanning of complex values in SGen (Xamarin #228) Fixes assignability of arrays with generic interfaces (Xamarin #2304) Fixes FullAOT support for iterating Linq.OrderedEnumerable (Xamarin #2155) Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering on MacOS. Fix issue on Mac where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548). Mobile Profile Fixes Xamarin 233: support commit/rollback/update events in iOS/Sqlite Xamarin 154: Support Dispose on BinaryReader on the Mobile Profile SGen bridge processing is now a two-step process (used for Mono/Android) Xamarin 1999: all threads are now wrapped in NSAutoreleasePools. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 pkgsrc/lang/mono/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/mono/PLIST.common cvs rdiff -u -r1.85 -r1.86 pkgsrc/lang/mono/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.