forked from pool/mono-core
52661c13fd
OBS-URL: https://build.opensuse.org/request/show/223529 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=125
1940 lines
85 KiB
Plaintext
1940 lines
85 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sat Feb 22 08:51:00 UTC 2014 - mailaender@opensuse.org
|
||
|
||
- Update to 3.2.8
|
||
+ On armhf, VFP scratch registers are now properly preserved across method calls.
|
||
+ A potential codegen bug on armhf for methods with lots of arguments has been fixed.
|
||
+ We now emit shorter floating point load/store sequences on armhf when possible.
|
||
+ Bugs surrounding alignment and mono_gc_bzero () / mono_gc_memmove () have been fixed.
|
||
+ A typo in the BigInteger.Cosh () implementation has been fixed.
|
||
+ Tuple<...> classes now implement ITuple and have a correct ITuple.ToString () implementation.
|
||
+ Bug #17589 has been fixed.
|
||
+ Bug #17558 has been fixed.
|
||
+ A stack alignment change that broke debugging on Android/x86 has been reverted (#17410).
|
||
+ Bug #17201 has been fixed.
|
||
+ The AOT compiler now adds types for method headers for gshared methods.
|
||
+ Bug #17632 has been fixed.
|
||
+ The DISABLE_JIT build has been fixed.
|
||
+ Bug #4510 has been fixed.
|
||
+ A potential crash in mono_method_desc_full_match () has been fixed.
|
||
+ Various build system fixes so that make dist works again.
|
||
|
||
- Changes from 3.2.7
|
||
+ [jit] Fix the handling of OP_ISUB_IMM in abcrem.
|
||
+ [jit] Improve ABCREM on 64-bits architectures
|
||
+ [jit] Implement the delegate ctor optimization in AOT mode too.
|
||
+ [jit] Some work towards a win64 port.
|
||
+ [jit] Use vectorized exception handling on windows.
|
||
+ [jit] Initial support for the hardfp ABI on ARM.
|
||
+ [jit] Add beginnings of a mach image writer for use with xdebug.
|
||
+ [jit] Implement proper TLS offset translation on mach based kernels.
|
||
+ [jit] Add a simple loop invariant loop motion pass for use with LLVM, which moves loop invariant instructions out of loop headers into the preceeding bblock.
|
||
+ [jit] Avoid linking the try block with the EH block as this produces spurious BBs during inlining.
|
||
+ [jit] The AggressiveInlining hint now triggers class initialization so more stuff gets force-inlined.
|
||
+ [jit] Add an alias analysis pass to the JIT.
|
||
+ [jit] ARM can dynamically switch between modes.
|
||
+ [jit] Atomics and hardware fences revamped and improved.
|
||
+ [jit] Add 64bits atomics on 32bits systems , this makes PLINQ significantly faster on multicore systems.
|
||
+ [llvm] Implement support for OP_TLS_GET_REG on osx/amd64.
|
||
+ [llvm] Update list of optimizations passed to 'opt'.
|
||
+ [runtime] Scalability work: reduce usage of the loader lock
|
||
+ [runtime] Removed the old debugger from the runtime.
|
||
+ [runtime] socket-io: make it possible to specify an interface index as a MulticastInterface SocketOption on linux.
|
||
+ [runtime] Don't expand variant generic interfaces on arrays.
|
||
+ [runtime] Implemented g_win32_getlocale function to return correct locale.
|
||
+ [runtime] Revamped hardware caps detection.
|
||
+ [runtime] Add LLDB support to mono_gdb_render_native_backtraces () on POSIX.
|
||
+ [runtime] Promote the reference queue API to the public.
|
||
+ [runtime] Provide more public API to inspect MonoTypes, MonoClasses and MonoMethodSignatures.
|
||
+ [runtime] Improving the retrieval of the user's locale on Apple systems.
|
||
+ [runtime] Async stack walking with AOT
|
||
+ [sdb] Allow users to specify a suspension policy when enabling an event
|
||
+ [sdb] Add async variants to the InvokeMethod methods.
|
||
+ [sdb] Support a setpgid=y/n option to --debugger-agent.
|
||
+ [sdb] Emit better debugger attribute for stepping over state machine initialization
|
||
+ [sgen] Reverse the free-list after sweeping to be in address-order.
|
||
+ [sgen] Only enqueue LOS objects if they contain references.
|
||
+ [sgen] Use gcc bitcount intrinsics where appropriate.
|
||
+ [corlib] Implementation of System.Reflection.ParameterInfo.HasDefaultValue
|
||
+ [corlib] Implemented System.Threading.Monitor.IsEntered
|
||
+ [corlib] LogicalSet/GetData implementation in CallContext
|
||
+ [corlib] Implement CultureInfo.DefaultThreadCurrentUICulture.
|
||
+ [corlib] Implement CultureInfo.DefaultThreadCurrentCulture.
|
||
+ [corlib] Add 'System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken' stub.
|
||
+ [Mono.Options] Improve error message for badly bundled args.
|
||
+ [pcl] Add new 'System.Runtime.InteropServices.WindowsRuntime' Facade Assembly.
|
||
+ [rx] Updated Rx to 2.2 release.
|
||
+ [System] Add IsIPv6Teredo to System.Net.IpAddress
|
||
+ [System] Add more of System.ComponentModel to MOBILE profile.
|
||
+ [System.Core] Update MonoTouch System.Linq.Expression to be 4.5 compatible
|
||
+ [System.Core] Add dynamic interpreter
|
||
+ [System.Core] Support IReadOnlyList in System.Linq.Enumerable.ElementAt and ElementAtOrDefault
|
||
+ [classlib] Introduce the mobile_static build.
|
||
+ [classlib] Add OrderedDictionary to the mobile profile.
|
||
+ [mcs] Suport recursive references of non-FX assemblies
|
||
+ [mcs] Implements definite assignment of expressions
|
||
+ [linker] Allow overriding MarkCustomAttribute and expose the MarkDefaultConstructor feature to subclasses
|
||
+ [xbuild] Initial MSBuild 12.0 support.
|
||
+ [xbuild] Improved xbuild diagnostics.
|
||
+ [xbuild] implement "skip target due to previous success" feature.
|
||
+ [xbuild] Add xbuild support for BuildManager
|
||
+ [Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadata
|
||
+ Properly compare assembly versions when performing binding. Fixes #17368.
|
||
+ [sdb] Fix setting of byref variables in registers. Fixes #17185.
|
||
+ [System.Net.Http] Add parsing of multi-value strings. Fixes #17132
|
||
+ [io-layer] Properly check write permission of a file. Fixes #3501.
|
||
+ Don't raise an exception if we can't find the src assembly on a shadow copy appdomain
|
||
+ [corlib] Update en-GB first day of week. Fixes #17151
|
||
+ [mcs] Check type of index used in pointer array aritmetic. Fixes #17145
|
||
+ [runtime] Fix large file support on android, it doesn't support -D_FILE_OFFSET_BITS=64, so call lseek64 directly. Fixes #17128.
|
||
+ Fix bug #11335.
|
||
+ Fix bug #11336.
|
||
+ [io-layer] Correctly implement permission checking for File.Move. Fixes #17009.
|
||
+ The old check was simply for open sharing status, which is incorrect. The right thing to do is to check for FileShare.Delete and not FileAccess.
|
||
+ [jit] Fix some checks in the arm dyn call code. Fixes #17101.
|
||
+ BXC14584 - Console windows pop up during build with mono runtime
|
||
+ [PCL]: Add ReadOnlyDictionary type-forwarder for XI. Fixes #16951.
|
||
+ [corlib] Mark all promise-style task exceptions observed. Fixes #17015
|
||
+ [mcs] Emit Debuggable attribute. Fixes #16924
|
||
+ [mcs] Method group caching needs to consider type arguments as well. Fixes #17059
|
||
+ [jit] Save/restore all-callee saved registers in methods using some atomic opcodes on x86, since the opcode implementations use these registers, and the push/pop code used by these opcodes is not async safe, since the unwind code doesn't know about it. Fixes part of #16808.
|
||
+ [runtime] Fix yet another metadata problem with dynamically created types. Fixes #14977.
|
||
+ [jit] Emit calls to class init trampolines for fields accesses inside inline methods in AOT mode. Fixes #16461.
|
||
+ [runtime] Avoid RuntimeHelpers.EnsureSufficientExecutionStack () failing on windows. Works around #16776.
|
||
+ [runtime] Call mono_class_setup_methods () before accessing klass->method.count. Fixes #16883.
|
||
+ [corlib] Update datetime patters. Fixes #17044
|
||
+ [mcs] Better check for value type base call. Fixes #16806
|
||
+ [mcs] Await flow analysis uses resolved expression. Fixes #16840
|
||
+ [gsharedvt] Avoid using the variable size code paths for non-variable size types with some array opcodes. Fixes #17023.
|
||
+ [jit] Avoid nullifying class init trampolines for recursive calls to class initializers. Fixes #16489
|
||
+ [WindowsBase] Implement GroupDescription based on moonlight implementation
|
||
+ Remove usage of mini_replace_type () from mono_jit_runtime_invoke (), runtime invokes care about the precise types of parameters. Fixes #16830.
|
||
+ [aot] Sanitize utf8 characters in symbol names. Fixes #16851.
|
||
+ Fix for PkgConfig cache orphaned entries bug (xam bug #11133)
|
||
+ [mcs] Don't wrap reference type values in explicit nullable conversion. Fixes #16900
|
||
+ [mcs] Restore async modifiers context after nested enums declaration. Fixes #16997
|
||
+ [corlib] Promise style tasks cannot be started manually. Fixes #16857
|
||
+ [corlib] Thread.GetNamedDataSlot allocates slot on failure. Fixes #16788
|
||
+ Use LIFO policy for CancellationTokenSource Fixes #16992
|
||
+ Fix CancellationTokenSourceTest.ReEntrantRegistrationTest
|
||
+ Make tuple hash function consistent with the F# implementation
|
||
+ Don't call CFNetworkCopyProxiesForAutoConfigurationScript from more than one thread. Fixes #7923, comment 21.
|
||
+ Check for null item in BindingList<T>.InsertItem. Fixes #16902
|
||
+ Do not assume the first certificate of a PKCS12 file is the one matching the key (even if it's the most common way).
|
||
+ [System] Change S.N.S.NetworkStream's param name on ctor #16832
|
||
+ [System] When starting a process with UseShellExecute=true, don't return a process. Fixes #16119
|
||
+ [io-layer] On OSX don't pass -W to open as we don't care for it waiting.
|
||
+ [runtime] A thread without a domain set cannot be running managed code. Fixes #16794.
|
||
+ [aot] Give the compilation unit entries in the DWARF debug info different names, the osx tools seem to need this (#15202).
|
||
+ [aot] Add runtime wrappers for methods of generic classes and generic methods. Fixes #16747.
|
||
+ [gsharedvt] Add a wrapper to the mono_gsharedvt_constrained_call () icall, since it calls mono_runtime_invoke () which can throw exceptions. Fixes #16439.
|
||
+ [jit] Fix TLS+AOT support in the monitor enter/exit trampolines.
|
||
+ [jit] Fix memory leaks in get_gsharedvt_type (). Fixes #16787.
|
||
+ [corlib] Mark ConcurrentDictionary serializable. Fixes #16730
|
||
+ [bcl] When finalizing a Process object, don't touch the streams as they are finalized on their own. Fixes #10883.
|
||
+ [mcs] Clone labeled statements cache in probing mode. Fixes #16376
|
||
+ [jit]Emit explicit float rounding on amd64. Fixes #15987
|
||
+ [mcs] Update populated member cache of dynamic containers manually for additional entries. Fixes #16659
|
||
+ [mcs] Show correct #line location for files in other than current location referenced as relative files. Fixes #16576
|
||
+ [system] Redirect of put requests was converted to get. Fixes #16670
|
||
+ [corlib] Multiple fixes to TPL.
|
||
+ [Bug 14664] LogicalSet/GetData implementation in CallContext
|
||
+ [sgen]Fix a deadlock when the GC try to free a JI during world restart. Fixes #15759
|
||
+ [bcl] Invoke assembly resolve hooks even if the assembly name has a parse error. Fixes #16487.
|
||
+ [corlib] Optimize one string Join<T> overload. Fixes #16647
|
||
+ [bcl] Handle BigInt -> long conversions that should overflow but dont. Fixes #16526
|
||
+ [System.Net.Http] Don't throw on invalid input in TryGetValues. Fixes #16634
|
||
+ [mcs] Don't stop type inference when a unique construction of the generic interface cannot be found. Fixes #16567
|
||
+ [mcs] Add better type conversion to unary mutators. Fixes #16578
|
||
+ [corlib] Implement task awaiters running on custom task scheduler. Fixes #16587
|
||
+ [corlib] Better conversion betwen system locale and CultureInfo. Fixes #15875
|
||
+ [xbuild]: Check a <Target>'s "Returns" first, then fall-back to "Outputs".
|
||
+ [xbuild]: Allow expressions inside a dynamic <ItemGroup>'s metadata. Fixes #14661.
|
||
+ [sgen] Never invoke libc’s memmove() or bzero(). Fixes #16449
|
||
+ [mcs] Report nice error instead of crash for cyclic type forwarders. Fixes #16385
|
||
+ [mcs] Report all failure errors in lambda conversions. Fixes #16513
|
||
+ [xbuild]: Implement task batching for properties; fixes #16403.
|
||
+ [linq] Enumerable.Join and GroupJoin needs to ignore null keys. Fixes #16530
|
||
+ [corlib] DebuggerTypeProxyAttribute.ProxyName needs to return an assembly qualified type name. Fixes #16527
|
||
+ [jit] Implement double->uintptr conversions on 64 bit platforms. Fixes #16529.
|
||
+ [sdb] Fix step-over with recursive functions. Fixes #5700.
|
||
+ [corlib] Consider all unicode separators in ToTitleCase. Fixes #16365
|
||
+ [corlib] Set initialized List<T> capacity to match input enumeration. Fixes #16318
|
||
+ [mcs] Report ambiguity in attribute types in expanded mode. Fixes #16342
|
||
+ [mcs] Emit this initializer for structs. Fixes #16430
|
||
+ [sgen] Implement our own qsort() so as not do deadlock. #16432
|
||
+ [mcs] Dynamically calculate size of flow-analysis bitset. Fixes #4210
|
||
+ [Bug 16334] Fix ConcurrentBag.TryTake and TryPeek
|
||
+ [Bug 16267] SemaphoreSlim.Wait fix when no timeout
|
||
+ [runtime] Avoid caching member_ref tokens of dynamic images. Fixes #16096
|
||
+ Fix the `nop` opcode on some MIPS-based Loongson CPUs. https://sourceware.org/ml/binutils/2009-11/msg00387.html
|
||
+ [Bug 16186] SqlCommand.BeginExecuteInternal fix
|
||
+ [sdb] Add an ExitCode property to VMDeathEvent. Fixes #16113.
|
||
+ [aot] Increase a buffer size to avoid an assert. Fixes #16239.
|
||
+ [runtime]Type parsing of generics should not rely on the presence of a backtick. Fixes #15124.
|
||
+ [mcs] Assignment to value type readonly generated variables needs to check all member access expressions. Fixes #15832
|
||
+ [mcs] Missing type forwarded types should not cause type collision. Fixes #16196
|
||
+ [linker] Do not import something that is not marked when sweeping type references (otherwise we might re-intoduce dependencies we're not including or need) + [#16213]
|
||
+ Always show error message when type resolver produces ambiguous type. Fixes #16115
|
||
+ Setting ReceiveBufferSize & SendBufferSize on Socket (Bug 16021 & Bug 12754)
|
||
+ [sle] Enable char equality comparison. Fixes #15582
|
||
+ Update currency separators. Fixes #15425
|
||
+ Extract CurrencyDecimalDigits using currency and not territory info. Fixes #15895
|
||
+ [jit] Use unsigned comparisons with the IMT thunks as they can live in high memory addresses.
|
||
+ Task.WhenAllCore<T> now handles empty argument list correctly. Fixes #15956
|
||
+ TimeZone.GetUtcOffset should use Standard UTC offsets for the period when daylight savings ends.
|
||
+ [runtime] Preserve the call chain in mono_arch_setup_async_callback () on amd64 to prevent crashes in the libgcc unwinder (#15969).
|
||
+ Return empty result array when calling Task.WhenAllCore<T> with empty argument list. Fixes #15956
|
||
+ [runtime] Fix stack size detection on osx mavericks. Fixes #15890.
|
||
+ [runtime]Split thread unregistration in two steps, one with no locks, one with locks taken. Fixes #15916.
|
||
+ [runtime] Handle unaligned access in all interlocked icalls. Fixes #15925.
|
||
+ [sdb] Implement support for DebuggerStepThrough attribute. Fixes #15139.
|
||
+ [System] Avoid an NRE when Close() and Write() are concurrent. #15857
|
||
+ [sdb] Fix an assertion if a single step breakpoint is hit in a thread other than the thread the single stepping is done on. Fixes #14950.
|
||
+ [Mono.Debugger.Soft] Implemented inheritance for TypeMirror.GetCustomAttributes() Fixes bug #15320
|
||
+ [runtime] Fix an assertion in mono_arch_context_get_int_reg () on amd64. Fixes #15786.
|
||
+ When parsing documentation cref text turn on error probing for tokenizer as well. Fixes #15511
|
||
+ Better error message when member does not implement interface. Fixes #15369
|
||
+ Variables from diffent parameter block still need to be captures even if async block has no await. Fixes #15719
|
||
+ The stripper does not care if some variables can't be referenced (they'll be removed) and new cecil has a similar fix + [#15727]
|
||
+ Update lower/upper type inference fixing to match the latest C# standard. Fixes #15505
|
||
+ Enum subtraction quirk needs to work with numeric constants only. Fixes #15520
|
||
+ When looking for base implementation of generic MVAR methods use non-inflated parameter types. Fixes #15523
|
||
+ [sdb] Add an IncludeSubclasses property to ExceptionEventRequest, to control whenever to include subclasses of the exception type. Fixes #15541
|
||
+ Fix condition (for MOBILE) that excluded System.Xml.Schema/Extensions.cs. Removed the condition since every profile we now support includes this + [#15552]
|
||
+ Fill out AssemblyName.ProcessorArchitecture for assemblies. Fixes #15347.
|
||
+ Better check for open generic types in probing expression. Fixes #15422
|
||
+ Fixes too early optimization of binary &&/& bool constants. Fixes part of #15392
|
||
+ [sgen] Don't crash on nurseries of 512M or larger.
|
||
+ [aot] Only use an AOT shortcut in the trampoline code if its safe to do so. Fixes #15345.
|
||
+ [xdebug] Avoid using a MonoDebugMethodJitInfo structure after it has been freed. Fixes #15090.
|
||
+ bxc#13642: MacNetworkChange: implement using managed code
|
||
+ Compound assignment of optimized binary constant needs to decompose it first. Fixes #15315
|
||
+ Ensure that CodeDom generated temporary directory is always created. Fixes #12202
|
||
+ Process/compare/output method's generic parameters + [#15311]
|
||
+ Enum IConvertible can convert to same enum or System.Enum. Fixes #15289
|
||
+ Release continuation ancestor before running. Fixes #15036
|
||
+ Adds async type inference of void return type. Fixes #15238
|
||
+ Make Task.Delay more reliable. Fixes #14585
|
||
+ Fallback to $LANG if $LC_ALL isn't set. 15214
|
||
+ Cache only resolved types not expression to report correct error location. Fixes #15035
|
||
+ Better check for instance equality of generic types. Fixes #15100
|
||
+ Support deserializing relative Uris. Fixes #15169.
|
||
+ Relax name check when deserializing a WindowsIdentity instance as the name can be empty (e.g. iOS7 simulator will hide the user name) + [#12789]
|
||
+ Anonymous method with this access inside an iterator needs to initialize captured this field from iterator's copy. Fixes #14926
|
||
+ [sdb] Fix decoding of nested structs. Fixes #14942.
|
||
+ There was another escape sequence 1B 24 40 to indicate "old" JIS. Fix bug #14951
|
||
+ Don't crash when reporting invalid named argument name. Fixes #14962
|
||
+ [MSBuild] Fix the ${level} and ${number} capture. Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=14767
|
||
+ Better checks for inaccessible member used via dynamic proxy. Fixes #14762
|
||
+ Initialize cookie container for default requests. Fixes #14783
|
||
+ Check modifying members of readonly value-type field. Fixes #14802
|
||
+ Make sure we properly account for transitive liveness when processing bridge objects. Fixes #13858
|
||
+ Implements content loading cancellation. Fixes #13200
|
||
+ Fixed TaskFactory::ContinueWhenAny with func result. Fixes #14839
|
||
+ [sgen] Use __builtin_ctzl () in OBJ_BITMAP_FOREACH_PTR () on 64 bit platforms. Fixes #14834.
|
||
+ AggregateException::GetBaseException uses only 1-based inner exceptions. Fixes #14824
|
||
+ [FIX] Bug 267: wsdl fails with "Argument is out of range."
|
||
+ [System.Web] Do not crash on duplicate keys in browser capabilities #14720 #13014
|
||
+ [System.Net] Fix CFNetworkCopyProxiesForAutoConfigurationScript signature. Fixes #7923.
|
||
+ [runtime] Fix a bug in the local register allocator when an fp vreg wasn't clobbered by a call if its href happened to be equal to the hreg of the call instruction. Fixes #12510.
|
||
+ Fix: bug https://bugzilla.xamarin.com/show_bug.cgi?id=14811 (to be reviewed)
|
||
+ [sdb] Add an implicit seq point after every nonvoid call and make step over skip them. Fixes #10782.
|
||
+ [runtime] Make mono_install_handler_block_guard () async-safe. Fixes #14073.
|
||
+ Don't crash when unreachable code contains unreachable constant switch. Fixes #14587
|
||
+ Unify Array/List FindIndex/FindLastIndex handling and argument checking. Fixes #14632
|
||
+ [bcl] Fix BlockingCollection.TakeFromAny to handle when no items are available on the first collection. Fixes #6095.
|
||
+ Fix Bug 4811, xbuild should find xml documentation
|
||
+ [jit] Make ABCREM really remove bounds checks, not just when running with -v -v -v -v.
|
||
+ [llvm] Use i64*/i32* as the LLVM type of objrefs instead of i64/i32, the basicaa LLVM pass cannot see through the inttoptr casts we were emitting before loads.
|
||
+ [llvm] Make some types more precise to decrease the number of int<->ptr conversions generated.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jan 26 13:43:20 UTC 2014 - mailaender@opensuse.org
|
||
|
||
- Update to 3.2.6 - Hotfixes:
|
||
+ Add System.Runtime.InteropServices.WindowsRuntime APIs and PCL Facade
|
||
+ Fix problem in MSBuild handling of "Returns" in <Target>. This affects multiple Microsoft.Bcl.Build NuGet packages
|
||
+ Implement task batching in MSBuild. Fixes BXC #16403
|
||
+ Add /Libraries to llvm search path on OSX, this makes --llvm work in more cases
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 26 19:33:01 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to 3.2.5 - Hotfixes:
|
||
+ Miscompilation of PCL projects referencing System.Net.Http
|
||
+ Improper stack size detection on Mavericks lead F# and C# compilers to crash.
|
||
+ Includes the latest F# release, 3.0.31.
|
||
- Added temporary patch mono-3.2.5-disttarget.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 16 09:00:47 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to 3.2.4
|
||
+ Fix some packaging issues.
|
||
+ Fix System.IO.Compression.CompressionLevel enum.
|
||
+ Include namespace-level summary and remarks elements [#14672]
|
||
+ Multiple fixes to the PCL Facade assemblies.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Oct 6 10:39:08 UTC 2013 - hrvoje.senjan@gmail.com
|
||
|
||
- Make libmono-2_0-devel Require libmonoboehm-2_0-devel, as the it's
|
||
.so is a symlink to the libmonoboehm one
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 29 14:22:01 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to 3.2.3
|
||
+ Check generic constraints for duplicates.
|
||
+ XmlSchemaImporter needs to consider attributeGroupRef in some case.
|
||
+ xsl:stylesheet always ignored xsl template contents.
|
||
+ C# compiler doesn't like decimal in custom attribute values, so use string.
|
||
+ Correctly install xbuild
|
||
+ Don't allow execution of dynamic assemblies without run access.
|
||
+ omit xml declaration for ToString().
|
||
+ Implements parsing of multi value User-Agent string.
|
||
+ Add more implicit generic array interfaces.
|
||
+ Do not use chunked encoding with CGI/FastCGI.
|
||
+ SetElementValue(nonExistentElementName, null) caused NRE.
|
||
+ Add more system assemblies remapping.
|
||
+ Fix Syscall.readlink() for non-ascii targets.
|
||
+ Implement character validation methods in XmlConvert.
|
||
+ xsi:nil='true' was ignored in some scenario.
|
||
+ Add more conversion methods to XmlAtomicValue.
|
||
+ Avoid an assert in mono_save_seq_point_info () if no seq points are generated for a method.
|
||
+ Properly null terminate strings in mono_dwarf_escape_path ().
|
||
+ Continue single stepping if the same line reached in all cases. Factor out some code code.
|
||
+ Avoid passing partially shared instances to the JIT.
|
||
+ Fix an overflow if MONO_ZERO_LEN_ARRAY is not 0.
|
||
+ Nested partial type inside generic class can have base type defined later than current type inflation happens.
|
||
+ Add nested partial types inside nested partial types to AST.
|
||
+ Schedule internal delay task on default scheduler only.
|
||
+ Lazy initialization of type parameters expanded interfaces.
|
||
+ Handle property with default values.
|
||
+ Another attempt at fixing mono_atomic_load_acquire() on MSVC.
|
||
+ Support FTP download where PWD starts with '\'.
|
||
+ Adds async handling to binary:emitbranchable.
|
||
+ Add some error checking to custom attr parsing and plug a memory leak.
|
||
+ Add clone for error expression.
|
||
+ Lift result of enum substraction when operation is lifted due to non-nullable enum type.
|
||
+ Add *CachePolicy to mobile profile.
|
||
+ Ignore space separators in nowarn arguments.
|
||
+ Add AssemblyAction.Save to the linker.
|
||
+ Check promoted value type binary equality operations against null too.
|
||
+ Correctly parse pragma headers.
|
||
+ Remove CultureInfo.CurrentCulture dependency from ordinal based string::EndsWith.
|
||
+ Write only import section from global namespaces before global attribute sections.
|
||
+ Fix overflow checking in newarray with 64 bit array lengths.
|
||
+ Correctly import nested non-generic types inside generic containers used within same generic container.
|
||
+ Grow underlying buffer only when necessary.
|
||
+ Quote path arguments to opt/llc.
|
||
+ STW handshake/thread shutdown race condition.
|
||
+ Rewrites RuntimeReflectionExtensions to actually do something.
|
||
+ Don't show internal error when default paramater expression cannot be converted to paramter type.
|
||
+ ASP.NET routing constraints should be treated as 'convertible to string'
|
||
+ use XmlSchemaSettings.XmlResolver to resolve schemas.
|
||
+ Fix cross compilation to windows. "Windows.h" should be "windows.h".
|
||
+ Handle partial class case when nested type of partial container depends on parent base type from another partial container.
|
||
+ Disable LLVM for async methods.
|
||
+ Create correct flow branching for single non-default switch section.
|
||
+ Always release DeflateStream unmanaged resources.
|
||
+ Handle custom attributes with nested array of enums.
|
||
+ Update named params parameter converted result expression.
|
||
+ Inflate default parameter expression without type checks
|
||
+ Thread teardown race condition.
|
||
+ Basic optional parameters support in binder.
|
||
+ Verifier support for IReadOnlyList<T> and IReadOnlyCollection<T>.
|
||
+ Relax the restriction on global methods visibility.
|
||
+ Add argument modifiers to generated base proxy when needed.
|
||
+ Avoid lookups in the AOT images during STW.
|
||
+ Don't crash when reporting invalid case label value.
|
||
+ Support OID names in RSACryptoServiceProvider.SignData().
|
||
+ Fix recursive check for non dependent return types during type inference.
|
||
+ Correct parsing of invalid 00000000-0000-0000-0000-000000000000 guid format.
|
||
+ Use the invariant culture calendar if the requested one is not available.
|
||
+ Type parameter inflated interfaces needs to be marked too.
|
||
+ Fixes GZipStream dispose order.
|
||
+ Report error for name collision between property and generic method.
|
||
+ Avoid the managed->copy for ref vtypes with an [In] attribute in n2m wrappers.
|
||
+ HashSet no longer grows in capacity on deserialize
|
||
+ Bad compiler interaction between anonymous method and async
|
||
+ xsl:import in included stylesheet caused compilation error.
|
||
+ Use IReflectType interface instead of TypeDelegator.
|
||
+ Fixes negative symbol definition for few locales to be simple -.
|
||
+ Fix yet another DISABLE_JIT bug in wrapper generation.
|
||
+ Fix an LLVM assertion on structs with unaligned size.
|
||
+ Invalid syntax during attribute target parsing can crash parser.
|
||
+ Probing of generic parameter needs to check both operands.
|
||
+ Clear out the ref fields from MonoDomain before calling mono_gc_clear_domain.
|
||
+ More thorough check for managed type parameters.
|
||
+ Bad compiler interaction between captured this, lambdas and async.
|
||
+ Don't resolve extension method expression when in probing mode.
|
||
+ Perform alignment checks for CAS on 32bits systems.
|
||
+ Add support for invoking interface methods.
|
||
+ Set empty string to TraceListeners for empty assert message.
|
||
+ Fixes parallel enumerable index counter.
|
||
+ Add System.ServiceModel.Activation assembly.
|
||
+ Make suspend work during thread cleanup.
|
||
- Changes from 3.2.2
|
||
+ TPL- Fix scheduling of non-inlined synchronous continuations.
|
||
+ Weaken a race condition in object initialization
|
||
+ Fix race conditions in finalizer/weak link staging
|
||
+ Fixed System.Text.Decoder.GetChars(byte*,int,char*,int,bool) to copy output into the char* buffer
|
||
+ Fixed configure.in to fail the __thread check with clang
|
||
+ Fixed g_utf8_to_utf16_general() to handle invalid utf8
|
||
+ Add more implicit generic array interfaces.
|
||
+ Properly null terminate strings in mono_dwarf_escape_path ().
|
||
+ Avoid passing partially shared instances to the JIT.
|
||
+ Adds async handling to binary:emitbranchable.
|
||
+ Add clone for error expression.
|
||
+ Lift result of enum substraction when operation is lifted due to non-nullable enum type.
|
||
+ Add *CachePolicy to mobile profile.
|
||
+ Ignore space separators in nowarn arguments.
|
||
+ Check promoted value type binary equality operations against null too.
|
||
+ Remove CultureInfo.CurrentCulture dependency from ordinal based string::EndsWith.
|
||
+ Quote path arguments to opt/llc.
|
||
+ STW handshake/thread shutdown race condition.
|
||
+ Disable LLVM for async methods to work around.
|
||
+ Register the jit info for GC critical methods as soon as they are loaded
|
||
+ Don't crash when reporting invalid case label value.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 9 17:58:34 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Removed more .a files from the packaging.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 17 11:25:21 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Fixed error: File not found: /usr/lib/mono/4.0/Microsoft.Portable.CSharp.targets
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 7 08:21:35 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Uppdate to version 3.2.1
|
||
+ Fixes bug 13509, which causes a crash when the current culture is set to zh_TW.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jul 27 04:26:44 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to version 3.2.0
|
||
+ LLVM updated to version 3.2, this brings better optimizations for mono.
|
||
+ problematic workloads for the SGen Garbage Collector addressed:
|
||
- popular objects are made immortal until the next major collection.
|
||
- hash filtering on pin queues and that dramatically reduce their average size
|
||
- switched to lazy sweeping by default
|
||
+ Three new experimental modes for the garbage collection are now available:
|
||
- Low pause mode
|
||
- Low promotion nursery
|
||
- Mostly precise stack scanning
|
||
+ Size Reduction: Multiple features can now be disabled for the classlibs
|
||
+ The FullAOT compiler can now generate much faster code for icalls and has support for generic valuetype sharing.
|
||
+ Performance of primitive parsing was greatly enhanced.
|
||
+ LINQ is now much faster with arrays.
|
||
+ Large object cloning and boxing is up to two times faster.
|
||
+ Optimize Marshal.Read/Write methods to avoid a trip to unmanaged when possible.
|
||
+ Google contributed ports of NaCl for ARM and Amd64.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 21 05:40:55 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to version 3.1.2
|
||
+ Emit additional sequence points for call entry when needed.
|
||
+ Loading of nested type of missing type needs to create another missing type.
|
||
+ Equality structural comparer needs to do recursive comparisons.
|
||
+ Allow async for explicitly implemented interface methods.
|
||
+ Implement webrequest cancellation.
|
||
+ Prefer user operators over predefined operators for binary enum operations too.
|
||
- Changes from version 3.1.1
|
||
* Mono now defaults to sgen
|
||
* Update Mono.Cairo to include APIs from cairo 1.10
|
||
* Update the LLVM used from Nov-2012 to Jul-2013
|
||
* Several optimizations to improve string performance
|
||
+ Enable managed allocation using gsharing
|
||
+ Implemented the string allocator for SGen
|
||
+ Fixed String.Contains, as it is not supposed to be culture aware
|
||
* Added a dummy implementation of System.Net.Http.WebRequestHandler
|
||
* Bug fixes
|
||
+ Make WebClient report an error when the download aborted prematurely.
|
||
+ Add [Serializable] to X509Certificate2 (added in .NET 4.0)
|
||
+ Fix order of capturing of this inside switch statement.
|
||
+ Rewrite lifted binary operators to match C# spec more closely.
|
||
+ Fix MethodImplOptions argument checks.
|
||
+ Make ServicePointManager hash on the proxy as well as uri and use_connect
|
||
+ Fix register allocation for hw remainder opcodes on armv7s.
|
||
+ Block task awaiter until task completes.
|
||
+ Use directly captured this instead of parent reference for nested state machine inside another state machine without anonymous storey.
|
||
+ When unloading domains, free dynamic assemblies first.
|
||
+ Mutate generic catch block type when needed.
|
||
+ Fix MethodInfo::ToString () to properly format generic structs.
|
||
+ Recover more from invalid throw statement.
|
||
+ Verify if the catch type is valid under the method context.
|
||
+ Call correct ApplyToExtraTarget base override.
|
||
+ Do system.object type scan after all references are loaded.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 28 17:47:59 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to version 3.0.12
|
||
+ Added PCL support to xbuild, mono's MSBuild implementation.
|
||
+ Fixed multiple hangs that happen during shutdown or appdomain unload
|
||
+ Merged most of the ARM support for NaCl
|
||
+ mkbundle now uses IKVM.Reflection
|
||
- Added rpmlint ignore rules
|
||
|
||
-------------------------------------------------------------------
|
||
Sat May 25 18:38:42 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to version 3.0.10
|
||
+ Reverted parallel mkbundle.
|
||
+ Fixed duplicated debug symbol problem in the compiler.
|
||
- Changes from version 3.0.9
|
||
+ Fix gtk+ copy & paste.
|
||
+ Fix debugger support for custom attributes.
|
||
+ Proper stack bounds calculation on windows.
|
||
+ Add partial generic methods to our C# compiler.
|
||
+ NaCL support for ARM.
|
||
+ Fix LLVM loading on OSX.
|
||
- Changes from version 3.0.8
|
||
+ Multiple improvements to the BCL to reduce usage of non generic collections and use faster string comparisons.
|
||
+ Optimize large object cloning and boxing.
|
||
+ Multiple changes to bring mono closer to full PCL compatibility.
|
||
+ Add System.WeakReference<T>
|
||
+ Sgen can now return memory to the system for
|
||
+ Many compiler fixes for async.
|
||
+ Improved FullAOT support for async.
|
||
+ NaCl build fixes and improvements.
|
||
+ WCF now has cookie support in .net 4.0.
|
||
+ Optimize Marshal.Read/Write methods to avoid a trip to unmanaged when needed.
|
||
+ Optimize LINQ with arrays.
|
||
+ Multiple fixes to the sgen's concurrent collector.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 16 14:28:23 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to version 3.0.7
|
||
+ Multiple fixes to the sgen's concurrent collector.
|
||
+ Performance improvements in primitive types parsing.
|
||
+ Add a configuration time option to disable remoting.
|
||
+ Optimize tls lookups on full-aot + arm.
|
||
+ Add a configuration option to disable remoting.
|
||
+ Multiple improvements and bug fixes in culture related code.
|
||
+ Runtime assembly mapping for PCL.
|
||
+ Fix Binder primitive conversion to make .net.
|
||
+ Optimize Activator.CreateInstance ().
|
||
+ Optimize icalls in FullAOT code.
|
||
+ Implement Volatile.Read/Write<T> and Interlocked.MemoryBarrier ().
|
||
+ Optimized unmanaged to managed string conversion.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 16 10:30:14 UTC 2013 - idonmez@suse.com
|
||
|
||
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 19 11:06:18 UTC 2013 - idonmez@suse.com
|
||
|
||
- Refresh and apply mono-core-target-4.0.patch
|
||
- Apply ppc.patch again
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 9 14:18:45 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- libgdiplus now has a devel package, use it
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 9 07:52:23 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to http://www.mono-project.com/Release_Notes_Mono_3.0.6
|
||
* Hotfix to the 3.0.x series
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 6 14:10:35 UTC 2013 - idonmez@suse.com
|
||
|
||
- Remove hardcoded lib directory from the config, this unbreaks
|
||
running GDI+ programs on 64bit.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Feb 24 21:12:42 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Add missing Provides: for monodevelop 4.0
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Feb 23 14:16:57 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to http://www.mono-project.com/Release_Notes_Mono_3.0.4
|
||
* Bug fixes to the 3.0.x series
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 29 08:15:12 UTC 2013 - dimstar@opensuse.org
|
||
|
||
- Add mono-core-target-4.0.patch: Use .Net runtime 4.0 as default
|
||
for Nunit and Cairo.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 11 11:41:47 UTC 2013 - mailaender@opensuse.org
|
||
|
||
- Update to http://www.mono-project.com/Release_Notes_Mono_3.0.3
|
||
* Bug fixes to the 3.0.x series
|
||
- new sub-package mono-reactive including http://rx.codeplex.com/
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 27 17:52:57 UTC 2012 - dvaleev@suse.com
|
||
|
||
- Fix ppc build failures (ppc.patch)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 17 12:34:59 UTC 2012 - adrian@suse.de
|
||
|
||
- fix patches for arm*
|
||
- do not detect hard fp support in gcc (mono is not supporting it yet for real)
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Dec 15 20:13:00 UTC 2012 - sshaw@decriptor.com
|
||
|
||
- Updated to mono 3.0.2
|
||
* Bug fixes to the 3.0.x series
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Nov 11 21:40:30 UTC 2012 - sshaw@decriptor.com
|
||
|
||
- Updated to mono 3.0.1
|
||
* Bug fixes to the 3.0.0 release
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 19 17:49:06 UTC 2012 - sshaw@decriptor.com
|
||
|
||
- Update to mono 3.0.0
|
||
* C# 5.0 - async!
|
||
* IKVM
|
||
* 4.5 profile
|
||
* New assemblies - System.Net.Http, System.Threading.Task.Dataflow
|
||
* Microsoft's open source ASP.NET WebStack
|
||
* Entity Framework
|
||
* sgen
|
||
* Runtime Optimizations
|
||
* Code Contracts
|
||
* Partial suppor for Portable Class Libraries
|
||
* Improved GDB support for SGenGC internals
|
||
* Lots of bug fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 5 12:02:10 UTC 2012 - dvaleev@suse.com
|
||
|
||
- workaround for ppc build with mcs-docs enabled
|
||
use --with-sigaltstack=no (bxc#6440)
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jul 21 23:08:36 UTC 2012 - dvaleev@suse.com
|
||
|
||
- fix ppc build
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 2 13:31:57 UTC 2011 - agraf@suse.de
|
||
|
||
- use hammer approach for vfp instead
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Nov 27 21:17:24 UTC 2011 - agraf@suse.de
|
||
|
||
- add arch linux vfp patch
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Nov 27 16:36:08 UTC 2011 - agraf@suse.de
|
||
|
||
- use vfp on armv7
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Nov 27 03:01:37 UTC 2011 - agraf@suse.de
|
||
|
||
- fix arm build to not depend on the build host's /proc/cpuinfo
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 7 14:47:35 CEST 2011 - dmueller@suse.de
|
||
|
||
- update to 2.10.6
|
||
* http://www.go-mono.com/archive/2.10.6
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 27 20:10:24 UTC 2011 - ajorgensen@novell.com
|
||
|
||
- Update to 2.10.2
|
||
* http://www.go-mono.com/archive/2.10.2
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 4 20:08:54 UTC 2011 - ajorgensen@novell.com
|
||
|
||
- libmono devel package must require libmono
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 22 17:13:37 UTC 2011 - ajorgensen@novell.com
|
||
|
||
- Update to 2.10
|
||
* http://www.go-mono.com/archive/2.10
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 7 16:29:12 UTC 2011 - ajorgensen@novell.com
|
||
|
||
- Update to 2.8.2
|
||
* Fix for CVE-2010-4225, bnc#660070
|
||
* http://www.go-mono.com/archive/2.8.2
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 19 10:18:08 UTC 2010 - dimstar@opensuse.org
|
||
|
||
- Require libmono-2_0-1 by libmono-2_0-devel.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 18 22:34:12 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Update to 2.8.1
|
||
* http://www.go-mono.com/archive/2.8.1
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 12 17:42:53 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Update to 2.8
|
||
* http://www.go-mono.com/archive/2.8
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 17 17:50:55 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Revert r155259 for bnc#604251
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 28 07:59:02 UTC 2010 - aj@suse.de
|
||
|
||
- Remove libmono-profiler-*.la files.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 27 22:58:13 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Update to 2.6.4
|
||
* http://www.mono-project.com/Release_Notes_Mono_2.6.4
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 2 16:40:19 UTC 2010 - aj@suse.de
|
||
|
||
- Add dependency on unzip for monodoc-core to allow build-compare to work.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 2 20:12:24 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Update to 2.6.3
|
||
* http://www.mono-project.com/Release_Notes_Mono_2.6.3
|
||
- Obsoleted patches
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 1 17:12:06 CET 2010 - ro@suse.de
|
||
|
||
- try to prevent crash on exit in gmcs
|
||
call mono_alloc_special_static_data_free before closing
|
||
assemblies
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 26 22:30:50 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Patch to fix AOT on Xen
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 26 20:51:03 UTC 2010 - ajorgensen@novell.com
|
||
|
||
- Update to 2.6.1
|
||
* http://www.mono-project.com/Release_Notes_Mono_2.6.1
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 10 23:16:42 UTC 2009 - ajorgensen@novell.com
|
||
|
||
- Update to 2.4.2.3
|
||
* http://www.mono-project.com/Release_Notes_Mono_2.4.2.3
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 31 13:10:59 MDT 2009 - ajorgensen@novell.com
|
||
|
||
- Update to 2.4
|
||
* http://www.mono-project.com/Release_Notes_Mono_2.4
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 7 16:01:56 MST 2008 - ajorgensen@novell.com
|
||
|
||
- Spec file fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 20 11:42:54 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0.1
|
||
* Fixes for bnc#426309, bnc#431304, bnc#433908, bnc#431811,
|
||
bnc#434620, bnc#428406, bnc#434544, bnc#432673, bnc#426264,
|
||
bnc#430963, bnc#430040, bnc#435549, bnc#432466, bnc#433741,
|
||
bnc#416462, bnc#437691, and bnc#437289
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 1 15:16:09 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 RC4
|
||
* Fixes for bnc#430508, bnc#413636, bnc#378713, and bnc#428054
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 25 15:35:52 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 RC3 refresh
|
||
* Fixes for bnc#424851 and bnc#419888
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 25 15:35:52 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 RC3 refresh
|
||
* Fixes for bnc#424851 and bnc#419888
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 22 12:49:59 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 RC3
|
||
* Bugfixes including bnc#424851, bnc#427974, bnc#414146,
|
||
bnc#428309
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 10 11:28:24 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 RC2
|
||
* Bugfixes including bnc#422507, bnc#422853, bnc#397627,
|
||
bnc#359181, bnc#409028, bnc#417955, bnc#410743
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 9 15:20:08 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Require libgdiplus for mono-devel (because resgen requires it)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 8 08:40:53 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Recommend a specific version of libgdiplus
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 2 10:26:11 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 RC1
|
||
* Bugfixes
|
||
* Adds a 2.0 gacutil
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 26 09:33:09 MDT 2008 - ajorgensen@novell.com
|
||
|
||
- Update to 2.0 (preview 2)
|
||
* Runtime: Performance
|
||
* The performance of operations on decimals has significally improved.
|
||
* The performance of locking (Monitor.Enter/Monitor.Exit) is significally improved.
|
||
* The memory usage of the runtime is reduced, especially when using generics.
|
||
* Many race conditions and threading problems were fixed, improving reliability.
|
||
* Math.Min/Math.Max and some forms of Interlocked.CompareExhange (CAS) are now implemented using fast inline code on x86/amd64.
|
||
* There is now a MONO_DEBUG=dont-free-domains option that improves the performance of ASP.NET-based applications.
|
||
* Runtime: Features
|
||
* Some progress has been made on the Winx64 port [Bill Holmes, Jonathan Chambers]
|
||
* The runtime is now built using the dolt libtool replacement (http://dolt.freedesktop.org/) this speeds up runtime compilations by about 30%.
|
||
* The runtime build process is now less verbose on some platforms, similar to the way the linux kernel is built. To turn it off, use the --enable-quiet-build=no argument to configure, or pass the V=1 argument to make.
|
||
* There is now a --debug=casts command line option to the runtime which turns on the reporting of better InvalidCastException message details.
|
||
* The mono_method_get_unmanaged_thunk () function has been implemented for developers embedding Mono which simplifies calling managed methods from unmanaged code.
|
||
* C# Compiler
|
||
* The compiler now support expression trees (turning expressions into an AST at compile time when the type of a parameter is a System.Query.Expression). This completes the C# 3.0 support.
|
||
* Over 60 reported bugs in the compiler were fixed and many of the internals have been cleaned up. Extensive refactoring and hardening of the C# 2.0 and 3.0 support are now better integrated.
|
||
* A major rewrite of the anonymous method/lambda support in the internals of the compiler now optimizes the resulting code, and fixes several bugs in this area.
|
||
* The compiler is now dual licensed under the MIT X11 and the GNU GPL version 2 (only).
|
||
* The compiler now supports #pragma checksum for use with ASP.NET debugging and #line hidden, as well as flagging more compiler-generated code properly (to avoid the debugger single-stepping into those bits).
|
||
* LINQ
|
||
* LINQ and LINQ to XML are now complete, support for expression trees is now available as well as the backend to support expression tree compilation.
|
||
* LINQ to Dataset has also been implemented.
|
||
* Performance Counters Implementation
|
||
* Mono now has a performance counters implementation that can be used to monitor various statistics of Mono processes. To access this API you use the System.Diagnostics.PerformanceCounter classes.
|
||
* Big Arrays
|
||
* Mono now supports 64-bit indexed arrays on 64-bit systems. Although this is permitted by the ECMA standard, this today is a unique feature of Mono as .NET on Windows does not support 64-bit array indexes. This code was developed by Luis Ortiz at Interactive Supercomputing and integrated by Rodrigo Kumpera.
|
||
* This feature is useful for developers that needs to manipulate very large data sets with C# arrays.
|
||
* To use this feature, you must configure Mono with --enable-big-arrays.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 26 22:12:33 CEST 2008 - crrodriguez@suse.de
|
||
|
||
- add missing zlib-devel BuildRequires this made mono to
|
||
use a bundled copy a zlib.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 12 10:13:19 CEST 2008 - aj@suse.de
|
||
|
||
- Do not return random data in function.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 6 13:34:26 CEST 2008 - schwab@suse.de
|
||
|
||
- Don't use libtool before it is created.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 25 10:23:23 MST 2008 - wberrier@suse.de
|
||
|
||
- Make sure x11 headers/libs are installed so that
|
||
/etc/mono/config has correct link to libX11.so.6.
|
||
Fixes (bnc#339712)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 22 10:23:23 MST 2008 - wberrier@suse.de
|
||
|
||
- Update to 1.9.1 (bugfix release)
|
||
-G_DECL fixes
|
||
-Microsoft.CSharp: Emit bodyless getters and setters for abstract
|
||
properties
|
||
-ASP.NET: Don't output a date header from System.Web
|
||
-Fix an issue with Groupwise WSDL
|
||
-Mono.Mozilla: Support more than one browser widget per
|
||
application Windows.Forms
|
||
-Winforms:
|
||
-Finish implementation for EventsTab and PropertiesTab
|
||
-Fix keyboard layout issue
|
||
-MenuAPI fixes
|
||
-System.Design: Cache editor widget instead of creating it each
|
||
time
|
||
-System.Text: Fix possible integer overflow
|
||
-System.Net.Mail: Fix filename handling
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 11 15:45:33 CEST 2008 - schwab@suse.de
|
||
|
||
- Work around broken configure script.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 11 10:00:20 CEST 2008 - aj@suse.de
|
||
|
||
- glibc does not define ARG_MAX anymore, use sysconf (_SC_ARG_MAX)
|
||
instead.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||
|
||
- added baselibs.conf file to build xxbit packages
|
||
for multilib support
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 25 17:23:23 MST 2008 - wberrier@suse.de
|
||
|
||
- Filelist changes for System.Xml.Linq and Mono.Web
|
||
- Call ldconfig directly instead of invoking a shell
|
||
- Update to 1.9
|
||
-More than 80 bugs closed/fixed in the runtime
|
||
-Reflection bug fix
|
||
-C# compiler defaults to 3.0
|
||
-Silverlight support enabled by default
|
||
-Generics code sharing
|
||
-AOT support for ARM
|
||
-Verifier improvements
|
||
-Updated Core Linq api
|
||
-Now includes System.Xml.Linq
|
||
-mcs/gmcs parser code base has been unified
|
||
-ASP.Net:
|
||
-Batch Compilation
|
||
-Mapping configuration
|
||
-Winforms:
|
||
-more support for browser events
|
||
-Several fixes to RichTextBox
|
||
-Major improvements to PropertyGridControl
|
||
-Over 100 fixed bugs
|
||
-System.Design implementation
|
||
-DLR support
|
||
-Mono.Posix:
|
||
-Stdlib.signal() has been deprecated. Replaced with:
|
||
-Mono.Unix.Native.Stdlib.SetSignalAction
|
||
-Mono.Unix.UnixSignal
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 15 03:13:55 CET 2008 - dmueller@suse.de
|
||
|
||
- only require valgrind for archs that provide it
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 23 17:52:56 CET 2008 - wberrier@suse.de
|
||
|
||
- mono-93665_find_requires_ignore_missing.patch: warn on missing
|
||
files found in .config files instead of generating invalid deps.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 16 17:23:23 MST 2008 - wberrier@suse.de
|
||
|
||
- libgdiplus -> libgdiplus0 rename
|
||
- add libgluezilla0 to recommends
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 14 13:23:23 MST 2008 - wberrier@suse.de
|
||
|
||
- Update to 1.2.6
|
||
-Support for the ASP.NET AJAX APIs and controls
|
||
-Support for FastCGI deployments
|
||
-Windows.Forms WebControl for Windows and Linux using Mozilla
|
||
-Reduced memory usage in the runtime for 2.0 apps
|
||
-Updated verifier
|
||
-Implementation of CoreCLR security
|
||
-More C# compiler 3.0 completion
|
||
-Mono 1.2.6 can now be used as an SDK for creating Silverlight
|
||
1.1 applications on all platforms.
|
||
-Support for the PE32+ assembly file format
|
||
-Managed allocations support
|
||
-SslStream support
|
||
-System.Net.Mail improvements
|
||
-Fixed SSL/TLS thread-synchronization
|
||
(for LDAPS over multiple threads)
|
||
-Novell.Directory.Ldap synchronized with the Novell's CSHARP
|
||
LDAP SDK (version 2.1.8)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 23 21:37:23 CEST 2007 - wberrier@suse.de
|
||
|
||
- mono-boo_ia64_fix.patch: fix boo build on ia64.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 20 05:41:09 CEST 2007 - wberrier@suse.de
|
||
|
||
- BigInteger Security fix: bnc #310044
|
||
-MaintenanceTracker-13335
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 31 05:55:26 CEST 2007 - wberrier@suse.de
|
||
|
||
- Regressions found in 1.2.5:
|
||
-Bug #82428: crypto buffer length fix
|
||
-Bug #82481: StatusStrip focus regression fix
|
||
-Bug #82499: GlobalReAlloc fix
|
||
- System.Web regression fixes:
|
||
-Bug #82193: System.Web regression fixes
|
||
-Bug #82392: SessionState fix for asp.net regression
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 17 17:00:27 CEST 2007 - wberrier@suse.de
|
||
|
||
- Fix some COM and Winforms regressions in 1.2.5 p3
|
||
-fixes bxc: 82433, 82344, 82405, 82406, #82187, 82348
|
||
- Threading fix for bxc #82145 when using LDAP and TLS
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 3 17:40:00 CEST 2007 - wberrier@suse.de
|
||
|
||
- Update to 1.2.5
|
||
-Fixes for IronPython and Dynamic Language Runtime
|
||
-More C# 3.0 compiler features
|
||
-2.0 support for AOT assemblies
|
||
-Several performance improvements when running IronPython
|
||
-Reduced virtual table sizes
|
||
-Optimized double to int conversions using SSE2 on x86
|
||
-Proper caching of generic methods
|
||
-IL verifier implemented
|
||
-HttpWebRequest can now be used with X.509 client certificates
|
||
-Added support X.509 Client Certificate Chains for SSL/TLS
|
||
-Fixed SSL/TLS not to require exportable private keys for
|
||
client certificates
|
||
-Implemented import and export of DSA keys CryptoAPI-compatible
|
||
BLOB (2.0)
|
||
-Added SafeBag handling to Mono.Security's PKCS#12
|
||
-Regioninfo support
|
||
-Optimized dictionary type
|
||
-New TimeZone implementation
|
||
-new 2.0 Winform controls: MaskedTextBox, ToolStripPainter,
|
||
ToolStripSystemRenderer
|
||
-Mono Cairo API has been updated, it will now expose Cairo
|
||
1.2 API entry points.
|
||
|
||
- Don't use 64bit libs on ppc64 in find-requires (runtime is 32bit,
|
||
must use 32bit libraries)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 30 12:16:15 CEST 2007 - ro@suse.de
|
||
|
||
- try to use 64bit libs on ppc64 as well in find-requires
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 10 14:03:53 MST 2007 - wberrier@novell.com
|
||
|
||
- Build against valgrind for 10.3 and above
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 05 20:03:53 MST 2007 - wberrier@novell.com
|
||
|
||
- mono-find-requires fixes for ia64 (bnc #282877)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 20 13:08:33 CEST 2007 - ro@suse.de
|
||
|
||
- removed requires on specific release in mono-complete for
|
||
mono-basic (not a subpackage of mono-core anymore)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 15 18:18:53 MST 2007 - wberrier@novell.com
|
||
|
||
- mono-config_rpm_requires.patch: revert back to using package
|
||
requirements for the .config dep scanning. This is because
|
||
noarch packages can be built on either 32 or 64 bit machines,
|
||
and then otherwise will depend on a 32 or 64 bit library, which
|
||
is wrong.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 5 15:18:53 MST 2007 - wberrier@novell.com
|
||
|
||
- Fix relevant rpmlint errors/warnings:
|
||
-also 'provides' for each 'obsoletes'
|
||
-run ldconfig in post/un for mono-core and mono-devel
|
||
- Update filelists
|
||
- Update to 1.2.4
|
||
-680 new methods implemented.
|
||
-290 stubs that used to throw NotImplemented exceptions have been
|
||
implemented.
|
||
-43 methods flagged with "to-do" have been implemented.
|
||
-Fixed HandleRef support
|
||
-Ability to disable shared mem support
|
||
-Mostly complete ASP 2.0 support (webparts is missing)
|
||
-asp.net 2.0 performance tripled
|
||
-C# 3.0 compiler support
|
||
-Mono.DataConvert: fixed implementation of the broken
|
||
System.BitConverter
|
||
-System.Windows.Forms
|
||
-150 bugfixes
|
||
-performance fixes
|
||
-2.0 profile additions: ToolStrip, Baloon tips, and hundreds of
|
||
new methods in various controls
|
||
-System.Drawing
|
||
-Initial support for metafiles (wmf & emf)
|
||
-performance improvements and fixes
|
||
-Many printing fixes
|
||
-2.0 ADO.Net updates
|
||
-Support for amd64 on Solaris
|
||
-Security and Crypto:
|
||
-Path.GetTempFileName now returns a file with 600 perms
|
||
-Fixed HMACSHA384 and HMACSHA512 to use a 128 bits block size
|
||
-Signcode tool now support password-protected PVK files
|
||
-CryptoStream.Write is now closer to MS behaviour and requires
|
||
less memory
|
||
-Fixed endian issue in RIPEMD160
|
||
-installvst: new tool to install VisualStudio source packages
|
||
-New additional sqlite binding: Mono.Data.Sqlite
|
||
-better maintained (http://sqlite-dotnet2.sourceforge.net/)
|
||
-sqlite3 only (no sqlite2, would need to dump/reload db)
|
||
-COM Interop now supports COM Callable Wrappers
|
||
-Many of the new 2.0 socket methods are now available
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 13 19:18:53 CET 2007 - wberrier@novell.com
|
||
|
||
- add %debug_package so debug packages get created
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 4 23:38:57 CET 2007 - wberrier@novell.com
|
||
|
||
- Adapt for build service
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 6 02:38:57 CET 2007 - wberrier@suse.de
|
||
|
||
- atomic fixes from Michael Matz for for s390 and s390x
|
||
( bnc #237611 and bxc #80892 )
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 28 18:55:52 CET 2007 - wberrier@suse.de
|
||
|
||
- Turn off sigaltstack, as it's not safe (Requested by Paolo)
|
||
- Remove obsolete patches
|
||
|
||
- Update to 1.2.3.1 (Various runtime and winforms crashers
|
||
as well as a zmd crasher)
|
||
|
||
- 1.2.3 Changes:
|
||
- 1,933 missing methods were implemented.
|
||
- 164 methods with pending implementations were fixed.
|
||
- Improved Winforms 2.0 Support, with additional controls, and
|
||
reduced memory usage
|
||
- API complete ASP.NET 2.0 implementation (except for WebParts).
|
||
- System.Media implementation
|
||
- Supports SOAP 1.2 as well as the WS-BasicProfile 1.1 checker
|
||
- Many fixes to the XmlSerializer as well to support the new features
|
||
- The mkbundle tool now allows the machine.config file to be embedded
|
||
as well
|
||
- HttpListener now also support HTTPS, to configure the certificates
|
||
use the httpcfg tool
|
||
- Completed the support for the 2.0 updates to the API in
|
||
System.Net.Sockets
|
||
- System.Drawing.SystemIcons are now implemented
|
||
- Authenticode: Signcode now generates valid signature on PE
|
||
files with extra data (e.g. debug information, installers)
|
||
and for file length that aren't multiple of eight
|
||
- SSL/TLS: Fix negotiation cache and added configurable cache
|
||
timeout using the MONO_TLS_SESSION_CACHE_TIMEOUT environment variable
|
||
- XML Signature and XML Encryption: several bug fixes, it now it
|
||
support exclusive canonicalization (needed for ongoing Olive work)
|
||
- Support for inherited key parameters in DSA certificates
|
||
- Support for DSA certificates in PKCS#12 files
|
||
- Better support for X.509 CRL (including stores & certmgr support)
|
||
- xbuild improvements
|
||
- Sqlite 2.0 API support
|
||
- Array and multi-array access optimizations
|
||
- Versioned header files
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jan 20 07:08:52 CET 2007 - wberrier@suse.de
|
||
|
||
- Move libgdiplus requirement from mono-winforms to mono-core
|
||
since System.Drawing (in mono-core) is useless without it
|
||
(Won't affect mono-winforms, since it depends on mono-core)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 9 21:32:48 CET 2007 - wberrier@suse.de
|
||
|
||
- Move mono-find-provides/requires to mono-devel since they depend
|
||
on monodis, which is in mono-devel
|
||
- Patch mono-rpm_deps_error_handling_r70445.patch to error out
|
||
when running the find scripts
|
||
- Fixes bnc #227362
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Dec 2 05:00:07 CET 2006 - wberrier@suse.de
|
||
|
||
- Update to 1.2.2 (Fate #301111)
|
||
-Serious bug fix in compiler (anonymous methods)
|
||
-Additional 2.0 APIs implemented for Windows.Forms
|
||
-Removal of many incorrect MonoTODOs and implemented many methods
|
||
that were throwing not implemented exceptions
|
||
|
||
- Changes in 1.2.1
|
||
-Thread.Interrupt is implemented
|
||
-Generics support in Web Services
|
||
-Web Services update for 2.0 api
|
||
-ASP.Net 2.0 updates
|
||
-Several Winforms blockers fixed
|
||
-ADO.Net 2.0 updates
|
||
-Support for more type converters
|
||
-Process launching supports supports open special files in addition
|
||
to launch programs (ie: xdg-open, gnome-open, or kfmclient)
|
||
-System.Drawing UTF8 to UCS2 conversion fixed
|
||
-2.0 api updates to X.509 related classes
|
||
|
||
- Changes in 1.2
|
||
-Serialization Callbacks
|
||
-Machine-level settings now available in registry
|
||
-Winforms completion
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 1 04:50:20 CET 2006 - wberrier@suse.de
|
||
|
||
- Thread safety fixes for rug/zmd (bnc #221277)
|
||
- System.Web Source fix (bnc #225179)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 14 16:58:40 CET 2006 - meissner@suse.de
|
||
|
||
- Disable executable stack option. #65536
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Oct 21 01:54:52 CEST 2006 - wberrier@suse.de
|
||
|
||
- Remove glib2-devel from mono-nunit, not sure why it was ever there
|
||
(bnc #210224)
|
||
- Updated to 1.1.18.1
|
||
-removed upstream patches
|
||
-C# Generics fixes
|
||
-IO Layer changes to ease windows porting migration
|
||
-Security updates: major speed improvements
|
||
-Lots of Winforms fixes and updates
|
||
-Merged source for mcs and gmcs
|
||
-Performance tuning
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 28 06:10:34 CEST 2006 - wberrier@suse.de
|
||
|
||
- Security fix for bnc #205084 VUL-0
|
||
- TempFileCollection.cs: Create files in a temporary subdirectory,
|
||
for security reasons.
|
||
- CodeCompiler.cs: Let TempFileCollection choose the temp dir.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 1 20:12:52 CEST 2006 - wberrier@suse.de
|
||
|
||
- Update to 1.1.17.1 - Minor bugfix update
|
||
- Fix HttpListener, it was failing with a few post operations
|
||
- mono-service is now installed into the GAC, the recent changes
|
||
broke applications that created new AppDomains
|
||
- Fix a race condition on array new
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 29 21:02:47 CEST 2006 - wberrier@suse.de
|
||
|
||
- add s390 backchain patch
|
||
- s390 warnings patch
|
||
- remove mono-basic package
|
||
- update filelist for CustomMarshalers
|
||
|
||
- Update to 1.1.17
|
||
- Windows.Forms: Printing is now supported.
|
||
- Basic COM support has been integrated.
|
||
- FileSystem will now use inotify directly on systems that
|
||
support it without having to go through an external library like
|
||
FAM or Gamin [Gonzalo Paniagua]
|
||
- 2.0 support for asynchronous reads and writes from the
|
||
Process class is now supported [Gonzalo]
|
||
- Fxied Loading as a Shared Library
|
||
- Mono.Cairo bindings now supports a DirectFB surface now [Alp Toker]
|
||
- Process now support the async io handling [Gonzalo Paniagua]
|
||
- String.Normalize is included [Atsushi Enomoto]
|
||
- ADO.NET 2.0 updates, included an implementation for
|
||
SqlConnection.GetSchema (Nagappan, Nagappan).
|
||
- Registry Updated to the 2.0 API. [Miguel de Icaza]
|
||
- Support for splitting the registry across user and system level
|
||
settings. [Gert Driesen]
|
||
- Support for X.509 client certificates
|
||
[Hubert Fongarnand, Sebastien Pouliot]
|
||
- SN accepts password-protected PKCS#12/PFX files to strongname
|
||
assemblies. This feature is enabled in both 1.x and 2.0 profiles
|
||
[Sebastien Pouliot]
|
||
- CodeDOM JScriptCodeProvider code JavaScript code is now
|
||
included [Akiramei]
|
||
- An EventLog implementation is available on both Unix and
|
||
Windows by setting MONO_EVENTLOG_TYPE
|
||
- COM Interop: Basic support for Runtime Callable Wrappers
|
||
(RCWs) [Jon Chambers]
|
||
- Sqlite now exposes a Version property to detect which underlying
|
||
database is available (2.x or 3.x) [Joshua Tauberer]
|
||
- Mono.Posix now features an abstract Unix end point in addition
|
||
to Unix End Points [Alp Toker].
|
||
- Fixed XmlSchemaSet and XmlSchemaCollection problem across
|
||
multiple namespaces [Atsushi Enomoto]
|
||
|
||
- Important Bug fixs:
|
||
- Dynamic linking of Mono is now possible in applications
|
||
that were using the TLS (open office) [Zoltan Varga]
|
||
- Newly created AppDomains no longer inherit the list of
|
||
loaded assemblies from the main domain [Lluis Sánchez]
|
||
- A number of missing pieces of System.IO.Ports have been
|
||
implemented (ReadChar, ReadLine, BytesToRead, BytesToWrite,
|
||
ReadTo, return USB tty devices) [Miguel de Icaza]
|
||
- ASP.NET Cache will now check dependencies (79002)
|
||
[Gonzalo Paniagua]
|
||
- Updated the Posgress data bindings to RC3
|
||
[Francisco Figueiredo].
|
||
|
||
- --------
|
||
|
||
- Satisfy some compiler warnings with more warnings patches
|
||
- Update filelists
|
||
- Add sigaltstack configure option for performance
|
||
|
||
- Update to 1.1.16.1
|
||
- Sending the QUIT signal to a running Mono process will produce
|
||
a stack trace of each thread
|
||
- Updated Boehm garbage collector
|
||
- Large file uploads are now supported
|
||
- Updated Master Pages, nested pages and System.Configuration
|
||
- Improved performance for XML
|
||
- Added support for abbreviated handshakes
|
||
- Fixed some possible deadlocks while negotiating
|
||
- basic implementation of System.Transactions
|
||
- implemented assembly unloading when an appdomain is released
|
||
- C# Compiler bug fixes:
|
||
- #78020, #77916, #77961, #78048, #77966
|
||
- Improved the generated output for array initialization
|
||
- #77958, #77929, #77954
|
||
- #77002
|
||
- XMLSerialization implemented for XmlSchemas
|
||
- improved performance of Int32.ToString()
|
||
- major updates to System.Windows.Forms and System.Drawing
|
||
- inline optimization enabled by default
|
||
- Long standing debugging line numbers bug fixed
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 16 03:00:57 CEST 2006 - wberrier@suse.de
|
||
|
||
Changes from Neale Ferguson <neale@sinenomine.net> from trunk in order
|
||
to fix bnc #179080 (zmd issue on s390x)
|
||
|
||
- * atomic.h: Fix atomic operations for s390x (not really broken
|
||
but changed to use full 64-bit opcodes).
|
||
- * atomic.h: Fix atomic exchange pointer operations for s390x - these
|
||
were broken as they used 32-bit instructions rather than their 64-bit
|
||
versions.
|
||
- * s390x-codegen.h: Fix immediate checks.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 15 22:41:12 CEST 2006 - wberrier@suse.de
|
||
|
||
- Revert change to mono-find-provides (59882) so that Mono apps will
|
||
not have to depend on being able to find dependent assemblies in
|
||
the gac.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 11 01:07:58 CEST 2006 - wberrier@suse.de
|
||
-Add provides for mono-core for assemblies not in the gac, which
|
||
other packages depend on.
|
||
-Update to 1.1.13.8 from stable branch
|
||
-Assembler:
|
||
-Fix assembler bug that tried to sign netmodules.
|
||
-Assembler will now report a bug if two identical labels are declared
|
||
on the same methods
|
||
-On 2.0, support the "property" directive.
|
||
|
||
-ASP.NET:
|
||
-Make sure application start event is run before the request is
|
||
processed.
|
||
-Dont reset query string in Execute (78177).
|
||
-Make sure that we can read a file before trasmitting it (fixes
|
||
crash).
|
||
-Added two tests (Bug 78101, DataSourceID).
|
||
-Do not fail on events that do not derive from EventHandler,
|
||
patch from Matthew Metnetsky.
|
||
-Render some attributes inside span, not div tags (71251).
|
||
-Fix searching of control by DataSourceID.
|
||
|
||
-System.NET:
|
||
-Allow posts of size zero (#78316)
|
||
-Fix for proxy authentication over HTTPS, for Zen team (78150).
|
||
|
||
-Core:
|
||
-Do not capture compressed stack, this feature is not yet
|
||
supported, fixes a crasher bug in ExecutionContext.
|
||
-Add FileOptions, necessary for IronPython.
|
||
-Fix incorrect buffer reading from console (78218).
|
||
|
||
-Mono.Security:
|
||
-Enable abbreviated handshake for SSL3 (Zen)
|
||
-Deal with emtpy master secrets (78085)
|
||
|
||
-Tools:
|
||
-Fix mono-find-provides, to not list private copies of
|
||
assemblies (fixes conflict of MonoDevelop and third party
|
||
rpms).
|
||
|
||
-Runtime:
|
||
-Fix for 78035.
|
||
-Avoids a null dereferences in metadata, IPHostEntry
|
||
-x86-64: Fix handling of MONO_INST_GENERICINST
|
||
-Memory leak fix, when shutting down threads, clean the TLS:
|
||
77470.
|
||
-Handle multiple leave statements in a try/catch, 78024.
|
||
|
||
-Compilers:
|
||
-Flag VB as unsupported.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 24 21:17:28 CEST 2006 - wberrier@suse.de
|
||
|
||
- Bug fixes for Zenworks (78089, 78150, amd64 signal crash, and proxy fix in System.Net)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 11 01:26:04 CEST 2006 - wberrier@suse.de
|
||
|
||
- Branch update for iFolder issues. Also includes some semaphore
|
||
updates, as well as SWF updates. (77931,01234,77931,01234,77991,
|
||
77556,77811,77350,75609,78028,77971,78033,77242,76191,41943,77890,
|
||
78067,78067,78067,77514,77839,77393)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 10 14:35:39 CEST 2006 - cthiel@suse.de
|
||
|
||
- remove redundant Conflicts lines (#159340)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 27 12:15:33 CEST 2006 - aj@suse.de
|
||
|
||
- Apply patch from Dick Porter to Break out of a loop if the
|
||
shared file is smaller than expected - this fixes some build
|
||
issues.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 25 19:14:40 CET 2006 - wberrier@suse.de
|
||
|
||
-Update to 1.1.13.5 (No crypto changes)
|
||
-C# compiler bug fixes for Bugzilla.ximian.com bugs: 77767,
|
||
77642, 77583, 77674, 77642 as well as fixing a number of
|
||
nullable bugs (gtest-254, gtest-251, gtest-250) fixed
|
||
compilation bugs for C5 library.
|
||
-Sqlite bindings now has a way of specifying the default
|
||
encoding and defaults to UTF-8 instead of using ANSI.
|
||
Versions between Jan 20 and this release stored data always in
|
||
ANSI format which could not be read back.
|
||
-System.Web: invoke validation callbacks in HttpCachePolicy
|
||
(77825); fixes OutputCache's VaryByParam="*" (77757); fix
|
||
Cache-Control header handling (77825); Fix POST filename
|
||
encodings (77714); Allows setting custom Cache-Control
|
||
headers (77775).
|
||
-System.Web/HtmlControls fixes from Mainsoft: fixed
|
||
Anchor.RenderAttributes, Form.Method fixed to include "post"
|
||
if needed; InputImage fixed to cope with SetAtt.
|
||
-System.Web's SessionState: session state will retry
|
||
reconnecting to the database if the connection is lost
|
||
(77785). Dispose the data reader to avoid leaks (77698);
|
||
-System.Web Javascript, hide validators view (77261).
|
||
-System.Web's/WebControls: Use naming container instead of
|
||
pages to locate controls (77793); Fixes rendering of
|
||
ListBoxes (77740);
|
||
-System.XML.Schema: fix return value on the XML Schema
|
||
(77685).
|
||
-XmlSerialization: consider subtypes (77447), ignore element
|
||
namespaces when using Unqualified mode (75019).
|
||
-IO-Layer: close redirected pipes on errors (77514), Shell
|
||
Execute, avoid crash (77393); Delete semaphores on last exit
|
||
(City of Largo request, problem happens in clusters, direct
|
||
communication, no bug#).
|
||
-WebConnectionStream: avoid async calls when writing zero
|
||
bytes (iFolder CPU consumption issue).
|
||
-HttpWebRequest: fix close semantics (77753)
|
||
-UpdClient: fix IPV6 family check (77689).
|
||
-System.Data fixes: Fixed 77557, 77776 and enabled tests
|
||
that were previously disables, add new tests.
|
||
-System.Data: Fixed endianess bugs reported on PPC and
|
||
SPARC.
|
||
-Runtime: Updates for LocalDataStoreSlot to prevent the
|
||
Beagle leak from happening; Fixed crasher bug in class
|
||
libraries (77772). Fixes 77504 in generic libraries; Fix
|
||
Stream bug 77863; Reflection fix for 74937; Stat-usage fixes
|
||
(77759, 76966); public-key-token casing (77898); Codebase
|
||
return fix (77877); fix two ia64 crashes (77774, 77787);
|
||
Handle null in Equals (77700); backport memory corruption fix
|
||
(no bug number);
|
||
-Tracing: Fix crash in StringBuilders when tracing (77848);
|
||
disable output always 77706.
|
||
-S390x: Use long-displacement if the CPU supports it.
|
||
-Patch from Tambet at ZenWorks team to reduce memory
|
||
consumption in remoting, shaves a few megabytes on RPC calls.
|
||
-System.Drawing/Windows.Forms: Bring code from trunk (these
|
||
are unsupported libraries).
|
||
-Mono.Security: several fixes to the async stream handling
|
||
in SSL: implement a ClientSessionCache, redo the async
|
||
processing of requests as they were previously hanging iFolder
|
||
(77663, 67711). There were no changes to the crypto code.
|
||
-Upgraded C5 test suite to 1.0 release from upstream.
|
||
-Updated debugger API.
|
||
-Added tests for bugs fixed.
|
||
-Fix: s390 and s390x will enable the JIT without special
|
||
flags (before we needed --enable-jit).
|
||
-Prj2Info escapes now characters in filenames that contain
|
||
special shell characters.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 1 09:47:52 CET 2006 - aj@suse.de
|
||
|
||
- Remove echo in %post.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 1 03:13:10 CET 2006 - wberrier@suse.de
|
||
|
||
- Update to 1.1.13.4
|
||
-Fixes the following bugs: 77524 77581 75479 77637 77613 77446 77433 77398 77397 77315 75436 75479 77521 77536 77572 77468 77371 77273 77309 74932 77442.... too many to list here.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Feb 18 14:41:07 CET 2006 - ro@suse.de
|
||
|
||
- use wildcards in filelist (.mdb files moved to debuginfo package)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 16 22:53:40 CET 2006 - wberrier@suse.de
|
||
|
||
- have winforms rpm depend on libgdiplus (Novell Bug #150858)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 26 17:54:16 CET 2006 - ro@suse.de
|
||
|
||
- warn if installing on s390/G5
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 25 21:38:23 CET 2006 - mls@suse.de
|
||
|
||
- converted neededforbuild to BuildRequires
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 20 06:03:01 CET 2006 - wberrier@suse.de
|
||
|
||
- Update to 1.1.13.2 (no crypto updates)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 12 21:32:14 CET 2006 - wberrier@suse.de
|
||
|
||
- Update to 1.1.13.1 (no crypto updates)
|
||
Fix for CASA
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 6 21:31:21 CET 2006 - wberrier@suse.de
|
||
|
||
- Update to 1.1.13 (No crypto updates)
|
||
FireBird 2.0 gac file was disabled
|
||
Added nunit-console to filelist
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 23 20:58:47 CET 2005 - wberrier@suse.de
|
||
|
||
- Add some of Zoltan's ia64 fixes to fix the runtime (no crypto updates)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 23 03:28:31 CET 2005 - wberrier@suse.de
|
||
|
||
- Update to 1.1.12.1 (ziplib fix, no crypto updates)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 22 00:24:07 CET 2005 - wberrier@suse.de
|
||
|
||
- Add patches fro Neale's s390 checkins (No crypto updates)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 21 08:42:54 CET 2005 - wberrier@suse.de
|
||
|
||
- Fix mono-cairo.pc for gtk-sharp2 build on x86_64
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 20 02:48:31 CET 2005 - wberrier@suse.de
|
||
|
||
- Update to 1.1.12, monoburg warning patch
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 16 15:32:16 CET 2005 - ro@suse.de
|
||
|
||
- add an explicit cast on ppc for InterlockedCompareExchangePointer
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 15 21:36:32 CET 2005 - wberrier@suse.de
|
||
|
||
- Update to 1.1.11, add files for 1.1.11, and enable some files (libmono.l?a)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 12 12:34:07 CET 2005 - sbrabec@suse.cz
|
||
|
||
- Added "Obsoletes: mono" to mono-core.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 11 17:55:27 CET 2005 - wberrier@suse.de
|
||
|
||
- Fix build (supportw.c)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 11 01:40:21 CET 2005 - wberrier@suse.de
|
||
|
||
- Update to 1.1.10. Add profiler-aot, mozroots
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 20 17:58:16 CEST 2005 - ro@suse.de
|
||
|
||
- try to fix req/prov scripts
|
||
- remove AC_DISABLE_FAST_INSTALL to fix installed binaries
|
||
- do not build as root
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 13 01:53:59 CEST 2005 - ro@suse.de
|
||
|
||
- take fix for gacutil problem from SVN
|
||
- remove workaround hack from specfile
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 12 18:24:25 CEST 2005 - ro@suse.de
|
||
|
||
- fix some lib64 issues
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 12 02:41:24 CEST 2005 - wberrier@suse.de
|
||
|
||
- Update to 1.1.9.2, restructure packages to match upstream
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 26 15:22:27 CEST 2005 - ro@suse.de
|
||
|
||
- fix build on x86_64
|
||
- move mono-nunit.pc to mono-nunit package
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 23 04:53:09 CEST 2005 - wberrier@suse.de
|
||
|
||
- Reenable 2.0 preview (bug #118530)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 16 20:46:58 CEST 2005 - wberrier@suse.de
|
||
|
||
- Nasty work around hack for libtool in order to not include wrappers (#116245)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 9 01:12:59 CEST 2005 - ro@suse.de
|
||
|
||
- fix build on 9.1+
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 23 23:10:13 CEST 2005 - wberrier@suse.de
|
||
|
||
- Add the mono-nunit subpackage (needed for mono-tools)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 2 00:50:30 CEST 2005 - ro@suse.de
|
||
|
||
- update to 1.1.8.3
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 15 01:20:31 CEST 2005 - wberrier@novell.com
|
||
|
||
- Update %file directives for SymbolWriter
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 27 01:20:31 CEST 2005 - ro@suse.de
|
||
|
||
- use ldscript only for "libmono" but not for "mono"
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 22 14:06:10 CEST 2005 - ro@suse.de
|
||
|
||
- fix more warnings on ppc
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 22 00:29:24 CEST 2005 - ro@suse.de
|
||
|
||
- update to 1.1.8.1
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 21 17:19:36 CEST 2005 - ro@suse.de
|
||
|
||
- revisit execstack : pass with "-Wl" as linker flag
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 7 12:56:00 CEST 2005 - uli@suse.de
|
||
|
||
- s390: moved __attribute__((packed)) where it is not ignored by
|
||
the compiler (fixes SIGILLs/SIGSEGVs in several packages)
|
||
|
||
-------------------------------------------------------------------
|
||
Sat May 14 18:26:39 CEST 2005 - aj@suse.de
|
||
|
||
- mono-data-* needs mono-data. Require it explicitely.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 13 12:08:32 CEST 2005 - ro@suse.de
|
||
|
||
- fix assembliesdir in libexecdir patch again
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 12 14:10:20 CEST 2005 - uli@suse.de
|
||
|
||
- update -> 1.1.7
|
||
- disabled s390x (port is broken and unmaintained)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 22 00:49:39 CET 2005 - mmj@suse.de
|
||
|
||
- Add dependency for mono-devel on glib2-devel [#74161]
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 16 05:04:19 CET 2005 - gekker@suse.de
|
||
|
||
- Add mono-sys-web.patch and mono-leak-fix.patch for mono team
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 11 18:26:44 CET 2005 - gekker@suse.de
|
||
|
||
- Add mono-libgc-finalizer-fix.diff for the mono team
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 11 13:54:03 CET 2005 - uli@suse.de
|
||
|
||
- s390* workaround (build with -O1)
|
||
- fixed a bunch of (harmless) warnings to appease autobuild
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 10 19:58:08 CET 2005 - gekker@suse.de
|
||
|
||
- add mono-sqlite2-config.patch (71844).
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 8 03:04:19 CET 2005 - gekker@suse.de
|
||
|
||
- add mono-mini-threadfix.diff, to fix random crashes in mcs
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 1 21:23:43 CET 2005 - gekker@suse.de
|
||
|
||
- remove sqlite2-devel crack from requires for mono-data-sqlite
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 21 08:24:58 CET 2005 - clahey@suse.de
|
||
|
||
- Update to 1.1.4.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Feb 20 18:43:52 CET 2005 - ro@suse.de
|
||
|
||
- expand configure macro (not always correct for old distributions)
|
||
- more hacks to java path
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Feb 20 11:41:32 CET 2005 - ro@suse.de
|
||
|
||
- changed java path
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Feb 19 11:23:59 CET 2005 - ro@suse.de
|
||
|
||
- fix build for older distributions (without jni)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 17 19:25:18 CET 2005 - gekker@suse.de
|
||
|
||
- Add requires to mono-data-sqlite for sqlite2 and sqlite2-devel
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 15 17:07:39 CET 2005 - gekker@suse.de
|
||
|
||
- add -z execstack to LDFLAGS (50536)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 7 00:03:54 CET 2005 - ro@suse.de
|
||
|
||
- fix mono with exec stack protection
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 2 02:19:17 CET 2005 - ro@suse.de
|
||
|
||
- fix mono-provides
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 31 17:31:39 CET 2005 - gekker@suse.de
|
||
|
||
- fix a directory ownership problem
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 31 14:38:50 CET 2005 - ro@suse.de
|
||
|
||
- fix build on lib64 (again ...)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 31 14:25:17 CET 2005 - ro@suse.de
|
||
|
||
- fix setup line in spec file
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 31 10:10:20 CET 2005 - clahey@suse.de
|
||
|
||
- Split into separate packages.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 13 01:48:00 CET 2005 - ro@suse.de
|
||
|
||
- update to 1.1.3
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Nov 29 01:28:07 CET 2004 - ro@suse.de
|
||
|
||
- THREAD_LOCAL_ALLOC is not possible on ppc, don't force it
|
||
- extended 64bit-warning patch some more
|
||
- configure "with-jit=yes" as in sles9
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 12 16:08:09 CET 2004 - ro@suse.de
|
||
|
||
- update to 1.1.2 devel branch
|
||
- added hacks to use libexecdir (always /usr/lib/mono)
|
||
(but mcs still doesn't use it)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 16 02:09:30 CEST 2004 - ro@suse.de
|
||
|
||
- updated to 1.0.1 bugfix release
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 2 16:12:39 CEST 2004 - ro@suse.de
|
||
|
||
- updated 64bit-warning patch (from clahey)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 2 14:13:59 CEST 2004 - ro@suse.de
|
||
|
||
- update to 1.0 version
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 29 01:03:41 CEST 2004 - mls@suse.de
|
||
|
||
- use find-requires and find-provides from rpm
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 21 23:43:56 CEST 2004 - clahey@suse.de
|
||
|
||
- Updated to 0.96.
|
||
- Added find-requires.mono and find-provides.mono.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 10 03:04:22 CEST 2004 - clahey@suse.de
|
||
|
||
- Don't include wine stuff.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 26 21:15:14 CEST 2004 - clahey@suse.de
|
||
|
||
- Require icu and libiuc26.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 25 21:39:55 CEST 2004 - clahey@suse.de
|
||
|
||
- make clean before make to remove incorrectly disted file.
|
||
- As long as we're conflicting with pnet-compiler, we shouldn't
|
||
move ilasm to milasm as that messes things up for mono and isn't
|
||
necessary.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 25 08:25:45 CEST 2004 - adrian@suse.de
|
||
|
||
- fix permissions of -devel package
|
||
(Requires base mono package and conflicts with pnet-compiler)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 24 20:39:42 CEST 2004 - clahey@suse.de
|
||
|
||
- Don't try to include wine files on non x86 platforms.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 21 21:19:53 CEST 2004 - clahey@suse.de
|
||
|
||
- Updated to 0.91.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 20 14:03:00 CEST 2004 - uli@suse.de
|
||
|
||
- ditch JIT runtime on PPC as it does not work properly yet
|
||
- add winelib on x86 to allow use of Win32 APIs as provided by WINE
|
||
- require libgdiplus
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 19 15:28:18 CEST 2004 - uli@suse.de
|
||
|
||
- update -> 0.31 as reqd by gp
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 18 11:53:28 CET 2004 - uli@suse.de
|
||
|
||
- update -> 0.30.1 as reqd by gp
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 9 16:16:35 CET 2004 - uli@suse.de
|
||
|
||
- fixed to build on s390
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 5 18:15:17 CET 2004 - uli@suse.de
|
||
|
||
- update -> 0.30 (proper fix for Write/WriteLine problem,
|
||
obsoletes several patches)
|
||
- build libgc/finalize.c with -fno-strict-aliasing
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 4 17:38:38 CET 2004 - uli@suse.de
|
||
|
||
- renamed ilasm to milasm to avoid conflict with Portable.NET
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 30 15:58:15 CET 2004 - uli@suse.de
|
||
|
||
- removed incompatible System.Console.Write/WriteLine methods to
|
||
make mcs-compiled binaries work with Portable.NET and MS.NET
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 28 11:30:36 CET 2004 - uli@suse.de
|
||
|
||
- disable exception tables, do not work with glibc 2.3 yet
|
||
- build class libs and tools from source (not on PPC, fails with
|
||
null pointer exception)
|
||
- compat link for archs without JIT
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 26 14:48:22 CET 2004 - uli@suse.de
|
||
|
||
- initial package
|
||
|
||
|