June 6th, 2011ASP.NET MVC:
· Bug preventing MVC3 apps from running has been fixed
· Fix 668655: MVC3: error accessing the query variables collection
· OrchardCMS should work with Mono
· 671753: Route.GetVirtualPath must take ambient values into account.
Parallel FX:
· The default task scheduler now uses the runtime ThreadPool, instead of its own pool
HttpListener:
· Fix regression on HTTP Authentication
Xbuild:
· Allow MSBuildExtensionsPath to be overridden by setting the environment variable $MSBuildExtensionsPath
· Use the correct path separator for handling environment variable MSBuildExtensionsPath, fixes xbuild on windows. Bug #674337.
· #674630: Handle errors in trying to create AssemblyName from invalid full names.
WCF:
· System.ServiceModel: extensive serialization bug fixes.
· Simple InstanceContext.Extensions implementation by David Schmitt (#674057)
Bug fixes:
· 688033: Arrays don't support MemberwiseClone
· 688007: WebClient.OpenRead() fails when trying to access an anonymous ftp site
· 687580: Mono 2.10.1WCF fails with '(400) Bad Request' when the calling client uses URIs that should be functionally equivalent such as IP address instead of machine name
· 687399: [threadpool] Deadlock upon shutdown with pending jobs in appdomains
· 686371: Second HTTP request times out if previous HEAD request resulted in 403
· 686269: [SDB] Debugger resumes execution when it should do a single step
· 685368: Behavior difference with HttpWebResponse.Close between Mono and .Net
· 685267: PostBack problem
· 685116: Fails to redirect to the Login Form when using AJAX (using Forms Authentication timeout)
· 685069: Two races in Mono.WebServer.FastCGI/Connections.cs that occur under heavy load
· 685042: Thrown exception when serializing a class that implements from IDictionary using DataContract
· 684803: XmlSiteMapProvider parsing: Can't find a site map node for the url: Default.aspx
· 684438: SIGABRT we can't encode valuetypes, we should have never reached this line
· 683712: DataConverter.Unpack reads a double when float is speficied
· 683642: GetProperty on Binding does not return the proper result
· 683519: garbage collector waking up threads that are sleeping infinite
· 683409: SMP problems on ARM
· 683339: POST variables are not transferred to HttpContext.Request.Params nor FormCollection in MVC3 app
· 683203: Directory.GetFiles error or crash if pattern is unusual
· 682963: gstring.c:116: assertion 'val != NULL' failed
· 682957: XmlElement deserialization failed with DataContractSerializer.
· 682869: mono-2-10 cannot build Test/System.Web.Routing/RouteTest.cs: "error CS1061: Type `System.Web.Routing.RouteCollection' does not contain a definition for `MapPageRoute' and no extension method `MapPageRoute' of type `System.Web.Routing.RouteCollection'..."
· 681553: FindControl not working as expected
· 681552: There is no service pack information in Environment.OSVersion
· 681548: HttpListenerRequest.Url.OriginalString in mono mismatches .Net version
· 681421: CombineVirtualPaths method in VirtualPathProvider is ignored
· 681164: OutputCacheAttribute in MVC causes 100% CPU usage and mono to stop responding
· 679586: Unknown type System.Collections.Generic.CollectionDebuggerView error when viewing Parametrized collection in debugger
· 679467: .cctors run in incorrect order
· 679183: .NET Incompatibility: Task.WaitAll(new Task[] {}) throws an ArgumentException
· 679174: ConcurrentBag.GetEnumerator() yields uninitialized elements
· 678705: MenuListRender off-by-one fails to close tag
· 678662: Exception "invalid handle specified" because mono_thread_pool_cleanup() is called twice
· 678473: HttpResponse.WriteFile maps files to absolute path
· 678269: ModuleBuilder.GetToken causes SIGSEGV
· 678164: Threads started by native code that call into managed code get IsBackground==False
· 677746: Crash: Assertion at mono-wsq.c:73, condition `mono_wsq_count (wsq) == 0' not met
· 677550: Fixed buffers are broken
· 676993: Invalid cast exception doing xml validation
· 676671: Microsoft.Build.BuildEngine.EventSource.AnyEventRaised is not fired
· 676650: FileLogger throws on setting parameters
· 676615: when compiling under -DDEBUG threads.c:761 references non-existing variable
· 676587: Debugger Crashes
· 676368: Should not use ODBC statement handles after SQLDisconnect called
· 676260: Dns.GetHostEntry(Dns.GetHostName()).HostName is different from Dns.GetHostName()
· 676060: System.IO.MemoryStream can throw NullReferenceExceptions when expanding internal buffer
· 676020: ReadToNextSibling does not move as expected
· 676009: XDocument.Load throws "(DTD) is prohibited in this XML"
· 676008: Form name and id are incorrectly rendered with master pages.
· 675777: the negation part of an expression like "0 - non_constant_expr" is ignored by mcs
· 675731: System.Net.HttpWebRequest does not normalize Method property to uppercase
· 675620: ArgumentNullException thrown when calling SyndicationContent.WriteTo
· 675464: Runtime should support "long form" signatures for .NET 1.1 assemblies
· 674630: Better error message for invalid assembly
· 674580: An exception is thrown when trying to read UTF-16-encoded XML files
· 674490: Mono.Debugger.Soft.VirtualMachine.EnableEvents dislikes EventType.Step
· 674224: Compiler crashes with NullReferenceException - worked with mono 2.8.2
· 674120: BigInteger comparision operators failing
· 674057: Trivial implementation for InstanceContext.Extensions
· 673793: Assembly loading fails when path contains national language characters
· 670874: Incorrect result of WebFormViewEngine.FileExists with MVC 3 & precompilled site
· 670714: Display problem with XSP4
· 669836: Unhandled exceptions thrown in threads other than the UI thread aren't caught by the debugger
· 669303: F-Spot crashes on load.
· 668867: Processes needs to be waited for to not turn into zombies
· 668696: [Regression] SynchronizationLockException when accessing HttpApplicationState after Lock() is called
· 667513: System.Web.Routing throws NotImplementedException when PathInfo is set
· 667329: Key duplication when adding: sessionState
· 666736: UDP support
· 660412: Setting MONO_EXTERNAL_ENCODINGS environment variable to "default_locale" causes crash on startup if an assembly is in directory containing national characters
· 658184: System.Configuration.Save() still not working in Mono 2.8.1
· 656468: System.Console.CapsLock incorrectly throws a System.NotSupportedException
· 655934: TextReader: ReadToEnd and ReadLine not implemented correctly
· 655474: JavaScriptSerializer cannot serialize a relative Uri
· 650695: System.Web.HttpNotFoundHandler missing
· 672907: List: Properly check the array argument to match MS semantics
· 672446: Generic sharing bugfix
· 673592: Soft debugger was crashing the runtime on Windows
· 673828: Fix ARM thunk creation in dynamic methods.
· Transactions: do deep copies of transaction (required for Orchard/NHibernate)
· 669807: Cache session item locks as the item might be cleared before the lock needs to be released.
· Fix ARM/darwin lookup of Thread Specific Data/Descriptors
· Implement memory barriers for ARM
· 672939: fixes missing methods while running MonoDevelop
· 669815: Fixes crash on IronRuby test suite
· 661461: Fixes a case where Assembly.Load(AssemblyName) did not work with some partial names
· 662867: Attribute.GetCustomAttributes was failing in searching inheritance chain against overridden method ToString()
· 665893: Fixes a crash when a generic method that calls another generic method was called
· Fix infinite loop in DiscoveryMessageSequence equality comparison
· 667921: Fix crash in multi-threaded LINQ
· System.IO.TextReader now provides a default implementation for ReadLine and ReadToEnd
· Console:TerminfoDriver is now more tolerant to failures
· 656468: Console, avoid throwing exceptions for unsupported console features on Unix
· Fix stop_debugger_thread () on windows.
· #669836: Treat exceptions that are caught by mono_runtime_invoke() as unhandled in SDB
· Enabled UDP stack on Mobile platforms.
November 18th, 2010· Fix DateTime's from binary representation #648252 (gonzalo)
· Fixed Nullable's serialization in Remoting's binary serializer #646556 (gonzalo)
· Logging profiler build fix (zoltan)
· Fixed an assert for localalloc (long) when using LLVM (zoltan)
· Disabled cardtables on SGen on 64bit configurations, will be re-enabled in Mono 2.10
· Fixes a crash when using the embedded API
· Add new mono-dl-fallback API for registering P/Invoke lookup hooks (mostly for PS3 and Wii, but useful for embedders in general) (miguel).
· Allow ordinal entry points on Windows 636966 (gonzalo)
· Fixes file system scanning for Linux systems 637078 (gonzalo)
· Fixes GetLocalicalDriveString (gonzalo)
· UDP sockets allow connections to Any 639098 (gonzalo)
· GetProcessById now works on Mac (gonzalo)
· Map SO_EXCLUSIVEADDRUSE to !SO_REUSEADDR 643475 (gonzalo)
· Timers: fix collision handling code (gonzalo)
· Support unloading System assemblies when sockets are used (zoltan)
· Fix to utf8 to utf16 decoding (gonzalo)
· Fix WCF proxy names (marek)
· Fix WCF dispatchers (marek)
· No longer closes WCF response prematurely (marek)
· Fix some WCF hosting scenarios (Atsushi)
· Add support for EnableSSL on smtp configuration 644816 (gonzalo)
· Fixes socket bug #645675.
· Prevents old AOT images from crashing new Mono's 647918 (zoltan)
· Exceptions are now propagated when embedding on Windows (tak/unity)
· BSD fix for thread attach 647248 (zoltan)
· Reset thread pool state (gonzalo)
· Fixes AOT compiler when LLVM is used 646314 (zoltan)
· Updated SPARC IMT code for .NET 4 (zoltan)
· Prevents a crash if your iconv setup is broken or incomplete on your system (zoltan)
· Add pretty-printing support to Json objects (jb)
· Adds null values to Json objects (jb)
· C# compiler can compile multiple interface event declarators 646298 (marek)
· Fixes initializers in C# for partially static multi-dimensional arrays 642975 (marek)
· X509Chain now always uses both the local machine store and the user store, regression from 2.6 (gonzalo)
· SPARC is now supported again (vargaz)
· xbuild updated to our latest release (ankit)
· Fixed named Mutexes (gonzalo)
July 20th, 2010· MVC2 is now included
Latest versions of:
· Soft Debugger
· Mono's xbuild tool
· LINQ to SQL binding
· WCF client and server, the subset exposed by Silverlight 2.0
· LLVM support, to improve performance on server/computational loads
· Co-routine framework Mono.Tasklets
· Latest version of LINQ to SQL using DbLinq
· New Soft Debugger, integrated with MonoDevelop 2.2
· Joint release with MonoDevelop 2.2.2
· System.IO.Packaging
· csharp shell now supports auto-completion
· xbuild can now build most msbuild projects
Support for CoreCLR security:
· Mono debuts a full metadata and IL verifier
· Security system used by Silverlight applications, reusable for other cases.
April 27th, 2010· WCF client and server, the subset exposed by Silverlight 2.0
· LLVM support, to improve performance on server/computational loads
· Co-routine framework Mono.Tasklets
· Preview of LINQ to SQL using DbLinq
· New Soft Debugger, integrated with MonoDevelop 2.2
· Joint release with MonoDevelop 2.2.2
· System.IO.Packaging
· csharp shell now supports auto-completion
· xbuild can now build most msbuild projects
Support for CoreCLR security:
· Mono debuts a full metadata and IL verifier
· Security system used by Silverlight applications, reusable for other cases.
November 12th, 2009· LINQ to SQL is now partially supported
· New debugger engine - Mono Soft Debugger
· Early partial support for C# 4.0
· Includes some components of the ParallelFx framework
· Dynamic language runtime (DLR) is now distributed as part .NET 4 profile
· The WindowsBase assembly is now part of the standard Mono distribution
· A lot of WinForms fixes
· The csharp command now supports auto-completion using the tab key
· xbuild, the Mono implementation of the msbuild build tool has advanced significantly
· Mono now includes a sandbox and its verifier
· As part of the gsoc 2009, Jerry Maine ported Mono.Simd to AMD64
· It is now possible to compile Mono to use the LLVM code generation engine as an optimizing compiler for Mono
· Support for generics is greatly improved compared to 2.4
· Signal Chaining
· Debugging support for GDB
July 29th, 2009· Major Highlights
· Mono 2.4.2.3 is a bug fix release for Mono 2.4, which is the foundation for Novell's own long-term support Mono-based product.
This release includes the following bug fixes from 2.4.2.2:
· 502016 (https://bugzilla.novell.com/show_bug.cgi?id=502016) - Simple precompiled MVC app does not run on Mono 2.4.2
· 524726 (https://bugzilla.novell.com/show_bug.cgi?id=524726) - Precompiling for / then deploying elsewhere causes failure for ASP.NET apps.
· Changes in Mono 2.4.2.3
· XSP now has Silverlight mime types registered.
· Updated the browser database.
The C# Shell (csharp) will now accept C# scripts specified on the command line, like:
· $ csharp demo.csA major bug was fixed for multi-threaded applications using XPath, if you are using XPath in a multithreaded application, we strongly recommend that you upgrade to this version.
· Bugs fixed since Mono 2.4
Between Mono 2.4 and Mono 2.4.2, more than 140 bugs were fixed, this is a partial list (since not all bugs had tracking numbers):
· 502016 (https://bugzilla.novell.com/show_bug.cgi?id=502016) - Simple precompiled MVC app does not run on Mono 2.4.2
· 524726 (https://bugzilla.novell.com/show_bug.cgi?id=524726) - Precompiling for / then deploying elsewhere causes failure for ASP.NET apps.
· 315816 (https://bugzilla.novell.com/show_bug.cgi?id=315816) - [Regression] One crippled DLL leads to a failure of a complete website
· 325464 (https://bugzilla.novell.com/show_bug.cgi?id=325464) - xsd is unable to generate correct classes from certain input files
· 328036 (https://bugzilla.novell.com/show_bug.cgi?id=328036) - [PATCH]Casting bug with generic collections
· 342073 (https://bugzilla.novell.com/show_bug.cgi?id=342073) - WebServices default WebForm does not work
· 345448 (https://bugzilla.novell.com/show_bug.cgi?id=345448) - Default binding name is wrong, when declared in WebServiceBindingAttribute, but not used.
· 349688 (https://bugzilla.novell.com/show_bug.cgi?id=349688) - SocketFlags.Partial is not implemented correctly in Linux
· 382589 (https://bugzilla.novell.com/show_bug.cgi?id=382589) - Passing either Decimal.Max or Decimal.Min to a SQL Server 2005 stored procedure that takes a decimal(29,0) results in a SqlException
· 382589 (https://bugzilla.novell.com/show_bug.cgi?id=382589) - Passing either Decimal.Max or Decimal.Min to a SQL Server 2005 stored procedure that takes a decimal(29,0) results in a SqlException
· 409583 (https://bugzilla.novell.com/show_bug.cgi?id=409583) - ToString of methods with pointers in their signature is wrong
· 417398 (https://bugzilla.novell.com/show_bug.cgi?id=417398) - [PATCH] System.Data.DataRowComparer.Default doesn't compare by row contents
· 421827 (https://bugzilla.novell.com/show_bug.cgi?id=421827) - [PATCH] CookieContainer.GetCookie skips cookie when domain has no leading dot
· 424908 (https://bugzilla.novell.com/show_bug.cgi?id=424908) - Oracle - stored procedure returning string throws exception - Size must be set
· 431039 (https://bugzilla.novell.com/show_bug.cgi?id=431039) - First Run of IsolatedStorageFile is not threadsafe
· 436592 (https://bugzilla.novell.com/show_bug.cgi?id=436592) - Error in the CustomizableFileSettingsProvider.Reset method
· 449092 (https://bugzilla.novell.com/show_bug.cgi?id=449092) - [Regression] Sockets Novell c# LDAP api, LdapConnection.Disconnect() throws "The socket is not connected" exception
· 449683 (https://bugzilla.novell.com/show_bug.cgi?id=449683) - MD throws NotImplementedException when parsing DLR project
· 458916 (https://bugzilla.novell.com/show_bug.cgi?id=458916) - Implemetation errors on Copy.cs
· 459790 (https://bugzilla.novell.com/show_bug.cgi?id=459790) - SoapRpcMethod based webservices return HTTP 500 error with Mono 2.0.1 Runtime
· 462947 (https://bugzilla.novell.com/show_bug.cgi?id=462947) - TDS: not enough state reset when executing a query/stored procedure
· 463011 (https://bugzilla.novell.com/show_bug.cgi?id=463011) - [Regression] Pooled connection is no longer reset
· 465613 (https://bugzilla.novell.com/show_bug.cgi?id=465613) - HttpWebRequest.BeginGetRequestStream throws ProtocolViolationException
· 466031 (https://bugzilla.novell.com/show_bug.cgi?id=466031) - Socket.EndReceive buglet
· 468570 (https://bugzilla.novell.com/show_bug.cgi?id=468570) - Arithmatic overflow in System.Diagnostics.Stopwatch causes Elapsed property to return a negative timespan after the 25'th hour of running
· 469135 (https://bugzilla.novell.com/show_bug.cgi?id=469135) - Issues with glue-less gtk-sharp running MonoDevelop
· 470336 (https://bugzilla.novell.com/show_bug.cgi?id=470336) - crash while compiling on SLE_10/ppc
· 470336 (https://bugzilla.novell.com/show_bug.cgi?id=470336) - crash while compiling on SLE_10/ppc
· 471305 (https://bugzilla.novell.com/show_bug.cgi?id=471305) - Control lifecycle inconsistency between Mono and MS.NET implementations
· 471747 (https://bugzilla.novell.com/show_bug.cgi?id=471747) - [FreeBSD x86] Failure of pinvoke2 test
· 471751 (https://bugzilla.novell.com/show_bug.cgi?id=471751) - [FreeBSD x86] Failure of winx64structs test
· 475438 (https://bugzilla.novell.com/show_bug.cgi?id=475438) - xbuild dies badly if gmcs not installed
· 476138 (https://bugzilla.novell.com/show_bug.cgi?id=476138) - Win32 Socket behaviour changed.
· 476289 (https://bugzilla.novell.com/show_bug.cgi?id=476289) - mod_mono report "(13)Permission denied: Failed to attach to existing dashboard"
· 477383 (https://bugzilla.novell.com/show_bug.cgi?id=477383) - MaskedTextBox: Backspace doesn't work
· 477388 (https://bugzilla.novell.com/show_bug.cgi?id=477388) - MaskedTextBox: Delete key deletes masked fields
· 477395 (https://bugzilla.novell.com/show_bug.cgi?id=477395) - MaskedTextBox: Able to overwrite characters with L mask
· 477408 (https://bugzilla.novell.com/show_bug.cgi?id=477408) - MaskedTextBox: Doesn't handle invalid input correctly
· 480377 (https://bugzilla.novell.com/show_bug.cgi?id=480377) - System.Data.OracleClient : DataReader does not support System.TimeSpan
· 480856 (https://bugzilla.novell.com/show_bug.cgi?id=480856) - xbuild don't recognize Multiple DEFINE
· 481336 (https://bugzilla.novell.com/show_bug.cgi?id=481336) - xbuild don't compile IronPython.sln
· 481622 (https://bugzilla.novell.com/show_bug.cgi?id=481622) - Exception when using layout template
· 481687 (https://bugzilla.novell.com/show_bug.cgi?id=481687) - System.Convert.ChangeType(someIConvertibleObject, typeof(Image) Throws exception on mono. .Net difference
· 483268 (https://bugzilla.novell.com/show_bug.cgi?id=483268) - Precompiled application can only be solved from original virtual path
· 483852 (https://bugzilla.novell.com/show_bug.cgi?id=483852) - TypeBuilder should be resolved when used in a generic type instance
· 484244 (https://bugzilla.novell.com/show_bug.cgi?id=484244) - [Regression] nunit-console.exe requires /noshadow
· 484294 (https://bugzilla.novell.com/show_bug.cgi?id=484294) - Type.GetMethod does not find methods with nullable parameters when expected
· 484294 (https://bugzilla.novell.com/show_bug.cgi?id=484294) - Type.GetMethod does not find methods with nullable parameters when expected
· 484384 (https://bugzilla.novell.com/show_bug.cgi?id=484384) - Duplicate key in assembly resolving
· 484649 (https://bugzilla.novell.com/show_bug.cgi?id=484649) - Mono.XBuild.CommandLine.LoggerInfo argument parsing is broken
· 484773 (https://bugzilla.novell.com/show_bug.cgi?id=484773) - WorkingDictionary outside of the project file breaks the build
· 484795 (https://bugzilla.novell.com/show_bug.cgi?id=484795) - [PATCH]WebClient.UploadValues using UTF-8 encoding and "POST" method do not upload accented characters properly
· 485377 (https://bugzilla.novell.com/show_bug.cgi?id=485377) - Regression in Convert.ChangeType()
· 485377 (https://bugzilla.novell.com/show_bug.cgi?id=485377) - Regression in Convert.ChangeType()
· 485435 (https://bugzilla.novell.com/show_bug.cgi?id=485435) - JSON proxy class generator errors out when any webmethod signature takes a GUID parameter
· 485458 (https://bugzilla.novell.com/show_bug.cgi?id=485458) - CustomValidator incorrectly requires ControlToValidate to be set for client side scripting to work.
· 485557 (https://bugzilla.novell.com/show_bug.cgi?id=485557) - Response.ClearHeaders reset HttpCacheability to private
· 486234 (https://bugzilla.novell.com/show_bug.cgi?id=486234) - System.String.LastIndexOf(string, StringComparison) crashes when using StringComparison.Ordinal on empty strings
· 486303 (https://bugzilla.novell.com/show_bug.cgi?id=486303) - Type.IsGenericTypeDefinition crashes for user defined Type
· 486703 (https://bugzilla.novell.com/show_bug.cgi?id=486703) - FtpWebRequest Send PrintWorkingDirectory Command Failed!
· 486904 (https://bugzilla.novell.com/show_bug.cgi?id=486904) - System.Net.NetworkInformation.Ping throws InvalidOperationException "Process has not been started" on OSX
· 487155 (https://bugzilla.novell.com/show_bug.cgi?id=487155) - ILASM does not work with octal values in QSTRINGS
· 487518 (https://bugzilla.novell.com/show_bug.cgi?id=487518) - SIGSEGV in mono_arch_emit_call on amd64; running F# nunit unit tests
· 487625 (https://bugzilla.novell.com/show_bug.cgi?id=487625) - ExtensionMethodAttribute and CS1685
· 487659 (https://bugzilla.novell.com/show_bug.cgi?id=487659) - VUL-0: Mono sanbox breakout in IsolatedStorage {}
· 487758 (https://bugzilla.novell.com/show_bug.cgi?id=487758) - Marshaling a native function pointer to native function call throws assertion
· 488630 (https://bugzilla.novell.com/show_bug.cgi?id=488630) - mod-mono-server is broken using HTTPS
· 488670 (https://bugzilla.novell.com/show_bug.cgi?id=488670) - Marshal.GetFunctionPtrFromDelegate crashes the runtime if the delegate signature includes an object type.
· 488960 (https://bugzilla.novell.com/show_bug.cgi?id=488960) - Invalid CS0663 error with generics ('overloaded function cannot differ on use of parameter modifiers only')
· 489019 (https://bugzilla.novell.com/show_bug.cgi?id=489019) - mono throwing exception while closing file descriptor 0
· 489687 (https://bugzilla.novell.com/show_bug.cgi?id=489687) - Code render tag not working
· 490497 (https://bugzilla.novell.com/show_bug.cgi?id=490497) - "watch for changes to web.config also in the subdirectories" causes problems
· 490753 (https://bugzilla.novell.com/show_bug.cgi?id=490753) - HtmlInputFile doesn't work on pages with EnableViewState=false
· 491508 (https://bugzilla.novell.com/show_bug.cgi?id=491508) - SessionSQLServerHandler : InitializeConnection -> NullReferenceException
· 491531 (https://bugzilla.novell.com/show_bug.cgi?id=491531) - Settings in Web.config not being read
· 491590 (https://bugzilla.novell.com/show_bug.cgi?id=491590) - The FTPWebRequest class doesn't properly resume file downloads
· 491828 (https://bugzilla.novell.com/show_bug.cgi?id=491828) - xbuild hides important error information
· 492252 (https://bugzilla.novell.com/show_bug.cgi?id=492252) - error runing an ASP.net page with validators
· 492329 (https://bugzilla.novell.com/show_bug.cgi?id=492329) - gmcs generated invalid IL code for storing a new object in a generic out/ref parameters (regression from 2.2).
· 492666 (https://bugzilla.novell.com/show_bug.cgi?id=492666) - NullReferenceException when binding a list to the ListView
· 493263 (https://bugzilla.novell.com/show_bug.cgi?id=493263) - Using custom resource provider crashes application
· 493639 (https://bugzilla.novell.com/show_bug.cgi?id=493639) - Invalid "Bind invocation wasn't formatted properly" in TemplateControlCompiler
· 493873 (https://bugzilla.novell.com/show_bug.cgi?id=493873) - Multiple assemblies with same type name in precompiled updatable site
· 493874 (https://bugzilla.novell.com/show_bug.cgi?id=493874) - Missing column in BlogEngine.NET
· 493887 (https://bugzilla.novell.com/show_bug.cgi?id=493887) - Switch selects wrong branch when default is not last case
· 494221 (https://bugzilla.novell.com/show_bug.cgi?id=494221) - IL Compiles but generates wrong code
· 494245 (https://bugzilla.novell.com/show_bug.cgi?id=494245) - ASP.NET Pages not accepting base class with generic type
· 494567 (https://bugzilla.novell.com/show_bug.cgi?id=494567) - r131501 breaks compilation of System.Windows.Forms_test_net_1_1.dll
· 495011 (https://bugzilla.novell.com/show_bug.cgi?id=495011) - Application restarts when touching a folder
· 495112 (https://bugzilla.novell.com/show_bug.cgi?id=495112) - Can't compile cyclic structs with mono-2.4
· 496758 (https://bugzilla.novell.com/show_bug.cgi?id=496758) - Xsp2 hides internal errors making it difficult to debug tricky web service issues
· 496905 (https://bugzilla.novell.com/show_bug.cgi?id=496905) - Using Peek() after a short Read() returns -1 instead of trying to read more.
· 496951 (https://bugzilla.novell.com/show_bug.cgi?id=496951) - The 'NoStore' attribute is not supported by the 'Outputcache' directive.
· 497174 (https://bugzilla.novell.com/show_bug.cgi?id=497174) - ASP.NET 1.1 is broken with the recent changes made to templateParser.cs
· 497220 (https://bugzilla.novell.com/show_bug.cgi?id=497220) - assertion in mono_local_regalloc when a local not initialized is used
· 497715 (https://bugzilla.novell.com/show_bug.cgi?id=497715) - SqlParameter not handling SqlDbType.Xml / DbType.Xml ("No mapping exists ...")
· 497720 (https://bugzilla.novell.com/show_bug.cgi?id=497720) - System.Collections.Generic.KeyCollection.CopyTo(TKey [] array, int arrayIndex) behaves different on Mono / .NET
· 497775 (https://bugzilla.novell.com/show_bug.cgi?id=497775) - ASP.NET MVC's Html.TextBox()/etc. do nothing.
· 497839 (https://bugzilla.novell.com/show_bug.cgi?id=497839) - xbuild don't recognize $(SolutionDir)
· 498118 (https://bugzilla.novell.com/show_bug.cgi?id=498118) - Revision 131768 breaks UserControls added in web.config
· 498154 (https://bugzilla.novell.com/show_bug.cgi?id=498154) - Xbuild does not recognize **-Wildcard
· 498637 (https://bugzilla.novell.com/show_bug.cgi?id=498637) - HTML link tag in ASP.NET MVC render bug
· 498692 (https://bugzilla.novell.com/show_bug.cgi?id=498692) - many problems cross-building with gcc 4.2.x mingw cross
· 498853 (https://bugzilla.novell.com/show_bug.cgi?id=498853) - Cannot configure ConsoleTraceListener to use standard error through configuration
· 499013 (https://bugzilla.novell.com/show_bug.cgi?id=499013) - Appdomain.GetAssemblies() returns assemblies loaded for reflection only, not just for execution. Different behaviour than .NET
· 499851 (https://bugzilla.novell.com/show_bug.cgi?id=499851) - Need notification for UIA when a PopupButton gains focus
· 499864 (https://bugzilla.novell.com/show_bug.cgi?id=499864) - Dispose-Method of Mono.Data.SqliteClient.SqliteConnection doesn't close the connection.
· 499887 (https://bugzilla.novell.com/show_bug.cgi?id=499887) - TabControl.GotFocus event not fired when SelectionIndex is set
· 500019 (https://bugzilla.novell.com/show_bug.cgi?id=500019) - SSE2 used on system without SSE2
· 500075 (https://bugzilla.novell.com/show_bug.cgi?id=500075) - Inherits doesn't support C# syntax
· 500385 (https://bugzilla.novell.com/show_bug.cgi?id=500385) - GetMethod fails to find private methods up the class hierarchy when using BindingFlags.NonPublic
· 500739 (https://bugzilla.novell.com/show_bug.cgi?id=500739) - Error when accessing anything but default route using system.web.routing
· 501589 (https://bugzilla.novell.com/show_bug.cgi?id=501589) - XElement Seems to Break
· 502029 (https://bugzilla.novell.com/show_bug.cgi?id=502029) - DateTimePicker: some children are not accessible by orca
· 502274 (https://bugzilla.novell.com/show_bug.cgi?id=502274) - HttpConnection does not unbind HttpListenerContext when KeepAlive is true
· 502555 (https://bugzilla.novell.com/show_bug.cgi?id=502555) - Routing problems related to default parameters
· 502866 (https://bugzilla.novell.com/show_bug.cgi?id=502866) - UDPClient.Receive does not honor Socket.ReceiveTimeout
· 503728 (https://bugzilla.novell.com/show_bug.cgi?id=503728) - misused Type.GetInterfaceMap() causes runtime crash
· 504378 (https://bugzilla.novell.com/show_bug.cgi?id=504378) - Routes in System.Web.Routing don't handle "Variable Number of Segments" correctly (Catchall)
· 504391 (https://bugzilla.novell.com/show_bug.cgi?id=504391) - WebService.EnableDecompression crash
· 504411 (https://bugzilla.novell.com/show_bug.cgi?id=504411) - Mprotect fails with ENOMEM in GC_remap
· 504615 (https://bugzilla.novell.com/show_bug.cgi?id=504615) - [PATCH] Global.asax of precompiled sites not loaded
· 504667 (https://bugzilla.novell.com/show_bug.cgi?id=504667) - [gmcs] compilation error when using partial static classes
· 505375 (https://bugzilla.novell.com/show_bug.cgi?id=505375) - JIT does not optimize do-while loop correctly
· 505678 (https://bugzilla.novell.com/show_bug.cgi?id=505678) - mono.bin crashes for System.Xml.XPath.AxisIterator.MoveNextCore
· 506144 (https://bugzilla.novell.com/show_bug.cgi?id=506144) - Structs that contain Mono.Simd.Vector4f fields have broken sequential layout
· 506757 (https://bugzilla.novell.com/show_bug.cgi?id=506757) - CS0507 when overriding public method in class generated by ikvmc
· 506915 (https://bugzilla.novell.com/show_bug.cgi?id=506915) - Use of tertiary operator results in runtime stack trace but equivalent if/else code does not
· 507003 (https://bugzilla.novell.com/show_bug.cgi?id=507003) - Error in Assembly.DoAssemblyResolve
· 507666 (https://bugzilla.novell.com/show_bug.cgi?id=507666) - url-decode failed with encoded shift_jis query
· 507836 (https://bugzilla.novell.com/show_bug.cgi?id=507836) - ListItem attributes aren't stored in view state
· 508167 (https://bugzilla.novell.com/show_bug.cgi?id=508167) - RegisterHiddenField should not put a "id" in the input field in 1.1 profile
· 508389 (https://bugzilla.novell.com/show_bug.cgi?id=508389) - Mono 2.4 crashes due to accessing freed data structures
· 508538 (https://bugzilla.novell.com/show_bug.cgi?id=508538) - System.Reflection.TargetInvocationException when calling MethodInfo.invoke
· 508570 (https://bugzilla.novell.com/show_bug.cgi?id=508570) - Generic MVC ViewMasterPage does not respect type
· 508649 (https://bugzilla.novell.com/show_bug.cgi?id=508649) - 404 not found errors should be displayed even when custom errors are on (and there is no redirect)
· 508888 (https://bugzilla.novell.com/show_bug.cgi?id=508888) - MonoVS version of mono breaks Graffiti
· 509069 (https://bugzilla.novell.com/show_bug.cgi?id=509069) - Can't set different handlers for subdirectories
· 509092 (https://bugzilla.novell.com/show_bug.cgi?id=509092) - 403 errors should be handled specially as well
· 509163 (https://bugzilla.novell.com/show_bug.cgi?id=509163) - '*' and ':' are not supported in ASP.NET virtual paths
· 509450 (https://bugzilla.novell.com/show_bug.cgi?id=509450) - Web.config file modification is not detected
· 509475 (https://bugzilla.novell.com/show_bug.cgi?id=509475) - Unclosed when
· 509998 (https://bugzilla.novell.com/show_bug.cgi?id=509998) - Web.config changes in subdirectories are not detected
· 510302 (https://bugzilla.novell.com/show_bug.cgi?id=510302) - Theming asp.net application seems not work
· 510735 (https://bugzilla.novell.com/show_bug.cgi?id=510735) - Location path is not verified to be a relative path
· 511414 (https://bugzilla.novell.com/show_bug.cgi?id=511414) - Can't print from winforms
· 512028 (https://bugzilla.novell.com/show_bug.cgi?id=512028) - [Regression] asp.net framework includetest fails on mono-2.4.2 using xsp2
· 512037 (https://bugzilla.novell.com/show_bug.cgi?id=512037) - OutputCache directive Location parameter handling is broken
· 512485 (https://bugzilla.novell.com/show_bug.cgi?id=512485) - [PATCH] deadlock in ReaderWriterLockSlim.EnterWriteLock
· 512535 (https://bugzilla.novell.com/show_bug.cgi?id=512535) - Can't concatenate Item list error when compiling non-standard project with xbuild
· 513849 (https://bugzilla.novell.com/show_bug.cgi?id=513849) - HttpListener does not release the specified port by listener prefixes.
· 513965 (https://bugzilla.novell.com/show_bug.cgi?id=513965) - Please Add IE8.0 to browscap.ini