mono-nunit-5.10.1-lp151.2.59 >  A \é/=„!ZDahY^Q =# "q!k#r~@0m5als,-{,>V@D]%~è>p;L?<d   7% ?Zv|/@/ / / /  /  / ///    (8$797:7FvGv/HwP/Ix /Xx< Yxl \x/]y/^}bcdeflu/vz8Cmono-nunit5.10.1lp151.2.59NUnit Testing FrameworkNUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current release, version 2.2, is the fourth major release of this Unit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.\ 0’ not met * bxc#60545 - Multiple argument generic with contravariant interface as an argument causes MissingMethodException * bxc#60621 - XmlDocument.Load() throws WebException when DTD url is not reachable * bxc#60634 - Assertion failure ‘align > 0’ happening as of d15-5 * bxc#60680 - C# 7 ref returns fail to compile * bxc#60771 - Attempting to JIT compile method ‘System.Runtime.CompilerServices.Unsafe:Add (byte&,int)’ while running in aot-only mode * bxc#60865 - * Assertion at mini-codegen.c:2264, condition `sp > 0’ not met * bxc#61202 - Fatal error when adding aspect ratio constraint * gh#mono/mono#6169 - Thread objects are being leaked * gh#mono/mono#6187 - mkbundle Linux - program doesn’t run on system unless mono-core is installed * gh#mono/mono#6192 - System.Reflection.Emit: PropertyBuilder with generic type doesn’t add generic parameter * gh#mono/mono#6320 - [arm] unaligned access in ves_icall_System_ValueType_Equals * gh#mono/mono#6339 - System.TypeLoadException is thrown when run .net standard library with Mono * gh#mono/mono#6383 - System.Diagnostics.ProcessTest.Start1_FileName_NotFound failing * gh#mono/mono#6401 - Invalid array cast is supported * gh#mono/mono#6414 - sbyte comparison broken by optimization * gh#mono/mono#6490 - Reenable weak-fields.exe test * gh#mono/mono#6721 - Negate operation on uint.MaxValue gives wrong result on arm64 * gh#mono/mono#6777 - Memory corruption in Mono 5.8.0.108. * gh#mono/mono#6848 - netstandard facade dlls have different public key tokens * gh#mono/mono#6848 - [XI]WatchOS apps fail to build with error “Undefined symbols for architecture armv7k” using XI with mono-2017-12 support * gh#mono/mono#7086 - Hybrid AOT throws invalid cast exception on dictionaries indexed with enum- Update to version 5.8.1.0 (Service Release) - Switch aarch64 build to use older mcs instead of roslyn-csc to fix build failure - Packaging updated to add .NET 4.7.1 api support - Bugfixes: * gh#mono/mono#6658 - NullReferenceException at op_Increment when using assemblies compiled by csc rather than mcs that use native types such as nuint and that have specially-handled assembly names like Xamarin.Mac.dll. * gh#mono/mono#7472 - Incorrect NullReferenceException when using extension methods on null instances as Action or Func arguments or variables.- Fix armv6 build- Update to version 5.8.0.108 (5.8.0 Stable) - Minor packaging updates - Remove patch: bug-57918.patch - Remove patch: bug-59608.patch - Remove patch: mcs-compatibility-fix.patch - Add fix-64bit-portability-issue.patch: * Fix build error: E: mono-core 64bit-portability-issue threads.c:1866 - New features and changes: * WebAssembly: it should be possible to build both the runtime and class libraries targeting WebAssembly * Profiler: added a new "quiet" mode; added Mono.Profiler.Log.dll, which provides an API to the profiler * Verifier: the runtime verifier now supports C# 7.0 byref returns * Modes for the SGen GC: sgen garbage collector now has support for so called "modes", check out the mode parameter documentation for the MONO_GC_PARAMS environment variable in the man page * Other changes: improved compatibily with alternative languages that depend on implicit widening of locals * Class Libraries: more classes was replaced by CoreFX codebase * MCS changes: mcs now has better support for C# 7 syntax * csi: You are now able to use Roslyn’s csi (C# interactive) REPL tool from the command line * Roslyn: roslyn was updated to the 2.3.2 release * ilasm: ilasm gained support for the AggressiveInlining keyword - Bugfixes: * bxc#4786 - After failed call to SqlConnection.Open (due to invalid password), subsequent invalid password attempts result in wrong exception * bxc#5798 - Thread abort can lead to locks not being released * bxc#5804 - Thread.ResetAbort can prevent appdomain unloading * bxc#6339 - Headers not being populated in SoapExtension * bxc#10074 - Error while updating status of command: MonoDevelop.Ide.Commands.ViewCommands.LayoutList * bxc#11696 - Missing MethodImpl has a duplicate * bxc#12157 - Missing: Init state for this differs depending on path * bxc#17325 - RealProxy returns MarshalByRefObject for an Interface instead of the real interface type * bxc#25755 - HttpClient.Timeout does not throw ArgumentOutOfRangeException when setting Timeout property to 0 * bxc#31507 - ObjectDisposedException when canceling postAsync * bxc#36053 - Broken enum values conversion * bxc#36634 - IpcChannelTest.Bug609381 hangs on Linux * bxc#40556 - Output pad no longer displays unicode characters * bxc#41279 - Wrong syntax used for nested types in MethodAccessException (and similar) * bxc#43172 - Failure when alerting threads waiting on a socket that closes * bxc#43563 - Crash when struct Foo contains static field of type Foo[][] * bxc#44255 - Inconsistent results in the serialization of TimeZoneInfo. * bxc#44266 - Unable to change variable values whilst debugging * bxc#46683 - Recurring hang in System.Xaml on CI * bxc#52157 - SocketTest.ConnectedProperty test fails in FullAOT Linux runs * bxc#52621 - Typo in exception message in PKCS12.cs * bxc#55603 - Follow-up to bug 52845: Satellite assemblies not loaded by app when using “Bundle assemblies into native code” even though they are now successfully mkbundled * bxc#55697 - .NET 2.0 style web services fail to build under msbuild in Release but work with xbuild * bxc#56111 - Hitting assertion after enabling AOT+LLVM on x86 devices in tramp-x86.c:124 * bxc#56242 - TypeTest.GetGenericMethodDefinitionOverInflatedMethodOnGTD throws NRE on Android in Release mode * bxc#56452 - Problem Stack too big * bxc#56653 - Zygote crashes * bxc#56684 - (mono-2.0-sgen.dll) in mono.exe: 0xC0000005: Access violation reading location 0x04FA3D9A. * bxc#56727 - Runtime crashes when disposing DeflateStream * bxc#56814 - Xamarin.Mac.dll Memory Leak starting with 3.2.0.175 Release * bxc#57002 - New bockbuild package is missing .dSYM directories * bxc#57069 - WaitHandle.SignalAndWait is broke * bxc#57222 - System.Reflection.AmbiguousMatchException for two fields with same name but different types * bxc#57232 - Compiler error when using ternary operator and no whitespace * bxc#57476 - AOT fails with large StructLayout size on Debug+ARMv7 * bxc#57488 - Debugger crashes when inspecting variable in a unit test * bxc#57496 - [Slovenian CultureInfo + others] .Parse throws exception when parsing negative values * bxc#57505 - Missing error CS0165 in presence of commented line * bxc#57528 - [THIS WEEK] Nested streams using SslStream cause ObjectDisposedException when disposed * bxc#57629 - [io-layer] File.Delete () throws System.UnauthorizedAccessException on non-existing files on a read-only path * bxc#57691 - InternalsVisibleTo doesn’t work with 2048-bit SNK files * bxc#57744 - ReflectionTypeLoadException.LoaderExceptions has null exceptions * bxc#57771 - F#.NET Core 2.0 projects do not compile * bxc#57796 - Compiler Crash instead of CS1621 * bxc#57850 - Mono assertion when ResolveEventHandler returns a reflection-only assembly * bxc#57851 - Assertion if using ResolveEventHandler to find custom attributes * bxc#57887 - Console.Error.WriteLine in System.Net.NetworkInformation * bxc#57918 - System.Net.Sockets.EndSend returns incorrect value * bxc#57930 - Building netstandard 2.0 project throws DllNotFoundException: hostfxr during msbuild * bxc#57936 - Race conditions of mempool.c * bxc#57959 - SIGSEGV in roslyn with corrupted stack * bxc#58100 - mono_w32socket_convert_error: no translation into winsock error for (6) “Device not configured” * bxc#58114 - [llvm] csc (Rolsyn) produce fault clauses that the llvm backend does not support * bxc#58168 - pedump incorrectly reports mscorlib as invalid * bxc#58291 - Mono.CSharp Evaluator does not compile enums and throws an exception * bxc#58317 - Leaking threads: SGen worker and Finalizer * bxc#58344 - SIMD crash using System.Numerics.Vector * bxc#58361 - EnumBuilder can no longer be used to generate IL code * bxc#58379 - Mono jit gives different results that .net for simple il * bxc#58411 - System.Security.Cryptography.CryptographicException: Store root doesn’t exist * bxc#58421 - sre-save.c asserts in fixup_method () if TypeBuilder token is used across assemblies * bxc#58423 - Race condition of metadata.c (mono_metadata_get_canonical_generic_inst) * bxc#58454 - Cannot resolve method Subscription`1 Subscribe[TSelection](System.Func`2[TState,TSelection], System.Action`2[TSelection,TState]) because the declaring type of the method handle FSI_0002+Store`1[TState] is generic. Explicitly provide the declaring type to * bxc#58612 - When 2 breakpoints are hit at “same time” 2nd thread frames count==0 * bxc#58621 - CS1703: An assembly `gactestlib’ with the same identity has already been imported. Consider removing one of the references * bxc#58637 - Heap overflow when using GetAssemblyName * bxc#58738 - System.IO.MonoIO.Read - Native Crash when device file is gone * bxc#58770 - * Assertion at ..\mono\utils\mono-threads.c:707, condition `info’ not met * bxc#58782 - Exception stack traces are deleted when reaching the native-to-managed wrapper in a reverse invoke * bxc#58793 - Fix pedump to use normal runtime init sequence * bxc#58809 - Return result of Type.IsAssignableFrom with the generic parameters differs from MS.NET one * bxc#58829 - Application Output Window being flooded with “[Mono] worker parking, [Mono] worker unparking” messages when debugging agasint Android Emulator. * bxc#58877 - MonoTests.System.Threading.Tasks.TaskTests.Delay_Simple fails randomly after upgrade to Xcode 8.3 * bxc#58901 - Breaking ABI change on 32 bits with xcode 8.3 or newer * bxc#58911 - performance degradation with linq expressions * bxc#58965 - csi fails with “type Object is defined in an assembly that is not referenced” * bxc#59039 - bug-18026.exe test times out on armel/armhf * bxc#59154 - runtime can’t load secondary-dependent library from newly unpacked temp directory * bxc#59180 - verifier does not handle TYPEDBYREF properties * bxc#59235 - [mono-2017-06] android.runtime.JavaProxyThrowable: System.ObjectDisposedException: Cannot access a disposed object. * bxc#59239 - [mono2017-06]FileTest.SymLinkLoop failed on tvOS device * bxc#59281 - System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex. * bxc#59334 - Expression: Can’t catch non-exception objects (mono wraps them with RuntimeWrappedException) * bxc#59364 - Assertion at dynamic-image.c:209, condition `prev == MONO_HANDLE_RAW (obj)’ not met * bxc#59430 - api-diff not outputing out params correctly * bxc#59436 - MT3001 error * bxc#59664 - Type.GetType(“”, true) throws ArgumentException on Mono but TypeLoadException on .NET * bxc#59824 - Casting an array of enums is inconsistent with .NET Framework behavior * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while building iOS/mobile samples * bxc#59909 - WebInvokeAttributeTest.RejectTwoParametersWhenNotWrapped() fails on Android * bxc#59916 - get_current_locale_name fails under the load with String conversion error: Illegal byte sequence encounted in the input * bxc#59953 - [llvm][bitcode] test_0_float_return_spill failed: got 1, expected 0 * bxc#60233 - Assertion in dynamic-image.c after 792b5367cd3a6ffa1a192c4d2d7ace3509cbb646 * bxc#60238 - Mono assertion hit when using csharp repl * bxc#60245 - FieldInfo.GetValue fails on ContextBoundObject * bxc#60317 - Stuck WebRequest * bxc#60340 - Csc msbuild task fails to find csc.exe * bxc#60480 - [mono-2017-10] ZipArchiveTests in System.iO Compression tests fail on device * bxc#60539 - mini-codegen.c:1265, condition `reginfo [sreg].born_in > 0’ not met * bxc#60545 - Multiple argument generic with contravariant interface as an argument causes MissingMethodException. * bxc#60634 - Assertion failure ‘align > 0’ happening as of d15-5 * bxc#60771 - Attempting to JIT compile method ‘System.Runtime.CompilerServices.Unsafe:Add (byte&,int)’ while running in aot-only mode * bxc#61002 - Runtime exception: Cannot access a disposed object. Object name: ‘MobileAuthenticatedStream’. * gh#mono/mono#6169 - Thread objects are being leaked * gh#mono/mono#6339 - System.TypeLoadException is thrown when run .net standard library with Mono * gh#mono/mono#6383 - System.Diagnostics.ProcessTest.Start1_FileName_NotFound failing- Update to version 5.4.1.7 (Service Release) - Bugfixes: * bxc#59956 - [llvm][bitcode] [FAIL] UniqueIdTest.Ctor_Id (System.Runtime.Serialization tests)- Update to version 5.4.1.6 (Service Release) - Patch bug-59608.patch was updated - Bugfixes: * bxc#59281 - System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex * bxc#59302 - Task in Mono 5.4.0.167 is throwing exception "Length cannot be less than zero" * bxc#59364 - Assertion at dynamic-image.c:209, condition "prev == MONO_HANDLE_RAW (obj)" not met * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while building iOS/mobile samples * bxc#60233 - Assertion in dynamic-image.c after 792b5367cd3a6ffa1a192c4d2d7ace3509cbb646- Add bug-59608.patch: * Fix bxc#59608 - Attribute MethodImplOptions.AggressiveInlining causes method to always return NULL- Add bug-57918.patch: * Fix bxc#57918 - System.Net.Sockets.EndSend returns incorrect value- Update to version 5.4.0.201 (5.4.0 Stable) - Minor packaging updates - Remove patch: 0001-btls-Disable-BUILD_SHARED_LIBS-while-building-boring.patch - Remove patch: fix-project-builds-linux.patch - Add patch mcs-compatibility-fix.patch: * When using deprecated MCS compiler to build Mono, convert incompatible C#6\C#7 code to C#5 analog in order to fix build errors. - New features and changes: * JIT Job Control: improve Roslyn performance * Array element store optimization * Load scalability improvements * ValueType write barrier optimization * Make jit method table resizing more scalable * Reflection queries scalability improvements * Intrisificy Marshal.PtrToStruct for blitable types * Revamped unaligned memory access support * Interpreter works in JIT restricted environments * Interpreter supports ARM and ARM64 * Class Libraries: integrated AppContextSwitch code from reference sources which allows all of its compat switches to be used, added reference assemblies for .NET Framework 4.7 to support builds targetting .NET 4.7. * Tools: bundled nuget binary was updated to version 4.3.0, added packaging for roslyn-parts of msbuild. - Bugfixes: * bxc#580 - Type.Load loads strong type despite version mismatch * bxc#17325 - RealProxy returns MarshalByRefObject for an Interface instead of the real interface type * bxc#44907 - Applications crash on Nexus 9 devices only since Xamarin.Android 7.0.0.18 * bxc#46482 - SIGSEGV at random code lines after application start on Nexus 9 with Xamarin Android 7 * bxc#51791 - [XA] HTC Nexus 9 - app closes on launch * bxc#52508 - TLS SignalR Self-host Hang * bxc#53038 - SRE should fail more gracefully when SymbolWriter is missing * bxc#53202 - Number minus Enum gives wrong value * bxc#53244 - mcs generates ParamArrayAttribute when specifying “params” in overridden method where base doesn’t have it * bxc#53792 - CFNetworkHandler reports correct download when internet connection is lost during request * bxc#54159 - Compiler crashes when calling method named Finalize * bxc#54322 - await in catch-block inside a loop causes the same exception to be caught multiple times * bxc#54388 - InternalsVisibleTo is case sensitive * bxc#54448 - Unable to revert to thread-local storage for CurrentThread.CultureInfo * bxc#54485 - Creating an open generic type with recurrent constraint fails * bxc#54658 - [iOS]BCL test failed with Assertion failures error: * Assertion at /Users/builder/data/lanes/4691/6bea7a5b/source/xamarin-macios/external/mono/mono/mini/aot-runtime.c:2924, condition `!async’ not met and condition `unwind_options == MONO_UNWIND_NONE’ not * bxc#54976 - [iOS]fsharp test failing on iOS device with Assertion at /Users/builder/data/lanes/4691/9245c1c0/source/xamarin-macios/external/mono/mono/mini/mini-arm-gsharedvt.c:220, condition `src_slot < 16’ not met * bxc#54991 - Cannot compile get => _text * bxc#55041 - Stripping mscorlib in simple example changes IntPtr (5) behavior? * bxc#55083 - coreclr test b353858.il fails after 6f33b62f39a273fccb78f71513cb5e0dfb987c70 * bxc#55095 - Breakpoints not hit for ASP.NET MVC Project * bxc#55348 - “using static” results in invalid compiler errors * bxc#55400 - MCS produces incorrect code for generic instantiated with a gtd * bxc#55436 - System.Runtime refuses to load with strict naming * bxc#55577 - SIMD instructions with System.Numerics.Vectors do not work * bxc#55603 - Follow-up to bug 52845: Satellite assemblies not loaded by app when using “Bundle assemblies into native code” even though they are now successfully mkbundled * bxc#55604 - Incorrect struct size when using property setter * bxc#55697 - .NET 2.0 style web services fail to build under msbuild in Release but work with xbuild * bxc#56081 - Returning a valuetype from an async method with an awaited parameter yields a Mono.CSharp.InternalErrorException: Await yields with non-empty stack * bxc#56111 - Hitting assertion after enabling AOT+LLVM on x86 devices in tramp-x86.c:124 * bxc#56202 - [mono-2017-04]Apps fail to launch on 32 bit device with error EXC_ARM_DA_ALIGN at 0x0142ccec * bxc#56240 - Performance Degradation When Using Expressions * bxc#56242 - TypeTest.GetGenericMethodDefinitionOverInflatedMethodOnGTD throws NRE on Android in Release mode * bxc#56247 - Enumerable.OrderByDescending behaves differently on LLVM FullAOT * bxc#56452 - Problem Stack too big * bxc#56462 - Custom operator causes internal compiler error * bxc#56493 - Windows MMAP doesn’t release file * bxc#56499 - DateTime.Now throws exception if /etc/localtime symlink destination missing * bxc#56567 - Passing large struct into exception filter method crashes runtime with SIGSEGV * bxc#56611 - Regression: ArrayTypeMismatchException when running F# script * bxc#56616 - Missing CS1629 for unsafe code in iterators * bxc#56627 - mcs inherits interface implementation, while csc doesn’t * bxc#56684 - (mono-2.0-sgen.dll) in mono.exe: 0xC0000005: Access violation reading location 0x04FA3D9A. * bxc#56694 - Assertion: should not be reached at d:\j\workspace\v\repos\mono\mono\sgen\sgen-scan-object.h:91 * bxc#56814 - Xamarin.Mac.dll Memory Leak starting with 3.2.0.175 Release * bxc#56821 - Static ctor of MarshalByRefObject runs in primary AppDomain * bxc#56824 - Runtime crash with VSMEF * bxc#57002 - New bockbuild package is missing .dSYM directories * bxc#57222 - System.Reflection.AmbiguousMatchException for two fields with same name but different types * bxc#57232 - Compiler error when using ternary operator and no whitespace * bxc#57242 - [StructLayout (LayoutKind.Sequential, Pack = 1)] doesn’t work as expected * bxc#57301 - Running IronPython’s executable under Mono 5.0.x causes a SIGSEGV on exit, this did not happen on 4.8 * bxc#57496 - [Slovenian CultureInfo + others] .Parse throws exception when parsing negative values * bxc#57505 - Missing error CS0165 in presence of commented line * bxc#57629 - [io-layer] File.Delete () throws System.UnauthorizedAccessException on non-existing files on a read-only path * bxc#57691 - InternalsVisibleTo doesn’t work with 2048-bit SNK files * bxc#57744 - ReflectionTypeLoadException.LoaderExceptions has null exceptions * bxc#57771 - F#.NET Core 2.0 projects do not compile * bxc#57796 - Compiler Crash instead of CS1621 * bxc#57850 - Mono assertion when ResolveEventHandler returns a reflection-only assembly * bxc#57851 - Assertion if using ResolveEventHandler to find custom attributes * bxc#57930 - Building netstandard 2.0 project throws DllNotFoundException: hostfxr during msbuild * bxc#57959 - SIGSEGV in roslyn with corrupted stack * bxc#58114 - [llvm] csc (Rolsyn) produce fault clauses that the llvm backend does not support * bxc#58210 - “* Assertion at metadata.c:1048, condition `index < meta->heap_strings.size’ not met” is output on startup - works fine on Windows * bxc#58344 - SIMD crash using System.Numerics.Vector * bxc#58361 - EnumBuilder can no longer be used to generate IL code * bxc#58399 - Delegates as collection key are ~500x slower than previously * bxc#58421 - sre-save.c asserts in fixup_method () if TypeBuilder token is used across assemblies * bxc#58446 - [iOS]EnumerableMoreTest.ConcatArgumentNullTest crash on tvOS device * bxc#58454 - Cannot resolve method Subscription`1 Subscribe[TSelection](System.Func`2[TState,TSelection], System.Action`2[TSelection,TState]) because the declaring type of the method handle FSI_0002+Store`1[TState] is generic. Explicitly provide the declaring type to * bxc#58738 - System.IO.MonoIO.Read - Native Crash when device file is gone * bxc#58782 - Exception stack traces are deleted when reaching the native-to-managed wrapper in a reverse invoke * bxc#58829 - Application Output Window being flooded with “[Mono] worker parking, [Mono] worker unparking” messages when debugging agasint Android Emulator * bxc#59235 - [mono-2017-06] android.runtime.JavaProxyThrowable: System.ObjectDisposedException: Cannot access a disposed object. * bxc#59274 - [Mac]A crash report is generated on closing mac apps- Update to version 5.2.0.224 (5.2.0 SR4) - Changes: * Mono cecil source updated (more info at https://github.com/jbevain/cecil/commit/44e4d344d674195b4d2950c48fd1cb55fe42a1ef) - Bugfixes: * bxc#44027 - Chunked HTTP PUT times out * bxc#57919 - dynamic object is not supported * bxc#58829 - Application Output Window being flooded with "[Mono] worker parking, [Mono] worker unparking" messages when debugging agasint Android Emulator.- Update to version 5.2.0.215 (5.2.0 Stable) - New features and changes: * Strong assembly names: mono will now optionally respect public keys and version numbers when loading strongly signed assemblies * Added experimental default interface methods support * System.Numerics.Vectors: the library is now considered ready for general usage * .NET Standard 2.0 support: loading and running a library compiled against the 2.0 standard should work fine now * The reference assemblies were updated to provide the .NET 4.7 API set * The mono command now runs as a 64bit application by default. You can use the --arch=32 option to run Mono as 32bit again * Optimized Array Stores * Class Initialization Improvements * GC: reduced minor collection pause times * Interpreter now passes the majority of the JIT test suite, it can now run non-trivial programs - Added upstream patch provides-facades.patch: * Search provides (for RPM-packaging) not only for GAC dir, but also for "Facades" and "4.5" mono-libdirs - Added upstream patch 0001-btls-Disable-BUILD_SHARED_LIBS-while-building-boring.patch: * Disable BUILD_SHARED_LIBS while building boringssl, so its symbols are not exported from the btls shared lib - Added upstream patch fix-project-builds-linux.patch: * Fix finding nuget packages in lower-case dirs on case-sensitive filesystems - Added patch fix-dbg-headers.patch: * Add missing internal headers to distribution in order to fix build for mono-debugger package - Bugfixes: * bxc#580 - Type.Load loads strong type despite version mismatch * bxc#39444 - Action ReflectedType differs from Delegate ReflectedType for virutal methods * bxc#43805 - Output of DateTime.Now() differs on Mono for ambiguous time period * bxc#43988 - Stack overflow in System.Text.Encoding.Default * bxc#46661 - Runtime exception filters truncate exception stack traces on NSLog * bxc#46929 - Datetime error on Mono.data.Sqlite * bxc#47221 - Thread.Name can only be set once inside async callback * bxc#47599 - HttpClient Transfer-Encoding:chunked is not added to the header - not able to transfer large files * bxc#49721 - Assembly binder uses wrong strongly named assembly when same assembly with different version exists in local folder * bxc#50529 - crash in thread-native-exit.exe * bxc#51522 - Overload resolution fails for referenced assembly * bxc#51561 - Getting process name of process running under higher privilege user throws exception * bxc#51653 - mono_thread_info_wait_one_handle ignored alertable argument * bxc#52086 - Nullable structs with implicit operators generate invalid IL code when compiling with Mono * bxc#52294 - C# compiler reports an incorrect error in a lambda with generic constraints * bxc#52340 - Compiler crashes with FATAL UNHANDLED EXCEPTION (nullref) * bxc#52345 - Process has exited, so the requested information is not available * bxc#52429 - Shutdown hang then crash in Finalizer thread * bxc#52437 - Random NullReferenceExceptions in StringBuilder.ThreadSafeCopy * bxc#52448 - StreamContent apparently needs to rewind stream before sending it * bxc#52475 - MTOUCH: error MT3001: Could not AOT the assembly * bxc#52511 - configure script doen’t detect bad configuration * bxc#52549 - error: mono_w32socket_convert_error: no translation into winsock error for (41) "Protocol wrong type for socket" * bxc#52590 - Cannot compile for iOS, TypeBuilder exists in two places. * bxc#52599 - await in finally clause prevents disposal of enclosing using statement * bxc#52600 - Full AOT: Strange combination of structs, generics, and enums causes runtime failure * bxc#52743 - denied loading problems * bxc#52845 - [Cycle 9] Satellite assemblies not bundled when using "Bundle assemblies into native code" due to "unknown escape sequence" error from gcc during mkbundle step * bxc#52866 - F# sprintf AOT bug still exists * bxc#52899 - mprof-report missing filenames in coverage xml output when using portable pdbs * bxc#53066 - Can’t Build Project in Debug with "Could not AOT the assembly" * bxc#53131 - Calling MakeArray() on a type with a rank that is too big does not throw an exception. * bxc#53153 - Implement RuntimeHelpers::IsReferenceOrContainsReferences * bxc#53166 - Application crashes when setting a get-only property in constructor * bxc#53196 - List<>.Sort() using insertion sort does not sort all values when equality isn’t checked. * bxc#53202 - Number minus Enum gives wrong value * bxc#53231 - csc doesn’t unify same file passed multiple times when one path is relative * bxc#53278 - Two coreclr SIMD test failures (one regression from 4.8) * bxc#53334 - es-US Culture wrong number formatting * bxc#53684 - Crash when enumerating directory and selecting the first file * bxc#53689 - [Test] Certificate7 disabled due to SecCertificateCreateWithData does different things on 10.11 vs 10.12 with invalid certificates * bxc#53792 - CFNetworkHandler reports correct download when internet connection is lost during request * bxc#53843 - Mono deadlocks on shutdown while waiting for a process which has died * bxc#53890 - Regression: Native crash while running tests with xunit with mono 2017-02 branch, works with 4.8.0.520 * bxc#54212 - Mono allows casts of non-zero bound array to zero bound array * bxc#54322 - await in catch-block inside a loop causes the same exception to be caught multiple times * bxc#54448 - Unable to revert to thread-local storage for CurrentThread.CultureInfo * bxc#54485 - Creating an open generic type with recurrent constraint fails * bxc#54991 - Cannot compile get => _text * bxc#55041 - Stripping mscorlib in simple example changes IntPtr (5) behavior? * bxc#55083 - coreclr test b353858.il fails after 6f33b62f39a273fccb78f71513cb5e0dfb987c70 * bxc#55436 - System.Runtime refuses to load with strict naming * bxc#55577 - SIMD instructions with System.Numerics.Vectors do not work * bxc#55603 - Follow-up to bug 52845: Satellite assemblies not loaded by app when using "Bundle assemblies into native code" even though they are now successfully mkbundled * bxc#55681 - System.Reflection.Emit.ModuleBuilder.build_metadata bug when running FAKE’s test suite * bxc#56081 - Returning a valuetype from an async method with an awaited parameter yields a Mono.CSharp.InternalErrorException: Await yields with non-empty stack * bxc#56240 - Performance Degradation When Using Expressions * bxc#56247 - Enumerable.OrderByDescending behaves differently on LLVM FullAOT * bxc#56275 - Unable to copy appname.dll from obj to bin because it is being used by another process * bxc#56493 - Windows MMAP doesn’t release file * bxc#56567 - Passing large struct into exception filter method crashes runtime with SIGSEGV * bxc#56611 - Regression: ArrayTypeMismatchException when running F# script * bxc#56694 - Assertion: should not be reached at d:\j\workspace\v\repos\mono\mono\sgen\sgen-scan-object.h:91 * bxc#56821 - Static ctor of MarshalByRefObject runs in primary AppDomain * bxc#56824 - Runtime crash with VSMEF * bxc#57222 - System.Reflection.AmbiguousMatchException for two fields with same name but different types * bxc#57744 - ReflectionTypeLoadException.LoaderExceptions has null exceptions- ucontext.patch: use ucontext_t instead of struct ucontext- Update to version 5.0.1.1 (5.0.1 Stable) - Bugfixes: * bxc#56275 - Unable to copy appname.dll from obj to bin because it is being used by another process * bxc#56240 - Performance Degradation When Using Expressions * bxc#56177 - peverify fails on FSharp.Core.dll with mono_os_mutex_lock * bxc#55858 - Microsoft.WebApplication.targets Missing from mono5 * bxc#56322 - Running nunit tests with domain isolation crashes Mono * bxc#55988 - Apps using Roslyn crash when trying to load Roslyn * bxc#56260 - "This stream does not support writing at System.IO.Compression.DeflateStream.BeginWrite" message * bxc#55087 - "System.NotSupportedException: Stack walks are not supported on this platform - System.Reflection.MethodBase.GetCurrentMethod" message on Android- Disable rosyln on ppc64le- Update to version 5.0.0.100 (5.0 Stable) - New features and changes: * Shipping Roslyn C# compiler to enable C#7 support * Support for msbuild and deprecating xbuild (msbuild currently not included, xbuild deprecated but still maintained) * Enabling concurrent SGen garbage collector to reduce time spent in GC * Continued Progress on .NET Class Library convergence - Packaging changes: * Do not package roslyn csc compiler on platforms that do not support it * Add xbuild-revert-to-mcs.patch: revert xbuild to use old mcs compiler on platforms that do not support roslyn- Enable external BTLS library build only on supported platforms (x86 and x86_64 right now): * Fix build for arm, arm64, ppc64, ppc64le. - Enable pedump binary packaging for arm64 builds.- Update to version 4.8.1.0 (4.8 Service Release 1) - Remove patch mono-config-fix-monoposixhelper-libdir.patch: * Instead, use fix from official spec file - New features (see http://www.mono-project.com/docs/about-mono/releases/4.8.0 for more info): * Some API additions for .NET Standard 2.0 * Mono now ships with TLS 1.2, powered by Google’s BoringSSL project * The MKBundle tool has been updated to easily support cross-compilation * Runtime Logging: the new MONO_LOG_DEST environment variable can set to instruct the runtime where to write the tracing messages to * Concurrent SGen mode improved * More code have been adopted from Reference Source - Bugfixes: * bxc#3323: Assertion when deleting global namespace inside method * bxc#3399: [PATCH] pending_exception support is incomplete * bxc#3434: Mono Compiler crashes when using a DelegateType as a method call * bxc#3706: generics aot jit problem * bxc#3735: Attempting to JIT compile method: using Linq’s “Any” fails on the device * bxc#3767: Unit test UI table cell extends beyond cell bounds for failed test * bxc#3811: DataContractJsonSerializer deserialization fails with subclass of List as known type * bxc#3850: ScrollEventArgs in Form_Scroll method has invalid values * bxc#3960: DismissModalViewControllerAnimated() crashes on 5.2.9 * bxc#4006: MonoDevelop fails to start with no warning if Gtk# is not installed on windows * bxc#5644: Mono allows to access not accessible method * bxc#7467: DefaultNonPersistentConnectionLimit is to low * bxc#12571: Usage of XElement with XmlAnyElementAttribute is not supported by XmlSerializer * bxc#19594: WebException.Response is null when https request needs proxy authentication * bxc#29189: Compiling class referencing corefx facade/contract assemblies raises error “Reference to type System.SByte claims it is defined assembly mscorlib,.. but couldn’t be found” * bxc#30686: ZipArchive ctor throws InvalidDataException for WebConnectionStream * bxc#30821: Compilation generates CS1701 warning * bxc#32374: WebRequest::BeginGetRequestStream incorrectly sets IAsyncResult::CompletedSynchronously to always true * bxc#33571: Mono crashes when marshalling fixed arrays * bxc#34802: Debugger crash on break-all, step into sequence. * bxc#35536: Dns.GetHostEntry no longer supports IPv6 * bxc#35662: Type System.ServiceModel.Security.Tokens.BinarySecretSecurityToken is missing in assembly System.IdentityModel * bxc#39282: [System.IO.Compression] issues with ZipArchiveEntry streams * bxc#39859: Xamarin.Android apps on the Samsung Galaxy S7 fails to start with the error System.ExecutionEngineException SIGILL * bxc#40603: Mono can’t parse Date in DB wich is in format: “2016-02-04 10:39:11Z” * bxc#40916: [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue * bxc#41035: DataViewTest2.DataView_ListChangedEventTest occasionally fails with llvm+sgen * bxc#41349: System.TimeZoneInfo.IsDaylightSavingTime (DateTimeOffset dateTimeOffset) Not Implemented Exception * bxc#41393: [WatchOS 2] Incorrect calling convention for P/Invokes taking structures * bxc#41431: [aot] Build fails due to ‘Sgen STW requires a working mono-context’ error * bxc#41466: mono_class_is_subclass_of return incorrect value by assuming mono_class_init has been called on parameters * bxc#41477: SafeSocketHandle ObjectDisposedException ‘handle’ exception with linked CancellationTokenSource * bxc#41492: DateTimeOffset.ToLocalTime() throwing erroneous error * bxc#41509: DLR crashes when trying to convert a object to null. * bxc#41530: [iOS]TimerTest failing randomly on devices, * bxc#41552: HttpResponseMessage does not support multiple Links header entries * bxc#41575: A Method That Accepts a FormattableString Object Is Not Called * bxc#3323: Assertion when deleting global namespace inside method * bxc#3399: [PATCH] pending_exception support is incomplete * bxc#3434: Mono Compiler crashes when using a DelegateType as a method call * bxc#3706: generics aot jit problem * bxc#3735: Attempting to JIT compile method: using Linq’s “Any” fails on the device * bxc#3767: Unit test UI table cell extends beyond cell bounds for failed test * bxc#3811: DataContractJsonSerializer deserialization fails with subclass of List as known type * bxc#3850: ScrollEventArgs in Form_Scroll method has invalid values * bxc#3960: DismissModalViewControllerAnimated() crashes on 5.2.9 * bxc#4006: MonoDevelop fails to start with no warning if Gtk# is not installed on windows * bxc#5644: Mono allows to access not accessible method * bxc#7467: DefaultNonPersistentConnectionLimit is to low * bxc#12571: Usage of XElement with XmlAnyElementAttribute is not supported by XmlSerializer * bxc#19594: WebException.Response is null when https request needs proxy authentication * bxc#29189: Compiling class referencing corefx facade/contract assemblies raises error “Reference to type ‘System.SByte’ claims it is defined assembly ‘mscorlib,..’ but couldn’t be found” * bxc#30686: ZipArchive ctor throws InvalidDataException for WebConnectionStream * bxc#30821: Compilation generates CS1701 warning * bxc#32374: WebRequest::BeginGetRequestStream incorrectly sets IAsyncResult::CompletedSynchronously to always true * bxc#33571: Mono crashes when marshalling fixed arrays * bxc#34802: Debugger crash on break-all, step into sequence. * bxc#35536: Dns.GetHostEntry no longer supports IPv6 * bxc#35662: Type System.ServiceModel.Security.Tokens.BinarySecretSecurityToken is missing in assembly System.IdentityModel * bxc#39282: [System.IO.Compression] issues with ZipArchiveEntry streams * bxc#39859: Xamarin.Android apps on the Samsung Galaxy S7 fails to start with the error System.ExecutionEngineException SIGILL * bxc#40603: Mono can’t parse Date in DB wich is in format: “2016-02-04 10:39:11Z” * bxc#40916: [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue * bxc#41035: DataViewTest2.DataView_ListChangedEventTest occasionally fails with llvm+sgen * bxc#41349: System.TimeZoneInfo.IsDaylightSavingTime (DateTimeOffset dateTimeOffset) Not Implemented Exception * bxc#41393: [WatchOS 2] Incorrect calling convention for P/Invokes taking structures * bxc#41431: [aot] Build fails due to ‘Sgen STW requires a working mono-context’ error * bxc#41466: mono_class_is_subclass_of return incorrect value by assuming mono_class_init has been called on parameters * bxc#41477: SafeSocketHandle ObjectDisposedException ‘handle’ exception with linked CancellationTokenSource * bxc#41492: DateTimeOffset.ToLocalTime() throwing erroneous error * bxc#41509: DLR crashes when trying to convert a object to null. * bxc#41530: [iOS]TimerTest failing randomly on devices, * bxc#41552: HttpResponseMessage does not support multiple Links header entries * bxc#41575: A Method That Accepts a FormattableString Object Is Not Called * bxc#41602: Compiler fails to recognize Indexer * bxc#41616: Mono 4.4.0 crashes when using Socket.ConnectAsync to a unix domain socket if the path doesn’t exist * bxc#41667: new DateTime().ToLocalTime() results in an exception * bxc#41705: MonoTests.System.Threading.MonitorTest.Enter_Null crashes test runtime with assertion * bxc#41775: Zip version needed to extract not correct in System.IO.Compression * bxc#41782: [Cycle 7] “System.Net.WebException: Error: NameResolutionFailure” when attempting web requests with certain raw IP addresses * bxc#41874: Reflection throws AmbiguousMatchException when calling GetProperty on a class that inherits from a generic base class. * bxc#41897: NotSupportedException thrown from IPInterfaceProperties.UnicastAddresses * bxc#41937: invoke.exe test asserts on bitcode * bxc#41955: Bitcode “missing image did not probe corlib” exception thrown * bxc#41979: CodeDom cannot call mcs because of invalid encoding configuration * bxc#42057: error CS0121: The call is ambiguous * bxc#42169: (managed_alloc) Fatal: Managed allocator missing for (mkbundle) in Mono 4.4.X * bxc#42191: sdb deadlocks all the time while XS debugs XS * bxc#42198: error CS0529: Inherited interface causes a cycle in the interface hierarchy. * bxc#42219: [System.IO.Compression] Cannot create ZipArchive with duplicate entries with same name * bxc#42224: Compiler crashed with code: 1, “Await yields with non-empty stack” from AssertEmptyStack () * bxc#42226: WCF client Expecting FaultException raising NotImplemented Exception instead When element is provided. * bxc#42271: COOP: gc unsafe mode when printing native backtrace causes crash if GC is triggered * bxc#42274: System.IO.Compression.ZipArchive vs System.Xml.XmlReader * bxc#42395: Build runs indefinitely and never finishes * bxc#42408: WebClient.DownloadString returns 401 Unauthorized when using Basic authentication * bxc#42410: String Interpolation available even when langversion < 6 * bxc#42413: Volatile fields don’t enforce acquire - release semantics like Volatile.Read() and Volatile.Write() * bxc#42584: InternalError / Crash when using System.Net.Http and PCL library * bxc#42585: Switch fall-through not rejected * bxc#42611: wrong compiler error when using IEnumerable.Sum * bxc#42625: coop: crash with watchos system tests * bxc#42688: Can’t wait for more than 429496 ms (429s) * bxc#42702: Unnecessary dependency checks * bxc#42750: Deploying an iOS app to iPhone 6S crashes when a breakpoint is set * bxc#42843: XmlSerializer does not deserialize UTC Time values on Xamarin.Android but works well on windows. * bxc#42864: [Cycle 7] “System.Net.WebException: Error: NameResolutionFailure” on second web request to certain raw IP addresses with HttpClient * bxc#42887: Encoding iso-8859-1 throws IndexOutOfRangeException for Unicode surrogate pairs * bxc#43022: ZipArchive.Entries is not updated when ZipArchiveEntry is deleted * bxc#43032: System.Uri cannot parse url with underscore at start * bxc#43099: [watchOS] Cannot enter GC safe region if the thread is not attached * bxc#43193: Keep CurrentCulture in async/await * bxc#43265: Inconsistency in Compilation of Async Code Compared to MSFT Compilers * bxc#43291: Runtime crash at reflection.c:mono_custom_attrs_construct_by_type while calling GetCustomAttributes for a proxy class * bxc#43320: Thread aborts in the middle of .cctor and hell break loose * bxc#43357: WCSessionReplyHandler crashes WatchKit app * bxc#43400: “using static” dependent on compile order * bxc#43471: pragma warning disable still shows warnings in “Errors” pad * bxc#43512: TimeZoneInfo.ConvertTimeBySystemTimeZoneId ArgumentException * bxc#43636: [Cycle 8] “Index was out of range. Must be non-negative and less than the size of the collection” in System.Collections.Generic.List1[T].set_Item() when attempting to compile certain C# code involving tasks, async/await, and try/catch/finally * bxc#43695: Nuget resolves .netstandard <= 1.3 when Xamarin.IOS does not support it * bxc#43696: Delegate caching can invoke unrelated implementation leading to strange results * bxc#43718: mcs crashes when unable to resolve type inside lambda using the ‘as’ operator * bxc#43786: peverify is broken again * bxc#43921: System.Threading.ThreadHelper.ThreadStart_Context tries to allocate, crashes * bxc#44025: FTP download issue with IPv6 * bxc#44109: NetworkCredential does not convert SecureString * bxc#44164: gosharp-regexp benchmark triggers unwinding crash when profiling * bxc#44168: Can use non-accessible member with nameof * bxc#44381: Debugger crash with domain unloading and VSTU * bxc#44402: Array doesn’t implement non-generic IEnumerable * bxc#44406: Xamarin.Mac.Socket exception:An address incompatible with the requested protocol was used * bxc#44413: HttpHeaders.TryAddWithoutValidation behaves differently from .NET * bxc#44440: Attempting to JIT error in function with pointer arithmetic * bxc#44549: Ide Shuts down: System.ArgumentException: Item has already been added. Key in dictionary: ‘XamlG’ Key being added: ‘XamlG’ * bxc#44624: Connecting to SQL Server using IPv4 exception. * bxc#44707: RemotingConfiguration.Configure() Throws RemotingException Because it Cannot Load ‘machine.config’ * bxc#44729: Type.GetType(“blah”,true,false) throws TypeLoadException without message * bxc#44751: Incorrect code flow analysis with goto and out parameter causes CS0177 * bxc#44843: SqlCommand.ExecuteReaderAsync throws NotImplementedException * bxc#44937: System.Diagnostics.StartProcess does not detect dotnetcore compiled assemblies as managed * bxc#44978: HttpClientHandler.SendAsync should throw HttpRequestException for proxy auth failure * bxc#44994: DeflateStream decompression is incomplete if reading byte-by-byte * bxc#45129: Uri.IsWellFormedUriString returns incorrect result for relative uris beginning with slash * bxc#45137: Seeing new AAPT0000 errors when building certain projects against master * bxc#45270: Cannot add System.Reactive to watchOS Extension project * bxc#45286: C# string interpolation line does not compile on OSX but does on MSBuild * bxc#45774: Wrong scopes in .mdb in case of foreach loop * bxc#45788: Marshaling a native NULL pointer to a managed array creates a new zero sized array * bxc#46175: If the RSA will be used by multiple threads, it has a variety of exceptions. * bxc#46190: Overload resolution fails in a case where methods use a named parameter in different positions * bxc#46250: Type.GetType with throwOnError true doesn’t throw for a generic instance type with too few generic arguments * bxc#47205: Uri.TryCreate throws exception * bxc#42414: Run path_helper in OSX postinstall script to make Mono commands available in same shell session * bxc#42365: Mono 4.4.1 OSX package doesn’t clean up old symlinks from /usr/local/bin- Update to version 4.6.2 (service release) * bxc#44708 - TrustFailure when attempting to access HTTPS servers on ports other than 443 * bxc#39832 - SIGSEGV when running roslyn- add boehm define in specfile to exclude boehm parts on aarch64 - enable buildrequires for valgrind on aarch64- Update to 4.6.1.5 re-release from 4.6.1.3 (no public changelog)- Update to version 4.6.1 (Bugfix release) * bxc#44402 - Array doesn’t implement non-generic IEnumerable - Drop upstream applied bxc-44402.patch- Update source tarball from 4.6.0.243 to v4.6.0.245 * fixes in mcs/class/Microsoft.NuGet.Build.Tasks/Makefile - added bxc-44402.patch: bxc#44402 - Array doesn’t implement non-generic IEnumerable. See https://bugzilla.xamarin.com/show_bug.cgi?id=44402 for more details- Update to version 4.6.0 * bxc#4242 - JavaScriptSerializer should use invariant culture * bxc#5644 - Mono allows to access not accessible method * bxc#6057 - UdpClient IPv6 Receive throws ArgumentException * bxc#8554 - System.Net.NetworkInformation.Ping - SendPingAsync operation fails * bxc#10108 - mono_jit_cleanup asserts/aborts on shutdown if soft debugging * bxc#11699 - FileStream writing incorrectly (some internal position is wrong) * bxc#12205 - MethodInfo.ReflectedType returns declaring type for generic base classes * bxc#13538 - Extraneous lines in Application Output for Debug.WriteLine * bxc#13957 - Xamarin.Android Apps are crashing on dual core x86 Devices * bxc#18361 - FileInfo.MoveTo does not work with absolute paths * bxc#20186 - Another AOT bug * bxc#23206 - MS allows threadpool threads to be renamed multiple times * bxc#24974 - Exception occurs in __ComObject finalizer when shutting down process * bxc#27303 - NullReferenceException with ARMv7 * bxc#29585 - Type.GetMethods returns generic method that cannot be specialized * bxc#29916 - System.Reflection.ParameterInfo.GetCustomAttributes always throws NullReference exception. * bxc#30686 - ZipArchive ctor throws InvalidDataException for WebConnectionStream * bxc#30821 - Compilation generates CS1701 warning * bxc#32020 - Don’t default to –with-tls=pthread on Solaris/x86 * bxc#32315 - Inspecting a variable gives information from the incorrect symbol * bxc#32374 - WebRequest::BeginGetRequestStream incorrectly sets IAsyncResult::CompletedSynchronously to always true * bxc#32561 - Could not load file or assembly Microsoft.Build.Utilities * bxc#32768 - New bcl-tests crashing due to System.ObjectDisposedException: Cannot access a disposed object * bxc#33551 - System.Net.SmtpClient uses an invalid HELO name * bxc#33553 - System.IO.Compression.ZipArchive produces bad archive files * bxc#33809 - Exception with SignalR 2.2 and Mono 4.2.0 * bxc#34133 - [iOS]System test failures on iOS devices with cycle6 build * bxc#34314 - libgdiplus.so without API suffix is referenced by System.Imaging * bxc#34413 - SOAP header within the SOAP envelope is not being serialized correctly * bxc#34498 - AOT task fails if project path has a space in it * bxc#34883 - bcl-test failure in PingTest.PingSuccess on Samsung Galaxy S3 * bxc#34916 - GZipStream fails on iOS * bxc#35004 - Filename returned by LocalEndpoint of UnixListener has null characters appended to the end which causes the socket file to not be deleted when the UnixListener is disposed * bxc#35872 - Cultureinfo -> numinfo internal field is NonSerialized on Mono, but not on Windows * bxc#35876 - Incorrect return of DateTime.ToUniversalTime method for DateTime.MaxValue. * bxc#36080 - [Mono 4.2] “‘System.ServiceModel.EndpointAddress10’ does not have a static method ‘GetSchema’ that takes a parameter of type ‘System.Xml.Schema.XmlSchemaSet’” when using the Xamarin Mobile profile with some WCF client apps * bxc#36116 - Mono 4.2 generates incorrect “Reference.map”, causing “Could not find file ‘/TempConvert.wsdl’” when adding or updating a Web Reference in Xamarin Studio * bxc#36183 - Since upgrading to Xamarin Android 6 get error error MSB3733: Input file “obj\Android\Debug\android\AndroidManifest.xml” cannot be opened * bxc#36192 - Error binding Socket to Loopback * bxc#36388 - Application settings produce extra XML headers during saving * bxc#36401 - [XM 2.4] “System.Configuration.ConfigurationErrorsException: Failed to load configuration section for dataContractSerializer” when using ChannelFactory with the “Xamarin.Mac .NET 4.5 Framework” * bxc#36723 - [iOS][llvm/thumb] Linksdk “Linker_RuntimeWrappedException” test crash on iOS device with master build * Assertion at ../../../../../mono/mono/mini/aot-runtime.c:4733, condition `plt_entry’ not met * bxc#36786 - Dictionary constructed with StringComparer.OrdinalIgnoreCase malfunctions if culture is changed after adding values * bxc#36829 - XmlSerializer does not support subclasses when serializing sequences of items * bxc#36852 - Update to latest Xamarin.Android (6.0.0.34) causes random application crashes with no information * bxc#36988 - stderr is not redirected correctly * bxc#37116 - [iOS] Application.Current.Properties does not persist on iOS with Forms * bxc#37246 - [tvOS]System test failure on device * bxc#37414 - Environment.Is64BitOperatingSystem returns false on OS X * bxc#37582 - Latest master crashes when trying to set breakpoint on async anonymous method * bxc#37583 - MAJOR performance decrease between 4.0.5.1 and 4.2.1 * bxc#37681 - Fails to parse negative integers with Hebrew region set * bxc#37695 - Delegate references an overridden method in derived class misbehaves when marshalled as a parameter to native C function. * bxc#37732 - [iOS] HttpWebRequestTest.NtlmAuthentication failed on iOS device with mono 4.3.2 * bxc#37801 - C * bxc# 6: Compiler crashed with code: 1 - FATAL UNHANDLED EXCEPTION * bxc#37834 - GetFileAttributes does not return FileAttributes.ReadOnly for locked file on OSX * bxc#37848 - CultureInfo.GetCultureInfo(0) should throw ArgumentOutOfRangeException instead of CultureNotFoundException * bxc#37886 - mcs 4.2.2 generates bad IL when string-interpolating a dynamic object * bxc#37891 - System.Net.Configuration/SmtpSection.cs missing ‘deliveryFormat’ * bxc#38012 - Using Task’s under memory pressure leads to unexpected crashes inside the TPL on iOS * bxc#38025 - The debugger now steps and breaks correctly when stepping into, over or out of a function which recursively calls itself. * bxc#38145 - [XI]watchOS unit test fails to build with MT5210: Native linking failed * bxc#38161 - instability/crash when using DateTime under cpu load * bxc#38222 - Mono crashes if accessing attribute from missing reference .dll * bxc#38223 - missing package in arm64 build * bxc#38250 - Stack Corruption in mono involving tailcalls (where code is fine on Windows) * bxc#38322 - HttpListenerRequest.IsLocal isn’t good enough * bxc#38331 - No longer able to run unit test project from command line via ‘mono nunit-console.exe’ * bxc#38379 - Byte enums fail to compare correctly on 64 bit iOS devices when using the LLVM compiler * bxc#38382 - New bcltest failure in AsyncTaskMethodBuilderTest.CallContextFlow * bxc#38392 - Seeing new consistent test-bcl crash on new Marshmallow devices after switching to mono 4.3.2 * bxc#38408 - Error disposing of Filestream when leaving using statement * bxc#38525 - kill -QUIT produces a very broken stacktrace * bxc#38553 - FileVersionInfo.ProductVersion is not populated from AssemblyVersion * bxc#38599 - Regression: SynchronizationContext.Current returns wrong value in delegate run by SynchronizationContext.Send. * bxc#38600 - mkbundle Doesn’t support assemblies with spaces in their names * bxc#38614 - Form creation fails when System.Windows.Forms.XplatUIWin32 was initialized from thread which is already finished * bxc#38638 - Getting build error “Error initializing task XmlPeek: Not registered task XmlPeek” * bxc#38666 - Review (and fix) uses of mono_msec_ticks * bxc#38703 - Linq.Expression when assigned from a lambda exression aren’t constructed correctly * bxc#38712 - Mono 4.3 Cryptography.ProtectedData fails to decrypt data from Mono 4.2 * bxc#38796 - FileInfo.ToString misbehaving after MoveTo * bxc#38818 - linked apps with Java.Interop.dll crash on device * bxc#38825 - mono_image_open() does not check header anymore * bxc#38933 - CryptographicException from ProtectedData in multi-threaded execution * bxc#38992 - error CS1009: Unrecognized escape sequence ‘_’ in $@ String * bxc#39042 - appdomain-unload.exe sometimes hangs in CI * bxc#39077 - AppDomain.CurrentDomain.UnhandledException prevents exceptions in ThreadPool from crashing the application * bxc#39153 - return wrong value if async/await used in finally block * bxc#39200 - Console app crashes with 4.4.0, assertion * bxc#39266 - C * bxc#6 null conditional operator does not appear to work with async when using mono/xbuild * bxc#39279 - Thread pool sizes are incorrect on linux when processor affinity is set, which complicates running mono applications in docker containers * bxc#39282 - [System.IO.Compression] issues with ZipArchiveEntry streams * bxc#39305 - [iOS]Signal Current failure in mscorlib tests * bxc#39347 - Assertion when passing delegate of icall method to p/invoke * bxc#39420 - [iOS]mini test failures when Armv7s+LLVM is enabled in release config * bxc#39455 - Nameof operator doesn’t handle sub-expressions * bxc#39459 - Corrupted async result when returning new struct directly * bxc#39528 - [iOS] [Private] Assertion: should not be reached at tramp-arm64-gsharedvt.c:78 * bxc#39568 - Unmanaged crash: icall.c:5484: Could not resolve type with token 01000008 assembly:System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 type:System.IdentityModel.Tokens.IssuerTokenResolver member: * bxc#39569 - Validation of ETag by HttpHeaders.Add is too strict * bxc#39574 - Compilattion Error CS0842 thrown on Expression Body getter property with explicit StructLayout * bxc#39631 - PPDB support fails to load any pdb when verifier is involved * bxc#39644 - * Assertion at image.c:512, condition `image->heap_guid.size >= 16’ not met * bxc#39669 - When using XML configuration files, a broader set of configuration section types is now available, including System.Configuration.DictionarySectionHandler. * bxc#39715 - ppdb support causes crash at shutdown * bxc#39746 - Assertion at method-to-ir.c:11652 when using mono master/ca7b692f4 and nuget * bxc#39824 - Exceptions can now be serialized using SerializeObjectState. * bxc#39866 - Await + finally produces exe that causes InvalidProgramException on Windows * bxc#39911 - System.Reflection.Emit.DerivedType isn’t an IReflectableType so GetTypeInfo throws * bxc#40040 - * Assertion: should not be reached at mini.c:4403 * bxc#40060 - System.TypeSpec.Parse cannot parse generics + anonymous type name * bxc#40088 - Call in lamda of static method with dynamic parameter fails in constructor argument * bxc#40108 - ConditionalWeakTable collects values when the key is kept alive as toggle-ref * bxc#40144 - checking for __sync_bool_compare_and_swap… no * bxc#40175 - Runtime crashes on ‘-v –version’ * bxc#40187 - System.IO.Directory.CreateDirectory on Linux does not handle /.. in the path * bxc#40239 - SIGSEGV 27408 repro * bxc#40368 - Setting FileInfo.LastWriteTime has different results with mono32 and mono64 * bxc#40462 - [ios] FileStreamTest.OpenCharDeviceRepeatedly(mscorlib) failure in ios device * bxc#40493 - Invalid IL when using ?. operator on a Func parameter in a generic function when T is unconstrained * bxc#40536 - Compiler crash when attaching an event of a templated delegate with wrong template type * bxc#40568 - Runtime crashing on System.Enum.GetValues on char enums with F * bxc# * bxc#40570 - [tvos]Crypto test failures (linksdk) due to secure channel fialure on AppleTV * bxc#40574 - [iOS tvOS]SystemRuntimeSerialization test failure with master build * bxc#40603 - Mono can’t parse Date in DB wich is in format: “2016-02-04 10:39:11Z” * bxc#40624 - mscorlib tests fails on master * bxc#40643 - Process leaking handles leads to “too many open files” * bxc#40646 - Oid and FriendlyName for sha384 * bxc#40697 - Some NumberFormat have wrong GroupSeparator * bxc#40758 - [Regression] Remoting instance is not proxied * bxc#40860 - MT2001 Could not link assemblies Value does not fall within the expected range * bxc#40886 - pdb is always prefered over mdb * bxc#40899 - InvalidCastException using AppleTLS * bxc#40916 - [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue * bxc#40945 - NREX when modifying project/solution properties * bxc#40953 - Bad performance using TypeBuilder * bxc#41035 - DataViewTest2.DataView_ListChangedEventTest occasionally fails with llvm+sgen * bxc#41052 - fsharp build from source fails * bxc#41128 - System.Text.Encoding.Default behaviour change * bxc#41171 - System.Drawing.Imaging.PngCodecTest.Bitmap2bit* tests fail on Linux ARM64 * bxc#41224 - HttpClientHandler.UseProxy = false setting is ignored. * bxc#41264 - [iOS]System “Socket” tests fails on devices with System.ObjectDisposedException * bxc#41280 - System.MethodAccessException is thrown from wrong frame * bxc#41290 - Behavior change of ServicePointManager.ServerCertificateValidationCallback’s SslPolicyErrors result for untrusted CA certificates * bxc#41393 - [WatchOS 2] Incorrect calling convention for P/Invokes taking structures * bxc#41431 - [aot] Build fails due to ‘Sgen STW requires a working mono-context’ error * bxc#41492 - DateTimeOffset.ToLocalTime() throwing erroneous error * bxc#41509 - DLR crashes when trying to convert a object to null. * bxc#41530 - [iOS]TimerTest failing randomly on devices * bxc#41552 - HttpResponseMessage does not support multiple Links header entries * bxc#41564 - XmlSerializer duplicate key bug * bxc#41575 - A Method That Accepts a FormattableString Object Is Not Called * bxc#41602 - Compiler fails to recognize Indexer * bxc#41616 - Mono 4.4.0 crashes when using Socket.ConnectAsync to a unix domain socket if the path doesn’t exist * bxc#41644 - Shutdown deadlock for mono 4.5.1/master with Xamarin Studio * bxc#41667 - new DateTime().ToLocalTime() results in an exception * bxc#41671 - [iOS]HttpListenerRequestTest.HttpRequestIsLocal fails on deivce * bxc#41724 - [iOS]monotouch-test unified fails to build with error ambiguous call error * bxc#41747 - [iOS] System.Core test-watchOS crash on device * bxc#41775 - Zip version needed to extract not correct in System.IO.Compression * bxc#41782 - [Cycle 7] “System.Net.WebException: Error: NameResolutionFailure” when attempting web requests with certain raw IP addresses * bxc#41786 - Mono is broken when building with the macOS 10.12 SDK * bxc#41833 - [SGEN?] XS crashed. error: * Assertion at gc.c:867, condition `finalizer_thread_exited’ not met * bxc#41874 - Reflection throws AmbiguousMatchException when calling GetProperty on a class that inherits from a generic base class. * bxc#41897 - NotSupportedException thrown from IPInterfaceProperties.UnicastAddresses * bxc#41947 - [iOS]Could not AOT assembly error on building System.Numerics with Release config * bxc#41956 - [watchOS] [LLVM] Incorrect codegen/optimizations * bxc#41961 - [watchOS] [LLVM] Exceptions in Delegate.BeginInvoke callbacks are not handled on the threadpool thread, causing process to exit due to unhandled exception * bxc#41979 - CodeDom cannot call mcs because of invalid encoding configuration * bxc#42057 - error CS0121: The call is ambiguous * bxc#42169 - (managed_alloc) Fatal: Managed allocator missing for (mkbundle) in Mono 4.4.X * bxc#42191 - sdb deadlocks all the time while XS debugs XS * bxc#42198 - error CS0529: Inherited interface causes a cycle in the interface hierarchy. * bxc#42219 - [System.IO.Compression] Cannot create ZipArchive with duplicate entries with same name * bxc#42224 - Compiler crashed with code: 1, “Await yields with non-empty stack” from AssertEmptyStack () * bxc#42274 - System.IO.Compression.ZipArchive vs System.Xml.XmlReader * bxc#42408 - WebClient.DownloadString returns 401 Unauthorized when using Basic authentication * bxc#42410 - String Interpolation available even when langversion < 6 * bxc#42413 - Volatile fields don’t enforce acquire - release semantics like Volatile.Read() and Volatile.Write() * bxc#42584 - InternalError / Crash when using System.Net.Http and PCL library * bxc#42585 - Switch fall-through not rejected * bxc#42606 - [Regression] Compact seq point enabled by default causes 100% CPU usage * bxc#42611 - wrong compiler error when using IEnumerable.Sum * bxc#42625 - coop: crash with watchos system tests * bxc#42688 - Can’t wait for more than 429496 ms (429s) * bxc#42702 - Unnecessary dependency checks * bxc#42750 - Deploying an iOS app to iPhone 6S crashes when a breakpoint is set * bxc#42864 - [Cycle 7] “System.Net.WebException: Error: NameResolutionFailure” on second web request to certain raw IP addresses with HttpClient * bxc#42887 - Encoding iso-8859-1 throws IndexOutOfRangeException for Unicode surrogate pairs * bxc#42938 - Can’t build netstandard PCL library with xbuild * bxc#43032 - System.Uri cannot parse url with underscore at start * bxc#43099 - [watchOS] Cannot enter GC safe region if the thread is not attached * bxc#43265 - Inconsistency in Compilation of Async Code Compared to MSFT Compilers * bxc#43291 - Runtime crash at reflection.c:mono_custom_attrs_construct_by_type while calling GetCustomAttributes for a proxy class * bxc#43357 - WCSessionReplyHandler crashes WatchKit app * bxc#43400 - “using static” dependent on compile order * bxc#43471 - pragma warning disable still shows warnings in “Errors” pad * bxc#43512 - TimeZoneInfo.ConvertTimeBySystemTimeZoneId ArgumentException * bxc#43636 - [Cycle 8] “Index was out of range. Must be non-negative and less than the size of the collection” in System.Collections.Generic.List1[T].set_Item()` when attempting to compile certain C * bxc# code involving tasks, async/await, and try/catch/finally * bxc#43645 - Items and properties not emitted for up to date targets * bxc#43718 - mcs crashes when unable to resolve type inside lambda using the ‘as’ operator - drop libgdiplus0-un-devel.patch (included upstream)- Update to mono 4.4.2.11, service release 4.4 SR1. Bugfixes since v4.4.1.0: * bxc#30686 - ZipArchive ctor throws InvalidDataException for WebConnectionStream * bxc#34498 - AOT task fails if project path has a space in it * bxc#39100 - ‘library not loaded’ error when using embedded mono * bxc#39282 - [System.IO.Compression] issues with ZipArchiveEntry streams * bxc#40916 - [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue * bxc#41264 - System “Socket” tests fails on devices with System.ObjectDisposedException * bxc#41290 - Behavior change of ServicePointManager.ServerCertificateValidationCallback’s SslPolicyErrors result for untrusted CA certificates * bxc#41530 - [iOS]TimerTest failing randomly on devices * bxc#41979 - CodeDom cannot call mcs because of invalid encoding configuration * bxc#42219 - [System.IO.Compression] Cannot create ZipArchive with duplicate entries with same name * bxc#42274 - System.IO.Compression.ZipArchive vs System.Xml.XmlReader * bxc#42688 - Can’t wait for more than 429496 ms (429s)- Update to mono 4.4.1.0, service release 4.4 SR0. Bugfixes since v4.4.0.182: * bxc#41775 - Zip version needed to extract not correct in System.IO.Compression * bxc#41782 - [Cycle 7] "System.Net.WebException: Error: NameResolutionFailure" when attempting web requests with certain raw IP addresses * bxc#41874 - Reflection throws AmbiguousMatchException when calling GetProperty on a class that inherits from a generic base class.- Added mono-config-fix-monoposixhelper-libdir.patch to fix incorrect substitution of $mono_libdir (only for libMonoPosixHelper.so) in mono config file: * Fix incorrect replacement of $mono_libdir in config file for libMonoPosixHelper native library, when system libdir (/usr/lib64 on x86_64 builds) differs from mono install dir (/usr/lib)- Update to mono 4.4.0.182, new major release v4.4. Short changelog since v4.2: * Class Libraries now tracking .NET 4.6.1 APIs, folder structure is updated. Support for older APIs via reference assemblies * WCF: WebHttpBinding must use http scheme in case when SecurityMode == WebHttpSecurityMode.TransportCredentialOnly * Embedding API: mini_parse_debug_option allows embedders to set debug options programatically, without going through the MONO_DEBUG environment variable. * Unmanaged Thin Locks: improved performance for locks and thin locks in some cases, decrease in performance for the case of repetitive nesting of a lock * libmono now defaults to SGen * FullAOT: Generic Value Type Sharing improvements * Cooperative Mode for SGen GC by using MONO_ENABLE_COOP environment variable * Thread Priority Setting: Implement a SetPriority/GetPriority facility for real-time threads * Other improvements to garbage collector: concurrent capabilities, lock-free GC handles, performance and memory optimizations * Profiler: annotate GC roots, so the profiler can get better visibility into the nature of objects that keep objects alive * Threadpool: no longer using the sparse array for the threadpool, as for many thread it would slow down some operations * Debugger: the soft debugger now allows nested invocations to take place * PowerPC: the PowerPC backend has been updated to support big endian systems * C# Compiler: null operator (?.) has been implemented for dynamic expressions * Named events and semaphores: the support for sharing named events/semaphores etc. between processes (MONO_ENABLE_SHM) has been removed. Use Mono.Posix instead * Reflection: major upgrade to Reflection APIs for Roslyn support * Tools updated: csharp, mdoc, mkbundle, xbuild More information at: http://www.mono-project.com/docs/about-mono/releases/4.4.0 - Packaging changes: * spec file updated according to upstream srcrpm * removed upstreamed patches: mono-nunit-default-runtime-4.5.patch, strncat-process-c.patch, mono-un-revoke-fix-in-BNC-144655.patch * removed PPC patches: ppc_instruction_length_of_atomic_add_i4_is_28.patch, fix_atomic_add_i4_support_for_32bit_ppc.patch, basic_changes_powerpc_be.patch, ppc_add_monocontext_and_async_callback.patch, fix_passing_struct_parms_per_elf_abiv2.patch, update_elf_abiv2_testcases.patch, partial_sharing_false_4_powerpc.patch, fix_exception_when_reading_from_timezone_file.patch * fix incorrect requires for libmono-2_0-devel package: it should require libmonosgen-2_0-devel when building with %{sgen} flag enabled, fix broken symlinks to libmonosgen lib- added find-deps-fix.patch: remove libmono library check from mono-find-requires and mono-find-provides scrits to fix custom dependencies generator in other mono packages (that invoke this scripts directly) - added missing provide-dependencies from /usr/lib/mono/4.5/Facades dir (that was removed at Nov 17 2015 changes) - added System.Transactions and System.Configuration.Install provide-dependencies to mono-devel- update to 4.2.3.4 (service release), bugfixes: * bxc#36116 - [System.Web.Services] Unix paths fix * bxc#37079 - [jit] Fix the support for gshared types in mini_emit_initobj () * bxc#37273 - [llvm] Disable support for nested clauses. * bxc#38012 - [sgen] Fix register scanning on ARM * bxc#37846 - [jit] Fix the reference type detection for Volatile:Read/Write () - remove outdated authors.patch as it was removed on purpose https://github.com/mono/mono/commit/b39e7e9d78938362417b2c966d204da60952c7b4- update to 4.2.2.30 (maintenance release) bug fixes: C# Compiler * bxc#33341 - Set null operator barrier between invocation instance and its arguments Class Libraries * bxc#35857 - [System.Data] Implement CommandBehavior.SequentialAccess support for GetValues method * bxc#28693 - [System] Remove arbitrary debugging limit from FileSystemWatcher on OSX * bxc#36003 - [corlib] Invalid DateTime format for Finnish and DateTime parser not supporting same separator for date and time (edit) * bxc#37171 - [System.Runtime.Serialization] XmlObjectSerializer: fix ISerializable * [System.Runtime.Serialization] Static serializer calls directly into internal APIs to fix 4.2.1 * [corlib] Fix multicast delegate remove behavior * [corlib] Fix multicast Method property * [System.XML] Fix endless recursion in XmlCompiledTransform on mobile Runtime * bxc#35828 - [runtime] Fix Thread.CurrentThread in non-root appdomains by setting the tls slot in start_wrapper, otherwise Thread.CurrentThread would create a new Thread object so there would be two * bxc#20186 - [runtime] Make sure ptr-to-structure and structure-and-ptr wrappers are unique, this is needed by full aot * bxc#36292 - [jit] Avoid a verification error in gsharedvt code with ldarga + gshared types * bxc#36256 - [aot] Cache inflated methods loaded from aot images to avoid repeating an expensive search * bxc#35545 - [runtime] Implement native-to-managed marshalling of byref delegate arguments * bxc#36383 - [gsharedvt] Fix support for constrained calls on interfaces. * bxc#36566 - [jit] Increase the buffer size used by the dyncall data structures to 512. * threadpool] Fix get min and available threads icalls. * [verifier] Fix the verifiers to handle Roslyn style fixed blocks. Garbage Collector * Multiple fixes for rare crashes in sgen: * Fix marking of cards on 64bit * Don’t hardcode the nursery size in aot write barriers * Fix race between block allocation and concurrent sweep * Make sure we scan aligned memory regions Profiler * Avoid a crash at shutdown by installing the assembly unload hook for the ‘start_unload’ event instead of the ‘end_un- update to 4.2.1.124: * Bugfixes- add libgdiplus0-un-devel.patch to fix boo#944754- retrieve from upstream all ppc patches not yet in 4.2.1 tarball ppc_instruction_length_of_atomic_add_i4_is_28.patch fix_atomic_add_i4_support_for_32bit_ppc.patch basic_changes_powerpc_be.patch (already done yesterday) ppc_add_monocontext_and_async_callback.patch fix_passing_struct_parms_per_elf_abiv2.patch update_elf_abiv2_testcases.patch partial_sharing_false_4_powerpc.patch fix_exception_when_reading_from_timezone_file.patch- new basic_changes_powerpc_be.patch to build ppc64 archi and disable ppc build that still segfault.- Update to version 4.2.1.102: * More adoption of Microsoft's open source code * Support for PPDB debugging format * New threadpool implementation * Runtime optimizations * Extensive bug fixing (see http://www.mono-project.com/docs/about-mono/releases/4.2.0 for complete list) - Temporary fixes for old incorrect dependencies. See this link for more details: https://github.com/mono/mono/commit/1f4133a06f252ec1b78637dd91e49f50836cf570 - Added authors.patch to fix missing authors file - Added strncat-process-c.patch - fix insecure use of strncat at process.c:383 to fix OBS build - Added mono-un-revoke-fix-in-BNC-144655.patch - fix BNC#144655 - Various packaging fixes- Update to version 4.0.5.1, Bugfixes: #34345, #33585, #34470- Update to version 4.0.4.1, Bugfixes: #31582, #30868, #28777, #30043, #31060, #30276, #30869 - Dropped mono-bug-28777.patch- Update to version 4.0.3.20, Bugfixes: * bxc#28600: Some LLVM artifacts are being written to the base project dir rather than obj/$Config/ * bxc#26205: System.IO.Package.LoadRelationships throws null reference for some NuGet packages with PCLs generated on Windows * bxc#30868: ObjectDisposedException in mono 4.0.1.28, but not mono 3.12.1 * bxc#31582: iOS -O=float32 fails for some operations on ARM7 * bxc#30043: Disposing a FileSystemWatcher object causes ArgumentOutOfRangeException * bxc#31060: F# sprintf AOT bug happens still now - Dropped unnecessary mono-3.x-keyboards.resources-cp_r.patch- Update to version 4.0.2.5:- Update to version 4.0.2.4:- Update to version 4.0.1.44: * fixed bug: 30171 - Removed mono-bug-30171.patch (fix included in 4.0.1.44 release)- Update to version 4.0.1.43: * fixed bugs: 29459, 29898, 29667, 28557, 29177, 28847, 28209, 26998, 29039 and more * fixes in mono profiler - Add mono-bug-30171.patch to fix BinaryReader bug with Unicode encoding - Removed amd64-tramp-size.patch (fix included in 4.0.1.43 release)- Add mono-bug-28777.patch to fix a DeflateStream bug, should fix KeePass problems- Update to version 4.0.1 * Adoption of Microsoft’s open source code * C# 6.0 * Floating point optimizations * Dropped support for the 2.0, 3.5 and 4.0 assemblies * Updated IKVM * Lighter Debugger overhead * Basic PowerPC64 LE support - Drop patches included by upstream: * X509Certificate-workaround.patch * gc-64bit-portability-warning.patch * 0001-ppc64le-fixes.patch - Drop mono-data-postgresql now maintained at www.npgsql.org - Add amd64-tramp-size.patch - Add gmcs redirect to still build legacy packages- Don't run parallel build. It is too fragile- Cleanup patch numbers - Rebase ppc64 patches based on upstream (commits are 173eaf1dfaf, 7e056cd346c, PR#1479) - 0001-ppc64le-fixes.patch bsc#923558 - drop mono-core-ppc64le-callreg.diff - drop mono-core-ppc64le-swr11r12.diff - mono-core-ppc64le.diff- add CVE IDs for 3.12.1 bsc#921312 release- Add timezone requires: Ensure that DateTime functionality is given when installing mono-core (e.g. System.DateTime.get_Now() needs access to this information).- update to 3.12.1 - security hotfix bsc#921312 * http://www.mono-project.com/news/2015/03/07/mono-tls-vulnerability/ CVE-2015-2318 CVE-2015-2319 CVE-2015-2320- add X509Certificate-workaround.patch which fixes bxc#21298- update 3.12.0 * Major performance and memory consumption improvements on SGen. * Improve the heuristic of the ThreadPool to maximize efficiency and minimize the number of Threads. * New cert-sync tool automatically syncs Mono’s certificate store against the OS certificate store on Linux * X86 code now generate pushless code. This is faster on modern CPUs. * Multiple fixes in the profiler to make statistical sampling reliable and functional without kernel assisted sampling. * Mono users no longer need to run mozroots to get SSL working. * Switched to adaptative hill climbing for sizing the pool. * The supervisor thread now goes into deep sleep when no new jobs are submitted for a while. This should save power on targets running on batteries. * Reorganized how major heap blocks are manipulated for increased efficiency of the major collection. * Reduced memory consumption by better sizing of allocation buckets. * Switched to a simpler heuristics for major heap sizing that is more stable and avoid unexpected spikes. * Removed the parallel collector, it was an experimental feature that did not provide an effective speedup. It will be brought back in the future with a functioning design. * Removed the fixed heap configuration, it was an experimental feature that did not deliver enough of a performance improvement. * Avoid asserts on shutdown when the appdomain unload callbacks are called on the debugger thread during shutdown. Fixes bxc#24342. * Fix the calculation of the epilog size for EH info. Fixes bxc#24577. * Fix a class initialization race which happens if a class initializer initializes a got slot before it finishes running. Fixes bxc#23242. * Fix OP_LOCALLOC on arm so it correctly adjusts sp with the param area size even if the size is large. Fixes bxc#24221. * Disable the extension of i8/i16 arguments to i32 on arm64, since the ios calling convention passes them differently than i32. Fixes bxc#22800. * Use NULLIFY_INS () to nullify instructions and use MONO_INST_NEW to create phi node instructions to avoid asserts in the spill pass. Fixes bxc#24006. * Rewrite the way direct calls are made between llvm methods. Previously all calls were made to plt entries and the plt entry symbols were aliased to point to the corresponding method if the method was directly callable using the .set assembler directive. This doesn’t seem to work with newer LLVM/CLANG versions, so do this completely on the LLVM side using Value::replaceAllUsesWith (). Fixes bxc#23976. * Make process handles non-shared. Fixes bxc#23423. * Fix the return of vtypes containing a single fp member from pinvoke methods on OS X/x86. Fixes bxc#23813. * Fix an SRE assert. Fixes bxc#19039. * Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a2 for calls made from NEWOBJ too. Fixes bxc#23557. * Make each CASTCLASS_CACHE patch unique by generating a unique identifier from the method index and an per-method counter. Fixes bxc#23478. * Disallow generic classes with explicit layout. Fixes bxc#23438. * Add an option to make debugger invokes virtual. Part of the fix for #23385. * Allow renaming of threadpool threads. Fixes bxc#23206. * Fix the unregistration of our exception handler on Windows. Fixes bxc#23221. * Make calls from gshared to gsharedvt sharable methods indirect since otherwise at runtime we might find an instantiation and we cannot patch the call, leading to performance problems. Fixes bxc#23021. * Allow the SIZEOF opcode in gsharedvt code if it doesn’t reference a gsharedvt type. Fixes bxc#22711. * Fix mono_marshal_free_ccw (). Fixes bxc#22414. * Fixes DbEnumerator current property to clone read data. Fixes bxc#24452 * Allow sending of text data longer than 4000 characters by using a different column type. Fixes bxc#21172. * Implement MonoGenericClass:GetCustomAttributes () for created types. Fixes bxc#23769. * Improved BlockingCollection.AddAny. Fixes bxc#22775. * Implement KnownTypes for DataContractJsonSerializer. Fixes bxc#23058 * HttpQSCollection.ToString now url encodes values. Fixes bxc#22557. * Call SetupRequestAsync only after ContentType changes. Fixes bxc19529. * Notify parent task when child task uses NotOnFaulted. Fixes bxc#23594 * Use TZ transitions when AdjustementRules are ignored. Fixes bxc#23170. * Timespan ticks formatting rewrite. Fixes bxc#23376 * Improved Json deserialization of floating-point numbers. When DataContractJsonSerializer was created from type object, deserialization of floating.point numbers was not possible. Fixes 21583. * Test Json deserialization of a floating-point number as object. Covers bxc#21583. * Rss20ItemFormatter.ReadFrom now sets Id when guid is PermaLink. Fixes bxc#23262. * fix bxc#23318 - XComment.ToString() accepts “invalid” values. * Uri made from UNIX path and RelativeOrAbsolute is now relative. Fixes bxc#22954. * UriParseComponents no longer decodes ‘@’ in UserInfo. Fixes bxc#23246. * Update en-NZ designators. Fixes bxc#22212 * Update to my last fix for bxc#22129. * Copy out/ref parameters on async call; bxc#22129. * If not specified assume that array items are nullable. Fixes bxc#19012. * Added optional serialization based on ShouldSerialize{V}. SerializationCodeGenerator and XmlSerializationWriterInterpreter will no longer serialize an attribute named {V} if its object has a method named ShouldSerialize{V}() that returns false. {V}Specified now is also checked to be true before serializating the attribute even if it is a property that is not settable. Fixes bxc#1852. * GMT DateTimeOffset is now properly parsed. Fixes bxc#22851. GMT date formats set useutc to true, so now useutc is checked to init DateTimeOffset with a zero offset. * Improved CalendricalCalculations fixed_from_dmy methods. Fixes bxc#21930. In some cases fixed_from_dmy is used with the month parameter greater than the number of months of that year. Year is now incremented until month parameter is valid. * Enumerate all subdirectories including the first one. Fixes bxc#22857 * Encode ContentDisposition name. Fixes bxc#18422 * When needed serialized objects are now implicitly converted. Fixes bxc#20403. * Fix ClientWebSocket.ReceiveAsync() with small buffer; bxc#22704. * Tokenize dash only in range values. Fixes bxc#22764 * Added time format with only offset. Fixes bxc#22558. * fix bxc#6512 (by Mikkel Kruse Johnsen) - don’t deserialize GET parameters. * Added support for UriComponents.SerializationInfoString. Fixes bxc#21571. * Unify handling of default ctor and zero. Fixes bxc#22591 * Make SendAsync state free to handle recursive calls. Fixes bxc#22724 * Actually fix #22179 to allow concurrent requests. * DateTime.Parse now handles unlimited number of fractional digits. This change was made because .NET can parse ISO8601 format with an unlimited number of fractional digits. Fixes bxc#22417. * Added test ISO8601FractionalDigits. Covers #22417. * Delay reflection hit to actual execution point. Workarounds #22522 * Update RequestMessage.RequestUri.AbsoluteUri after redirect. Fixes bxc#22383 * Catch exceptions thrown by SerialPortStream.Dispose () when called from the finalizer. Fixes bxc#15514 * KeyPairPersistence now tries to fix folder permissions. An exception is no longer thrown if the folder permissions can be fixed. Fixes bug bxc#19274. * A pointer-type may be used as the type of a volatile field. Fixes bxc#23770 * Correctly identify constant switch section when value match is not section start. Fixes bxc#23475 * Check for true/false user operators on unwrapped nullable type. Fixes bxc#23199 * More tweaks to conditional tokenizer. Fixes bxc#23319 * Populate inherited constraints member cache from types not only base types. Fixes bxc#23017 * Fix removing incomplete generic types from eval cache. Fixes bxc#22393 * Parsing of ternary expressions whose then condition is a lambda. Fixes bxc#22523 - add gc-64bit-portability-warning.patch- libmono-2_0-1 has a hard dependency on libmonoboehm-2_0-1, require it bnc#904460- fix build for factory x86_64 * add mono-3.x-keyboards.resources-cp_r.patch * resources/keyboards.resources exists on x86_64, so cp won't work should add -r argument - drop mono-core-target-4.0.patch * runtime 4.0 is no more, now mono-nunit should use 4.5 - add patch mono-nunit-default-runtime-4.5.patch * use runtime 4.5 for mono-nunit by defaultlamb09 1556922940  !"#$%&'()*+,-./2.4.8.02.4.8.02.4.8.02.4.8.02.4.8.02.4.8.02.4.8.02.4.8.02.4.8.05.10.1-lp151.2.595.10.1-lp151.2.595.10.1.47  nunit-consolenunit-console2nunit-console4nunit-console-runner.dllnunit-console.exenunit-console.exe.confignunit-console.pdbnunit.core.dllnunit.core.extensions.dllnunit.core.interfaces.dllnunit.framework.dllnunit.framework.extensions.dllnunit.mocks.dllnunit.util.dllnunit-console-runner2.4.8.0__96d09a1eb7f44a77nunit-console-runner.dllnunit-console-runner.pdbnunit.corenunit.core.extensions2.4.8.0__96d09a1eb7f44a77nunit.core.extensions.dllnunit.core.extensions.pdbnunit.core.interfaces2.4.8.0__96d09a1eb7f44a77nunit.core.interfaces.dllnunit.core.interfaces.pdb2.4.8.0__96d09a1eb7f44a77nunit.core.dllnunit.core.pdbnunit.frameworknunit.framework.extensions2.4.8.0__96d09a1eb7f44a77nunit.framework.extensions.dllnunit.framework.extensions.pdb2.4.8.0__96d09a1eb7f44a77nunit.framework.dllnunit.framework.pdbnunit.mocks2.4.8.0__96d09a1eb7f44a77nunit.mocks.dllnunit.mocks.pdbnunit.util2.4.8.0__96d09a1eb7f44a77nunit.util.dllnunit.util.pdbmono-nunit.pc/usr/bin//usr/lib/mono/4.5//usr/lib/mono/gac//usr/lib/mono/gac/nunit-console-runner//usr/lib/mono/gac/nunit-console-runner/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.core.extensions//usr/lib/mono/gac/nunit.core.extensions/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.core.interfaces//usr/lib/mono/gac/nunit.core.interfaces/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.core//usr/lib/mono/gac/nunit.core/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.framework.extensions//usr/lib/mono/gac/nunit.framework.extensions/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.framework//usr/lib/mono/gac/nunit.framework/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.mocks//usr/lib/mono/gac/nunit.mocks/2.4.8.0__96d09a1eb7f44a77//usr/lib/mono/gac/nunit.util//usr/lib/mono/gac/nunit.util/2.4.8.0__96d09a1eb7f44a77//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/767e0d4923909253d0ba576dbc8ea425-mono-corecpioxz5x86_64-suse-linuxPOSIX shell script, ASCII text executablePE32 executable (console) Intel 80386, Mono/.Net assembly, for MS WindowsXML 1.0 document, ASCII text, with CRLF line terminatorsdirectoryPE32 executable (DLL) (console) Intel 80386, Mono/.Net assembly, for MS Windowspkgconfig fileugS©nutf-81f429e5d7f09ee4cfddc03a6773511ce4be675dcaf4e4b71063fa2980ef7b077?P7zXZ !t/] csh ñ{Ń ڵi `cl7 Q&HսOq+VKK7/mhR4*~X8Ȧq}nJj9'O6h}niIr*\yt ?eh0 dM+՛8kO&cPѹlHo?oS4AB%=3/ MBξG `8dA+& ?.ơ^$P֧i4"ojvQkp܅>;gV0ԽʘIi֌+d?y`vSסwD-=qQX9TLk ~T~èlu'\e~~ӿ;/53jN4h۶y9CrHZ"siذ&%abkPV6\ Tsl״B)nzm?5=45tJ2:1wW(붍!4V)/5B.Td&7E]u._>&%=(ۦ/~1k>hwX& Sc+'0nAI }ȒNŸۣM0m/24gxY߆mQ>s=,ɹU ^y _Iݴ6CA侣/^Ⅶ&Ħ+~9 ~^{LDЈeDA!-̳*ZYwFELdVXu J;sYƽ;77WzS?ؘ1iBCLҜpNE@4RxAp;KCPq`NqiT"%Pdcwqw:P1pF+E\v(4JTh1m.~2}P&+/T `>0#ų'QXYžmah2w85r!/'9;R~.IdECx\:2\D}̅e?/|MtK#KeGHQq$f ԣ͒²j=r7޷d; j3>~(z)TEJJT[f0"t9˛z#$үsoJ\fBvsZԴ̀}(*ּR4G :UU})IO ߍf q̺:q{L;m>g|MBJ>)Z%N"{LVsF/I4Cl}v"6$:q̻͵Q,:&>SP4K~6C4uٙ }('9-׃ {59-kNk"'R>9(ZnSHu!8- *gjq<ʱI$Ptu\nrFEI!_%SNB1.:GI!!jx$sfN)@I7J N N4X2i_kmLᐧ׊0[+2w59V;H+tU%Ysݵ⫝̸g~wq7l\Тp(-"1fpqKg4U<~UvZ_[3dۥ*}CEU@kk$kJ, 2ʜ[bWT8}{AԘ'8`Y'comkQ85u9`7c"'4n62aޒz?4uu7,⛃[5Z9ޓ{'AE 425_~(2yw-M\hB,S=vH)Sp5?A C@\ِ:؁ OYご#J*"#ecuցBWx4)62*vT%X ?7wcw J (مvVjtoׇbS*RBS]מn e~[bOr9[f&J ^xXǞi-iTky:Tk"|'Uȃ `wlֳK^&Rn*KNŁ!`t0|dd|38>:NYMLJkab,vn7ėE4! 8imGi&-Ӷ`Bh&.- v5@z*]F/2t]^AxnIe)!`"ʕas xmԭ014 =WE,ii̝hW VhA"e( v ERJfsƴPZCH{ =m؂6( "+f׾Qif~S)$ g>=JH+s[4$UY ;ܠY9@2 $!s#}*E8a:k]d"9|}*$ (3Ŗ~caq/hˮv|ZwVT@a'=t^>`S$+s\ߘr΀Ze\a){_#:KD[pԹ338G)O'Ϙ&&˵>ˆH 1] .D-oA I R4%P̠!P!ysϧWoCvY@T Z~r:^NԐ*ST({C’ ܳLZm+ XsT!CQ62 Q[ir Xf&jkG(3ɚN VnÄx]JԎz9#p+865xō3{u;"_^qcŧ{(OevII6mFg8=Z0ʃ: ~Ǡ<%2H: c4ʈ"+!KCͤ=PWƧ. >nifndD/6ʮ'U'|?CVΆl}nz$fO=S$_O~V))^NUgm3a0 YZq(LnHo5OlЋs6Gʈ!"ܴeNqn~;fw>z0yc[{2 Gї6rcz-kPBPe@1%\~IQJP$l,+Q}Sq#m𒩒eۯ8˼CuM7=W_NXƔr_.3Ok%el^Ű:$a߬|aۣ[P*/]M4g2wnH]?82)~f,% @̱cɓ~”Euf&9WwZ*Я3"2|'lV~d5M"`$Qk~A;f`A!KH@a#n^&/ wSJ5dwj2T/VR[W$\GoxBeO.xXESSE,n9U9Ll2nB(1v_miFoX[5,LD¼)ׇyr;4S+m&;I @ v#%y1Ӕ/A,\&K:m09AzdžGgskI13@Y]'+gK#gYm*d7xՂ%K:P*f`?߀8򏤢M;R OPsɲW/MeֶlhXmĭwXřʅ8 \h8gCl|eAΜۄꢸ~kmh{kXR,0/&19y^M:b &iA6 v40Qk%?hښ.o,1rSżrkE0F*x3<DenD(̍ ~?ک"gvYocMa!Ñ2 J)X>(Sx+kpRxBxxJN3ini'E v~^> c0bp Tg ̊ Eco߱@7,<% UHmE1ӂ0~BTM8 ȭwYhmi8R G9석:)O s9TSMذ[Tk! JP@U6w:۩ޕ˷06,g j@'ޣsNyp C 8Z.4+7讆 } : _L7`^ "# f^ycA}E ]P圱R+| (ThIgHm\ :ܟ~%ћ:4#C8ttdSWbO?r^ =$ ޿|(rO:\~i.Gؘ L㶀@qczu!e6ޑftjdε$>T94߀d4ʉ2/+jSq;#{㛍O¯s:q3Ni@kj~bDӋԛ+K4s$ǻi-/H+nNgJ.<XUa !侀70>UCƴ!>N} .Gh9][j}H5nJb__|#舃P4$QoՕДc 2@z+UJggt-٦}Y]LdHATtt :YH▅2FFT]rm! _5:/R_w/+lSVfX{w0~J̳m` iqLVUn#.1\0u䗔<:I7dSvm?*ЬP4&-a#h')5YTsI 8*ذcrpϏWFݓgh5NsyV{! oIWݘGJ&7aQǮǭb l|qn".̩4 Wޮ~ӿz3mЕ'y)vP7 6Zn# sײɛvj[Qӷ_4ÑYww0";M~/dX "7_;4"̄LVTt>r/8A'[vKVG42)VT$# siykqӿuRzDL^/d~%pyn8 C! 1 $J6:er t]Uo=}[aNuR-A:&xFF V}ŌZW DLQ}cPݔ\wHqn(pQA$5qA,r6PK3cVQɘym}sq!CӍ>|9h+Q~@0 {_'\|+ 7SZn;8|kNkܺn4DB}ky=xcNFmK޸M OK'=V];M2MmC97 A|.k % beW;BK>QWn(+q>0{h짡xIjܥ+_X=i=0<sr`(ON ,4UsкDeɲ\<'sAy{a[c'#Mk(DMZIT q!;{|B !Y0( Yn#=/$2B[s~|_wwj8m6̒@k(6Wh5|1xY~qM_fA rlb{gYGAR:p,o^\ICpɮ3l`tgWwE_g.^p2D/ḔyP?O/q U!=ڰ[v @w?۴s|@ vAGN['zIaTPc?p>`4u M;jlCs,3"|B]cxJ'‡MpIF®$5'8IG5vejq{4j())}DkS6}`wZ:v 6J{pfv(sF'KPDUL³F5, L_޸k:/8ÙN9ahpTÎ6L!&; Zde'5 yq7{JXs]bMy08iLǛ0fUX oOn&P gM'V=YA + 5ZI &5< uFQ  ;\|Ɖ:3H_&~bRUvRSj>G@6e`1ߗ0pT"h++Ӕ7heE(/{ qU7r<h=Ɋ96;#+Lis@ yP0ҀSYķ _Տ\xx'cFVWSD?A)-kpUsXt_$>Bzcrb}x>ï!=P6:"V-&[FRYFYG8<JG4Be:4ϤB.,rʎŶMe'j0݉ +C:W Xggǻ zd*L3 A #pӘZVGw53+gAP-vCRIP|J(U~3Υ%_9>ԝ/0=D vS]25ryʧ.ۼ͊ /.;$ݡ;`HL$mRrȐ_ x*cBKfwws%^q NMԟwvm3RR>FLSw[~FCtIzx`0 CwEPHaoz0S*L!JcnXu;̼#&9j:^K+lU ucv]f2& 偩e+1id*}|TBNxMi/s`KZnZi ?glٰOx^ҭow;(pw6-oʜoo.|(;^V *\t$`5G_D:39Ni#D\Y(0R_B69)tjg>agZ_K.DZd!׷6˖֑ UqtҚ:l:HKcm"Iײ2LeͲ'QJ=:h8O?Kze'|m22V-wf!m+I둘3'P`.ӵ0پOP@/&ߠy;Ci q 'kexE[Vl&;D_ 7Q gXdcX7 A.~bFgeSKԥEЖ!$j)/.e1D[<5+LY!%Uj]Z2 -FhGg x H%(Ev8).'t!]Q2;0m]%]o`*.j( AROCf]?3@.P&l5O<3I`:j kl⁒tc) - {Ve 뱊чf.f E޾y%8( ?!rg[B{u#MZJ!VOX3* p |ȑ|}1-Q{5B/㡱[;6Ga`|b2ڍܗgyU~“2 ;1CjYc>_c2E,& [MOj%T%# яHM8xAO0'FUskyzh ogaioև"(`xV}- y% _`zkCR5v%O";8A  @]`.S%Bg1=v(g6p"80Vu ]6fUiZE.IvَT kz&:jcE/Kgڹ+ׇ%1dĕE8xs(Q +F39~o1I ^CSW1슰e1MUʾ;`J^ <0l5QJ+nyGlK6P:dj6ޟaGA.FӦyaX xxSK5XXE8up%Z^[M(: e=Vh+U޷Vx[}Eͣhbt眳S,U;&%[gWM0]bN)N㦣3C?EʻW h49:IQS/1`f)7ˆl_td^?EB~Gd+1G/kYfvXhPjwg\< X6z=x1=E=RB߁o<ي+ݛ&m]c)os_DαIA}|_%JoMt\K]4[YkL]hk#mkAtܧߝ7fguC ~Bwz/Qn*xn)H~St5&"{ڲc(X2f@]ʶe C < 4M9uG.ɢvR$'luhz,v0BL T,wS$NX 0,Kb)c=H"P/y2| 8[N Ie8l+{-Mkj?T>GX/Qi l/;rS w aj?_F{Z䏚hKU z>[»C%? L&݅A$}nBD3~9oMb-5uǛEw]d&(R.Lgh{OJ`y|6ݙW&]nG:'$oV%dZyh^e7-}tO1٤iA9ͨ'($;$HҽEku$4hޓo%g_jqÁ1lU[h_O>mpNSkGS\زqKɫ/qb0z8rA+;^k rh*ƣ-Z'F6h/T$AWJOtg'*#..[:] h3bYUEt"y_t9Й:yU!MK*. 'B&F-߹%J2 VOK6%?8)h Ҝ>14/9ݤ6:`2- z.@\Yld0N i67N^āR/ 0?>LJή[џ*{nOUE~BEkֈ5u/#k !ĭW:TS\s^ΆX%9iK݌Uxб\A}d/=hS!U}w]5*t^30BΘ{(r6;6‡|WF4E\t-{˕ b0/C,ȉ_#rNضi堈IgQqϗUx8ˆB U攘g2{41/;QR{︸IIhx?L/u7ھ d'{͋х 8@Nk0 3$dU&RBM~dz[3lz}Xs _1쳥AS"16_8N.mGrzCŘ'zg0 _U-XЅ C/6d~jD?Fht'T4HIeU/3c6UPd^o].Cq&Z  "ڄni~2->?/!ݓCzK*RҎH,{0\h~P7ܟ=WXWW`CdhCbPK5f/% άNA+O\CKc`07KOdW2ʔÞN1'{$:B (h] Lk w{yQJzEĤFvvgCH"xb8 3&79IOqx 4/HCGL)QlVőiclaO,.% z2TS5j{Cט*:q0umc3NNZӓw7_IÏũh&y. HuY_/&z\UC[C9AAfN2^dBcËY/La+uz〿˷#1`PCK$va&*fdz:w,?;dU"pj f4|܂>)@9YMe:oQiya$s-? Xݲ/'[QnV[(RNMD@Hz0RMk<$/Ke <m91>a>[vdkX_)#6[1-tiNp]k"pc 2hJGRCĦ‍k:`op U7`7umQ0QS9E&)4G\"f}>U?lD_3u-U#7Qm7ؾw4eE^LHo%vtaʹ+YP<н9EhT-oT(a} _8f\#g<^ӯoS_=yy Zߘ]gэkԨ) OQ!S&_:ͬ ~ X8P&>?zPvӉ Y? G wXuv eܖjFsv[GzA ~ڪ݀ |k~m*/v,JX8s|l4׽YCAK|{Oh_EKҴ2 E<9iBeVg6Q?VH vOnxWV˳璍b5ɪ$r7 kLwXr|8 v j ]-xz bV[W<&YOv dABPgxDCkGmz +&{q.;IJ BHn'f& @Y/>gG$E piI69' I`[ p|OÿM,]sцp"v 1-ca"C@B|Od"$VjlഋlY-k8zп%hֵvO x) DEIҮ"Gb/B P9&Y*"Ej}ðy\|u |Kw+Na6gEEqm\ W\9]#/hƣ8o PβM  a3U} Qr :#Z"&o)Yd|CXrmga[[_}1d{dJ`i_Xo GQ HD$+Ϫjn)(.__p > ѽ޵ !Qq-I'amR*_y~QPU̢@͵.^KիE^bSjCz7ysZVv7ICuLIK֘~ }i?Bq!zR]vFo,jM$ ({e e߽3(T"T+~ Stet v3]= meTrg˫`0_V/ S9|Ϩ+|ۍ#/^q-+di1 e~X7ϧɦ*:qo.͏͌$Mhϩ25"Z &C~9w6r"HW!9H|1@{ ܫ& S㣳l-;Aks(U}>Zgb`qc1vӹ+!h{p賱jiQe%} %G6̒W#Uia(KhF=N K!c'jn3Mb4Y|捥t~vӀZ#?wo"ĐIUMi W Sa$)~ƴf@OL#aW3*L0Nf/nHҤbQK]х(QEGlVOFhҼƢ&ՐZ昃YJb`s7G)Qm> *du!圥ߥ>O-vjjT^btL5cgXUoAd!஍L!|g%οDSD0>~hCEq.M,{O./Nj8[*$14 ЛJ7WoZ&9uOs[͞$qj('`bȏ z#g:W7[?7:I ]E7,rmM9Q,2ZР0B' -cf6|*ܽW_N@W+` 9.W=kA {e0D]-y[{߱Mɩ1mӧNQ؝]O%Sr.{Lvٙ 8vXJ_+Ib=ʷE߿XHvF5zG#taT,#X RU V*2"W{/( q|zUS5^ɀvihXi6`^5Pf\ק)N;4d\n 'BHMFerO2t1m`\~P9LmW0mr2)kD% lx}cͅf(eDQ1oiBB$(^N1<#Ѣi)JWW4~LU$ïOP9H2Fj)IkY32A}18ԻQGwY@%mcsOk:V@E1[e<{cAhVX@8c\ed4C VQߌm mLa| V,8;VTě^]I6\XryIšO2LIeLq[_#fh~St(^ }*f(`#S\2nno&QVRNEw&O-1]󻾠N)&**K|qplPM^s$*"XC O)̮2bzkr I8:-?U$Q=*rWi"~%p?IeL^xj34BR"qɣZ.ywQz0 ~AR2{̈Y?D=PqK̰AT"Rz3{q=d_ h` Ԗ~@:OːH&Iu$\kx`pORL"'Wo8lt VLBZέ暩0#⢌ , 9zy O0X_T5UT1:1mJ[9U<9BYU WJkiߡ cO +MjSM¼Ald+t/X BPTZ}2R 1vDV)U^[:~qCe],mO0DDb^D*hGX!_gq鍝S4t$c$$[`VYw@Q'텟[QXP֖H97M XQD/5MvhOfG<[I9=bxdQZ^VBXҌ˽w&Űgգ -7WyEX}ɢF qcc liof|d4h7ٓySfw}'~|fgZ2c|#,.{[Le}Km9 *>o!8 Ḿ?v(osIb -8x N_/|-#k&֒* }iBCЙq֣vޚDY9CO|Oܐ'r6%#G^ y={?'ŸD|c ylJY󊫧W:3%wȨD#;]9+ ?n*ny.IMFE>J?1i7|DZP~:?<|xdLN !jksV6҃6@[uLs0{U3:̮$LMLb^2mët7u_¹ģ}O3C_a}l#ſS\ԋc'j;o7\A^~}f|Yy#|i'M3.sCĥGO wt4Xg=4.JLȵSZ4Ϛň079H7e_"r2'sNc*0[~%~e6 AtTp&xr`d,kt޺C0[ %Te~o}vz{ߤf 7z:δ8K-)dΖ\ȽUXd24˛ F0ڜA&k0G][nFvܷR䝘UtL^np?y{l{v^7@F=hK1Mwl:g.6Aά"@bFc/1SqeVsXkncWc=8V',c"꺱풱Ws38_L3Mʾص eK<$I0CrǠAay9hj~1l~:[s:6 vF0{;e3 h~27(_!oՕ`ў)'aW, Ӑn\ jnYG~1 :==@([NŸ@;ykziP 2[k4OП =a uNH}g2-"wy%6W[<,5(A͓5ژUnS<-q4 A{ |AB<]kh v&j(H1tL%|+*1c qHSXDn=8`tHn;)% ^l3?W">ssuH!\^ĥpJo+?ٗU7r׌=܉U$**a۾ *A[ '5S/MwbD2{ԃGuy{ɵ"BG-a c֩d&fg' vuѼ؈„v$fHdaV Z*e>y#mqF KOsY~~xA0Glv'fwɮ4edVrUz1V%9O',9P9 @O1M15Vi2؀B'.Eٙ(ȃ0}ŨR|ǁw;wzLKV:}[<#=Ev,:Cn \s{9n+ 'æ~I{KP Gh(-۫>7y"k,&5"8] {[(WTۻv- ~4XYA ,L\,$c{ 7BN;-@uӜb":!]I!h8+] )AeH! A^(Mr`zlPs4K̭.5d»w%p9uF.,G0 cBv%K(ègP5u4z& WaE iU}o6~Ϭ/9޹:rk5ۋ}Xdh]5=`qfA***z 媶 󒠡L#I gsnƮS  W-E;hf.!q~`Tm42NP99gtE0jX'Μ]Xc#vWL_r{0([yVRdFxQ6ERl|Ƴ) q3P&M{^W} ޺_TTSBxyW(Դ8; =E.@A$xfv ~V-,E24Yd9fܻL$ =Q[b=K4 骳l'0~n☸05r1 `Dsb5RsA"#؀=oJ;bw8KS =h jwh;"<%JCJ)}`X’SVjz9˹f("ql2*? [i<=lh坬uPL-:B$iĉ@NB%lu FN0 bn4dS=IC͏\ʤBnԒj+ĬH"+/`pٔu/FUU }&TWA<]ࣰ4gha)g-qbP0l6!]Y= X߭NWWK: S;x46'XguW2I]k1MÃ1Z]4z?r. r8|*Z-zxw)b6l]*f[_x§ + s˓o9"%"9"U6ei^WNY"Il.r@L7o֊/=rjN19FhV<@'nIȘ;hL]a^{g[/p@4lH5#] n%r`_ډbiE[R Ks0nYXGY}ZU:L%*hjBRްEsȴ}$ܞ 4]ֲ|WS#jN@\2+\`#":stןM/``".FC┠iSKqRR[XUd-z]ޠ5)m˩mh1t"&M2&M9mݲ {;7,M܂";RKHG?V'4ij릱*Jdk#fգ8xt)m@aB%h !7;+Н/꜏[d`Whl+X.4ߚ@hϵ%bPrhFW%S`!EYrໟُml^`Gq~䗢~#)OlX$"4$>$ ;cXz[u`C?z杏TkRtf^n=,5ԉ0vV'W(ꀂ[̗Ӑ۰jf~2Awg+|6\], 2Nԥ!wF0wάu?wGx6D&k'?psޞG>~Ba٭9ݕ^cyUQFʙ-Wv, ‹O࢑$ucgEQ#LoݽuSE36mGhVD-sÝRf GY9.'ɊQ|ɊzA|!ng} jrpazƩk@~ت`ͦh h{'deatpM}[v)]6k;8jWG ANx֘Mxs᧿P;eD<,q*K^u &]O^3R(pm00*1?ş!8QL-_Z\֐kͣM]^UnGh9 ;r[Et9YË,h4yggޘjdD0lx<Ik s<<.kvO})S1u;kδPl*lq[v.}apL#|Lm4nv(bWtBca}mѥ)p{U3AY >,!e aA$Rߗo2n/w遮'pX*RhSY7\Aěx q)X͂7p)קg21$s&ЩXaY]~TU*4lNǟ^z#*"\j 7TNE*pcc$&^{:}9T0v^Zwp>UiDBR/YRfFl)QMRYRbL~9硛.حEAA%B{x2PJ,<|޺8(m_|cxJAjAݪdj-A4Q9wc 3XYQ.(<l7 JZ,U/8z(hb;iM!JZZX0fcM֕t$Z |䖇sTӋPI].8_mh:J/lh4Mom7 A)SƤ!U;6٢}A|J=:N~Yr?B/eUlсJ:<[ |?,phJi@}42cl \_{%3(;n3>7<p=s~|N6ނ{!*q!J:NuL.q$~ݯN;^M0L>A:h8gMbGPEvϬVOl=\o*2;R%Jef1<15dj /<>[ؽ\u{f5˱ @%>6R'ຕ:OÄJ^p=0x99( <ؽwK5oR`x1AQK O>@gD597JSR|ck ^F༇ON͆}Czކ[BgGe~`wgG1G/l~EԞhp|,l^{` Ž|W37bA[(Ļ d01(EV0puNR@#/Ype戾8S/VC7X[=X?Zu-֝6i9 V2]E$08mS[ / X$l]Ž=/wt N[`kH-l|^UR$v TqڒjPAZ|6ۆ#|VxƠAuH]̡;V*[-g[q{&h>U6rdV:'fsG< |sZGc bmh_1U"ju؇5$W9H܊^iea6iX*"Mo{{>]iOLZZfC΃a+KξuPWTO4=5FOϹ2N^v7o'*D F֘|;`WO3r C)RYRĨHie- h[?Ѻ+';)0o@Yvc.<;z~T*MpP oOj^;9:˲@Tm4 _ )d2v}ŘT@&uڞ 0k*!E,+T㭏GzT#?ql:s-*wMkwOb[`K-~jhktc gaQ6Z7Ùq\hoJx!csl"vtsPz,G5!,,zAoܚR@pdjO06C=T2_W7Լ0>ϼʪp}KFj5vʐ^iA9 ؍ aiaNRG^„ F_塴[eyaM&.]+Է€ͫ*j#V~adS(q /ƻD`XsVGs'p'o;ʛbRSO)xbZZZNQ 4%Gl{i J ۋnTQr<6,X GG:M\)JNd8շ##'˧nQwU>G6it[?Zd OUʤ1E;%iŻV 98{Kԣ;`."!9B9){;D ߊFaԸ03DybX]{kB}{0rMǍEgF:aOFĚjIn"63n&nhS<!˼zF UM j=82&7輹 s{N=kQ"(=f/|]NtG\57lPG6%톢 8IQ*#,c4dg; OD'X@PL O ʣ |Ls4)]>]sZ%u;iAp]~I0=:?1eZgA;{SH.TZaB>I߯[8TNbHhpI, hzNOe~yw' q n#3γJrYCOhy^f&3r;(FPtT?SG]gF)FH&j$$ vrXd$#<<))N=49mIRÏ|\cUں3[v\1+W2K--X.w dq]=lc*K#(Gy` ȶ뚱" =YʁWHMDZh |*doÃZqŏ׏a5obGAk%8<~TϤ%@_ۄ$sByRN!oloוG)ÕsG+T_t$MOsu>F|QT8R |`A〯:x!{ZREfsțjJ|vz[JqfV=k4LpNFв ΈQY]-d()sP}nZ{H)[P(4)ᣉFT#,xfab9%jખI pR_jޘ$AU{5?jo V]r:fuq)_MI'i97R?HY}\)Ǻ,!ի.S? d\㘫Zvgwjک'!I_+8-lxDGĔҫWuH]ܙ}֬ѦJ{InY)!p eF-_غm 6HY1BAH,_FdOH~AB"͙7PO= |8c;pkm[^uON'Lb~+Sޒl c(t%f 4~ {?sJ ""1.S ugAuUn^kxNobw×Z1yB o-`8wq۳.G|g y aŲ'|?͡ʁw:P9Zt7@+ttPjU [i!@q82w&Jz `HPj J|7N@O,:z^wtw BbvdM+Zs۾q۹ye(|p-) zP核*}HiPpX|ɧг!|53Z"@}f?.ԎmTs;r3tWUvǾfTB5x5e,`GjȨyffN굙^ &'*oZK5x^A: r{ӎ|,.yLAC'[+_Yiy3xoi0$j3%?CQd*=^ yۋ`o&x+`VWiawʲhet䱋F cqnBI)$¢[Ӻ% [Dr?*ܧ~AnHȭhɖtD S8ioq.z[?@I %@: 4?LtkaH{X[^k"p`ߒkqi뽫hUk#DHО]K4gO;܎p|GYNҒWΏh =FB9N0AqaMUJU|kxl5 o5q &h5ȜlctצWTrs8ĉyd= /, 44xL:ʸ/ "`Q-5X?C7 9߳C}jE92 $œ3xNo¾ k x`\lAPU;$ g!iDOM`.2}VACcMkCІ#oQIb M0LVDm΅W)"XL=={{T"ܲga((~N?7߂fUF;6(<7pĦ1d= <ω4c$PCIG+C[o:"DWd q6αf޲R#0!hKޞټˎjR1|\.rO ~Y8F#x2Ԩ8V&]M n{VdGV![ B-@r3XrG뢼#bf<Y ZpR7g\VB #gZx)qnv,vuT6N3 1p{#ؓD;^u"u1-<}*1~Ӳ*kQ ejGܪ@1?<.>./%˴5@:_ o :̽ĤH!@yǶ P%_q[oηH+ ؛ބOY@~7\R3*H0T>U +i\fZl+/ >u+YۉIҷ8kUڽ6,,A.LE*=G&{ZKE. ۀH)S Z?wjz.hs \͆M>=OfԮ+}3 کGy( M'sl 6Pyҁuߘ9jOK4tw!i%@_߀RX%kZAsaJ;qB(D>4l!?;-}8adw?ʯ֙jq-ˮjz<^X)GZliLF2>5< 8' AL=cRjTizq; JSh͠m_$ut!NZ>Jot~k&2}+^f4KɭQޥ?]'.}5fAi{}p,!ꛁ},+pO zjR+ԽZWQ'0@(U΂ {]R(l^kO7IXU9Lj{YM^/A; q,`iߔx%]7!Oe$%vx{bs'>( Wܿ m= IBV.i,,הn%uh`q +́,=A& WLpD5V{MbC+S4HC+n d`L Vȕp^,U wS.H.}⅌)]z7ox:ߐd{Ɩ C~oXkS )WT2/ցbn$N͕0eN`Rmq,"nz3wCJ;bq 1P^ 6"z'R8C֦ )4w6QM&% )>)D(E9F NcaO-FOcmI-< ^eiLI@B9O68DlFd ?`'QB;e.}.5 u$ɩaV: AJST6mc]_)8SAHnyl.LxZuE'=dN0@u1wR%' IՃK'!N4춈fAplTm LX6mc(DZ ,VfPN:'b bOJ)b(x o^|dSPK1.(C>ItmI \V?fWjřv˽Qbv^_XbP+/GHd+OHS_Q=i4UcR6Sfq:pxxFOu3V@R1֮X~H/1 ע4I%eG^ ;H-ʹ Y EO! 1^{nH@pFx6Z?Ȋ2.̗V  {c5 76 []Յ>byhv6v=G)[qo I@JIlt72/7ZMaɫNԇiLRIm k@Dn'^vVZYȰJ5›܊#m~SOkbefDv yZ@C!Q@6XСbpЕp˝L%o",G.kKp8%JKQKە$d_7:ٗ(RQ}__>m&g/ bCчjS EU.A֒!~h:RDjҘdzO+W i8h"•[PQ\uhZm8b_nCGi+sMz!l+l5_|tҽdv'A-fq6RyPO ,C Ǜe|rN-7=uҸI(0Qˋ3e3^y%<[ߊ^{q:6ˉ6:.ޫ샜ú"Z.ɨ7V 4gfMp Vvi?]j+ k %u\r0w};Iނ dgJџ=<5}L20Ao\#TNK%k>}iD#΂&!֬T$,CB;2!e•CX!q\/FzSNzloPx}zd䡓bf KJ㹘'A_I`0[j e=?ӯ|.1E>32~n-܌HνbhuS ֠gC>8U:d*gGF C3 HC>MfEh@Q"/gw=z`TfZǡQ8@6 rIvnT{WJp6H̓K31tvZѰWE{u04^G9b5.=T**HﰿRʺ2Rḅmv!Cwc]]*ڐOPG-,-1{W\IKQx˫|f๨I5K[d~,6`*x1(G:bb2 3Hdq*zUKgF$wnx9a[`w<Ӿt6DZ߉6S(_{Q`ΰҸ6Z@6"qwVBcK=tEd4:K[,y)P3g ^$ +la2jڡU  nto}`f@Rz~39gaGZ''VbK02JНbnq! υ;VҜm؋~JgP:ӵ- SvJQl`]p&hc妥b&`561 )t՚Nu]UB:wRP~{HTD!R>R\IC*o,kA%BY*l_%h|nt2ـ!Y+U4vöϼJ>E]䔹bG5ªQ[ |dBY:dfX}`O,RG $% ⪇49=2-at~;Bm@9Pn~3rHUƶsvOhlOqؓR*i8YM6 pZV79ֳ0h$ s `o$oU .fx-з{o= ~^ {@F,$&xW7c0)Bc^cq) /8&M1D)@@a@n,T_viu\4Az|_Np)sLsxڪSMsf9x輼Wks7;鮎F԰;uIig 8p/ m aB)CHf~x^^UӋ_^ݶJ &,;~+{jRrwg W u Fn0T i AW~u jr4e o2}_>5ㅐ =K܍.j^%'LN >{eãۆlpӼ"+%smڬe(4Y<:┛|[~ }jˉ?OLݝÉ;zN!dDSVsO}KMtH1Bψv.; df03سmyAxj\ x۳@CV>퍹ˏsi!\ԥi >_bz"pQE sѵ vSvM\Ԍ$ i[U3E ]y5^B#X_=ǾF[%&EZ3<ƚ^AS'`}eЂՓұMDO:zKc52+U%o{$ l~@ ׭kCO GFj~t-)p z幩)4xcujqmmcNv6,}u-ز$}YorIk0m b:r@>LJPtHK#o ̛#/Y J¢_ty6"VKm" f  rN^|Y~uA생{m2U_/x^GJ֚Č؝3lBNTY!T<* An*i$߫F 6 RGH )C$~~ emQN֯Xa h.5g-TU[; kq /Hlg?C0ϕ ؆U۳69yfYo5E_oKe , rzk6JOgfTF ~zCs9IUj.{Yvl'QT׮iwVIRSO*6[yE x2]+jVZ$%Cm/ SJiFI$8jt<g&Jҫ I`96/X`&vE(.䊠Gڤ;FW+͜ m TzQ [Mq+h~Ÿ$[.:?.N&/v, )]p2\8_Qhz-:qǾ z{nOފݮ~o)NLd (ߏ8Է삱wq2°x`+f@AZ錑 OPLt^E_k.YD 2M03m*PTPddϱ l8_U ->Q^kv$N__h8֠Fƾu_j;8< Nv8& $ sics o ySIE Ĝc ^tYh%Ȍm!򏧗JXբ2q_OmӘr͉ nHʲN.tj*G!5hed?hHGN~+LSI=&.5rqYҢJ`)JO Ztw[kmDӚ;E?^4#C`)Nb&%4;n-MPNr9`=q5He#Uÿ[h)Z%h9(џzQ".$*Nn( 5iW<|;j]iWg]"5.FK"#/̑ky/ҌX6ֹ6:0OR *Z/c!%"rO)k{hJƔm2+Гc}RKȳZG4 XP2׮CٱրzN2^X2.~ڃRNq|`. -xr2 w`E=/p+U dg`_0Zم RZKX\#M3ƥQm`9f|{&ʽ(7a}%Vm C(EbA/%0m!UXW ̠c[i4Sst;(9~XfZgj KA*!(x@+M:ȋ{!eYE=L`|xZ)ޛ iͤG[c~r) Mngƶqդj WPm؎ɻ#M~"H]EJ󡖧@g؎ǔ[6Rb.~h]VY_g'Pl[@鸻̵žȐLLe7$)ܢgσK Fr='GihgMXI&h,bHW7<.S-vGX>0SŃ'긲l{UH7*]!1y(}rȢ&a+tzJsϙ$>B?(7dXH3)B,OCP(CiFaU)S݅WOkm匸eb ϊVtHԵLQIE(CFtW+ U3:Ԋ뻿¢_tT˯+g XȬptž&IM>/|ѷ^\0BUAg7 5 a7Õyɱ%Q$bF^wg !xVH?d}ت>l] f5[q2 Ik; 3]:!rzx9BVv;:8)VF!}v2܍8Xr>7&<2gPZQ0L&fQmq>:eEXcwJR)C"*)rup󯵩 \Մ=(jj kC,b"䃕 w;81Qy,!WgIW!1 /Aw!JprG6'(*yeXqvF@jࢡ,YR\ 8j*ؓ"~gIN9X[)[{fW-ԇkLȆvC.VcyahIӃ*Yxul*qO+ťJܐ_ 1V<\li7+P2*o=$KMAOjrPxeg"v+kM:?2(߅۬eÈYnix\9g"[)i@d]ԙj5~v顨!s .@4O"},^J˕iozi \ ,a0=ime (>/<05)biF&5z74ׇb |q1y3ʤ@&ceI ,6Ca_-b?րŋ^֌\>%##?yfٍR=jwYeS?m94-wz^)`vt̯L:\ݱ3fYWF3B8_1J\WRXE/eXv.tv:9kaBϓ]0@6^q3`_-H[KQۺXu8l%0^t"]u(Ŝg8q1x!Wqqe`ydQ't|֣ =cby_*Y48x~+u:,S2G}MTXopvհm1ŽP/~s {{Q\{iy(N<~%-Kz 4hWm#b4FM17g_hʖi ]{VM1[5m?/&k[8ÁV)_U+([rs$gP?hYlj<$fN:LtֱM99lDN;s_&PL ͨV_Ѝ^Ǘ:>͙v-oQ|]^)"HOI \`o'kD/zJ+uQc ХkoWXGk>\Q ^15MAlg#{[| ƖW>** 2I^aX߮461fl] +\XX5`~k$*'и(]Fq6ZxyÞE%k$Zk kՔW0Z"k`^Jk mzk,Ŵ zdTUUoڱUVI"'QI2e:,~YTV.QNS7zT}4i['iTOs'55*{' S+*qLK dB7Փ`ʥ 8- J3ڷ?)_oY vSo Mk{簓FaF3 X =sr1-y3lɩ! j]Ǭk]-z [ܑ*Kjt4K uf^ͮ C$Zޅ(ʣgZgTzC/Kep^-]h涢\~w%/?!C6jGd#YE${*'7_ 5>)Y[kV"̀Ck2@ fk+|Vzk C"w1X(BP֩MM x`3g@% Mxm}*%n&Iv2֣FF=RjbəkmFx"8@&F(Wk#HG./|yoj)ȉ^{AgIU};]Oie_>"|__W&17ce2E=sE@n P_UM#i9GT2:Έsu=Gm[mSn4O)(_HZW V(Ox<-bH֮5 -F>@Q33v=) >&'5` 讂d&1xn\ݤBhO$\?v5},#RGwYۥ.PRkKް&*Orhb͋/{L) gx |.oN}!x=I?kpE$wysW.E,%擙L7oHw(o'v3K20vy|\i9K-S`gqVHվtfR0۔ nʫU++) }# NtoE밦ؑY9(@^%!I3bdbC\!?O'/q?j< kظq0QmWb6XB4`Rt4Pl0hWh~vRmP jk0^o!" `Y]$#L{y" [b ;~# Vjэg6j|[YV0$u}>ދ(m5,-a!݌e?]}0`{ n#pg:׈*x8"y% )7J3 tF[Z>A iu"sz|,zPo9XFwL h6_q3|M@.*Kizph1RGu;4\6EN 7hۋ$fhOxsk `L}iwk0̞8A 6X>ӑsByۅSjyvDlw i]L;m&EIqCio;s6k~#BO 0Ni_-أx~YI,8婚Z' IO!v:CGyй4" REOOx@W_}ZhaĶZH^ZZtMΟy@䓰G^~`W^|S%ds( 4q{+! 2iY:wf~HFm6C33B-j"`Qԅms^)Nh7^b<xE!Y즕·VYs{)}YXKYdyxб{m<[YiT01jZ8K.2묝g6 'afTXpx{]٥l#J7{!XulV^4tlb<)PDET=)͐~*Lyόxk5M1/h@ G%gxlL0mC"zv<}.D]~ ;~9O0P壺?.<;6tg벯5!i/@]c^j'^QrrX/AȹW'6$K&!`4^1^[/ՊZ὚ TxE",oh\ۚHLB }AuXppƦ9;%%9R LL䱧MSfTw3EJκx Ѷ[C5-&~Ү o&iDQ_Æw1'U.Z{p]>2`ڠ~k*b睯>uDc: YECcɵlC!s).dI @L#dH%Ԍp*_5zJ~vIbtrCpʰ\: ѷ U-QB.721E0E4(OT C|^T5 @>c[oEmѴ%aNG3)#!\Ħ/_d['>?T4 Չ͑$~x:XqڏO=<ܪV%ޘwQKbD}.t=I9I@@L%!PYƪX>M0t=WP'b$ 6G[Ĥ]; pJDYN;qѻuX$ipu qrJA7ǻIJXa>PsA+;\vKOCV? 7L!x$Уd;o2> ds'k+[^ \h3DY#dsc&X*j&^f1} CFm{/э-8KNBX(rñlқ2y-^TN D޸_Kҽ٬~q֋?HD ـS?,.d1DH)kmii/vcuPrc<:I8MWT/Lfx'놴[ޠ_ne>ͷ<h̕E*䔋q(ڣĦ&vsVKG7d"jk/IFa:3I-Q"[S}ݕyZd2o#%sν1U9iܐhFn Y@5ZfLk$H GkFZֲS҄>Ñu POw!6OpNJN>ndRP6S뾷JdЋ@U3#1Wxkhq2 s:yR~0ІYC$Ó o'2\8@w(JgAΘ'P] d$W ⍃~q^ƌQv _j (aq w0X̩PZ<ŝjA"÷ Z*ތU]VBaPw|"4y>:Es:pӃ̊}֥WEZԒw_ܨ'M}F݉3VR3\:C"`,4%(i ,)wp*h_ [fQ]`sd`ߥQc"k'rYQ٠yF~ ev\;U[KLGEcϳY3q.N8Η4">N 1 Հm,ϹPW{a$؛V7$=@Ԇz g.sp1PY%XƘ{{x\]*W)6˦်#6I_>'qU i?s1?X*h 2W^z&7`2ʁIVAiuF7qRl9FǧCO3vi)&mnz,^/Fdԓk^ݫv@;wU"YsIc:Z,ב@:7V<3GIsZ"'jE1V5hŌ{+b8` >oJxF۩=ئePwUKul'Cm;نGgF-GER} ?HD1ֻCt&,m+DF!Wl6ZY| mMlXir5-u@ Y_W7Va׀8Q6 &G) uhԫ|dR|ݪTm'heeZ-h'l'7~s$Rct#WS6Y"/3bm^)KM/KR4kVdFFZ{+;{Ϟ._(hxAA#jEr_ `WaUŚ*(҂.́Һ/mz#> DoJ00o)XV).}۱BrClJh@olp{NZ`3$;CجPQ(sڋt140?A$P 6Whk|4:LTOa SÖF1hc(9&ZuEr/u`Loi|\b# q/ )߅үN[@Kil[NhxZԃDuFߌڻČT04(᧏_΅Z/aL_gZŚj;cxSؒb,??rQ4ib,gb7%-VT ;ʞNvzV@PJٕ*~#B&|vReˍ4rgpDu w 4s݂S[e=.F寠rG\%Kwg>`GCt.l{$1Qح7 adksYR'v<1}#Q%0[܄y$k%0M Ha&SuyLՂ[}<[.7 4ARg4i]e(b,JB anHq#j>}0W Q`0zax &TTM IT0eƽAA#5SH|QHC*M*D_?FRPut MԱJҵ[ո0B:5,̈́>I/B@tF~A|޺AzlT6(#ˑ4iLim!^R?Q}9hZ'rU5Qȁ  jNӯ /t(-BzGz'#nSϞ &K86IFkū6R3}.X.f񖢜y6oss$)=N,Ik=wy /<ձ ߠSWe;=_D Rg_~=6|]5U!IV#)p_\ P_/D̦{5[.[Ο <Ⱥk g47gTC,~EH&+oT"pE~(u0̓';u҇ sE TQ_}\vdM%5 IOv(,ՎtbV< b!*zfGt4ZAE9 ,pI3* {9ܚ< }dm -o0fz_u*Uqٵ6~$hȩIkh}g̈́MҺc0d}jfM Ӱ4eѮ2  yK_pQ(qRs P"b˧<쫫ꛢa_? { 9E7%ӧ?PiPxt`!Mm Ctq\"YN?:{k oAWq)d H\8uҞLu`\E pTK"^TN\ aռ @shNln_q.d &kddYLNڦaib!RyS4a4n`rjn Pi 'fB|ެYSQhM+HC;a2wDIRV|߶јXBz$ эtn&8\w!!3fi|9]KPA]$j0t`0_ &HovC(/[hNb ]?^v36|D J\4^;Y8O:hhd种1IPDkYwSy4oОȕ9h6s4T3->avZڎܻbMpSce9tx:R=%*)PQ͜Pjp+Mr#pܬF6O-1O tzkY%NI,"Spɧ&h06"5w!isivr2A%O3.^(S<MOiI^I]M5qo tpD˯`Ix9C2Dk ģب\>kw[iW&xp%n}U3 l}ُH })i^7Cu<5mOD[$@s-O}a)q;#b|(= - 1Lz"}ϑ0h$c3ΛC jݨc`𑲎 l.\BSO-#O;yЛ1 y3! ^:~.\? /ĻP),qa=4bXK9=??*[:~8"e8'O^ۅE .-^c 8wpv ncq\GC~/gQ|KLV)GxMZ2}u`T H{,.k 5ԯ'`oOWY&}5rxOi?!B]9Sy'71ht/;136\asKzrœ(nNH {rŭ)ZR'-QwVp :띁ȊYHi{ً;yPp_M'.ĮA_Pd$=RTQvZXց?08ecz8aӜWuA&5gh|0wضFBFm`eiH\; V|`;\zz# `u"*\#2,  z,"Pu ~`[Ā6Hs|FaPl&˙~+0v!qP{=kNUbHi+ =@m-/Dy8&DM&i+RL^SR RTn @FQLW[x(kjEmGLuUq\|cDNX?xDs=]pp+~zr틃iž +y5^A5tjW>s=Z=MN7ۘ_2ھ^B.IGUzMhoO ENHfzW)ƚV9sr;-]WLЌE L3I2ryZ݂Ov$ `'WZ% +1ueua U6vԥo^ /Rά NOhr[8?{&za*. .[Kdû0G aW# פj%}dqn6iA \74Yjdu&yd-KS! 6QAK!~YQkہim讔oU:7 +OYEÐ}Y ŃRv$ ,0=I la q ݃5Bn´&>,.DžOV@L+?\ /d!öX$b肥$~YVyH黼rknxCNGP@jnC#j5 L}i_ x+;g #3g_Teqr@J$ᓘ?W|lvCl}A"w1E$OlH C:<-G@dOPS>k' 8/R o4}Gc*Td"_B[kKdq}NýDT^@)im_ S=&CN=B‰4=iJ ٺ*Rk 0Ćkr!-P|dhZFR#_~)s|T!TKfZ^x[|hɮWgUΰo@4d[fvqXCZw qeEcR{Z-+$jb78LaK"xC6sQW{sǘ3k2Dũ!K8'$ze+hD z¬ k p'a.( K\C5#>a3& ܵ2Yq@lvR2* X%=dxK(wtWM&Ňĵ"DRvg4[g%*[ƶ$䏖TlԠPT@?ܻyQpY)?(D 10ȕXj 6`0!쮕0F :P g%rm8ޞizM.ApKBo{I'+[%7QI}h.[R3R-%}fyB:?^ADÄ"IlXϜgV2lR_ [ chFTJ?8 &ΆMj . ^O%B?fa(Jиz:'g:=1yX/cBk l^d1Iʥ)[Ėch@q69}.be rBi^CL@s11)gohE J eI  bpz?]!.9}\j(pYH'3D4×4E2uրڑ%IHf{*Kǻܜ i{9tR[TR!_ _`ԅy؂&Lx_hN̙:L}e1SiCz t 蚼uI5xsȞOΔ\4 wPw$φ/`Fr;A=K,:29&E,f'BXj3fs!"2V9M_YyI&Kb{!y#iR^enj HbrT^^擫#f݋Ekn$:톐삽M;7ʮ=bH'(8KBr"bL̕w@Dj$|L3įAo' #rx 2Jh4™MDJ?PAg5G!Idb67to=jH qG!dx @ⶨϚl{ 9JƉh%SXt`͟ οhwZ nh"XJZpԺwIkjMDAP(L,yaI[U%\8o|:NSQˬX٦ uS18?6 '<@DfXrAk*1 KqɹDbn`H'ybKߑ_i?t+i%N',J3D.ljFd=bڞq'%Qu6go|K)9"LU#j(ϏW$ f7R XD\/Q6O,*y e/"OL/l/PFE R$IzX!=k'⨈4+M0`<W^zjyݧ?n ;BtJqaA\. 2ݚt:k8.Qg>kMoXR rjky}gC#'4gzl7F({ڿ/YBΏU0K>8TEoxL'Y˚\ >ae=C8!%'UWɼ4GN+B1V=e]~yJլT<bݽkb;C`zLT mQWWiaybKlnbJfg ɀq\j%>lj-Al3'2ĔbWןB5^dgŏ9$ٻRpW2%=( +e^:Ed;Pg`Iӈyc@ 6NJxQCX?G*|y*?zK+1S]Ӏs3JNC>d%K$mzW㽔e B4ֺ#9H;;I< a nH|ʶ*х'aC#-{2 )۷1chB?!bĽ|'\B=Ow1PɭAnkbca{\WX;q& *mAS2Iƭ &wAD)cU;Hf~px̀ bՑ~F;?pWZV7Ǹ7K 6VJī͆􌧄03ؚZg3EԵ=je>MRީoZ/`W;5 ԯaCyW"(LT) I_pT] m6XW[ԃ7f9w\m]r3-B wS#Ԧ !WNЅˮėR1 UjG< O""~T,֢Tu;gx4.BwENmcTe>Oĝ#U]K)pp#;[G{<'_*As\*:J'u#h4xS[hQawi }z ,NEx!,VC*?&m?S$F9?AORye&ߨ1 J3@8ɚja"ҟ"< LUrw mMi[V0 r0Xt똹J"SW~Kv%BX$CVT9bDNC-ͺ9\6&w~rNk|WFV8/*f $N@Ѫ+@w>Ĥ[fa{ 5$ڌ F$pg6J=ϒ,?DkE$VZеd, z p!9jq7UW(YKì&"n"uYaAQIl?O(?PNy [j!|(Fsxx%$2eqh3>L\DG`>b}DXV],;WD˼~:wlR3֒7/I-e1~JwO*Z=ꦵi9 㤬fzD+ [q5 w]U:tpљ'Ucp!W| 9zfr̘׽-/㒦` >isÐ$O;=/P15'[8Rdk}P*g*&ш~7T®4Eky<3@R12'x쒴R'nn \CfJnV?d`b@\4\71ftμgULŕRy5?vskSq󱷬=s[Uȅ6nAO EC޸/ř\J Fb%n)/Z 굿4^f wȝ]+޲ؘKXݶX &rC" UWuh9yBC;PiZ, b'RD2Ë] ^r#I^T14h3OvL.GL ?*2 ǂǿ[؈38+բn 1^PԧWlF(5X#S1̃4p`y.b8 p[G/͏oL`WC>y zGSJ^-_ɐe_o8^0Gsr5;H]ܸ Ǒ9*8mst!O=>kmXxvӯgˌ> x.Ә  E= zq7PkƭWyI6!|p,k^vg^{x 9}Wp JwO"QG.&v%YxQ%,xJ㜬S=9Ep̣QN!'w1&. i[ y+_?^,_Ϥy'-*o As&rs59-EabvliWeI=Wiy}%zk%}TySK c.5VR0@ jWl%_AvRr>ܖkvW`<.Zd$zvadRsD rXHdO(pw: i BMU%R  Ab8FXwadao\Js]Aݦ¶Nu4N{\P1HC1 ),Vz1њIό_\2$ u@gCY\niacra\8J6k/T 0h9rZC=9aәi/ݟ(3m[p|9JH!aB%W7NϸH Pdv}:'ދY3&^oK M%+nI[$ue?q<^v=k&9NUÆE`<,~t^۱k,H"mG"Y !h[2v ej`3<G;NS(B ;B ?(f𻅉 s}%-8߯xPھTSx$([ExN_g#MY 3͓ݜMG=[V-r <ƎTjD^q- (;F\7$NW@RQM#4/9ʘA$#@ÓJJ9)20+M/ʰs7- i}Uz"Q5Ų%Y_oV`aےbI13cLQ9$*ɽ`8X 9-D}N 0͗'?hVvT 3!5.v|/|!N{u9H^o~S}ߙ8%m{A؇.wfSN#'c߸_<7z3 a^J=bwk/֤t4Oal]Js)yC\hKu[r]@?A.5eAxfeca+TĶVVy|NEF6 ØnXɘAVa;4ŵz5rDxaW{bjLkڠGT9AB%7$DY{vzEvXFV73%![>bWDtW-5<G$7٠@3a~ TnV83:pMT?%YRns -ШZl.Ĺ V|Hn;9UU8"_Ō*f08ƟLC^q܎R2-7x=Sa 0enU})Q|_] (\~<& ષ[QZV5ceԦZ7")l mEu|G.}8|h510KNd^vK3m6+kdVNc3QwOuS6PΩ_Dq 6rJpYdu"H$ưI>{}6o8\T3(W:k͇"sYrVa`TЫegL%Ʌ>\YWfC~Sׄӎ~[jxg!d!_G?VK#MsO} djs|4!&}`2Ϗ{LdZ ڄ< Or)H,"PVuWgDh +Ni) yA'D$y4PO):?}g6X5{KF pcVDv=t+C- 9|G4JX?/8\ 6kzg\hړnpn;a׬ʠa@qo^T*'IZy}:{`c/WÀn2l|п،^8f=A`A^G'^(օ)iG![4ۼmƛn;z,S2#4.b =Bnйno:E޵WnqKcj<#eIhKJԇ ~l!>HM0r XnzU{zWhOmΟć2 S܍?!͂tZl(y<3:z׭ݱ12Qe5/PȤ5rdeZZ\໯89!Hz,i裡ӂ:ߴ\AWoea]`;,/I9lb=AضU34A ȩWJ,y:p''#(,1d䘇]i;#y7&Zޜ%2ÔUa=Xz  BʆaöbPyq~DϷa믡=4 ‡d Ƶǰ0J xx#z;Ռ{_*NT!fkb3$ns቏Y*ccVIXsqgif阄|o΍YNpbFs7-ِwYУa.:KNP[⧘p@zD^TqNzaN5A2Goufs4X2)aV_3)RΦF+B8Ĭ#F彨!' hK?]';ꐅϥm]HhUg5ޤj27ŮU$c@_oʍ{sJOaxw޸}?VeF)OtU>$)8D@w:I@deG#Bi bni [r:!S <O{Ӧ|OcΧsjبNQ<$sx>wT0M5@il`;wGbd.֨JkA#jܩ}(矱'&!f|WԦx*JBX>ZCnF֞y(uC40}đ>^ئVλ ʶdEϑY:)|,In> ~ CV5T=L)AǘnLύZ[ua-Jcڜ1gF)rc]o.Mw"f}R[d*âW6A;j6؇jkzPڛ}vo;s&=^VUkˡ/c||^<6| g66Dt_9 (&Z%TХwȕ`8&5)L~c"6> =sCΎ牁/LaGXGe IaS푱s"%G\Mvs~5ʉϧ Xĺ@E_Z B`?􇫜䞓t7߄K){9G Ei+B)#~py&LZ d6,@ |s@/Տ0B\Z֭m)۳ 2iMuNf yaFowOA.coKEZʣMv%w.[oXPk J-1 <$K*qfoIGJ#0ZV O:g*T:pez-Z߳>VC‰%Ӊ߮@*d!tèq21ɇ5؝M9G`^- J˧9nA:3-Cɸ2~xL^zq{%K9֗|>B/z6&v)ѢE\HAGJaWA }HIΊA;"uJi(ׅ8{yBO(ȇ1-2$ my79uG{ q$膭o9нYuFԹr=t)h:R Nr.a#ߩzrյi!ܠ̂WN~WM(֔q~>3.q8&~b/eDYHY|2 0͘`d]iK 8 y# 븇k{=癫}tLv QWX!NFi$.GwgVT; ?U?|"9~r 1DϑGCW#V2H˵;ϳM59cP۟:Ewy%ȔMQ4 Dd*'=J'`SDD#8;؀hC@Wp\nt;Tz\ͶBB#U]|uT.= bQItzmۃa0d<h ApW@5\jO*ePplݙrO_LR}7Z܈DEgQwKvEc>މ+|fJ"5QT.BX& MbY>ລ0'%U`kDrSS2hoz°-oдCn)U[e>PYQc֕x\@KN_՝'Jx|^ń0}MxLfR\!U@p˺7j?Ht~kz"n\ d@}NJM;"_D؛'iR[ˠ0!Ptc” ߑ;5C>5#ZRòtn9ΒDimFxT5>7 *EY5ؘ,bi#}^}ԅU}.J*)u',/YqYy٧?+tg/<,sDQļR-ٸ6d=ÝEDax(QaUK D ڪeк^ ѿriߌkK 5IæC C遒b;vKns,l `!zʷn]}(7IH8ڀ*SfN(J 4d={7j Z̷?GS. IVV/#;"r/ rHxqVjKȾ5y &yr=ڎH|,T|uqcH4iJ%Jm MNÓZi+:iq+aі"l%R˵Ԃ 'An4ͦal9fçٿ0#oN ᖍvu}Ɋ11]f %/俢dramĐk|ܴ$mS׉HvjxDtht7|r^2 iw[lTE\]QjZ'sLLh,!/A`9#5 ח6jD_M."$$uz  {uuṬ [vu\Qu(ۺZK|\ϦSwgeo9T\8pl:n邛yg4.ğ267 Ij )?B݂:,ۜ)l,9E7%R!56 H^t9>玖\#rYI=fjId/7) GgJKBG+$v|Ml=݂*M<ͻ{RsTDJIgaR@װyb}:WS[rmu>u;Xnʼ:6/k.03V-3L=tjsJ.'pWL3Asf- ikѥu!Ěh^~n%;~8# #nU`PfAʹV|t`b96b:GiWtgR?S(1wQlW'>S 4yЭ\ %Hcoy6(g/1&Q"`ř$t ?ĽC{*8n6t$ Otf0>&1 g oXyh+c;w(2]ɾmNUyqu9JԫsK%] p?$~{MtNi0@MEh_0Ky_ʉ 'ÃӘYPXv! W p|\ 1m"1jlb7߷_iBfJj/.\#s }c%w2=uBH΢֪*򢣓f%{Vpe4jh|G3ve2rU+TGرV>(#EMaCCWh3c;@VNr. 6B໽.D,㡤p?AÕ3F{ _b1^o6ֹ,mHx^rfXp+!Wjda#C8=v#HB1nYa *`ٟ oQʶg;qu&A [RHDcp$|r >CQlzwK9BRJ"e2n IeUl(Ϋuy#0h-!;j VɺАE6,QbQ5D 0%\~Y\v]4C q!zv&88IY/c 5 m$9u֯"oʑAk[GF&mDA{Vbth-5^y.[Xaу|q&I?;'Dө j1U1D Yg.o]X{oEjY/w?'kI}|O,6CQ E剠r&g7*JhyDI`Rjq-;*o&m5qy*QU2i]4/{"t˯?z$jP@5ϫ7׭>Džhhͧ܎e6fA NzvNs.3]],^S\K~@1 Dr&c1 a 2lfI(a΁ ȻeaQ逸*0@yImYLKخ3‚sj՝tKӣcz@'4vMKGWߥG} ˁ} :PjqQRe7tzb$r! vzp<<@b? wG>8Ukd4f*Tq87TkDsDg@0^/=ϙOd݄(~ pqE/tk. o<պhf\=M#mYXmt6%TNf@=1Z$ob2sܾ,)vqO;֘k'(A&t#YZ!'y/[<}Hh?e ƨ٥ªǧvM'x{=B(y2b$Dy;CqzA(2ejڃ2qu~L[Y2'w3݂><2ܼ}Ѹ gQn,؞LOV[zm(i(|X|Õ%P׆IƷbBQ$P[t(Ʈa8:9gx~)URz2F5z~6]\ ;|MC:!!鬗o`c58I?@q#b%p`hahQn;u&aAgkJ;-ipi'Ç'7}7*9b1rMU0aI׳[>Xuyp>3kkVzJ៫#+΍U Smod7ەa>py=߿υCsxH5>9+= B#Pp/=Ɂ*ۥVsZV +(/EIGU JC%CrۻhT`ޮ#U.SwmHL6N_G R+6͇ذ/œ^qE=![v'O n< UvE9 kSOۉvBGx5GiYXuM嘃di(LNp[> u6U001RuQңa>OPuQF}Qk"ܔoP-  [ȶOrWCu{2ͥM FxD*#lkmm6|#,qΚ!wou,SrBJ$}nEuݮ t"#EyS'[Knoɹ! cyk\n'~Vi9ANJ~dF#h),S!&Ba2c.OU?uH܄Il(y~Ec|MA#y>I4zp9ӧC c{#tfR;Q`[E'OIxC前yVm_b8dI0QԺ=Ml yޥ^K6Y+f z; .P)ڏ"~feԛ*k%lxln $*S]PCfCJv*>ߣ AL1rF,b-o8`ѮWiU a&@pXPv _n2ޡUzءv~?y;$cpTh 29 X oTVRYE0G_/! n{{2+BeptsߙԬeb/U*!J[_Dzv$\MtoG}9Re0F^ťV $rCg T4Y)̆>I,;Bcw^lJ[g;%G9ÏTE\k KHsU3y@ m 줩Mi7ſפ+7a-DJd{O Y\ w!&ug+ãL?ͦ59n :dK èIq\|RE_7Y=bjgS^ 4D&Po?ۘs{2z3-wq\Ez`Pܜ/˜*.wf UR#)cE~$5[RJg5Ѽq4O Yo lbܗbF3 C+FD$XP%ߎ;-7sl9` AٲN$Qɨ[obJTOЩ70[I7KJ$xGkRSw &!EaFrWbCV,v⏏N'i} x"ӽVW0/(1֐3ygwT ZZ:l1c=R7x <=@'VPU`t;,#αP3F*6:{]ض.S%3].ÁO_}8!ƿAx_svGTyyu99MmH{8[S5B]RR]^V]ƕ+1X__uPA=6L_:t\x\@h `545Cv}QT{΍JxmX#`Z9vDA.smZQxJ1g&. ~{;6ӎkUjs&F56&Ήn@ւ4Nj,X90oo7u`7V[*lSy!@εGÏ]~?IUP73@$Jec(4*2dAtl6->A؊OaMЄ)v-o}4 %!p rRqFMЗߤ9Φ%GƝ6CI9ux/NSi%0^].͍&Y(s2¿&0 @樂dNfUPjMzG4.)Q"75סv%d<~$d\l⎎ѻ cnB>F;ש/V@o^a~Pp[PP9#5$q98&pɈ-6aHlSh.UI2lMyF^HYܖ$]cI>BȆ:|KW[hY߳8˟dguIp M7/f hPXdd}lhj;q\4y5( tYsm{Xf4%Jbz=5ĸq/*Й1yڵԁ#' ⿜VՎn{qfXޚ>`/0Oӯ6פ:֛A@Dc&cFbُ" RW!Mrj@O~e}uQa !|cs_Bf)~ɿ !L1&2b@erG{_mX'2,p 1g[mjpCe]-fV :r1 ˺XH5,"MDXܴTa"&O1:Pƹ?٢yʩ8r. B2‰y{q0IsEdh*ttӉ޵&C)_ªY mxe10[^ ն'pZU_*˟Am2p7gK酟?mr.s oó#0tqɖљځT=/Pp@j$_s߃MwVc")>|2)ː`zgN #guǘ3 ꛒl+e$*GMX 00+FI9,N3Su \p1Tf]$S@[ L-L)@h΂[Qǥ~+CJ]: s_WȌ$ !ՒVbc$x5P&mK3# h5݄ڻ^٭w#-`Mn^$D@4M9eϢ/pZa0|Ma fN =h yebfWM%-V}R) 0^#%zK:CCFL!*W 0VZy*,pVfgi/ߪBqZF9 C@uU C9]xbSSMw==kFy5!Y FN ▋dhflk^"FtSu@_>p|e910QMo#i#'e.Ks#V/8rU+qaLWK{PSR_)H ]V'WVsC-[*M(Z f~a"ݶ3vFF#\?oA'>W?%ۙy;j#~O%r2`4Nk}"/nѝi%^xšD[[z뼇QxNI fOWEٶEu &/=rn۸6薣F#ONeQT^&B#/U: ;aLi_MjSTZa7"߫dz_8JSQtE de6a2K/G}R~%_uˑ_Bw]T1F7i%OYAQ{=DbD˚~I4(X mve~judҲWw'{ ,7=#ӆK9-rdۧ..2fa"IћJn|4N98ޑ ݃YmguMy=e:mBV*0|ٗbhe _WE-ȕvډrNmd!eֹ ٿӕc{ rt@Ril+P=dWst~+ iSή/K n2F o搌;VD 0 F*ZNxSZkQG`2P2N38s<(oÀw2.`Ã} ]N*;}e912bȦj ?ݿcdLЛy*Ȝs|saei=H/`ޘRӰ̌ʹ;oovвIDO|vvݣN]neas'2*Ud컪VoC Լdw*e8f}̒g1]6-K~];˩gr݆? .PH7d8uLK؊'R_/?ݼm}Gc м`NZ9=ʡHi M"b G5otZКuyվ"i83!ՌJ'I%6=*O/i<߲zY/1ȟ/ݛHZXKc>9SE7jdv0[t?;U*䏵0pONAث/;RUS5Z_rR"fnQ Nxt~ZCe$pR`T Γ9mB)s=D?Df ~474c[m4lEVDZ_M\"r0'-BC`'a+PEfvoD8FW(%%Dq!V v2 I;TyMxb5FpH^t1%AԏB7bݠϞui"q`.Dv3-H2)[Ps y'O 2J zJ m{!~ sc̮ |5NfN@Tc[&>5I]4VA_sV3!3?׮` cFT r} Defr9} ~xZ6 *L~VwO9k&gG(|a !UofvH2k uh!>9fT~i)* a ٷm%q} ,K쏥zcO#b؜-t($H${AQW l`D,WkwVE XJڣ3AEg&Qx@>@ff}6='rE8ox,'~7H5qfk݌AVj)]@:|PWb/ƀcW -b'2L٦x_Ʌ_XX#\?lڛ9>+Pۨ%Czw^x4v_ɺTEVKs!$C$y}]sFx F\}_ ^lxpqoXvۊXC| ! WClI& *!W Aʛ-bgLk/g!` #DRBU [mp3D fnXT ZjX kuUĈ> cW>wB![9i>xVEN 22_j h8=ԘJϧM:)#2OW(wsN)S[|uRBWdZ~X@mfqs2$I {+qqieQPQH7\vOBSu il ` g xhI?͘b:*ut .e,nz+ ˣ#Db7#ISp]6.?Kũz=|]&xC'K@|Nyj v.%즩u9FയM2!M7e 緭 *^(=Rnb.%_OA9og˧_#Uc`Yj&IABK2Y rŇOrÞ`oHxݪ:ݺ˰ǐNoFH@j9ԀYa~E0:`J0YjpwFNqDP#Oeڷ{Xi6+ MͣTŒHA1(x(~|x}I{rS|5ܰ\} /?J3*PoEs3D޳GWvwfC&թq9R,WmĐ}_ b3(} ޵̘K~\EΒ|oY5->цXnR> qŁ|~I.qniJ;(OH~IqO>g9$OeCv0K9CD@[5AWM .i`ܸq86@籣ɐIy1=UQI 2ș)۩wR|zbh?M)!:>֙@׵QPN|F]N6}}KIW+~EK kz`&kݫ<|OGb80:-`[(iKt,[֢ AC#V|Z45!0HBto2`@fp!П S3'pEX 1ca^Ӗvs .PFJRqŜVv8U#I)  873Vs2 (Ÿtu>E66^/+$!F萦%O!~!`W3yD }('ϙӛB.P@"&oBǹ@6WLvn%Vs'9QEP;RkV ݳA<_F\vqdzIJ*}\k | zr4Y _T;'5*aJh~E-s֝7,=DšZ:|QA͂mU& 5W疊jN;lܙ՟;DH(M5 \3m ߣ7(HDѵmh%"?ز|10zȮ0Ħ\LAG 3&Ͽ4{)ot%}!}9|d@ːY%c&6k {+!Yu&k0 t*i:-\XjFѪe 'GW( =ZR?Aʙm4KjmcaEV}sXqŞ ~s_thggN$͚.,.ΌBX&E;D}ÞLV(LZNى:L1a=2~Oj2Z?GKhS.3_P:u:fI,_rVAnu.W- 08,6V+q#-x T4!hL29P+ck{C6l4ʺk#ᘆ?,{* s^{r헖|V.SFL APWg5E*%X.W2H{H:l<^Q>/"90{Q"@ TpߪohRhAj"9Y}?T@iZg:N'Zל_TaG@ hst)HeDi;-'Cqr b+ nW* D\\sTzS.C2z2|* ezֺWJӮF"0)gpi}tzfcA< "lL[Gi"0^ We`ۏp!inwVm{hJ r4{6@(E/Qpf>Zisg D!s&Ȩ|pT "@B!6bޭd1^ /kqqLFlY A aҮWuXph[bG.pnV؁g5B}T˱ I"5R C4CpHagh1PxK~!cbɓ:GlR*sHw~ |6'^;욳ǯ|^UJb1OBL7wGLˡs<i&͐zO)]Ƞf4"3O56%}LjZ91siшfj7Κ;кH-gP9?Ȃu dB'R^* ^yt"#1D z $FwUDs4q 2XUI@QY! TʢL:l9Ip}='>_*b}6_ZIrYV K2&b@Orj;MEkoqrH"6?䦞g5l,nVEP̤;/@Ʉ $vmti6GJHtzʨ6+}gJIWpb|$5, Fk:vbeMMkS'!r1qHsHRr2=qqb | ( B>"_).8 _ZTt%>Bil~ }r8 AG *1`X|Q9T \}-yb l14JjUl_bN= H cUtN^~"^R$Vd ~ 2.twMwY& "[.DZ p4vT!ꐼ~j?l=woF$$y3r+FLqXݙ-vٜQ|Dv/fڛXiSwrЅ0)ѧ_`*qLf7Vޫ Gd1%G(9|sT(P@=>j2Vu]He6(pBIneWMk'_daɳa3 iBe'PmF8d)x{k VզSJʰuM3a`8MH0sLH1oEg.m3׶Lzj5;2MaC%U\̝xwU13eGb 3r>=O; akCݟYC4F eOOǼ8 srI>7 nZ6(1k]bw1 9^xE5Zq5l4aHi$efy•-IMJ"Ypq!v'K~ʃuwI<&6+^7xR8ʁ9χOS%kX&qr粂gS D熈!p6wg~ q5, -D0`H?MU /rlc>S3GiD640*6߂&"Ǚ9@`?Kƍ}t堹y?KQ UnKV> eGEl7᳚ha&z/i?#AtO/E2qJzZNfl%oJaK_Rh%KOZC(;3Z$w$q{C˟86TCUM/[qGra(!D-^Џ(uf= T W6z)g(nX Gj\@?:wy|шn Upg*IubҀN:rנ);bt^n7/ `gFX.yrGòXouy.Dka|jt9Lg:zK`^d:v/^R(4p9,2y!_:`ܤ8u$Xn#I<47IvV*|pNߏufeX!zC7n VF{^"%z}D6f;)WcA-=PBL1HiѽJt*Zz#Fic[j-q 4 Ҙ볧tpti6,W MJyd.TS:X&n+ .GԹ4SA]t:ߺruuHH^ؔ_EHQфބ l hD_e)[~_9VV":M̌Yȳ~o-jŵ)DoڻgXes;6%G?h;xYorře ko )B%(k ? >/}Q3Rb[tӻ4DA? o ` ;E_fr"ߕ/͏!udm5nR|ʍ/nw8Tk=5!{S4J^/&!zJ5bmtd.4Jg>\?3?q,asjB lSυĿ!N?:M9 9"uW`Xq=uXz3 ~.JIYiLFzPP^n$$ŀŵ'z落Κ"#56O؀uT@x ]yfhXr5{<:EnY"Ki2<+vqJすV ]dWqـMDOgp>mwL D_ ޺ {*k|EPu-)yj@qT3mU g3-r+;4"`t]t@+pltKE]GY1uPt=ۦH!*etPV~Q_m6f:mxOkT Cvɹ AdxŔD PNɌg4.1ݢFS ٵaHz?957GUgV@grF9kĹ)dfѿDZ_NK`D\YnXgp-ۂIk6GN I,jJXt!٪Tpjb?!]ByDc sddJ=0O'i<(K@Lu4"H]/.? pQa]Tө̚T;!.ekW_`K€i ^2ܨMGC#%æJb&<gިᨷ#`wC`".}g$Xnj@;B;xF4/ B4o}ZOW2`\26Q_|kin^XkHJsYt&wZse w gyn]iOJYے_vэYw29vQ+xoc.|*x_sAPY<ڄHJuطudX}"c7E8hsgX/G,17 ߀V5#w lHJ|j)gq} 8g5TP@qmuWF76CtV(Kc0xc!:`Lr0H"l]3z;Dm-aU[r6렸UyI}~a89c20#k. mOfAgxv*mCnmL{`eXIwŊZιB[MCIEvZ,ᔢ8PjOPZ/AHJQV &5<:h5y gK4{{$𕛨nķ M Ny >d͞\f^"-_[1= *ٝ:o$pfaWn{mͅg+?t;SX f/i^@ X} 6x 7Qh^pT\Msl~a:Ѯv.UlY)9 B=2d@ۅ׮}3U @{_ڼ_]#, ce/x0}$s[rHU3i2A&Y2j:װ0bX5E/ ^n0|PU [CNjhe<¶z\2PwaW1a9[I"?4b~Yė7 Ѧ'Jp.ţ#!iu~PIƽ"5BwFuv@h(i+I|y3։mZ.ɜ-:mn{_Ye6X{+$W?LJgL7fޞb-–~9}l3~׉v_vK^s3&KKS4z2b]% h ܀fZM rbv f/ޅ#ZXAOJYٝZՁ1[oɳ$~~f$˖roy)/Iv9։G;_)N*Dt٣@1`d_XVB:,&Lq湬G7$C%Kuû awLo|ȷH{ $"Я2ێ rCK8Y=S-O]=P ٜcrIdzI}ޒ,W*nTK4YJEnt&q0) PB5 =Z$W5c=,φ?`YTgfSv9%_ v. bӟW>AF?ل´]vKr6G_.(s{BnI?t Nh012w͏Ͷ^ViVA{y,bLl|Co& cp,w/bqvޯ}Ι -5czd2%ELAujH$DW(;A.mog`>x(K(Դ?)VV洊Smѐ=^&׆{F12Ϧ cd+©/ I@ :Ng2 JzEZ[jeTB.q˾X+/ڪV(a}>J/Vd I-RBAC֬cKpkߕ ߡLLNwMeQ|5kzC9IA罵`>ܸo$zDS$t\4hh=ȫΔ7KiHԿ!v˛97 T=0{\93+[79YA&z-5вg=xZ4g`cw80G#z˧~$|aUJNDg++0S%I87lRqV 6U~biI{4wR!ېv7`Is ,vZ>%T0h7ԑ< ~z"mWAO_ ў!~fՇIfN;[:UxAI;'ˇt87+9mJ˟.ZPXi?s|' ] *VeXw<L7\ dqfmB1ۭ"PN|,?5Qf$A=l*eJ"M$YMdd$0| һG (\ڸa9*qhT@W(IsgXoG54;ǚ!=xEMRWY gXƼkrP|̙Wř#"/Z)>Q<Հ[ ˆ᠃ZĺOnRh>4ws:Q0C\. T |Εg;(Ooߑ`]b&pWmb$y GrXpqi[aZe KG㧺[Y|wS@g]th?SM -/˃r zؚ0yMP,,;HbVϾt 1Ӵ(7[` !8uvX?|Ćb1wV闈?@3YUZU򊨌%̀㞜;v2J,PY^$Ze]ȀTtI?,9~ 8q 7\ʋk20l+pTNm`tUJΡ% \vf9jO iR"GtQ}:B0]9rl\OIKJSv qA0dYJGrʄa4܇R 㹫|9.h4M kr;"!'~>9u[j}F ~DDH" }$BELQl| 8:*k25fՌBsHB|LNy%%{kNM[C/N8Dm&0 K|5Q/hϐWMH$HleS1* : qsfmN'ǝn5.LhtΗf !=8oe부F1t$)BzoD"V%yTS;Y1"od E͏C(֍y-j#s佤OzStPqX:FC->FL d~j=@pB[nHrfT YqQ#n myՠZ R*H$ Dۿa>@v &K fd^nk.ʮ*Ǣ.Vb9ɾ iyf.2/q{}uP$eHx%8O7a.l4B}$>24q&_PB@Wk0bCP\&2Y\ðVzG^Nrx<%1pR,4wBZۮ/ʟe=u4]CZ @2挹e4.goa<}K6MG،0-e$.OjWA {]sSb߀%1Hy:܃bd\XkPu 47:q&T54ZU~$&:B:Ɖs aZq7Q#,Fm5Jb?c$kP}btUfi70`0xK\X%9RX-rկj"~^e}+k\#W۩HE0*LFZjdFNz7Vi^ig qvS] -*6~$drhpk1>UͥoTXN`WyEE0O){ܟ=45o q1|PE:Eܟ{ŧڤgLXAzrP~vh0'`2KJ :*Ha3as Z*| z&+W2R\_0d}$Ɓ`wju PCctϠ]ЮWHxZpX9IXFrQNuFU§&*mo2>F{(dk(Q(/+EN֙lxǠ(3~9$Di6={ng ߄/=H.},A̛hK$a5|AkFe7~#U-lؒ+ku#CB7z ;^t k.aȠ?73۩Yz|c ­>ir=bwqpYФ +I5_$R- Uz{7@N-QUAՇaFMYXY|ft}!H u'&ɀw%1ЪWKz<s2ozc,aesV3YDb`<Jx?p%{TF^J6a0_\JG1J1=>V#ųWjqvV7a6'X>qkJ-I6Yy=7 8<pz;%hTJØéѾt•9DZhej9?PN–M&RFmSSčF&Oe#o}2oWQ.#"mw:h· ger^,`UE r2sL˲1PĴ<r>DhՎq,>?w;h.Xj0&:zp)#,.Y1-+!X xVpGm<Ҳ`<W5PO[x qR[JGݓ{՞(tN?u qG#~v ?[oKcvzr*J>jPyȃkb$t[Z 6ͮc!0±uTk61eQu)$<.&J-_-;D\ɒr!e -v<ݢ أ:pUtByEM/),Ѫe$zКVcWjޞL^bK81MYק ^UeSO/evFǍIzq?SjBU{(G>7U} m"" pnA<:-?[ǎr/5*#uçd`(֘c31X`IN[Ys?6ӀN"8FAYTS(=`D;!CŽGr Z~RHH(<bm!,` K|} A!#0e"?eB] f,+\^lb3׽uZn_i1Np!VyA6jCݮxׄ1FEFDeeajI⶚;Pz w$8#/)h4iVO?}F[)Yԏd[F, yl uHAnNIHXOc7NCsk*#*d%2jtdW'5s &y1lIJJQ; rۧaҚ7Sb*2_W]ey"ˬH 0pHֆc( JK᧳:96~]Ó41Cnₗ`I5HV36vid5nBUPUcb5t6$m E7MP`ϣCH1)ݻ\[@b]wT\:Zځ͚|UçF+q|?`.q9UKi \r"D>}_7uᮾvLm2w C&i>_HTKOzXK !f rdgdaE>]h^B:h>~1sj1?_5lZ}bu7\r>Gkω1/r w7:*! H1YQt&>~`B=A~{fTm=nYj_P v[Zpg~g(pn/qO̊9G>&#ԅv6`Pb`.B`p`>,sKSd3N<8T BdJJp!0]]e=KS Gh( QX{ak<hZot&LJsmd|o Z-sL{ی䞠¢*Й\Nv] H&pglĕ̉z!dYnmd;v\Dv ;OD:\ Bm/>znq~!2w*LGaܺ;s0V >D Lt#G R2&~q+#= rx$#>6\3 EBZvܦs؞ĭjզ$JUEricW9)=W·!,",d8kH0>^UOfqSe>zSURkF&:e(a"Rl ]ZW|Le޹`m kl_f/݂fRYVS*3%|2H׈"GD)̐,yyK>lQd3' =,g^8 f!㙦˜}kOީ:.~\ex b>+Gu #sK[n0"ڞhŒX$8&NK 4 QfAmHiEìmiMQIZx熻0x_Aꥴ,'D;LAa5'PXG[XlS#kd?1XĖ: Y + &x_:Ráe^-[QP葝5JhR;^ 詗4_Q*De [@ ƝkC,z5M4M@قpj!'``ͩ:ht~8-m go3rWwh(Dx[8 Xz1lf5 gZJ@(n^|X]F u6Zcn,5ZZ"'?bfʃ>ŧK7uVybvf/8j$nc{Glc/ʭdBr8e;誶}&_U[&U7ye(@%ME1A--mtSBZُ\'DszyfJKܥdG1U[_J^ JWZ[8XMsyLŮY̕Uڡq4͋ڌfM vx 3R}~lj}|4ݎ%YneɳG&7XLH<Ry#ra>Mg Ks0.toS\7ȸ\_+RO }ȝɻ(^@kKʷ_&hvuiډp tvj.̝XIP >q̈LTaʖpE+%ܴ:wjx:Sw" + !7W)1(i%Oq?pmȡLAԐք~_$Sz3 %Ly |VP&A<݂Z >M] ua)s1X46NC$oXn!ߴXlϚC$hd.2>*?FLd*96zОD@*-pBYIX I n y 皙Z4un ɸ`IC"<ۼ<ϛ&*U9u-Oܘ.GK6J]nԼ~`}]!i\CF4a Hp[93LDCX%&@e-р0Rѩ3w2@{>-3 :h,Ns<'WdޒZ/Xk4Ipxw?͎QLCarVV©e9{Qw_1 RmmEșC˹mJ\޷}5{Z>P ml|wn@k\q-8}Qs4դq>ajEFID4;fRax!cC'!sG90GF%ʟY˽ tT7OP_i_I%kT4bk!coN%UJ<*dS~vb{~ Yt\M["MڣcD(k&QT $˪K{/X Uz?}CT2'C!_r,"E>e=+OGF@,r\h_M:""Ǹ؁l0 2* +(/&/Ea} mO# vtB@~~_(%MRh՝Kۋ<'09t{ʐB]٘> ?kR`O'A./ m,f4J%ҫeZ|`(^gk]>1%C&Z]ڬ:~PN4RHF^mWfGi߹ ^$, ȇCZTHa5]wwZ0#;:hpZ8iEyBsNS<ۺ)8p[wdەk17B>zʻ~e8h+S9&h L'r{|Avՙ ^Eq ٺwE$ӆ_,:yD}` HbA9XʶpV8I*B!Ƨz4?ѻ13H) [gǀĵu$U22Yw(gFUI:2Zܸ}TvXO"{K?n}l'eӱ5|%мH`XPŘXa|Ó>(*T+O !2D8v%Ќ>+T715l]k.rwN-6^M@ +/[NaԀtj3؛ iB 4,W_wgWh᥮OIZ>6zIG RyI5,C79O[C.rl_٥易I>@Ml_jЌE2m$Nj/\t\ܾir_pp}Hy3PÚ&2/7c{]7ҁu,GKl;  [K~[2k͛ feVc ʱ-nšGhZ~.s]542ErR*%J6ٯ!',y`>'T.+4nD zHULREm#<(*&>5 JY+(f*0,gLf #U*A–݉ t/m/eՌ <<$6{v*zZOTf9؎`qϺ(u3#G%!bUE5yYB;f_B^]yw'+˛Iq)Ii &Q9`c-.,,$%%gXNF(^}տqͫ~_ V\|z9ii/]k0L'-]'OO+5'.aͩek8J_ڧNڽy7(69; @m R]"0U3\ٜ"~!v뼈a(ܾ/ŒZigzoM1ކE'Fw.ޛ< _F^TdV(U(k `cF.|L)DTX$ 35^w,IcH~bl#U󴮢&&_'.CO++D(~3' )@(yӘRO2̄x%EA$ e%/Ww1hdgn z4{W I ÃHl'fV~f#ʬ5&JDn}˅ΧʼrN% N 4bH_+P1[Xg P稑^51rBY5Xȸ D)Bk<x`~B#HN[i6YwvKByP^Lt\rf5A%r@FK 2>7AIܯ#{XrSGnWV Mwj]-:ԆC:j NR]xf{6XMTt($RP|* G*'i'˂ ! c'wCl|H%/slixOHBq]u6`au1䬂A>; 8dXt&1:9?;Wi'suLY׫x:obkvYM/[k-1q3 څ,!Gs,FWfu^^6W6ղ} i!_/9@܊$awv!5iUz+C)G+Qk!^oPLEPlM-:X=NHVUA2Qz'pR!+Z&T\TEi˅9C mG$Jͽ \{ӌLUx2Yūy?LFP>TP=Z4$;;;l ,e(QBbvO!CH?>+,S}Lӓ͞)~]B[ An1ܻMR,a\ ;N`5eu=ZzڽRFe\44' *lq~qAgm,BtnNJUWJ4z#Vl iDlW~X7Zr>QjNlF˲J!g\,1e+ױdfe>W9lw!{$L0x 0E֋ZӺ}>A*Yf\EDPc6fR 2p\=1GD▞$ٱ.u._.} ̠=_(}77":a*`dZNn^qb@ykSt{bLn4 A=3ImyŒĹM 6Mkԑit< vN^Vte*=jtgnőmZZӅk[ &ZӆeN|E3 ~]uHշ?Ү#k:̛axHv}+ d^,84 (FaFyU%7'n%W`~;j|ߛ`ʙIW'b[bRh> HbYiuEP1i6Έye*meX֜:s*F<%#wuTm w3l;czy3\&#( iI1&2NDRasoÍcOʛ(4=77%pO\60.HM Ɠ :T!GІQu Ri,Ί3 4cDo,d])&Ђ>T}dvf=ok{HQýOvs᝛ԯ`Rzl2lbpH@A""GOfQ8qlZzoۑp } )#F,%զ7H y&8 M|h>Ǚ諏L2mT,D Ͻ4:[U3su! iBᛱnuDσq$}@"eTO):Ƞ9Iv9]aswgf9O:WpT@6Pin?˹ֺCR1(gϜ\.PXn)D(= f50W"cu` ݑZ[¨`V 1Y œm RM1tnm`}OՋY@5,8<9PFxK.Sa0D!*B3NN"*+I\!RdG:l#7%oSKn!=!>,1ȲJbZ$Hîm6<=)."'@dR*y,9Q|#UnR/_'@8: Ij%Pר.( 7n XLGT-&`w)uX.L;*7r4!?^]a1؄{LS4oѣhxLGlIk͍?!%6*w&>:]$Ы:T k`k4XZLmg>uΕPK?#jcE|7ȉG:eHro[KH}aH"2^0Ǐ3<Ɂ4b-ȜJ&D%`hGgxg^P{I嶦_J1(0N?4!t6?-E݊ fQƪ/09J]nNE702mDG,.sWR)g(۟q.[EB>')*%ra)ٱ1V򜣁I7 Qh؊4V@m^ O>MO5X OEl/C30 nSҕoL.zW[+bKmhZ:zL C e^G=pfRO -7e:eqὝʲ A$;Dd4):p iTxZxH]_TVQez$oIzaVFsRa~{P 5.6,tkU@nsoU?Bk<@6u#$l֧߯jq*7qƙg!w`pˍ_?/kN`~Tvh?WX>AX6/ J~w212ea\EuI0]bSeP'p2 B#űp=~#ۀ:@07 k̐5`]P_^KZda7{Z}!9o1om$xmOyEKHWLo*KhAQUp}^{=R6ҧQSq֐EV ͥ #Č鋝 {7 :f0^-ͤcڦuN`;q ٝFXƵ$Lr 'TN0SKJm)ۿ2ͬ6nJy~ m4Jǵgw>eS񇼞ҥr^,SdrX[)Z 3mBcj[Hǿ? "eL;k]-L؇iF ?]nXE%fC$S.\3Jʵ3OIЌO]rcoczq.qQ[!@:,t<>y (ոFS2Z,iHXJIad% _SE,p Cbh;VkhD; %b09_}g; EXy joDtGhԚp"Q ²<`XjO@j;8&%rE`C}9nQw6>b8Png+2vՍL&-7IETAŪp^\K블äChhRRcvి&2e{R|UsaFy-Xc^(ɶsV2LNX5$,ob^7WXunSgw>6i-@pd 舦r ! ]:ZX-aQ V]XIβQ%M*ZJFi b4q-,m8ϨVL=vմu԰ :WB"Q_!s`.4޽Zix'Νw ZJfrc2Yn{v-I|=5yfJFhoM<| !@iB H9*k`}dqh@r8>ǜDV\~,,F1o0#~L œ/ 02mڕq[qSbմE<6 >޷d})}R~%P¡.ܭ D2TSB ^A6d~;q3r%f0OK9j0W6hbx/ww #Qha3uBNmDnyarR\ E]Ql\c-\?:HjJRf>` %dWŁЦQ_F/kÝm =4'`kG'2r-dAm27-&]1WSr[48#SH~w!.M[Ot,hqQfWl1[1wX-aM2mKO<+l$=M [x#S|, P=5:l3< <8Mix c-,3;T: 2-R, @ɒYܕgL Lu4d3kNM3BY68Y VHI_rɬbXh#yar f(~7zMy:bB"؏ظ?Vgd, }$E OjVNp`4AL8CyZoRΒBaA=Xl0S?O{W5l/ 2̀f-i>݇ v(hЯ!GA30]9A"^o$O'v.~'lcU^ OX4~S^7ǘr% A/Y卉x|uP @KZl<=jzvWD{Paluw (5V uj9 fr?x$-$Q;֎ݢ\_!IrcJH70jFtM?a~58ሱ~'BПOnzF2;|[Ȥ+ئƢQwՋϩ!@L l @,|˿.*PIDCm՚ iES%="JH(ٮ:HZF|K3Ak$Q0};}H"0@A0/euGU뱣erFQ 9\}kt][ݢHYJlpXN8cmו̫diQ[0SZ =r[潆K(dX;½/ռ0- ZZ= $NaÙAv+ִy(rSn1㋬:{P_X@}Ϗ u$~B f$}pt2FX~ UX"ʞ {ZֳxGӖܕLOt+D@pe"T\IR$ p^d=Dr@e[w#)$Gf:*àa@$R;_@Hm/ YJaڳLޠ%p( _FTwӀ:~+g yeJβ7>iZy.к6_Lrx :Eb'M,; (&6;X.Ac'1eم5-ww5*>"DՒ <٩jGT$!=Y)'2FA`<s}IbQg%15ҹ܎7:QIY G%As۶MαIdT3ڍrc&$|O腌GaW03뿑vB[v˓K'ӓupW]b?4ulFSaKX; tLW1ޙ`v4Ng D-Z_ɵNNg{Vٖ, vN̴ UcTc;i&:3,gŹ6uA_qǨ )b"&֙!펤\^T`Φkޝ8Ȍ-WB1膲#g>'0~-{eI5cCzSŎ̀=E6lW1\uY b.F!}'ݯ.P7w pjTz5xdc2ՄiYya1ך68?ݲ ISmOlQpH ih l=f#jnD0 fc E뷢B7 ;R-4?>q-ݾp$y[Nv}RxBAƟJ5I)dE  " 庫ybQ.\1,4?vXnlgP/yې*ɐ}n:Ǹi:r{k+pz[Qˣ'7 :*)SI:en>3Hu4t`M_eGXPEy[MW8Y)$hNf"NpIտ$i (`smrav3eA(OxgYq!;_.#9q0Lt9}y|I~),{*a".4La8m鳢9V0=|2}.ڍ*mEKzYrvXp{HMŷQER׳#Ϗeͼ )| a~$E)/ŕǁ2`++?c%V*8M|mݝm(%MJ2B3lisyObH܈@Ee7CLH]ԻzHSm=Fߪ]1x'iF>){kW+Y);zYE4&=cS/Ũϒ/~P.R1'dZ!Gol#7 z[ׁHYsAw. F"U ؅]MqVxDM&Wp<,u\ߖCY&Lh62;u%jL0 5cywgNYݞYg")۲4QYRaw*{Ź h.txuϠe0DӿO=!%F0a8w=ᇉ8@ 6o`9*YsF`AoIPJy E/reLZ}K4`_C?<vO'E/Hjl>,^jkUYPi~E]mWm493y$p$9^z5$.GkpH:M`R8h4K 卂–e R9 ݠ*iYz}"M],à +4 oQv3*9Y}%ϨP}Z8c0<ЄK Mu]144o5RAB:̉1`9[SkŽ': $+yTC!=9]^I܋Q~F`sDu4l *U[ʇWOyk7B5{5w'6<<u/:T]^8ML3}V_ъsB< nrmd|5N{jKd7!9@ BtVNTS Hz2~_hMlflaDQ<=Xhunj/u`7y1UVʐv}'Td7HyfqD -jD|Ÿg)VYj5 “truxu1pQ21u8cЃ3½YwEyre h:Y݄GēѰz19 a vBs_UJG>9% GB쉗sߞW?+10! a6xLr# 84X>)33s (ڦ,SWEǾlu&F8@w *|8 ٥HaSѣMKC՗ޡ'-tIqč-0V+D\pؕƊZլm~ `^09ћMf=eȕd= Tp=U :@Ob-8tfM6jk4UJtCGb3 MۤXU]qO: ̿L]c mr"[7lǑU߻ߊܤR?Vn0lKK/R3u-[R9R[dy}:$piNiG2e+wҡ6.lFgE红 %\dHrA0cϣ~ bh>PE5vV yp`~bVTj~F,l5Aԇ哔h~Ǧ]&C74sMBOα#~D(I;aak0L/aό zU56= I pÔm3asl9/~.dLDHj2}2 1N% AV֜* ^ Bʍ7|U>2s<-2s'ӏDm]1VPuş%ٟ<<Ϙ-@Ցzqba%jNoM I1d4µG%$.1OWغUj lr1+j&tLU8G>.gR%یdǺŸf& M+NlhȼboI+Uu0N}0)- B+Βeuvsap*񺦑F[zH=([[T#dm(_ַuxJHwGR)v7H$JQ,&1! łkb ս2Q%*b䵪Q`5%,Krmf`@bn5ܣc$ ϽnN4-Ƒ!}k;O7򤕮p1s5~6wdɰgE-Ig(^-u6溬kǞ_ A1Œ9`zZLߘޘ[^{5IBrڻ&Q̥ WphͰ0Sߝ`/OCfhO*f1)#R^Aw+pݕѲ )kF} uY;`WUML!Upg߉ܨ e\v;IA* K%ewns ,;j2i ,&+ij->57R?Zܛ qֲWKD#X.iH"hcy|μ=Ux!wV}@a{I#'"Lj3xzŠ;h fg:WͨZnXaBLjꎪIcii"s vFt-(hl~uu7#qҭ)LFՈVPZgZ9J S#Etf Q ו[;?hkp$x1[xEB?LbMGWE!\Bdj, u W2k,) ܒ o> LY/o6SN?H5wMr7Ò(Sԡӗ[dvآ#텋&q{_ʀt8\TJ[_|_^{d GJF4cHI.χЙ[+`ISD"x/QGܾdeF3eRO1@G\oL6 %9 r!¯Ya`.Fwcg$N9'ǝVqkT͗@`ފ8?cq"ӑ,ޥ~yEੰj,͗c, Y>)rX݂SuWΕ!&ˮG<V] ˄S7M۱;n5 $lo9MJt)DM>=YV>uMIUxg/!#udx$/ZwpAgɉkg߬V͝ջḆV춳1~ S$mb6r,/#-mv m5#+}?'GkZӽ~vS2CvkL0`&G5y8F^uPק;|lF7ڙWpݒ]U|-j ʲj /N2φY5v;^Ԧ&s}(eڗJZ#bUӄW9EZY1"5YqdH埁5EJou6y]2[^WL6+Cew٣f4[ \(Oo .['S'%|KR̲Gr IIbxҖMS ~M yS%n5KEAtD}ȉFL{:4ہ)%l̓P%o$di7 PC/&k(ㅳfMr9>i>{BUtۦO]Y\Oo۬$.ƔJ@GBт{m2UTPeIfO) WBB6))$-t^3b 3e=Ef3CUj|݌ޤŚՍJk=temTI'R#Ѳ6$c=bEڶ;QDž|9-$J6k[zrtJ)|oYx`O[V pC4n_6/NRT=e5^\V'6eA9-rs[jcIP((k>$C斌`0:^s'B0 z˼px\n'gxzy*zXm 'q vr, ^0Yv]RA0- ,%ńF@hl&5/8qϷ!We<ՍMayZcjT0*J,ЂU\,\[.7Pa"i,UX~1ٙ$IsM)ylw)ȅ"P.-rdչW6Lit4?2^̚|ʞ`c6a|xj͜ T"<ӘtM3%dc懽UK Wo{w^D0[RUY8C~F6O8.6DZ@Ćf&$_70*eXhWx֣Ͳ=\\΋ gF8Pi& 8?ݓW۲9崼< lC.\soTNyWqGmL@-S>jݳa_Ŗd;W'(tO,mbA ,By%`= /L$ъN=lEulۡ h+*SkPDsC aT99AqΧP[UWtu]zAx,*H0b `%؁ jeUxeT\`"tʥE P훣I+(:C[j>, -Y e 9 9H,d8}T-׆O.s)tl/q<\gb[lpzM+u}ԕ#Qr8Ƴ3=> ljWdžX-wv7xX57NbW8LJ."H=ƇaBt>'ȁV[X?dXk_Wh ;^5sn|׽4"Xے(J.@CH88OW;j>5hfWWY*,wkӠ^u;"5|:YBГ>ý7`hػvEC9l3CZђ'H ]NU]'D> A Y! M&, 2뒎ӄ/۽zXff3KN`ꐗ'hTMP͓>syEͣã zsD'$E}wey-Q{28 M^Yx 4lLp@`lDgtb N/T;l_w_vQD] d۾^K]ǀ` .`Cp:QiPϚ'7,][83}3Tl.$pѺԚX%6KqیHʭ} GIfTGv f{miwCk"*#sQ `\5@܀Fbֈ u"|‚Ïm j<{SɗCЧ1?meV{%,hH XGՐ*O"9S3āϱAH'S>1OQ?ThAfv~3>mrX,V&"kUT;-l,úUO(@le72]*(aE[V՟ WiOp.5bf5 JX*$Bb5WSQ:/ PMRBvm"$I^IC]Ƣ[T$j/j7hZGĦUUnuĨZZgeaCU|NL:O汒 ,3A8.ނܵZЉPLcRk#f }{Vr[(|)fpJj,.cy)b$ aDٯ V$Z Om1%yL@1m:`OhJfjl>yUQ ,&*"b63"_lt  & {8ff $ Uy,r@lFL^ATmu/&3˝0TȽB&mah*qۓBy⛣}a.U4VѨ  ;Є/ϡjgA&L;,G|MxI7FD/ב(9zg[@amPt3pK905K,J:2J4'5SaqE<{IPBkzG}J}2j^7G_Ӥ9(X'4K @LtsRYO҅Po}%‹.DaGk[ҧt7$w<2B^tm CWqFpb t1^ЩF2a2#:Lt'(q5;3H[?0x' %] QU]ި_nf2ڻ/qU#=Oܻu=[Q@rn[=S{k~ckCܞ&;v5m ]&z<\ j r.Ë9|L0tP|ftPm&f\.BL;x8C&}?2,Xp]_ۭѼ |-k6gy^hn9{ P}ˇ0deݩpLu1[ %ZsUspԒg;`:fuM7MKrٌ~7ܳR Hw~)@c)H́vÏloe4X|KPŊ^>zQEr. Xv)f+^ ݨY Vg}ੵ^WY_ kGOwD&5;C>Z.Y֐('xY15mb)PI`I $nc{|(W.6A>v<>|!=W ~T倍(-aWnl;ti x:~; IbxE<؎Rb䶰Ѓ}k( ?ʬTpi=%9 yg0+YD_k!Gk"=gN1 ˲:_U"2Os [n~0OxEaEפQ 5į0 ц4J0F E%=uޤ2b*y׫(:ڹ|)x@41׍"* ~R@1OV a=ʯ bzv8D>jB;0xPMZ*YVT2:~vP\mɨ^}PP?ͥ`c(Ĵk]2jd/8՚#ag2`Iia#k%h5f RՈ-M3d}߭bAcJ>BtݑD9x4PMqaYJȢQ 89 bj2ikd8PA۪!SE4L"D\̎ a߄Mf?AsQXxʨ(a؏xKAs#5ү)CL^4|,h)q.'WRA]$= oGJݿbjCGbxIm+;'q3UA-xݜsr{\<)`AZNA}fߩՓB;KX焑ί5#v jsƜLgRAv"*9 u8dxztE|,'Qe4C~Ԥ}Z\A ŒaqRjS ̙Ś'mwbuf(ᦺXtpllX.\[e C.}g{;q#PuL%Sq p)ā3uԯl:9xLh;0$ijţd7Lឝ]z̈{6w+}@\lҽ%NWOS% .{5~)M| )Q} MVbP[2dV՛O5M+W?V ^Ir\"x՟<ݣidq3)vsXfH1ܱ%; u;n.rJ){i\,`H!jPv *203EjOn Lq61Kֽ$2DU0(\8x*tBaǯ2vVA-a_K'Z|poV#AQ4Sv`gKe4HeL$#~\6sa5܆vis Xw-[Z~yH"€.\Ȓ/JBKըrtGbPq ʨEa^ap:Ϝs eY` 8`!]Ү[Ao WeD^z0Σˉi8}y7yٔ;&@B'{H|2ĉ|$fa>q1ma=wWDAC ؞t 'M( | 援* t!&*zo|Jڷڌ&i66$9i8{lP]ܒ=ȌD8LJO!Zџ*O9rx*QU B*!t_"vnq%L\CwCݘz[V\}ޛ8kRFճ?XNAmCrU?W 1ǡ\ذpM^A2?ssG x5[ĬuWN̥ Gl<-ٿq.q*_Nw8N?Mא˂BO&_pd}/6n[o yu3 ]Z75->BؾvM pIlӏP @:^Y2uM'9t\Lp\Ȇl~$$Vl˿ClyCduxңةKRH,F1#8(gqxǒoVfZy>5M6O1m 1"6\+"J#1(E- ξғh4;F1O=Gڳk~.^3(_[d^O@X Ir o:ڣ%܊Bhpm}3oh{)cxr'({VePoW_۳5dFkt3fZmɶ)ga݃QF+t5tGf 3$5 i,f^'޶𞁷l}E&7F-[LF3{Ix839ŻP>qP6.v1<+ɴhN^!9j=)ַ{i\] H_h"1`mm&PQ~_ :@2lg)H?EigPoquZkaEŚ ӲW/QMc-nM~Pvc;=A5VBT;!{Qn QK`һ#ԉwU:n MK749ɱU6\nR\If O!ċjmjd)ȂEwSb2=/AZۙ`7W煌хwCTp>l_a$'a&? f8c*`\*BN^g-Bo ,Ul9oϟ*)>Q9Y=K /E,Κ_\r쑐BBfgyxprsxaxw}zV'TC LҲX Gg{Hlӽ7Fr?rsXU4Tqa +B**%)2){՜طXS؛?<Pю'B~ōB{&|`›~%[&S/'ҋ9MA35@x者ꝩB;Dm֞zH7ڵ+䰷EqB)& ~^bm1? 9<|UAPo=iƖ!d4UB<Qߴ˳"[c>jEXW[[axHVy@6F@J^ӊ8?썬Ug$8ƀs_ wмA14C̟[DXfXn#Y~ab 3:,F};3d|w"ɲc B`!v5J`+no(Ήz`zrIuI:jK# yXD/tt)n"2PuF?|$ޱ`1 ['SYrVz,۠qMהȜUVRY )=pJe#| n7 4=H}4ZySw] :8G|FLΛVD5fa=C'0Hn ofa;账=rr^x$D(d'BK#NG}bj]Uo  {t<+&ZØeDK5-L2B^={iuF ^ s"hO.ldp韺[1H;ݵ(^m[a/d6>y ԗV(v.7m\$M=Bi*:!b@kO>tSדAx0H oeK1.GGxɜ[lqig]ɐeSLRnmM6xѽ ǝ Y[ap 6g]>u;Ŕ_uv#qFE_9:ʞ/m4)H  }:,IQ sRc]r;9-tQ.ʶL[=LtFV'?g Zyh;JmGp pND}$m SSo?^iI7_3^@t_dsrཊ+#> .TL/?@%"X ?l FVB(HmQJ`u@OFJ_ NMC(h}1#CppL; reȚL}beR6Aᐖ~AeB7NP¹+ݧ f!*xjF3F.E$R0Y?QZ O1(YlȒw\nmFD@ LQ~ɳ 8&}=y!A 'z],RtwA/<7- ~n63K^X]NaF6j& Q@ &XCD%bE!.zx.*s|ctu |.勇@z/K,$͏A (_:[5MzeD 9jSWN^fZʢ.UWUhV#$qk#.i0K:UGKs\9=n<-@Uqpiƪ4"yЖ:"CLrhɔ"A` &)#,pulpyy\ȳ.*-y{bUkְUR;jR1;If .tfl"*E(L?m]N6)(!{ EbMl@2v+) :NKԠ-vIr7?C]gFh:G(D,,Rnsx}g}|uΨU> Cur=3t5W$l&ꆈ dbg`'dgLrPEB6Bk ?X}36!͖G M=&}=H : R\72DE5Wk9}Ny̝=!jNݺDwFE:`!KOI>i GgYk2[J%&!7.%W]bC@xXauق<#T֟*bS?ȭЦ<;\zדh>hZ]k}_PՌF>X q /PMBD/lu5a ?J)lB^&hĞl糽!]>slfiDW\i:%zPbJ`e4gZ_4O"۷fi"FzoL>.$bg^ h6YM'uhz˚õD1d/a?_sڴ#]CvM'mTަNRL^vr-A*䬖I6Ae>T k*lߏ0}-hE