go1.20-race-1.20.7-150000.1.20.1 >  A d ~p9|B/ѿX,@a5@r (^;f*8'!$ZuYb6߯xtjf=4DMIrw4L7eG2_h7,EBjujݲsB>EAh)eY\]ZY?zV${}lD0-Sބ%(Ef?A}h<@aVSs]y%S>xG"X@'6v(r9O*0zK /%\xv A89cbcba771c0819dfd638c057ed89120821c095ed4f789892aaf979f2ab0bcca3ba2cb18992d6383f2c7955422757b89329d7c45pd ~p9|X/3ٷW](7R.&ͅe^ &99Fx~>U7se/2FNKuRZ罿T˭ 9O.\;zk{h ~Pԡ Iŭf6鮯ur"P:z0rޡQATo>IF쪸sudΰ6 ;nAHMW8`6\ u]\pVT!ȮĺSĞ]Q_Ⱦfk˯ =푔{>p>?d # < *7 Mf     <P(89$:bFKG`HdIhXlYt\]^bcdef l uv zfx|Cgo1.20-race1.20.7150000.1.20.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.ds390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxs390xd*8f99c5ec30d70cac4994352c52b8a8970f768ac62e393efc91f8fe76b94c5bf7rootrootgo1.20-1.20.7-150000.1.20.1.src.rpmgo1.20-racego1.20-race(s390-64)    go1.20rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.20.73.0.4-14.6.0-14.0-15.2-14.14.1ddD@ddP@dP@dK@d,@d,@d @d'@cl@cwcT@c@cj@cjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.20.7 (released 2023-08-01) includes a security fix to the crypto/tls package, as well as bug fixes to the assembler and the compiler. Refs boo#1206346 go1.20 release tracking CVE-2023-29409 * go#61580 go#61460 boo#1213880 security: fix CVE-2023-29409 crypto/tls: restrict RSA keys in certificates to <= 8192 bits * go#61320 cmd/compile: ppc64le: sign extension issue in go 1.21rc2 * go#61449 net: TestInterfaceArrivalAndDepartureZoneCache is broken on linux-arm64 * go#61471 cmd/compile: failed to make Go on riscv64 CPU with numa- go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29406 * go#61076 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60352 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60535 runtime: TLS slot index over 64 and crash * go#60675 cmd/compile: internal compiler error: out of range for go.shape.int64 * go#60698 cmd/go: go list fails with submodules which have test-only dependencies * go#60744 crypto/ecdsa: P521 ecdsa.Verify panics with malformed message * go#60754 cmd/go: panic: LoadImport called with empty package path when listing GOROOT/test/*.go * go#60760 runtime: checkdead fires due to suspected race in the Go runtime when GOMAXPROCS=1 on AWS * go#60802 text/template: key/value assignment is reversed within range loop * go#60845 runtime: SIGSEGV in race + coverage mode * go#60849 cmd/go: go test deadlocked without enforcing timeouts when killed with ^C * go#60874 net/mail: mail.ReadMessage in 1.20 cannot parse mbox headers * go#60875 net/mail: characters allowed in RFC 5322 are invalid while parsing email header * go#60927 x/tools/go/analysis/unitchecker: TestVetStdlib failures * go#60947 crypto/x509: TestSystemVerify/EKULeafValid fails on LUCI * go#60949 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61055 runtime: TestWindowsStackMemory flakes on windows-386-2016- go1.20.5 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60516 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60518 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60512 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60514 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#58927 crypto/rsa: 4096 bit keys are not generated with BoringCrypto * go#59975 cmd/compile: multiple memories live at block start * go#60001 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60217 os: Read of a device driver fails only with Go 1.20 * go#60458 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- go1.20.4 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/subtle, crypto/tls, net/http, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59812 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59814 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59816 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59064 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59336 crypto/subtle: xor fails when run with race+purego * go#59374 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59450 cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) * go#59468 cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex * go#59469 net/http: FileServer no longer serves content for POST * go#59540 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59580 cmd/compile: incorrect inline function variable * go#59585 cmd/compile: Unified IR exports table is binary unstable in presence of generics * go#59637 go/internal/gcimporter: lookupGorootExport should use the go command from build.Default.GOROOT- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- go1.20.3 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the compiler, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59268 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59270 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59274 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59272 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58920 x/text: building as a plugin failure on darwin/arm64 * go#58938 cmd/go: timeout on darwin-amd64-race builder * go#58942 internal/testpty: fails on some Linux machines due to incorrect error handling * go#58954 cmd/link: Incorrect symbol linked in darwin/arm64 * go#59051 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59059 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59075 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59220 runtime: crash on linux-ppc64le * go#59236 cmd/compile: crypto/elliptic build error under -linkshared mode * go#59296 cmd/compile: unsafe.SliceData incoherent resuilt with nil argument- Build subpackage go1.x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- go1.20.2 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-24532 * go#58720 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58427 cmd/covdata: short read on string table when merging coverage counters * go#58442 runtime: some linkname signatures do not match * go#58444 cmd/compile: inline static init cause compile time error * go#58467 cmd/compile: internal compiler error: '(*Tree[go.shape.int]).RemoveParent.func1': value .dict (nil) incorrectly live at entry * go#58498 crypto/ecdh: ECDH method doesn't check curve * go#58503 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58505 crypto/internal/bigmod: flag amd64 assembly as noescape * go#58531 runtime: endless traceback when panic in generics funtion * go#58536 runtime: long latency of sweep assists * go#58624 syscall.Faccessat and os.LookPath regression in Go 1.20 * go#58627 os: cmd/go gets error "copy_file_range: function not implemented" * go#58717 net: TestTCPSelfConnect failures due to unexpected connections * go#58774 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58776 cmd/compile: ICE on method value involving imported anonymous interface * go#58793 crypto/x509: Incorrect documentation for ParsePKCS8PrivateKey * go#58811 crypto/x509: TestSystemVerify consistently failing- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline * In %check on x86_64 use value %go_amd64=v1 as GOAMD64=v1 to grep correct TSAN version is checked out from LLVM with new spelling for internal/amd64v1/race_linux.syso- go1.20.1 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57276 boo#1208269 security: fix CVE-2022-41722 path/filepath: path traversal in filepath.Clean on Windows * go#58356 boo#1208270 security: fix CVE-2022-41723 net/http: avoid quadratic complexity in HPACK decoding * go#58359 boo#1208271 security: fix CVE-2022-41724 crypto/tls: large handshake records may cause panics * go#58363 boo#1208272 security: fix CVE-2022-41725 net/http, mime/multipart: denial of service from excessive resource consumption * go#58117 time: update zoneinfo_abbrs on Windows * go#58224 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58309 cmd/compile/internal/pgo: Detect sample value position instead of hard-coding * go#58319 cmd/compile: constant overflows when assigned to package level var (Go 1.20 regression) * go#58335 cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.Name * go#58413 cmd/compile: internal compiler error: Type.Elem UNION * go#58419 runtime: GOOS=ios fails Apple's app validation due to use of private API * go#58421 cmd/go/internal/test: stale flagdefs.go not detected by tests * go#58431 all: test failures with ETXTBSY * go#58450 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.20 (released 2023-02-01) is a major release of Go. go1.20.x minor releases will be provided through February 2024. https://github.com/golang/go/wiki/Go-Release-Cycle go1.20 arrives six months after go1.19. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1206346 go1.20 release tracking Refs jsc#PED-1962 * Go 1.20 includes four changes to the language * Language change: Go 1.17 added conversions from slice to an array pointer. Go 1.20 extends this to allow conversions from a slice to an array * Language change: The unsafe package defines three new functions SliceData, String, and StringData. Along with Go 1.17's Slice, these functions now provide the complete ability to construct and deconstruct slice and string values, without depending on their exact representation. * Language change: The specification now defines that struct values are compared one field at a time, considering fields in the order they appear in the struct type definition, and stopping at the first mismatch. The specification could previously have been read as if all fields needed to be compared beyond the first mismatch. Similarly, the specification now defines that array values are compared one element at a time, in increasing index order. In both cases, the difference affects whether certain comparisons must panic. Existing programs are unchanged: the new spec wording describes what the implementations have always done. * Language change: Comparable types (such as ordinary interfaces) may now satisfy comparable constraints, even if the type arguments are not strictly comparable (comparison may panic at runtime). This makes it possible to instantiate a type parameter constrained by comparable (e.g., a type parameter for a user-defined generic map key) with a non-strictly comparable type argument such as an interface type, or a composite type containing an interface type. * go command: The directory $GOROOT/pkg no longer stores pre-compiled package archives for the standard library: go install no longer writes them, the go build no longer checks for them, and the Go distribution no longer ships them. Instead, packages in the standard library are built as needed and cached in the build cache, just like packages outside GOROOT. This change reduces the size of the Go distribution and also avoids C toolchain skew for packages that use cgo. Refs jsc#PED-1962 * go command: The implementation of go test -json has been improved to make it more robust. Programs that run go test - json do not need any updates. Programs that invoke go tool test2json directly should now run the test binary with - v=test2json (for example, go test -v=test2json or ./pkg.test - test.v=test2json) instead of plain -v. * go command: A related change to go test -json is the addition of an event with Action set to start at the beginning of each test program's execution. When running multiple tests using the go command, these start events are guaranteed to be emitted in the same order as the packages named on the command line. * go command: The go command now defines architecture feature build tags, such as amd64.v2, to allow selecting a package implementation file based on the presence or absence of a particular architecture feature. See go help buildconstraint for details. * go command: The go subcommands now accept -C to change directory to before performing the command, which may be useful for scripts that need to execute commands in multiple different modules. * go command: The go build and go test commands no longer accept the -i flag, which has been deprecated since Go 1.16. * go command: The go generate command now accepts -skip to skip //go:generate directives matching . * go command: The go test command now accepts -skip to skip tests, subtests, or examples matching . * go command: When the main module is located within GOPATH/src, go install no longer installs libraries for non-main packages to GOPATH/pkg, and go list no longer reports a Target field for such packages. (In module mode, compiled packages are stored in the build cache only, but a bug had caused the GOPATH install targets to unexpectedly remain in effect.) * go command: The go build, go install, and other build-related commands now support a -pgo flag that enables profile-guided optimization, which is described in more detail in the Compiler section below. The -pgo flag specifies the file path of the profile. Specifying -pgo=auto causes the go command to search for a file named default.pgo in the main package's directory and use it if present. This mode currently requires a single main package to be specified on the command line, but we plan to lift this restriction in a future release. Specifying - pgo=off turns off profile-guided optimization. * go command: The go build, go install, and other build-related commands now support a -cover flag that builds the specified target with code coverage instrumentation. This is described in more detail in the Cover section below. * go version: The go version -m command now supports reading more types of Go binaries, most notably, Windows DLLs built with go build -buildmode=c-shared and Linux binaries without execute permission. * Cgo: The go command now disables cgo by default on systems without a C toolchain. More specifically, when the CGO_ENABLED environment variable is unset, the CC environment variable is unset, and the default C compiler (typically clang or gcc) is not found in the path, CGO_ENABLED defaults to 0. As always, you can override the default by setting CGO_ENABLED explicitly. The most important effect of the default change is that when Go is installed on a system without a C compiler, it will now use pure Go builds for packages in the standard library that use cgo, instead of using pre-distributed package archives (which have been removed, as noted above) or attempting to use cgo and failing. This makes Go work better in some minimal container environments as well as on macOS, where pre-distributed package archives have not been used for cgo-based packages since Go 1.16. The packages in the standard library that use cgo are net, os/user, and plugin. On macOS, the net and os/user packages have been rewritten not to use cgo: the same code is now used for cgo and non-cgo builds as well as cross-compiled builds. On Windows, the net and os/user packages have never used cgo. On other systems, builds with cgo disabled will use a pure Go version of these packages. On macOS, the race detector has been rewritten not to use cgo: race-detector-enabled programs can be built and run without Xcode. On Linux and other Unix systems, and on Windows, a host C toolchain is required to use the race detector. * go cover: Go 1.20 supports collecting code coverage profiles for programs (applications and integration tests), as opposed to just unit tests. To collect coverage data for a program, build it with go build's -cover flag, then run the resulting binary with the environment variable GOCOVERDIR set to an output directory for coverage profiles. See the 'coverage for integration tests' landing page for more on how to get started. For details on the design and implementation, see the proposal. * go vet: Improved detection of loop variable capture by nested functions. The vet tool now reports references to loop variables following a call to T.Parallel() within subtest function bodies. Such references may observe the value of the variable from a different iteration (typically causing test cases to be skipped) or an invalid state due to unsynchronized concurrent access. * go vet: The tool also detects reference mistakes in more places. Previously it would only consider the last statement of the loop body, but now it recursively inspects the last statements within if, switch, and select statements. * go vet: New diagnostic for incorrect time formats. The vet tool now reports use of the time format 2006-02-01 (yyyy-dd-mm) with Time.Format and time.Parse. This format does not appear in common date standards, but is frequently used by mistake when attempting to use the ISO 8601 date format (yyyy-mm-dd). * Runtime: Some of the garbage collector's internal data structures were reorganized to be both more space and CPU efficient. This change reduces memory overheads and improves overall CPU performance by up to 2%. * Runtime: The garbage collector behaves less erratically with respect to goroutine assists in some circumstances. * Runtime: Go 1.20 adds a new runtime/coverage package containing APIs for writing coverage profile data at runtime from long-running and/or server programs that do not terminate via os.Exit(). * Compiler: Go 1.20 adds preview support for profile-guided optimization (PGO). PGO enables the toolchain to perform application- and workload-specific optimizations based on run-time profile information. Currently, the compiler supports pprof CPU profiles, which can be collected through usual means, such as the runtime/pprof or net/http/pprof packages. To enable PGO, pass the path of a pprof profile file via the -pgo flag to go build, as mentioned above. Go 1.20 uses PGO to more aggressively inline functions at hot call sites. Benchmarks for a representative set of Go programs show enabling profile-guided inlining optimization improves performance about 3–4%. See the PGO user guide for detailed documentation. We plan to add more profile-guided optimizations in future releases. Note that profile-guided optimization is a preview, so please use it with appropriate caution. * Compiler: The Go 1.20 compiler upgraded its front-end to use a new way of handling the compiler's internal data, which fixes several generic-types issues and enables type declarations within generic functions and methods. * Compiler: The compiler now rejects anonymous interface cycles with a compiler error by default. These arise from tricky uses of embedded interfaces and have always had subtle correctness issues, yet we have no evidence that they're actually used in practice. Assuming no reports from users adversely affected by this change, we plan to update the language specification for Go 1.22 to formally disallow them so tools authors can stop supporting them too. * Compiler: Go 1.18 and 1.19 saw regressions in build speed, largely due to the addition of support for generics and follow-on work. Go 1.20 improves build speeds by up to 10%, bringing it back in line with Go 1.17. Relative to Go 1.19, generated code performance is also generally slightly improved. * Linker: On Linux, the linker now selects the dynamic interpreter for glibc or musl at link time. * Linker: On Windows, the Go linker now supports modern LLVM-based C toolchains. * Linker: Go 1.20 uses go: and type: prefixes for compiler-generated symbols rather than go. and type.. This avoids confusion for user packages whose name starts with go.. The debug/gosym package understands this new naming convention for binaries built with Go 1.20 and newer. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go 1.18 and Go 1.19 looked first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4, in anticipation of requiring Go 1.17 for use when bootstrapping Go 1.20. Go 1.20 does require a Go 1.17 release for bootstrapping, but we realized that we should adopt the latest point release of the bootstrap toolchain, so it requires Go 1.17.13. Go 1.20 looks for $HOME/go1.17.13 or $HOME/sdk/go1.17.13 before falling back to $HOME/go1.4 (to support systems that hard-coded the path $HOME/go1.4 but have installed a newer Go toolchain there). In the future, we plan to move the bootstrap toolchain forward approximately once a year, and in particular we expect that Go 1.22 will require the final point release of Go 1.20 for bootstrap. * Library: Go 1.20 adds a new crypto/ecdh package to provide explicit support for Elliptic Curve Diffie-Hellman key exchanges over NIST curves and Curve25519. Programs should use crypto/ecdh instead of the lower-level functionality in crypto/elliptic for ECDH, and third-party modules for more advanced use cases. * Error handling: Go 1.20 expands support for error wrapping to permit an error to wrap multiple other errors. * Error handling: An error e can wrap more than one error by providing an Unwrap method that returns a []error. * Error handling: The errors.Is and errors.As functions have been updated to inspect multiply wrapped errors. * Error handling: The fmt.Errorf function now supports multiple occurrences of the %w format verb, which will cause it to return an error that wraps all of those error operands. * Error handling: The new function errors.Join returns an error wrapping a list of errors. * HTTP ResponseController: The new "net/http".ResponseController type provides access to extended per-request functionality not handled by the "net/http".ResponseWriter interface. The ResponseController type provides a clearer, more discoverable way to add per-handler controls. Two such controls also added in Go 1.20 are SetReadDeadline and SetWriteDeadline, which allow setting per-request read and write deadlines. * New ReverseProxy Rewrite hook: The httputil.ReverseProxy forwarding proxy includes a new Rewrite hook function, superseding the previous Director hook. * archive/tar: When the GODEBUG=tarinsecurepath=0 environment variable is set, Reader.Next method will now return the error ErrInsecurePath for an entry with a file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved name such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: When the GODEBUG=zipinsecurepath=0 environment variable is set, NewReader will now return the error ErrInsecurePath when opening an archive which contains any file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved names such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: Reading from a directory file that contains file data will now return an error. The zip specification does not permit directory files to contain file data, so this change only affects reading from invalid archives. * bytes: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * bytes: The new Clone function allocates a copy of a byte slice. * context: The new WithCancelCause function provides a way to cancel a context with a given error. That error can be retrieved by calling the new Cause function. * crypto/ecdsa: When using supported curves, all operations are now implemented in constant time. This led to an increase in CPU time between 5% and 30%, mostly affecting P-384 and P-521. * crypto/ecdsa: The new PrivateKey.ECDH method converts an ecdsa.PrivateKey to an ecdh.PrivateKey. * crypto/ed25519: The PrivateKey.Sign method and the VerifyWithOptions function now support signing pre-hashed messages with Ed25519ph, indicated by an Options.HashFunc that returns crypto.SHA512. They also now support Ed25519ctx and Ed25519ph with context, indicated by setting the new Options.Context field. * crypto/rsa: The new field OAEPOptions.MGFHash allows configuring the MGF1 hash separately for OAEP decryption. * crypto/rsa: crypto/rsa now uses a new, safer, constant-time backend. This causes a CPU runtime increase for decryption operations between approximately 15% (RSA-2048 on amd64) and 45% (RSA-4096 on arm64), and more on 32-bit architectures. Encryption operations are approximately 20x slower than before (but still 5-10x faster than decryption). Performance is expected to improve in future releases. Programs must not modify or manually generate the fields of PrecomputedValues. * crypto/subtle: The new function XORBytes XORs two byte slices together. * crypto/tls: Parsed certificates are now shared across all clients actively using that certificate. The memory savings can be significant in programs that make many concurrent connections to a server or collection of servers sharing any part of their certificate chains. * crypto/tls: For a handshake failure due to a certificate verification failure, the TLS client and server now return an error of the new type CertificateVerificationError, which includes the presented certificates. * crypto/x509: ParsePKCS8PrivateKey and MarshalPKCS8PrivateKey now support keys of type *crypto/ecdh.PrivateKey. ParsePKIXPublicKey and MarshalPKIXPublicKey now support keys of type *crypto/ecdh.PublicKey. Parsing NIST curve keys still returns values of type *ecdsa.PublicKey and *ecdsa.PrivateKey. Use their new ECDH methods to convert to the crypto/ecdh types. * crypto/x509: The new SetFallbackRoots function allows a program to define a set of fallback root certificates in case an operating system verifier or standard platform root bundle is unavailable at runtime. It will most commonly be used with a new package, golang.org/x/crypto/x509roots/fallback, which will provide an up to date root bundle. * debug/elf: Attempts to read from a SHT_NOBITS section using Section.Data or the reader returned by Section.Open now return an error. * debug/elf: Additional R_LARCH_* constants are defined for use with LoongArch systems. * debug/elf: Additional R_PPC64_* constants are defined for use with PPC64 ELFv2 relocations. * debug/elf: The constant value for R_PPC64_SECTOFF_LO_DS is corrected, from 61 to 62. * debug/gosym: Due to a change of Go's symbol naming conventions, tools that process Go binaries should use Go 1.20's debug/gosym package to transparently handle both old and new binaries. * debug/pe: Additional IMAGE_FILE_MACHINE_RISCV* constants are defined for use with RISC-V systems. * encoding/binary: The ReadVarint and ReadUvarint functions will now return io.ErrUnexpectedEOF after reading a partial value, rather than io.EOF. * encoding/xml: The new Encoder.Close method can be used to check for unclosed elements when finished encoding. * encoding/xml: The decoder now rejects element and attribute names with more than one colon, such as , as well as namespaces that resolve to an empty string, such as xmlns:a="". * encoding/xml: The decoder now rejects elements that use different namespace prefixes in the opening and closing tag, even if those prefixes both denote the same namespace. * errors: The new Join function returns an error wrapping a list of errors. * fmt: The Errorf function supports multiple occurrences of the %w format verb, returning an error that unwraps to the list of all arguments to %w. * fmt: The new FormatString function recovers the formatting directive corresponding to a State, which can be useful in Formatter. implementations. * go/ast: The new RangeStmt.Range field records the position of the range keyword in a range statement. * go/ast: The new File.FileStart and File.FileEnd fields record the position of the start and end of the entire source file. * go/token: The new FileSet.RemoveFile method removes a file from a FileSet. Long-running programs can use this to release memory associated with files they no longer need. * go/types: The new Satisfies function reports whether a type satisfies a constraint. This change aligns with the new language semantics that distinguish satisfying a constraint from implementing an interface. * io: The new OffsetWriter wraps an underlying WriterAt and provides Seek, Write, and WriteAt methods that adjust their effective file offset position by a fixed amount. * io/fs: The new error SkipAll terminates a WalkDir immediately but successfully. * math/big: The math/big package's wide scope and input-dependent timing make it ill-suited for implementing cryptography. The cryptography packages in the standard library no longer call non-trivial Int methods on attacker-controlled inputs. In the future, the determination of whether a bug in math/big is considered a security vulnerability will depend on its wider impact on the standard library. * math/rand: The math/rand package now automatically seeds the global random number generator (used by top-level functions like Float64 and Int) with a random value, and the top-level Seed function has been deprecated. Programs that need a reproducible sequence of random numbers should prefer to allocate their own random source, using rand.New(rand.NewSource(seed)). * math/rand: Programs that need the earlier consistent global seeding behavior can set GODEBUG=randautoseed=0 in their environment. * math/rand: The top-level Read function has been deprecated. In almost all cases, crypto/rand.Read is more appropriate. * mime: The ParseMediaType function now allows duplicate parameter names, so long as the values of the names are the same. * mime/multipart: Methods of the Reader type now wrap errors returned by the underlying io.Reader. * net: The LookupCNAME function now consistently returns the contents of a CNAME record when one exists. Previously on Unix systems and when using the pure Go resolver, LookupCNAME would return an error if a CNAME record referred to a name that with no A, AAAA, or CNAME record. This change modifies LookupCNAME to match the previous behavior on Windows, allowing LookupCNAME to succeed whenever a CNAME exists. * net: Interface.Flags now includes the new flag FlagRunning, indicating an operationally active interface. An interface which is administratively configured but not active (for example, because the network cable is not connected) will have FlagUp set but not FlagRunning. * net: The new Dialer.ControlContext field contains a callback function similar to the existing Dialer.Control hook, that additionally accepts the dial context as a parameter. Control is ignored when ControlContext is not nil. * net: The Go DNS resolver recognizes the trust-ad resolver option. When options trust-ad is set in resolv.conf, the Go resolver will set the AD bit in DNS queries. The resolver does not make use of the AD bit in responses. * net: DNS resolution will detect changes to /etc/nsswitch.conf and reload the file when it changes. Checks are made at most once every five seconds, matching the previous handling of /etc/hosts and /etc/resolv.conf. * net/http: The ResponseWriter.WriteHeader function now supports sending 1xx status codes. * net/http: The new Server.DisableGeneralOptionsHandler configuration setting allows disabling the default OPTIONS * handler. * net/http: The new Transport.OnProxyConnectResponse hook is called when a Transport receives an HTTP response from a proxy for a CONNECT request. * net/http: The HTTP server now accepts HEAD requests containing a body, rather than rejecting them as invalid. * net/http: HTTP/2 stream errors returned by net/http functions may be converted to a golang.org/x/net/http2.StreamError using errors.As. * net/http: Leading and trailing spaces are trimmed from cookie names, rather than being rejected as invalid. For example, a cookie setting of "name =value" is now accepted as setting the cookie "name". * net/netip: The new IPv6LinkLocalAllRouters and IPv6Loopback functions are the net/netip equivalents of net.IPv6loopback and net.IPv6linklocalallrouters. * os: On Windows, the name NUL is no longer treated as a special case in Mkdir and Stat. * os: On Windows, File.Stat now uses the file handle to retrieve attributes when the file is a directory. Previously it would use the path passed to Open, which may no longer be the file represented by the file handle if the file has been moved or replaced. This change modifies Open to open directories without the FILE_SHARE_DELETE access, which match the behavior of regular files. * os: On Windows, File.Seek now supports seeking to the beginning of a directory. * os/exec: The new Cmd fields Cancel and WaitDelay specify the behavior of the Cmd when its associated Context is canceled or its process exits with I/O pipes still held open by a child process. * path/filepath: The new error SkipAll terminates a Walk immediately but successfully. * path/filepath: The new IsLocal function reports whether a path is lexically local to a directory. For example, if IsLocal(p) is true, then Open(p) will refer to a file that is lexically within the subtree rooted at the current directory. * reflect: The new Value.Comparable and Value.Equal methods can be used to compare two Values for equality. Comparable reports whether Equal is a valid operation for a given Value receiver. * reflect: The new Value.Grow method extends a slice to guarantee space for another n elements. * reflect: The new Value.SetZero method sets a value to be the zero value for its type. * reflect: Go 1.18 introduced Value.SetIterKey and Value.SetIterValue methods. These are optimizations: v.SetIterKey(it) is meant to be equivalent to v.Set(it.Key()). The implementations incorrectly omitted a check for use of unexported fields that was present in the unoptimized forms. Go 1.20 corrects these methods to include the unexported field check. * regexp: Go 1.19.2 and Go 1.18.7 included a security fix to the regular expression parser, making it reject very large expressions that would consume too much memory. Because Go patch releases do not introduce new API, the parser returned syntax.ErrInternalError in this case. Go 1.20 adds a more specific error, syntax.ErrLarge, which the parser now returns instead. * runtime/cgo: Go 1.20 adds new Incomplete marker type. Code generated by cgo will use cgo.Incomplete to mark an incomplete C type. * runtime/metrics: Go 1.20 adds new supported metrics, including the current GOMAXPROCS setting (/sched/gomaxprocs:threads), the number of cgo calls executed (/cgo/go-to-c-calls:calls), total mutex block time (/sync/mutex/wait/total:seconds), and various measures of time spent in garbage collection. * runtime/metrics: Time-based histogram metrics are now less precise, but take up much less memory. * runtime/pprof: Mutex profile samples are now pre-scaled, fixing an issue where old mutex profile samples would be scaled incorrectly if the sampling rate changed during execution. * runtime/pprof: Profiles collected on Windows now include memory mapping information that fixes symbolization issues for position-independent binaries. * runtime/trace: The garbage collector's background sweeper now yields less frequently, resulting in many fewer extraneous events in execution traces. * strings: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * sync: The new Map methods Swap, CompareAndSwap, and CompareAndDelete allow existing map entries to be updated atomically. * syscall: On FreeBSD, compatibility shims needed for FreeBSD 11 and earlier have been removed. * syscall: On Linux, additional CLONE_* constants are defined for use with the SysProcAttr.Cloneflags field. * syscall: On Linux, the new SysProcAttr.CgroupFD and SysProcAttr.UseCgroupFD fields provide a way to place a child process into a specific cgroup. * testing: The new method B.Elapsed reports the current elapsed time of the benchmark, which may be useful for calculating rates to report with ReportMetric. * time: The new time layout constants DateTime, DateOnly, and TimeOnly provide names for three of the most common layout strings used in a survey of public Go source code. * time: The new Time.Compare method compares two times. * time: Parse now ignores sub-nanosecond precision in its input, instead of reporting those digits as an error. * time: The Time.MarshalJSON method is now more strict about adherence to RFC 3339. * unicode/utf16: The new AppendRune function appends the UTF-16 encoding of a given rune to a uint16 slice, analogous to utf8.AppendRune.- go1.20rc3 (released 2023-01-12) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc3. Refs boo#1206346 go1.20 release tracking- go1.20rc2 (released 2023-01-04) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc2. Refs boo#1206346 go1.20 release tracking- go1.20rc1 (released 2022-12-08) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc1. Refs boo#1206346 go1.20 release trackings390zp36 16909618151.20.7-150000.1.20.11.20.7-150000.1.20.1race_linux_s390x.syso/usr/share/go/1.20/src/runtime/race/-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.suse.de/SUSE:Maintenance:30079/SUSE_SLE-15_Update/f21167f53e871e62e7d7069f1929b9b0-go1.20.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB relocatable, IBM S/390, version 1 (SYSV), not strippedį#{ش go1.201.20.7utf-8868e81d8c24528dba6b03ca41a2381012a18ebd7095e3b3fd8de4d2bbf19ced4? 7zXZ !t/p] crv(vX03bmS=ʀpbe[j~0puJ_'& -WeL?KCK'x:"C4fmT@Bv0FZx^G {s#ȉ#AƑyۏnwΙ*M6eg[s&qf uo*ܐl9X8NKYp-IO/ sfVN+VI;6ۚ7go#hZoZ^[IXX&H2w?eb&BjaQNql͟AC#j* %urzEoC~/$PVA~Rv/TW2̴ /Rv͋dJ睘|s%ACv1Rdo$=,/}n v>& Fx&2rF 8Uϴn#$?Āt;6/ؕ~W5NeS' A&8.3䇶"ctQ^Z 8nNPeh(zq?_%f&ŌL s7G43qȓy%2m=!$%ѥ<M]^GGXYJĢN`NI󶃺c[[+xI*Ų>iXqA+BqܭɘkT(PWMֳZE3WԨ@@nLҕk |ϱ67u F8Fw>+]#ldpʽO!@oͰݔH 9ItW& )[߂C&=iy˨A U3}bVAաj6SCMȡ:G1U}"!{/# \o_lnd Hsj5@IL%t}VVy﷑!R@ 4Ma}D&Kp8_XsZz>5։WnHz^Rx_W iH_m*-- g. S9i/kpRỺ0<>R2:1ڜwm3mj|=ԕS*f=wYLibPyS]&d\m+&!d,E"V.[8:yqz2]S,܏"b.#$w>'UnU +̉HI)[w)S<t$;SbT"X Xc.V}- sd߷:jr-s~H `#aʹ妁֞FDyaF砭o+4lX~@ج"b&C)Aī[Y1VtŖhWƸ17qhY1,, /G/)i[moI } 2C:t!~!3vb2iaJSגּ{l7\1Zep܌Pg4K@NU63\o#؎)"J<3Ua!+3;s; ?ŮRLڠRp7&Vn&` Rpފ۠ArdЋ<d]r~J=L^7N6`gv+o׹H=% @`' ]2"Kza>AQz/\"meZRp"L-wEycK6wkōel{8W6RɒU@A7z2!3g+LZ9.;C1bԾd~0EōfQn2nK'G'( _ (#7%&=m}ߞً_6*'VOdW8=?eC)YWo_`VDg}8rPjjM=RhOZz=v oz1هo\U!)E8vYpm =I6B.JZLn<7}1!oݣkۅ$'LQڋ؜kAmQT5m$Do*~deZBXv|v{Qc$vz+A}˙\nS\T~7\I6YƱxOxօThV%x^c'W;cBQ~Is?x4 ly_gpm5>tͧ)dv'66V5IJ^9v}~@z#dlќ\Hd vgTAp0h?΄5ݣ\NLTf[kL sE߆ζ:P2@bCت U+>.}+XMK=Χr<^ZQ_i7GmK7SZ&=N=NφQǢ[cfi`(\OIzƿ,FvS }9АݤlaͰAODA֜lޗ8χy-,|h~׮ZT컣uG:|nu`I57"Ot"M#sU 8Gh1 F"bI<' ҞףRKt}Fm2I1  IΡP ҟ,NSXpɱ&J0Н u/Sk ѝfuzuPNo%|;teQA-اS#tz K!6gc8NݭsicjT:#֛"6cNӇ6YLOSDy= ",O{,Á= gU.+A5pDYhd@Z:lv*Oxehr#U'PQt. ?Ho'DLo8T;|a$oRPRltlL4J; Ӑè]Y왺;)7~}iRoxbg-> NQluIYqUޒM3۹ͮkb*}Q`#m|sKN{BsXf1->hz1 1dc_b7,ףc aoӌe!pVZg7 #0MI4%IPX" ::Bw:LzFgɢ4NUhy q=]O`~yLrz$.~6^MxVoX]bMI1qfcI|iˎqtK9Jz)ND))y<xs|ʯQȲENߵmNpk=0N+gEE߭#~9s ;N0&vp;2[Q3F1'$ ii6&!~dD5igc:PXwqYG&j7m mQhs~kBE]vvRln+X$ ^.o\Cj$"ycM{`l+&to\j!^ʼndz̵4\BSz@bġ7{t7F]omo gү"/mrG/|pkevp:UYF:ZƸ4]W;< ?IeLvLC_?3HBڸg:.b\dqSQAЧ}O(YI 4 G(ùSopѪ sO[N${m?(<$Jq#30vP>8c F]yNm=SO@pxdHX%&!űf$0o"As5BW{?(]@׊~bY ľoqQ>@ K:?A)I2tKcṼy.i.[Z3A|G[ů6?6 y24aDR,_ >(Zى4ݘM|!tK煶H,vSZA+7 yHA F)pN+>p -O%kxv苛H9D>s1qrb]Uկ_I4,.\Y/dTUJiC(rM&Ir+>hVTwNQ' b"6ej=hhNnT/3Diqk)RNIꇾZ.o^gyOii~b .KH)k){yXr)NJ7&T~?hj5SVrf'C(X̂;o˭҇bf۽X v}mwlϲĥ0OբEt5Ulc j '%!ENJW^d;H"f5c%쥺US9)Ֆ{X/_e#W?q)J|QtRܤ%z˴&pfD©zk>xB>g Bbe|uŗYV|>XL ֤&6S! ;2[dP$z>$½{_=sร& j3NjxH\ʾ|,Lf,[qNkvz@>.Z: l|qmɔcET]"'d+YJVK}vzZxsA[܉;*%`,l6]Mʊ5 J O$b׵AS4I [r[7HNӥ4n)EGH-H;Mz8N% R`|`Yx Il(0< xP ^#ox^[B7{(p&VފCx{)VDfQz𞈙tg{ZL\Xza"B JKx? KV/ӄ!P]:Pn{>uZ:31Np2؈͎>SnS8 t^ɏ!b^4x0֒+:2m俿 KFB0ݱ˚=h|K;r bsaOpXipȴCRJJiF,(r$A>kxQ4 ,L<]q@]L U/wKcGVwК.1ٯ|iRkd{Ϋ&nl>5AL RP&8MV1Wthw50x%pĂp/N$dmm}ƙI #fv@Z/u9Ij6{928ą6'fyg7pӄu]砦uc|W\AWG]>,elfFJ9eLw]3zX9װ+tfMtb faX ^ ,qy`$^s7Tz@{ÔKH+L%mÌLPLqǓ,%D:o('r+R,m :m8>!/vtFdsf P^އH>/e'8q mvUK:SQA,i.ﲵ ga&߃G(;]]J)^,({\VtۦJ3^S?E`5`}=' g !"3o)M=&&Z Włx,##W,KH =_nv~w 3z D2opckw@^^3է]Cm<uV%=*&EDm!`omf]`[aggZ-`j eqN0]E&ϓ߿9W̋#bF/խ+^VqM\/cfܲ;)"xoSNXRuքOEofJ'3_ 이,Ͼ @QOhQ`6UI^,TF:zS[(%9-:s",,X9'ϝ Xdx6ljk{wvݖ}E__!7jb'JT(eBqږ4IrPZS̭ɀֶ@C䪑tbr)Im)aRϯbCٞFJ)lɑVi8'TZb"J `O] AVUyq1|lÊ?{j!]j۷NBȲ~  O` IwY7v3Sʑyk):Q;l[&@%Ηm? 3HHP FTFXky$B%OCκHo5rs-dps r#}#s@ }QzѻNZ^_lE¶- 紣/ȇµ =׬2t~!m8<%E5`ۨ5)giIx!X5x]UL 3X~:^uhpLBq$([{'5<XStԮ{N:Ѝi?"2$hN9ޭ#X{HEYYŃFrtff{Y?xaM })@_ g4;J@*#ty"%"vyi|@>:nD{{h`FW"2P?Lw]I'QMr?6~ mBy5$:[%d-d+>ɚb9`FG"ڱe`ujOrߌBɁIJg&ޞl[4DA6X."LhšNqKEzNYN:Iu)8 WBg [&䁉n[[/ەJbzѹ;F]! Ϳ" \z{a@iK:O^ YsyfzaJs?GP,zϮB .IѶ-9/>:{{JVlq -H>7M-G^X\: ۉ#QPr1FĦL{MXgan[<ޞTӺ M |bڜy<>O3"e|wОJsիDԝ )^ֶUYG"3 a5O1[E׵K4ء uU;:[ᬷ+d n K[~scڷv>tA&.'$ 9)8X'6m03S&f|繄E]NoڦRIXO]@£ؠr}[ }ŠC9^uzZ9d_wh`@%Mևr9`.W6K@('TwYo.~X" e'F4uX=U8&3&:D9*#|^t #qmTΗ& Ê|/=ӵOen,wG]AK +6'οqQ ۝~;`9rY߲tNZO? 0Z/(6R_ـX2~z+Dސ` ǓU xJ[ ehykV(1 u/Xz]{6c506bd4u@M>gb;O6nSN[/mq "h;p3wZzz%dp+wb+> _{ j-:Eku*61#  +9GO$ds~V:7 #[![vLz`YQ m;eq=]71rʎ5q w8 kqgyOxAzO,TyqAPY?M+Sa91>8cUQQ[K[x-TyAƪL@@/*Qv(@ـ7_q}g 6t'6Δֳ`>Ocm|Eh'ha 63 6rgIRϸHz.6t?>q ?{lD>͑ |$dizJͽBƻXYGoE+6րix?sU,(dogʖW]Jc@B0:n&sX i%AեCÐD%y#X4ΣP uEf,ë_{j(DyͪF&N>ǫAaYo 5U]wV4#:EzcRʲF&oe3Ǘ3 0yg,DbGPu VzO#Z(!)oT@? w0@12ܹTjwkCqx8L;g|{FLofu_UJ6@!_]ڲe7 5s@^jGU'X,>dJI-⛳Vd(AeqLa gz4I5SMcb˯Oh@-üH7%ƍ/,y[kTJԼT瑙쎵:DvoGqab@Un"0 D PTVko@TJXTt$?ǯ>2~cWJ#+ƒoL&JuwsvÚ0,@mυZkD`N/mpxp&ɍ3,9WE;j=pAƴ|.nLiaAfw?ި p#{MX{Ta!te5*.+ܺQaf:\>Z1XcmN#/ u %5n6-܌t6 (/{Pս,ԼXXF:9 纵5V kNj6lE3^0s oˮ8 xjY.MMl{[V-ʕ@ha&a/Gv ~'0"+J>W i+r{}lsʚL*Ȭ=#i x; q*`AMr1(W"io&.WˀZ4?Z*e}G۠Ő1>e_&;wl} D e*'oGt55YȡLg 9ͻp0l4H_g[쁸$ehc@5"Iok/FVaE֎=5'j/|J;kyFB^2SW.k/09yߧDK!AZ&_/S߆g(TwtrE NIiY⠙зHoOux&Wt6dM͵2Qaʮ:N{d ΰkG;nh>\Ե1 sQԌ:`eb5ҴaJ4QbË19Am]vIc{ R&?6n!~[4/( &R9 oeC`VYlN1)~=7cq;_sHhѝxE𡵥)Ld|qhH%u;jEn2!\AOG-FŒ#?! hRi2K 6hC 通-W Ly:#̤_$'BیDe(ԛWc606+$qh=]7kLPP] lΔ+؆JY&5 zo7UM$OS@~Q]"Hnfh.ED_l.(^:x |8 GpZ=5 >1ZB.2yVghO.z|ZoB-ZL|l4tdYPqȿcj0?%p Kw^僠VZ= 76"B; 5E[`AB:ykfSD:)E({DlǥKE5aC0Żї&流ծ4\Lqx(ڪHxs؎ v`uJު]U5Cp `.^WVȊۈ;z5' O\An5DAO0@/ *r\ Z=K,9^QS,s k,/5{]ֹE;Ӫ0 15K,ƺˣ ޟBWE?`S$^=qJ6!K ;vᚿCMS3%q>p7nQOf7;vIFY@C G[9. /edDlgT8zbGKaXB߲6R)3[8@\}ыVue4_I& TV{nj@zv=FrSruG7:}sSy0D6T`2fn:ϱT/*N4P-Sq?46έoWom/i5]pFZT'v6Lq>4V%f.C$`xb*C1fӟw{-y'ZG>8@:wEE?u㗒ҳ I18]_ r!!W^C3>HCkZae 6ޮdz|ƉB Mxsuhb uxVl<ۉݣaEBJqz$_>wT>ٽ}EW9$א)EGocԶn3Xk;`B @AY_, 3֔إKKȫ ^yL3(`H%o]ͦks،tBkQZ8(>ѕZ~(e`Xw*FⅷyY$w3}(Utz݈q{z߉Cz$ruo(KQv%qvT-աH`"Z(1ÄEj-7չZmsCsw`иT}b9n5y&4ERJT &mҊO-f1:Qjcc2*!sց,Qj/f) 0 ϧJ9:gHN$VZntw7$2($gJ[mm%QɅԸH*470!_HUaf O].yi\ |ű xYL'N'&l%KӷvnOÈ]v8v[&K齄YM&zFvwҜK:$²wݸ(3j˶a!>Wlh{X8Cǀ?5r~ }F*mmƛdR2N 7Kh~ 3 Q( q0}3 ;"z&`jŝrH/^WXQT9#﯒LɅg6+:b$ΖO 'VD/kĔ+BRd&UHp%yiWqX?;ut5&.˻c`%e9[qAྎǼRÓ@t]n m%P75W8da\#=(&\X5ZeK3PϟuÌy(X;V;!H.k 9[}NHHM|Ctэ`J=ӫ%~>t#쯰U0'yw'z ೏eÞo k'V)\m\KIqz~@(Tm;kc2#uSEvRw He6ܭ ٞ=ʎ-݀[1K A lؒNs-9"5PŃ.8bX#)/O=$Q z;PUlH3fJP3_鰑z|JQǑǾ^RM*cShlG^'@5naa]dg rĽVtr[쬄E:ze5;;ɺs)R0F sMLUh>0 Cxs%@Izt)?1g4@u`rDnp$D:Rlq8ڢ=ՄvjlŸW# cCLGt ?c3VCRRúIz;)y6galf(NEi3@büGC"8h%~ʻ˾Ja .<{촄(/v80D e9$QkBwŐ|#1SWGnn;gqaD%p69 a,yPFNx2n\LiHy:che  nݳ1F{,Vf#u;'8GZTϙ8|)|yMD=6@WXԸ18B֤0C( Z&b6ǂ$Wc(cFLc̘N"D LxV4~H8 .Bq6qu\?iUnPEÜ)D$m$I6bnt@P:ɤQ8t[Ǿt4 x2D# %RkSfQOinYG\;],Ҽ7:ohxZ4_S&(9dʍ>ڜ)לpX5R";6mgyU>j!I#"g+mU_'z-)P|C4{Ȉb*l[@_ UL?.az,+ƹ9 j4vy7pgq\w 1@$_Y'l9sc`Fɦ{F*H&sXȃ> &'գ֐`OH] ^6Pte($֐899f҈]a|IA4ar3,wM8=IPۜP[*WfB><17*p~Wǘ7BAVR{jH vq2fg;}apT]K_rӐZ|x SveJ|`}6TϖSe Tyi;I37>篊Ya0ɴ)<0~KGP,w˸J0v3NZ>^tu^:Ta;8G)x唞lTOSc~`*XxG'(lj!8aW;P0?ݿh tn(Iys3XY悍PɷJx.kN< B{ZTUV~wdxVcȯc+: #|e7hCQCk${=o> ?,ËgH~6e׵D L/GGc~Qx%Ej{ކ'4>[>^+>CC{Qyf^Yˏz\ RA,0;p+ی~|Jd| 3qj7ki,AjhqJkVcxjёvpbDx=fsåthW|0clSAMShIצ6ׂr>+hVICCY G( 2z^[2:ɔ7'By6:T$^clC);Yqrߚ5ʼzq_yݳHŀpک w#wDӘGUW2d\9U_Mwivok$8D;.ϓ ueqN2Yzb 3,lB@3Tņk{YdQUꔬ/?6̼J:NInGϵٽ'AN[_~h^ޓLݤ`Leŧ~Q@$hQ OT0BvU YGq.H97GLTy!wP,k8۶ :zdn@2ꑗ RRV9,^luu~3H;ȆڠoeKœUd9S$?mYǓG;77$r bv<}ڍmW ls1I|2B w5c)X{هq'\;]l;dUbp)k%? ;4-[Z%/ UL$31[)~n81P{ 2PG1Qem2Q0!9r #p.Ud,r Xgp|7#XvqyF|糙FDU8Ť} MA*"3UaMTڧY3L(Ck0ER PjUI mv\2&gh(6=Q{]2U\GN'-Py2}YtHdo^XZR8EIާnBGIEo͖qW_l;-Od ·Ѻ>!xLr@nWG"fW'ZqcN~8̱} fBFPOKMvLܽR:[:_HD8V!-wU|wq &OCr9x)ܚ_Q"lHLC5Aډ @R_oTsR;/ ]QټWV=:7lP7%WEMȅ JFl^ϕiu{ &䴚:j+g,VFRHy[$TbIP= #+ tE6}ۅs^a8`Zk֎P5AbD|.Bk>cz~D S' ohT{\/?;z]if7^z;d@0CCW5U[l8 g"=7aRBAt9Fr|@zO<<4lkcb=Etkثf}iטnS{m+$AN OL\:-a6l/ح TñQNWw;CI5|8.edV']}%gX>Ww,Euo >2=}N"5;%6%PX,.Sj:.cbm 0EqGJUw'fY'\}Ǿ__7=7kJB+)odU6o-TcAvnu4A~ d(؁2ى襤|D5ZGC,Զ떼bW%7,{;aZlSgc5%HbW2IRS5$ǒf˃:?R LtT1jѢIK\xٕ6ƒ|Apf J]6o 1pnwP~VfBA=8 o܊QtW2O& W.`oB>;.dΣpc,|^6i|4ZLs#/tKqV!K=b ྻ[wovhA23jNȊFH^oCFF#<|bg*Py}^fy\ŝAgI:>+-tp`g 8S#u qш';q~j ;h7%$0`^`(A؞6 }5K^$ZߩBuc ˲ ڻ v.-KHh8PPup٠2tQ.]¦lCݭU6'U.{m"葴7BYx>@M,EJuIt,J }oAX_/Zx@=]éɌ )AbdX Ѹ|Aoo=sN#b177"EСQbc/Y1 X)ӹSmӏʘJmwC@Bqi,RB }+~0f(UKxBy{6q8閮L_c[lEph`tcr*"c=i&T\%e@aVp2d} aCDl9@k=~H,cK'z(tv?Cpk?řtET5Rޚw׀*x4@H_Kf\C)[Ԣ=sf_¤&XoF ci﬌JxJ-RW:0ϗޱcm8Ѝm8.E9Ib۔"ݑXHrLDX S? Ҥ~#;Ü ^$ܺ}}*jSL$ @jx$|0:5Ȁ"A[;oƴ{ "E1Q-U&g+ۯf(h)o߁~(9w RGުw5A4JΠ䑩w g󠾓\aFŗ=&SDtexLr5VTJv)L'LXhdԩc#J:5-ߋQ|؃"+#9 XkB~c= wA:qW X|_։Z;wΖ"g%xmЙ"8W0;,rEKpZفBzyT4!7e,BP.YPf˦ /Kl0-nɗSևF|"N32ҵ_@Nk= E{~A!W ]>8 -` $yU -$!-/"x8e]4*!KwGV[1K6qحL )spqזi$bG+:6!xW ]LyՃቁP1D{43ϊ.{q~#RY ~p('EתM1Ngv]l+ X%kq~.J6*co6ga$DrqʹγFT8YScBMu/lSîWHK<"r'ֶ[F~$-;'3w B{L]j`l \28KUhhtt7 'W=9t6iڹZS]qL"7ޠ3-n)W*4~'_xiYx'x)дoKkb @Jk?2YK-O(c+3,BKQڇ$ɑ2زW$߸>"vC8^alU)2Гۅ`ar6nVlT %r$mXr74`:~pvyMkڬy6 !=0K]{>Ⱥ0g<{:I}o[0wL7'筷D=k_zɖ`fNf0u #o>wb?37§-2{1׾Κ^MeCe\w 8LLϰtSvOrqmHPP8 saemޕ &h=>&nqvzQ7~;au+Tikyċ ht/5XC,NеѽvkK _;YDFaZt4}+OjT3׬?nQ*}"fؔG߆id@=ta/XZrΧڨ{PGe]>4&b*}|%WnˡZ@##r 1m*! Q\UnwωO![ڦmxv%{'wXp բ3u۟ju(/Ɍ7~V"CM؛|Nx 'bMt*2/k"hƠ"U#Ň8FY\ Qswp '}ұЇfY?ڂMd(e  ; s''ASOp1_d:<{ԁP-FIAA ?0=* &hZmtwrghpnkfWhJ*yiFPr6[tLW6Žab/QaROk=6K'̎gTw2w. V(봮:)c)XQ"@xbHdWWk }yfi+ v /kF%FZ4EE\!A|o#qԋ#*$XtDzI)_%\pik[~DUq~@zoŗ5o!7 (BcK)ń2;T4q%,Mq.Kgs hup ?犓qş"$09wm=J2O_+'Э*rt{rNz[j;yN}(-}-~Ml ,$Q< ٳMs+,mfrYz}ڐP)Q656E%8_fKlP&OJF ~ 'ў.ψ֙d:hwzNbFWp5v 0cpV= ΋ټ2i#&v/8ڹRt+dNL7]+@Q7>}f$oEֱUSƥ&VVn)hp!>bsH5n eˌI-}h1<ʝğxR-P32AݰMx:gy.7VUd$qENfK0ŰXz1_k{4za{Jԭn sqŶa~4䪨46-"ϦVwWslЫ± wu2V ML} r054mΒt;ӃH&Rvg~~S:\b==Gf. \pv";J'2Dž} x/ِD<ߏjSv+3#VU8CݳQ@s>lLyܧJ7Uo=0V 2JJ@;3C8$/͋ kZ̺/cH fOъl5cpfi}w|gyL`3X4>0zdYe 5U'\mw4Fa[nSUF A$_p_(W gh>ioJvr#o] VN m"CQ G-lpm] AML:0Ka2->e.l}cI*ε#'tE˚NOo' &37KHN\b-vڦ` m0JSFW.1@*i2!oz:Xp&8HNDw;!E`zpA>3çwr\x*=NF14Q"gaɭE--ھ Rd t"c-VP}u1‘52*/RgA?Z^P@v))ևu٩AiVU[ByL :}ttzA?dpMv"odC1=Ҟͻo6xJ6oZȬvDžsowz#ޣ?'4HXH%Zt8;M@ʼn<•|ԉt掐^.D># pFUlj!b~PҰ !(! 4C 5&Bꊵ"Gf Q!glnvMx Ϣ+=y*/gýv!c T"A2U$n,@V93/i*ʟƑh|GM5q9ݙԟ^JO`^J7R E\8ߑ@rDH}&ORg~2zf[jz`Ld6FL\2Sn!R1:_NZC?&ioUϽFlC;s2pOV(G WzUxU$~3G|ҞգˮVXisl[ wCa D1RoEȮްihEUǐaJÅb>~dpDE-FnER`x`=\A+ JK 8;!`{(tV [\b-)8;MVl?79# 3㺝2DŽxr5Χ@M6Εx/2$rCj-|_#,vF$kܴQWj,XJWWQ'XE,FK9Anc͆7dy@ĺ81w*[yf#eܥ]~Oo+]us 6 "kڐd}]7Y'EMyyGAG='{f8N]oaÚ'jJ_zl2r<+tģq/l9ˣֆSA͓rV_椬ysb^vsڅ]$?mY.1+/ **O*Ӯ!旱' qVU!|?#wcH>Ϋy\7Y֭-#ʞLWݠzr3~mX֣3͟=Nj U1[W`C M>C[g#&KbН&$S?3W~К 2 V3آor dp p$bD5ѢrP2qx~Ou@,`ZO ƣ93|%(A꼦ܧ!伷m|-DAʬM&m|\:J?g9yE="r 29sB4z51+K6$9/+6&swN~ZlASVu[ C f)$0|SKs9b \0Vye<"ᙳ,e| W6Nm? H((wYp$aZ fQ)Qmwjh9)b˚Qea ă4nK|^ѡi7w N؝;*UfN>Cž>lkPgHb $ckpo0 7Iʸ4ǚ-!:ZMDB`bL%=)]t(c ȭJwb%X# z?zO4}ҨbGPa6; 2L5^BZ'7foLZ݂>,89C@4'0h?CO¶pPqgU=\~QL۾2t׻YgvL̷ 8qzJV5f-x{*L\yBG DZxѸ(a 'fvgw[`Nϭ\S&#DŽq.VA#.;]b8oQh efcQ6[nNhK<_շ#B Z'M=6N %4o~i?A@v:o()v Ye5]gg.akm \u"-t-L]QphUxsC9]ׂr[]={5ibRTJVY0H.4 X#WD9leڶALMCιx$s" tJрXDx+uZqgFEZϞp?WvV3~gM؀NCE W+zxrC8A-"Uv= 3l)OuL_QƗ1grW8kS ziP-ѻ ]Nf nPBa7;e@ufi.ew?T!y8fCleI:r1kpG@PLY K2/cL!ǭz4S>wZիsόƳ'=N&,au,p5={d}̌8sc+#<,8rPR]NZ=Me%[`d:V[qiۼŲԈD!1~FOhU,c=ԏUݔό@` d-x&NaF[ 8X}0!X&OߢEP K!\Td5@SҒM8,C#]p>fbF;:arRO?F7*)5,,4e\.4ԦH5z}s"Ap;_']RG=+|bnXfgY iOX6n_+~ -ȱf;JO߿%)Ejpn,PhT!WK|*\ϑ!Ѓ_s-͒kdݚ)s:モFH `zj 2< (.vȎ0xJ@z|c6-`!oS^1O±ٓ\p񢭨$^vXMVW6651[lqimipҋMŁ^/ oJ\혼s֐5$hd-)8إ}"ؠ+!W!-Rx?JDUܜ#f(,LR  ncaAnր mݮAr6-Cӊqqqœ{f# o`O= /S[OXM_%MըOd~K̊;JT*WrdP.Ayr9f;cjMfX[FzMV6F6 y$1aUy0Vb渪;KpI&N#/Z-D I9]: /+kxvLEiPTDYy*NV"@%\Ϲ*ÇOX9|{*Nx6عBL)meQ}Ңf7,[#/EQ_z^w|n+TBęԕzPTUK ILaoGڿ.ט3@o{*SweRwEH[ I&b }ΦNJ:U~'vfK1tG?t9SXFؑmXŌP1)Қ{,^L}ohL8!>5sh];sdOPl?8ҢjXВnF \ݏl< vuuǦ{B0fJ意N1ê1)P #w~#7tTPxWE}KlUh^,1ݥ!Gjת q]æ͌%/NZ܊ytީwruYXL*t&3P$'KU:n [Ξ]p gϙVAĜ|[@;(89w?XI1O/$bY S/ V,zb#/  U491 ]f5z_nEvRเG?z^3W^gae)9a LO5;:LKzNbӧu^ &ݴdBt:> vs©hEm/ٝn=lAm{YT9 D}l>$[uLGtd %V\\md3:U>k"ۗ; t, [~GXNeQOr^|dE཮Uv; }m\ɺ>ᇋ' RL+o p3|"*q\9RSf;Qd)^ 5ÿ6ˡeh{qCmúU2:k^=heˑX00\%nY) ~?:_f@P\Ⱦc 62zFjT,fd̾2;*k9WͲӪs Їe8M-=A Cy0a^ʐr2A2V&PqǮ#mLBDRd]Pি8o +eE<8Y;U5üo,6J[%R[yװǞF76k7!3(> 㴎bgVכyHH0g%"DbdIGn9][ b8e 9%% J-8kIpnZЃy _=ms22XldPz0 Ԥ=4Ꝼm =cևu帷+H-9H*F5"E9[އ@2zj JxIm5TXDu0$ŲW8TEĮ3as;̒*T!UBmW* tύ2ҳ(73Vviݕkb4>Mx8<\(!Kn޵UMsk1L(Ԙpiuazj`LOʺ 1wN'"*Lژ dQݎ4 zE5%RKHz8F;`9ö!ŗK_KIdFn&֫3c&M v$@Ct7\ђ5xܬW?`l -q*տXE[s1V"Ow"l (iof^d`KƘa7),9i72X7_B=$)yQFGh:zruk)<\:dLi՚O|>#M 8ԢH*t,#o"ĿƑ9>BޒB|G9|7Aj͵*ܗlw*~RlC9VpI;4D~GG&2+b=aVNNE1gdDw*@ sKmy8 PNvKUɜYT() 2ͦi\Qk(o.H$R(;If'a'ھ0:卽ˇzi** )Y],"9&J #Fg?Xg˝PeNg1 'zwftvYCrRW&jtyvht{P3Z Ѫ"(`#KUUQm\񨴈a(jrwH^sKחO/yg ӑg ƷJDOo7 9D @BW  NW?{{Y,e3:3>}s㞧?-0h&=L@<|̬{V,Lbe^8]Osˆ$ J&܇[['UyS$BqJZd%Ntnc/D~-9ZFFi?Ml|srH\-^Ф8<$x*jqiq/Ȉ@lb|06 (">vwucOJgOJtg[S%$QN -Ғl#cQ7`_~4WKBYNnf%V>A?0!G4Z,qjdOI17:>TL*JWez|kYV'z)-^ɱu&L>Jvi|eAmjU+wN'w~f n`q)Ƽ L]4 p?4i/V\2]uي-Ypw*6r9EE2bH`eި\p8MhHz:FKfHIZ);=wI*V•VʻWォ&pû y-o=zNJ- Nۨ^jަ,:EڰC-kJȬHBE?:\s$i{"ٚBfc7fK54/n毽B9OӇG.Xϯ9%fh55\ߺ!BUO:Nk^¢ĴqؔȤ-Eܧx2 O)+c:c `vTɶreFՓI>i1lRw#bS/0C6 cS^uI xuĦ"A.i>m Ƙ\nʟPP7$neZ:ֆý,45!JC r'ØDZ2 |Y#8W){VE^#jE 0| U4J2tgb p\^4Č?|PTI?YrK\ 8/d{۪+l8g~<@C*g/6Tّ@y 7 У$:Hו7Mcpz]54Sm~b@$B a7? ~3f #rB2̒QnuAۼXg:3WvHWiv>@ϼ6#9&iCrD=ęutLiJDg0#LyȈrly{Vs>uCZ M 'i F0p 28 +Cu`;`m`;pVkZpuu#lVX!`a0 ]io%(q~)wq'E6O='~ 1 MZch F Cm~0ZH :|Po *(xbRq9QI<1ń*T ?<[3#ExD jS@&$` 77rZ@ Ý(q+pMm:ϲ>Wenzӝۢ@*7fE26{Q_뮎$`5}|vq9/ B lfuWx> %k~8o\gn?{#`G|&g{tcJ Xս~>\PQڂA`gz\$&BƕHLnB~abCGsK,Џ)uy#ÎDl1O/ƜXh>ETwצh:{Iq,4p<GH8G+ 1䅸ҵ. :5% 7!=*9!MХko(a=!|CCf:m0P9|?uOIOSZ{0:cYf8efZk}h-PXT@DTN ߷ƅHIbБ^*7V@2_9}i6='xDk$<0CjTc<T/OA(dַ>ZL鮼~B;X F PWnFϮwocᏝoe]yi̥*ƬF'3EMX^>\ى?\_/Ei!lzLͫ ) ఐsb4wꒂ6k |0bR"; We.je F"{7@of2 ЕO~K:ΰ4jH)c>(Q~N3U.6N|H$iIeŸr.ۥ}_ܮF俤gu!RޮֿpV5k1~!y#u 6bhu=苌! .JT;bZh}Vyr1{٭/f yzgD~zv;w3P6gۈl条iڀ+U'G;UܯT:8؁ `3  Ċ/k>{V.{ *Gu/Ӄ[vYN^' %M1i!:v5K$md>񭤥oP) :Ҋ7ڎWEqQ3؆ hýBQ;=J󘲎4薀i? Ox{]'!X)zMVFEt 0<7ŜǘX*" p%2蝢YTSDOą.0E6EqiT Meg-k%skV28X pR8#ZG 2nBȽq}֒ڳ4('m3Xk1dF`襇wyt ۚE!ZvO,o6Be"Kէl',BU#4 / RcnRt/N=BC{OTO^Ot* FȞG~TvK,CH҄l&FttUcwE=vbo"Bs8.Q_RmC5ڕF>Qfx#?Dl5.5:n8sHRHo'9\[^ TAzK^4f?e!W~X'W4.4J*9p6GѧjqNlQf,QHy.&(z?Ĕ~~7H1:\?s-6sVTvݦ'@6 6VrQ]9g.ޝRpL&,B]Hu_D_,k9F $? "+OF׉)rW'-͔e;x,Kfx) '4l|a׾:CFrjgzC&5u^:+SO4X˥\? ]Ct9g%ףd.Jq|/eewyjSZIG1~56('l-vJΠb9qYQ Z @2Pm~Js\y$* iΤ&;+އр"\yDcX07 ]l!o6U a]? SӸyV谴m)qI| R q3,u45"1+ݻtR1|0gݏ wMb4| t{iXakԉ۔y?H+ ^Saع1PL]"SI0-e8I|[``H;2v`j(㮲/3ݐo|C{^ aآgO(];OPAd~U3PMۥKNAB{'XK:Mi>`~@+wra,~U@`naT:YqmD8scAާXKH8;RPh`Uߨ_J^D$fy |?b':F~*O>CV!w*g>2?37>kVt dd{eiT+,(d =t+,ϧzds\ @yE͍R3C.k@mp|84ZFB.j@츗i:w4u1$FRac@T)lΖ@!ƴAّd6`~c;vjŔ%}M_֨l9] !]b0hUV ,4.ؖA\ZyCUIw |:١.ʗ59|~hZ xv̠+ɎC5'4%YD24cȍW 2Unƨ*iDe/3; S۪{ VӾD LF]( Z}Bu3aj߭2˯& *ėed'Xk5dA톇z$.z@߷:NBmõ7? [SH$6pA'ZjHDt!N.q$c$1PM-(<(?MEdg"mz05!h<s `e"fXT;^ZcߏWÖ`/X tj]HpNva87馋?Ft&G(p낧& b1onRjr9xSԥ@R8rwZoPE)!\5Mʱ|Te3k/AkCsuԇ ~1CC?9'ױ, K$71 Fp%v\5HD[$H ''u!mkgw`/IAdϙ~HRP:+pE!$|=Olv]$xKS90 'zl]JoAnI4_gJXoD?: o}숊xLpJ^p!ʮuqci%o3@h6[ W)| BoCMP4 V #%`HN'~)tv&lG&wu[uI+ړK0=$E5yy)orp6#ٽEwJgʥ կ~{4<7L}(ܖC|7X@F[h"- brʽI(^Cf%_7p2BP@ac=[HSGB&^.DJ$te̯/ZlEnI'A-C[C"*}j=92K"Cz$0gwBH2}[қ7ڎ=DnU@l{BaNqMmK Xl"Zp!I!TSɌ)uXq)v>FLQ) я V|Cvt8a{9.m wf,uˉ!r^7˜Et#u(Mm3τ[o˷9I#^X>gq̂""B6O͞G:H~mD"¬ _#cۍFٰk7>=c ErK%^q;C¥ȫCؘ&Pךވ~,+eසDcYF$ X\'g$U~*O!9`MW_{nА\VrRB* J1 7\X 12Q CZl4(Dm  uPN ě(055x˯Lk)G< &]"lH׵LR ބt Ǒ./?aSr8O\S+pUO2spg]~$d9JD]+n|/P,vMf)lg|ﮌrnʕd؝T)jR5;u/<:_]g93(hbJNݐ6򘤽zkQNV8 t`hʓu:XG>)SiXa2 1VV##)'0U "adj T߬ND"iz|P~lQzOLOՆPV?>! Jކ$#@X~G9J>XDެٝ p=Em*hD|ٗQwtQi15R؆+YG=t6$!/SSgC܁|!Ղc[1+i2\ɤLA`glFG tٳY%bi~O簸h~XruWH`ĭ2ZH^`m줣t; z5( jrLy_cgW}4͕F:1Ӷ^aU |I*>$083CDeI\ׁ8$dH,pu84BK,ke!0ڈ^P{y&|ɗӛU}3^dov;Jbx}Re7}/JGstu6BLk۝̈H戭Av3l v 6..; y״dKCha!٨~O=rC:Ne>۱R)1 C UiFxA Mf#.7y ֜y I/JY'tShOޕ=_/¶O'?5d:y%Q שM>(YϷĊ\g9{#0;cU;]yVkK٢u.>f LvWsmF;b7OqCO)o@1&X3@u>r\!xJzg g\ R@) y(K%NIۀTh7 Xvъk%jYf$θj<wѪ.!w\h.PlI0_Tw~x+A6Nު7pgmD<˒փkSb!(/:LʀB >FJDI$PTSu xuS_ѓlW00 FD¢I I9L#կp7ueBdy<Tj lZ'm( yD᫢P!|t9%gg2ǤmA / xn/@nw[{DvN(RwZx>[ѡLs`ڞOx<&$joʤ0fJxc'%՟JEq-BwHv`[孞B߿~/lo9e6|5Bt3faWX楒J(Se2F ]~lv )g=&)Tl>H#?ʬ@= c$klc .~#>55|F#~IiPz=:etm=h^ިA?e$)ED/dVn ˧Ӝ ]'CQDb^H5Lf&_-`LY|)q9ԞdyIcmdwɫ5h.ᰨ$)OLKdeojT:bm(3r_7"GL.?]qd>KZ/ IӰh!"!>Z0?y & 2B 5欰{[=DHcBSuv{]`B>l8!|z'Ʌv\呇hP}|(O2U7,߁2V:7^2/Ŕx<8t:jퟚ# )l)@r NJyͻT Kx@CPl1mhRzhѡ ^֐(ɩO<Gi PaI ;&D:r.h%@6YuL+KiN9wk:=8 |Nw}hԫj̡e]co)1\޲ZveRa䙺xswԝ5O=K)[ψh0J1hZ@_7pաEat{s]1 gXQW'ק,~y2]Y]CMHw}Xx2i'~Oi_j@XQDZԴ5/ayL* ѠՉb?Zg*NM]wz:6ƒrMs#/өB7[jivHnJXޱGn9Cy0(&sC`ȀEOkP2tOPz'^A ؄A3.y郱9 +BIDWWĦՖb]@}0_$7] {bHlb,%R_aC='xm&:a6~$gw"ۂ 1r>)t^&/Q Ď(!%.db)Vl`'7Ey(x$U~\lz/Wt- sKsq+վ\G7Ft*pCc[a `!!u62XKR3,/yS/WLˤ=lqt!{~K>khE]85W.aكs= 0-BX>,*#I7eC{4m7|_mP 4;"r2?836N*9ykq/v?lsK܇վd>yF\,ʙ77b5"uQ9B8nf3B>d:./HO^ x&J֣D; =<~;ȴVF罯ldžormb8ЁF߬".Y|pq#y/gy+*TؼG?#~ g N҄ҳ`_k$R.e<](9`bmtV'zxb k='=-tRGMiS\{?D&Uv[Ԧu{}^v#`|6QվڄNE^=g}-87]zj?@-PNV@ s4$I@jFGCܝ*^Kv-w}udpq{鎔*bZX[!]Ca'm;XxG>@ЃSܥ~b%1> g7w㤳 φ\J cN1}E,k9f i%v׃DDPw4ǜ7g')?XVqDr|W3) 74VXAfǩ59{ſt}T.?֎F>,PԽa_ӢrH1TR:4;| d+wx%4dYyZ93:nߘZ$^px]mp߈0GU{יo%EBD3gǿ|f2=`5z j![J %[tؖddD*E겯 Z3#XRR6u3rֳmxLDBy]0B.4@ {BmdRU tX6XdZˊrOc|dIsaVDFV]{3'6 uaKv, (Ӹ0 ;2B>wԚ6? ۃQhlCkW"ljϣ8Ψ#k]쥓%4Eݪ󌶧wԫwR`lo%. BKo8w| WG.A&qm e9msOj "ohᕼӹxY eρ7^?qYJ`'r+FE4sGpխ́m9sr5&š_U|FVXw mdgߔ%іYeڑ$zXCgIlEơz]4= ;n묠В:[j$]8$Vx8R g#\ 3; B"vG^Uo3uU!G #M8YsȎ^8›U1{eJ픞 vDx/̰!TU-CRjsyg'>n*Wr+v?qbt&.>8ʌpv4 A||"h&֣ţ4dYoBhMpg! t #~8p7v$l%DHLe`Iax8_a rj!WI8-[5Fd`i\iG<zZ0b_Iیx]6FcwOYf#YX^;SAxLENfty R fԬB44UH!I%Cdc6~>5Bʈ,4A⤀-~`b\GVXwu`욼)x9a6 n&u@Y|Y=ֱ(͒9*ٔ,̊[ O-B Q :)vI7Dޱ52I?8ـoǏsv=)괽 ?ZP/݂Ȟ Km=LU33('~#OM;5EhTp]EwE:Sm'2ȃ|nbb< D U/H<_0^]"e z8 4$$P;AѲbMABVhZd}--,ChT݀*>c{?L]}XIP'!mU0 =g}E/glQ,18NT[Xzq!`2!#2 lB@y '1së܎/on2&{Mx┵RԱmtÓO`6f֏氰8$k[4֪,@\:@DQA8+CW3+SDhS:Sn*'It8n:=ꣾBbkk=fo]-8hrH u;Ŋ1Ք212M-c@WÚv$ml%PLn 8Tr: /^WEHY efԙP,s(lT]23Sd|VX6V8^Ɛ0>!"T/Y.idHչ* }rV|IK_&'K~apH?`&F s)|Ֆ5 =lO3b|)t6X5i[m{8sIB 4E1M XLK0C-d{|\$\V(-KQ7^a0?e;wˈ4?Er 3} LfYSϦ?I0>?bvޗ"`E(B b{0NKc-A~mkTK]8[,cr 倭N?im c[dʹnz>24'{聤fTA 3v t-ܵ0&KLYh]|$1ﳬQ}[Zo'0Ԅ4 Y.DzN~Qmu+.4Wn$2:=3@. "lł,}zu .cUd|: {hH;4 0lEI ; r)RkÜq7wpFqcUQd-NT\s#zx:NÞ\r:ZaGϑle ~2!;G!3.I+dk=*DU;ڐPS0Xa"]18_*Rp!-nU&Ы9:<ȒX xlamjp?w(tfNpK#(ylklg!#c?X_%cܥJtP- _3Y}u\oA5({X,٠avyNF @b?A!ˉTVal?ֵbkΕSi%$]5nt^FKr^jj`wyi"@u1gdaWZoLV"t>k4k޶E0h 6&:v9橮Ԡzq$V'd-Dżtmp_9IN:A?6օ =k0[ko@)̓!e$R&fq ՍheVwW}kov\ϡ3sR)7ފ*7m"-i8UqC *"4o^:we\s4E˵/ d0?Aw&zeHLߺm"2m9 *"o<2},eH3s?X83>yy~`Z4oISr!(REbͱ]E4ZPSy> p #ἇ6XmR%V(0e *Sh4*(lW(e˂;!_ \eXϬkګc9o '#H~Vئ%w&۬oe;fGJ l lDH.^,Rɉgc'"b{S'|'PjƗL 8j.m<7ե}I9-ѷ,CL>M,Gw+ %4Nǡ`H7dʹ`EBz kXoY.Pf1񒤷=˂>v Nu pxHPA$<$>=*g=v\8h *N6fSpA3F٫G;^)$ QSpf+d 姘`KS¦k-~V`:/ę &KrAjKl)|.tb^¶q)Ɲ%TŘ8JUL%3%æM]'Ӌؒn8!ml:>%:WY=^6AQ)@hwz /%@Q7+kIK~dcv)ۍ^c r*ȁ0a)bJ)v@ʀSY@k3Nj`ОpZh-:UK= ЋR;Ԑfa"o*;X"xack~@:BAΉDvM@IVIJ4g#GUT"8\Pމp.ink,LQ ,6tsF(s FT|n| z!uʜ̨LT$e7KjJ_e<̄4ԏ+w>ZvTJƳH؈''F6/s6@)5 [X4И*dF[u)ʽM m mgmnI8f2TcTYE0(C4CC 8%i3_uz=P^,8#XFhvD bU1T(]H;170S,+4WʄK7OXsU Bx`I2֐Y+hٶJNE||V]!"JY*7INy>ؿj ꋴ~f&ê{2)q]sm밄Mz[|0l{t*Cު]-cx8燐Pn\`;|}vodf-[ <)D89Wgz!6<>_c$1$HJNP_a/~ʀ3/9U*]S!ВCcx^9_G9a9O q륚:j`M#T#nKacqθy\kߗNAs໴zU[>.ʆV:4++_/p`S(Ղ(f e&xIz0ROD R fғU2Tal""H#Elدm.ffKI,;fWɩj=-X*T8$rhğ bSpdy5DT(~SzCb3\_i8[Li\5F(0p /8"ޏlS7޲f5$` \cŘcI_^_ו)iˉ^`IBQK66 e$"1a0U7' %B-u9TTGm(DB+Lve(b08ij1ѕ*REٕwj) l'hqќ_"\T.4:ĉ ItVɫ/.>&7CD r_G.ՕHIkc0kßO_jIUHU r7(L ^der[o# 噣@̺KiY:~+qR젣.#ߥ;mh$$,cH!{i}P[̳om

Ҥ;?gq99QN{f >Cyek˺})Q7 ADXjY =ubՙC^LèS[ A| k.3ě}*0DV{Q ~h¡_N骾w<;ԐY&C2SEz7FlD&4Wy²E Cs)}Faa..t1Hڡnh LyX)i:_aIDQ}3\lʾQӕ:`TىH+=|k0}JQ]Y) VG`ybXt's>gvP= k,s@TlPuZɌ9d iY[Y[Ȥn%rsZ&=l( OTV^t8Ч݊l1C?Iڹ%ȬMSbfd!ؔ93CyJ^:ek~hӎyl%21ǘq'tDLTGt'f ="z+HT)+gu{R&T^r;5x-MnǺL[\A@u`6dYwe%E6~I$\.SQ{s`3ʅ- 6 iCD h1K7ty4UYf&vXy];PǮ ݰMގnJsޟ ӡ[2ӖB-2vHdcy1WAN-U<ۜ48FsGSaT3XOLLTvEex0j ҳ%!LM=B@eJ}ͮs/仍Y@@V*\C(yBAbZW#2(}DVsvz% bNpKL2}b@D-TuuYuFi@-8'_ ?oI< sBDx枫unWΑ;Y_?Q!ϝʟ{"-^I&+/93`Tmp)5` ϥӅ|;g7@ (mRc092Mg+kaߘQf*`t`2lMx vIE$҆X{:vX׸Ȉ.pT^J ҥec#=%(wM"N?.jC{DZ.xE6\XJ(}xg@&1S,D\ɸ&Q岗C~Cn'#(NG*miEo@ӳIJq*X6 X$)azCgIs>ϓU`my%rF ^CHcfd6*^ j&|/Α A*@=r$JW;Ts\s!3 HPwK,ezpIohpD Q% _ăBv۸rѦbO몝_DTZE'(+T^ ؉ y!J'q&zIȳGH0v&;]6m$s8ϻ^ա2:"F/jOS;aJ3@\.ϕBftd"zMGؒa3n1VVXdO`NOS6h]RoN$eXE%ScU[%ai9L '7s QHyAcBx/641gzvj;ќE%CyH+TV_и`kJK>;Dq2Bn*T$ 4NECcMǷ4*`(kf}11_^w)?5 aHt@w ySb{6oؽvI`oDƐ$qS.4$v>!]djBCeԸNVxtaYH`70Ebh $F![MɤWOq;#t|̳x)_Qs_wۜ\\_~uʉ7}p]R?kDK h.%̌a{>j+'y~buKSOPmфK1 rd<0< oee.țuok&ry=Xe8? IE}#Nʭ q8(C!#//Ԝ, .hg~;ON2PNp21~6}vs)^XX Z`٥Ϗ^OdlOYO $&-0:1- (_)_dȴtUÓ2NQ)09w!>ImR_'TO=am%Kȇ n5ѱ9ʪͣS L7F=cs?Ç1;`3ZJcw[l[=`uiy'-*ɝ%QGmjeA%ɁW"/49Yn|0r,`E_!_8'c#+J4}V6}~68 Gg= j)򽎎#O*?R,1n7Q;wݫfm݁VJ|,“us!E׿Q`U+I9!EV.Z&Zι7?hF8CN<#D>P, pF>yyl%\,(w4 V˪m#w4zƒEwvV5rhHsW;F` W&['S Y@bJX|V@m!8ڠ`cO0r/#*:ѶBmViǗ^6짉!f2 r2`(\b6|vnCRL$P(: (39%e%a|YˆT <*0vod!;K򵪇D[r~ɛ}s&E43{ us4[;mo)l}roKZd"S5#-jE. 9CZ|{.4jESuOvR&H< kf*{fC7&aAǫ3^ySyD" Ď{URB9!S= MaD|E&>;_4G尞8ERͲv}[Y1uJў0dqŵ8|^{b7RkXX_Hٞz"OFG8^ͨ+IGW($;e }=ҬbTL45sm3 ȀK0AƟAepCFC%R@E) k{{Yz5H|4>s!P<{7Z >ώۮ S-τu@' A]%Z"-0F"MBn0#zu&-H&$ G`7J7'}FGKXBf``#2$U΍W*G10(*}^Pwyrb pmjkO.ɜst59C(J홪_[ wÜ:0?߇C{K"n~*.Y6REڽ]8'c-/<_U!kDL߁Io)iϫX*, ذhT9"|bZygx=ڌb $` [)=Fhr֋|-W"_t [-f\N|W5kT3Mj6ꯪJh-"}SxrsxevxfH'&JdEx5.t@z`nÁJ h7__/o.䭹qOB깆|0,%~A] h424g46K'Y,=S8Ot|#/Vvoq)I"ae켔E[0KYd @ ITn DFJz*#?XxK!D$'KdF- w_Bʢmuyq\Y=g FpNe5eT Ww7|4kP| rwZVx-tuPzL>s,'zxBleWFC(W8z AXldzKxld VZ6 ,)qV0A~ ԞxbqpwV@nNH&:Œ_Q0/ZSΕ-x:c_ MßxQA"vtE(]]ԸBpTk$fJ?_8*ugl׋ijbm.mR΋{*3&8#,Y]e# WHK,Pd̀`G=$J`Y yZCܒ h5cN:Kkf9HSYɐo,׿ r8I2ضHl, &? Z-e`YZ%[(ieI 97O~v ?#c%RiOGH^YR"*SZ^̠sC'S.0-.([hzN8uXXޑi\';- '"G(“4R(Hz NDw9S:CAN\'^.g"4`,cC؁7F\s>Fȩ-'/:'BWA0#8" xɠe}3 1]|N4K*keBE’Z >iHeBP6Ɍ" UN3W-@XE_^P_PСxًh+gH 8k]=nTP0 ~U+HH_W JF{箚rr3τm !'+H 2K%Wё!KFp+:: mu:~ػ˶jIܦ,F5{VM A\ ;vW[B]#τ;&a6>2, uw5_/9Mpi7q#I b QĨ? LeoUh2NL MV>ݙwާ|\%vfU]3 _/RZ.OGӶA~~ڊ]"$4cߎB*5+,ͽZ]qM>Pk 9 *z$]iHbbW+S- CH>8~=6?ѢFѵ2p-DIn )8^9)lVh5'7BxRD69:XNo=:_'nsȊ Lf<dkMukc 39DL~o_c2lTL[L:&x1rI"Er;\?DUl!>Xۯ:B+*p44kܪRhT 8b@]M$cr1p;%6hPG6˳F1H{/Crr4ˑ>36FA1C}D2g:RǯXܩ e%ʋ0x͠~]SzX|֕(WZ<Ĩ ?}_(eGOΥRo6_ e32Hk˔^WG2Giel(BRETy z"z7 fL;3_ SK) &)EK, ԷI% )Ulje0 +n=7ImBx $ Z/̩D~ sW9$˚"Yso'a uGŊ_}V@* $ _'pzVҝM¿4]-,u!{/uqݎUX:U}`l2TlN]o/_.`1 fO_ Yy‘-NJ Z<9K& ݧ1O ]^6s4&1JOfr17OXzS ?ྜDso:0frD4#.1Kv0Ί:eS tTF="UuؘVМ9궏)+:bd; 6avTindy\_:Αf,31ZTZ5 XyV@S @T+><9]N w $h9 q _Нe$P2s_~/j ^G(OtQtQc΅2@SRW]#@Fฟ\aª,ٜXtM]!lC(š|4Y p<٪n%<Oˁ,~+'e|1U2S>UnP1W3S3Z؝@ _׽H/naKɡ2%tߣ:ص.?`jbgݽ}fQ;|>0$qsA.$i_$m__l Nڋl2S/ooŝy½TV>iIf"c1r%w&O@f1qzq#z;7cH>]-4S`ީ< Gi^uiS=D nn:,27 ?k;jR&ɘN@+=v*5iIc!gj8nzZ6IiG'4͖9ějPzPD""hFdf4ߐ0aך`|t(Pvdf'm>w9)G2_]4ق}DvgR-4Hڼyj MeTܩ!v|i: q}QE-Bu2lHq<|+{0fP6&/mtN0k+ ȱU @($unq aoyJ' =}Ly# >2;jn// Җa/U#̹2 YqxcO]vTN Y*j!wI5DșzRf=d{mLY9`Z}Y'gL喕u' *}u WEUQ,_q-E kL޴ z4Q=i9i 4wS hx\/| 6{?/9O w.mGh"93ٗjBD&8r s"i|=omw=22%>hDw;KPz#\0l5?ysg.!yoճo[&O!nK|6i[Wل1HdpP+ s($OA0y.y`+0vÉňØcd~I\iaI'FZoYD&a5L1xkb`LJX>]=!|5)v.{헝*u%LowFvG+Ri;?ц*:W15Y }~6Q^ euVldF @SrN*'(ʷa=! X 3Hƭc/ b \^ c6y1 ||rfȺ&} FH~ÿAi@{ct#R!6QN DE (sdgc(#nh}A}! 6fYiM8hI1C:ЪHNPB]M\~ΫL=Z i &?lj[Q !7#F@~l$ 9S^Jܦz{۶-Tl%uc\k+贇wذzM)opk! Q]*< _t]:>u b^AMG<\87\U<%jyz: 1{7NipŽ9;YJ w&.fGFu׻}OV۵J|QW F؀K)3( ?Wմ7v&H($*\JS1gg.>E5֮idn{To%l jOk(1ТmAGȎPN*_cԘ|fw|mL;-e[1df٤|D}xG"5-" M bc+IDDW7sfpwSgYCrߖC5YE=ֻw7ã8P`q^(Θ3 Լ'uS*rT{manS}z2Vc97u߬f'$ۑC5^gDD%G3 FC@Xκ:+6 *,a+ТYf1pOLiӐގNP3 1˔<_)* 1>:~MFeGX x[Z 1xJ5l:D؛bW\8 G]YB񤸧;\KS0AbY'3ꦯ<,ur'-ƚT&7 \oN#W)Wb`l3]@=1>u/2 FƆ k!Óg:w̤A$` ǜ8b 0z]"/ =aϷͰIP_,x0REJuq #}Q"NF AS¬}s%ؐ`"P6]j_WKV30yMw/ ,A%9z)!pIP4 \z杭:"OAUjKs[VLjj*cygیd>m,|zJ zO4m1udUzH/f \ aX{*Ă;X#*lvhI@,#zK>o.'cm7$aFmE]$pכl>o }qh4kTL<3 XYXXЁG;?Бb2|~g\Mi Ը>{ +B?Q2ph 74qyrr iCcȕזE.6(GU={39-F*cy륐K>=GbўR2|Ee.?t?QX9=[ 9˱qY&^ -$&` ޥ18ɐQ?ׂAs~/WȶKPU$Kx4y(sw&r vyL8`n*xΜnp!HS~eF?]; N@Kc}Qfe5#kXh烒݇E)"@s/!"J+%̃00? dL/E}s4Z}u8wAͼ>,dgS;,Fhw#lWcZӑd1ňeP6J"zX]V@|$GkAG=Ps`0|_8I+0Ё(:ƣ}[}"ݰv>  'RNL'afڜnNG?Fҏ%D]jZQ{V0K_^~}Iw\D&YtE6ES˝R/a*c;K+?x7,&SXTUJ&x 5^kCdkqUVȀpZ +h 6q5(bV1j&4"u)Lv\ W2^9,օ*~ejzCA4p ~,q;i5H1Fr2Jq0 \ 1e}K]a3aⰫ*N o^ e܍s'`0i0ƾKՇ ' ^$% S2rꔐ*pϮM63NteQZ?,\ {WP[nKБlelk> R^_3ݒ,paWiDu]Hœ44ͪ㳐 Zx@ ,--fXr_ (K3CҔqN/pIv:j6nڕL +Ą㐑}鉅`>s8F63=lQ*W&(Q8U?!us"%n04Vۑ6MsH{|?qlU*EWOա))HU;Ob}0+<Џ$T kTw'G.w ŁI3ۈxNöu{jTZ`,U2g!N K˙H}2p* /zA2> elYxnr8{ 5Q㮸T[& AeX@:T"a!X<+ ĻH;a-|I_/R`sNl[ڣUr$ < kIAo( aF<$'bӘ,> F{2=v#>?Pu&YWډàY)yL^jޒ4LՄ[|4<1KOzR}Q2<ۿi LZ3)}6~8/u'f>uUьV[JRNB.%Sh ;3,\I\1X$:9iP1-@8eO6ϗRYw,yoEŇYgGhL_`~9)(iPi&RSm9f2.d3B[)@0['jԍJ&[[{ $]aYQݴJMEuM MP|%Fgí (1Om22|\dO ceTak{;o sZd!WRilp3"3 `e@[:s0u|gy~bV ~d_᮲u9XVྖ*@TF*GDDNlk3{DppBSG _ 7J58TOV6-ৼ ş"kzBi+ I* OtD84cUDUmzr+A T`WAac(ڷ?Dh 6e@;"os1YMb#v EHNUg$`Vt2m)ob@[,;~2Rl>zhb9pMmI$C5VZ"W UFKNwdUX0*J{:8-㫨{o%h|aKbS0[By ̊%ӽ]+HUm zMGX5E#tpIͶ.|?O@5jyJaԐS ) ,Wjw:&Z]v9,B4ǣ5t9 ý\6hD Lg%>d"89ѥ)m^%:R|1l cO+2PQCt~.3,l9!a"y4f 8zN4!{ ӹit-ׇC, ;gQQ؁{̓ ,nA}l-ic@, WoBLRaJ?[~ /їmgKƤovrob_pTW>Wy;V~cMTx{QTw;% =P}ON"`:Fޤ̟씊tw W\LHNhQ={ru5y\}$vDoG9h &;#!d9Irݱp/1甝g 7m/Dx%D-m YJѱ`bTߚ:UU|s iF8m.\IՙYnٻqYM ɥW]X R@6胧,rxY6` 0*OO| k1k g$Qg#T%u9g%˾<2Y-[Nd[Uh "Z=|2H'/) _$;Ch->؜I>0I8)6/[T]d y(ſDU[zW 1T3ďcBYĆc-f2tL[R&8m놟C,+>egW2Y06O\ >;DQƚ|Jօ!-<ӼR޾:-baw>L3p&!PĄNIOc'XtXu'k?Wv9Wo2.H޴-ߚt5C B1t|–K{值f÷3mS[0@!;@r#ʟ{k*J]6$%} Z#!\5wxwXֳҊ&$mTzqdF<|Sz E/ߘ\dNEx_'6; J^=Iw=?M>fOcnp_Q5]^]>T:Pq*QqȖ;!j3 Hxok<9: 1V@!B7o]iuӺyW}.^k;#"4a5,9'*iCByVç;6af!.ǝF&FeM!EnW[τgr4,Zͭ Gfo ԁB~;n`dI(/ZEe,z_ +~4B͙6>n$]q}"c%]Nx,&;ج{n|ˇLQ>bH.3|ݘ@`T)}# 5Nk`*x rz# OEuoC{ꀯ~GPyaU/mP3Xٍ7"],_~ql ia$[:=,nqS""7vA ;;IC0րF4gՇ+wT6Wv'& q#Nn)!oB^B8iTNCSv9kn D;QBK&̀6;>#:7 o FS9 4[8SQcx94F+jo7CGEA`m_6 .pwm|Qv7Zy)i3 g} v Ԍ_e%-߸W5ѧK{;L~V$Wo6JQ%ا5uܟS{*(hTZ3PK;WCF!RFj+ 8 /W+>wP #!bbB~yLxWP&x_.G+`׳rq) F2JΛ C[⇉oe P+! Z7{k--^=|{6qްb6tcDB -q(}O~JAm߶'<P^ł#"jп&yV^.ґ2bZrgZ&ɶ$%г!91L;x%}AfEjp\[B$Nޟ-,?OD~"[cݢK2 Bpc}W*Z 4 i<#0Ң H MKYC @SAhLj 4.;ͬpV /ǒWAחs:IMPq /1)^Mg5}ر U5Z#<8ҼNO@`YʙϑK7<:pwYNnW V)O" PWz )Vfǎ3wU3HvZ+_?fFCD8>E&~ܰ;X Xzoq"oFV,CݴDžmת⒜)C5 ~/뒼]4;#C~in \i7LOZ훚y{̕CfT5|2[YVɢlp:7佪J*V[._:â # g͘$e2'V?߲,]sG$0& S/i**oq JRs } x]c-3D(ET!~E-fJ湭301s$+jO#[h3৸>量tGs:ekRLđZ[-* Z̸znO1g6?Hr` "q9<`".v:.G"Y2 ͹I*eB㉼S.Bf׃t6~z /PFdvNK"&xb~ XnN7bpkbNM0V|c9Anн-?"|]'2 T$SR)ӏbrrqզ=3ΒFNiZ9=sY%gktL\=R?_zt>J9v Il7hQ35a4*K*MR:@+5d6EUq0d"^47, !@Wo{39ŗNbYJ27CHAWhJx9M,n}DG6EWzvL :v]Q v 9bw_KeZtW<~\/Fύ::/g[: @O7Z`| ?{/,ꅛ!7P}˽ a.fNǣoX!x*SB4Vg戚99VBv iJ},n6(L) $N=7  Dj+S=56%4]AQࡼe851^ŲfTD 0ɯt.!=yL XjGNkq%A臟Y374ډabtڙ Gd@7A^:Å#chirXTw/;^zmQa m͔+c PKZ̳X!Jd^Ab 2Ih G"l6;)7 vtg7n ct/|-x^Ll $#]isNܷ3f7 5S°\og }fn!~S(InBչ6NHw5a(XC2J-백Oz }xMG jpƟ<+VZ!vHta*5cf&"?X m7pƁ,/+ga/lZ2D^Ti"}$^_.$9[[><)RDmâ;#I]!%qC?)H }L%ϱm8NW`6>SNAjιƳ" :nqmŞ9,/*ќd拁ҌA8$4Ai# YI)Үő jI F "=TV3ZЧS*t^z`:+MJj~W!IM'a^'u=\,8 *#]"P.!VnC?.g@viN _NTkEh%N9ԭ6Ld `._JAjڈam~F3⃿7 E5c65;ʳp1) FJaFw &{ԑ4A JY+% ;O DVп|"mT 4a*B[t#x'.1E4\qP͹ߢi\.^8'X'AטX$όuDb32`Ylt;Aw!]4Hv1ڛ+ڴZ1uz_e6M,s0$iy-@{38.#veYTx"U[*.WtQ' PܯѡsFBBfq^(_- q>Z`d¬GTR"zjo1Kj`Rad(óFN11CDD#IweB+̹/]M^mf.cHZ9])X~t5wA?_GVQz,aةg:M} n"hP8fwŇȲЯbXW p/Q-?>3sιe-.ÑS;شXC`pWvLMQ4ʐo> ;\8d;Ըn|+ьTp'F)SܒLCP@`IW,IN~ ǧt6{k'x]h/Ztحd4%7]b{c*ک 'D6YLpQ5ꙋog̫82D;G[%Sbȣ='ynJۮZy 9B OMؠJ4m>ün;Kuɥh{UHw,9y*Q=$:_hy) i(~tQY'rYK9=x w~>;׸ϛ$Hn/Ppٌ!Hv=P /V-dxϤ(<;pZtjRn:QusRVvJ+Bw&&0O/cA15KGp LS7?̦Ԯ QrRՂ"9Wڪz?X_= B/$ 'Qy9NprHub#MvrbPk2yL 8,ӿ Д Wr{Bp/Ǟq Y2l2q0 /cUI{ }XHE[ʅL9J1c6zy:6F2 F\0OmڼpṾ|dCf0~/C^r]P+ )-jZlE/lGu >k;j>+Fd\ilک%ьrI^X?#;]L]p?P<R(N4ZC~Ń$KGgٲ] S"WZقݩ?Ed-t Q 3@S ?UN˞!)'">Ni^)'I>Ny%<+/P(XIHH:+}ud:5ej5|w_~Gij/0ju8+b{w 2EY7%cyE=t^E5ntKfe7 7rԕLD+IKKL /(OL*R||huD^*DZyə4F/iM4N38U!Ya늿m j;2*E a9[([cdg7}#ňZ "q+łS U߮B)/* /'o+!c\xS@4RsS*F+ .cvlg€{qK lu DJQq{INY|V-_Q~)zWC2^{y6[nYH9K[T~:'a#*Û#w9(`.~ Q8,=#?я|:'L4PQќQTT,-Eu)rg=xS# wo|AR +V!micdlDlh浾[cD,c>߮~s0q.~~3!wXҽiLr*+,iX6 V*zGiLb;hlͣC׎S~B*w+/9MdB%9ڵRx0WِؔPUjRi(s&`C/9<Rj; ^߲*ԓ^Teԇh_߇CShRfg:cɞ/J]ai`ʃp#UNR+d^~$d| a ".}loG(5qن`8 .'P fdFS >*&d Cpeϱ-ǰc@Y/kneaMC|Ao9 ?hS~Ě5RN?Ƶ J5q¬+@P?5 `4Vߏ[/J/>1w#T*F0 D1K Uv\dLp*ka74L{ nhOp!d&VKrXv4S]M[kP?&1=x43U9T4!w`#}pQ PPJ_v(rd9D˴c~>Rd4X>K%}&P]p7"b|{L+U}nG[5ܣMtpUc]"̑3{~R^B|5%:{2>u%)!AU.&1ΎH,: T'ߓXKѾS}1Y\=zƝѣYʞ@(`.JO`@q7>@qUzdۢ.ef*[6_\aL@% a'hŏ=kޖ/ XcO{n,FhNm~^`Ut4GX&uYê2^72sA!K3n2@U~Ls-@Nq]ߔbyVqCFVu9;tc6'XNJGܦB(Yvylc}qwZgrvLiI$p"8kemE]ıӓX^o$Lx +%"۲oG@iKkռ,MYӋV-Sj:2M4\m\?:%'!!vوȐݶ(<;{ɭ"h9)Fä -@dGdGja(xH^}I2JTk xqz&|;@,u7D؀G`"-ѧч OΒJ(,&,oޝ~ IFR J}$%y hF`MOnڽ>3۷k` Sz1{Os_l.J/4#RҸhIGقY+690Jz'X0->j.z[k)B+22M.c^Ӡ:Hi-߱2qj'Al;^>>ru6mbթ 0&@!g/ZzK#27$j/l)GN ҝ/25ݤFݚF 0 dHZQDɒT &[R!);#;찦eŇϒg瞥ߍn)լ؃Ӻg]]ě\ULpcMӵf5c7Z޿ݷU0p9 @PFEr(CZ!LOUQ/R3;Ƚ4thc8ޚ]B3˧a51ǐPYrZWȪZmK+]Oh<6Xo⸃C_UƧ"JKѮ!^F' *GIAİ;FiV$q#7 g:-őT-LSwƲ&—E}W[燳(ì4W@\J'm[jY'Vd-<8h>ݞv&;_Z`q,b|.*b8յeW9_Eʉ=],R}r V$<ikqwiXvZ]Rǻj%22αXG䎗pj-*ckSؕZ^Fqвᅬ(\'RЊnڹ0UB,a6S6c.AغYY. *;)E;jXA+RS@~"K}Qvԏ ,BT%zOcXݯcPr-~&?`YA"^]袳-YBiB]%&}AN ʆ&7Cߞ hMi}\+طQb >@Tռkؗtom# CF+ .P| ):@5o!," w=RѧV9!Ð=<,9tL 3^GY{(Cˡ'J?ZχP Vi` L U !)A".aG.a=W\phNPH_U gp6 KE;Eiߘ_e vw6.'nDM!=%{uEfàHI2- LPiOjlrF/KQq+5ƋnB- Q vL<FO]kt,&Th BŦB\.Ta| M'ڲ&?3'1U%s5 Bc8*װB46uoR@"6h3&SnL=SʕצqƀȜƦ-_>l%`޼Aз KL^ jfC}!JaYL&he0xQu=JH >e#g@!;m_@ *6#tT k]9B/vӐc:7\~cq{C.غ@5&DNFJV#3aHoX,=!&9JqVG.dĪQ7458f0KxDiƹ][1 rY| ZecS.$bZnZɋM:[Xz)AL7 ]ZjR\6}i+xIްxsk4V$/ ?o%HiğoU?Z髣gilJk% ^eL//mh~Wa Y\$,JԺk~J2 8Si~i x;nدMS'YМ F=np0Ox*-J;ɁEgQ-61L@X"ݛv0H+=޾U1MmQN̶,$aO({=62cB-(+<1IA䨪w%km}bS u-qgFH[s9\z[;}95+'CR3O@?JK'32VV:ݟ̐b-𑣴fyF >g_ߏ?!%SJYDO"q}&J/!G+ϾY?=Y:_\Ϳ$-JLx 3]2<|!Sk{YM2rB p27 'G^AE{G5ew?! KǢ¼q(1n,cF]!!ߋ bm_'xVIk|9nB0Ŏ-?i"n0(OF@\7 j_F$S5 1E@X޹ O<_i>>UT3͂Q]feVO%¡BPӾ:KXE"0s.U͏ 츮NIe ܣ NqBܺr}[i-uIP5@11!׭G#찤DvUJr|Q%=~IsU~>gȗS)YNeTYnǢdžD|un~.NSHܱ%vLv+#G-*&rI60F~~ABV'\} En@+幐ڑHZ jΚO-Fbk9HvC+f0UZc"a]U+v1=nXʄ26\4?KOWVw}>MW HYMl|€ OIXOADGn/i9Ai4R <9\L@D]ϓ GQ;37_BXYV.J%]L7W:.Ds, k>ĢΰFrFR6:Q(_v<e/t7 kIAm_Jܛ'AtZp~fz8`bd8h~4b)o4NWS8J技*Wnef1Cw2aXH[:dNkkP.9Qw|kO7-T2{ʁvV S$3ǀLw}>j ̢"MUC?W}( Z$_K(yr[Ldvknz5]ΕlxH@٦3"䪆2m0{)ç(I%[@3Ft׾% xKAcxY[nO]|9+ØG [LBIvM{Cn)_k#m 6^N_LlM|VUWi*VXpi%GU% mq1\Je~p#HUPBSl]s(uԂ'FUF=ky]OWx'l&69nކdn҄: LHFðs)<0vX^Z}V&|E.퐸^dZ``a Y"_jPy.1q&E., Vz:ѲsTo %DIs\z ,ښ%Kkq ͤ:CObIXlOѸ)s^02[cRv&sSz K|V_?Wঽv*tY6yyb`)"mOY-l1jpuuMs)#cQg*bن )R2&jU# RvV84@C J+zHm!jApi:΋J,^i,P'qdVmlVμ"GփRFURߑgJR馉>h?x<wsKL)H=Z)5!y#0Rc-OG9jG"d)l{yi[.cV:y5(fLhZOj6g+kC??0 1Amwpo.K uoz̠/wK+['Rp)B$Cf[hrv î5ٍ>",^y<*H6VBlv*9U_N=%գP\,ך:X%;Hv 'fAQ W$u=m+m$% i4hJL%rcHjHIh:- k&A-X\)OP$ GiMQݵ ?sdd BOaQfX5lYD\u.d,q:D.mZY7o ; ==Cd^vߋv촖0Ploݖw:TѰ`A>oQ*N>X\8~ut-~vb%l )[EʶQoFh~K& ?٘S}M.Z蘒} \T:Y4vrӡ>_?*"<]IHU2`P=R2 yL_ MD35hLeP# ƞ.<`0 a;Y茓~hqc.fB6QV+ UaNik3'mj ws\vh IA'BNlu!dA?VNM4`y"*{7$l{xF GS6%s﷢Cǘ{ƹ5u`hv V,UlE\+ʮ^Ru.8TM*d" b^e7NfġY<@7Kg'Mhu0qt@AlmS"ѪՉ~s9>ݬZuߞSH;26bv<#k'rNM-dK,q#gڸDI2ۉ)}S5fc{*zg20:\7u  ܇[̱t{?\M ]gvT Ke64Qµyx1vrm# 5&-x[%쩪 <4;؛uGD3yR,T76bIVuJPK9+#%1{*A};|ǔ9;s-޺\IРpH]|{8P&1%?su)V\4Б[\$J>iE/5GVr{O\b}B`|=-XM|wYFr轱 wXʒ%Z$ !2 cA@tzmkg g>|!U^VĉE)Pß8r\>"1UOF>./%:b:Z/CIº)vyMɊeXot]A?pPmĵd6H@T2I:Xty&Ndr#}u{i& _ԖZ>#/rW!.H^|#I1b>wEfEdqiE[thlcP6sai5>yeN-5q#Ige dخzঊ yp3a`)X<Yqz0Rc)LJ27yJkEqii|HH&Uu= O(D@}o6~on+d.Y&:+SVwt[*5vF,ŷvӼv# zDM%Rӷ}N+.znۜ+q-ag<ب/uCΈ}?jЊd&VcvTv}U_fWx%7w:N0?rJ3ۊ;vθ}p/ s.;w;z6ͺ/*I~z=M$J1ʟ# 5VȜM:F1j腜\ b@SImdEɳJAms80 K!GstMAC8gCYF7nJI = /2J LK*Ư!ej֥K첹+&8_ōf՞d',6D5˩iuFAB@v6v pXIzKTJp,5ӯ֧*d!FFn=6ws.bk~E wY}8uRb *fhU| Jh5K> d3I?C}F$+ܔfcI,Z 'Z3,==&,(tNVlyd0dΞ15 AӍb /d^fBb nGb&9PTCK盡L&J_VLsW둟qLʜE00+8+e1F#)x1rw)*ccwT<":R*tCS5zJ Bt\`s3ӊx; 7{{&5Eajq!bnd~ yBPQ}QF^oKYkvat.;. hCT~P^K qBOy7Fÿ&8"IO&{*\9oN#3(Fh46'/CT&7q!sQuBXcCz}|նdshIta`y#OԼd 24/n $ԯgkK'L=ǭ+ ?3Lg$}wuX/@:9zrjy8!Ay(": /VFfe!P_|,e8]Rcea9d~h!h}|oF6$ $t>#P)պ::Eef2zo!zBp@$r Lo =l4(o-:9Tė% X)/ʞg[|k CH0)&ĂֳGjҁV:!Ÿ'L?n 9+}ɜim'ca"е&=|NXYIvzvm,6@ԪL4HpQf7ڇFyx\V}ؕX8<+~J\1;'l]ZR]#"+Bu;CȦ%WqV/.+ 9'e\7:A{7A7[?t |S`t6q3 |a$Oa1L#.;؀J hu#ۧ G9zX|(%oD0>/hG-rƁ5{{*pZX?&"^UT I7 w2Z/s )Ŝ:YM,h>0VIv}xinB v )r} k MqلI%nZFNGZh~nGDJ9k(yp[ K;Hv.iCϹp>~ņnRK5*B*YtgJ^%kMO^ʅů 7Ӈ&, `sHhK\Jkja(T;X\̛L[wUEd/{0 П=j4qj9Н B+o)HGYaAa AV$j㘋n_%g!D{sK1\* Fe#Į۔}r-w?I~9y  IgS 3+~?h5+! M 5+ώ^F|I$sZ[NCTY-s7EMo[jeh_*ُAvZ˨+$8r$J\u$sfRG@n{pm, $VƌtdJ5NMefSI繍h=#G1vuTbP-~nb>t"|? I0UW{ҭR;Dz+={7Hڪȕs6x{XOKq6>0Ť_:mPRh,KF$Hr u3_;8'6KS@hJ=zO0s# h ;jʷ}_ 32U撂`ˆkO|cRX(4x)]\P =~3v4 Ԛ| O*ẇTT{ 6k`E їBUdك]u59O=LE 3C( OkEEk4O|#z ||#ႌgM-kA%EYZK4nDI>QVF-3eB0a9 rh;HKR0`닷> %R7/;c&*\K 5X5׿6KWoGrLD/@hzjTllj8φt5Swan"x è-&>:?&+E>9I0?f$'(t'p=cJ䎢mm=. i>u 騚+p>+tE`]ij9 p,% >Pkl}lkVG'q]EQM js2&1zXo|t MriaanOT+c;ntئ2:zŮ PQ*|g8TaʇO&J?V8gB@~Xo}O=s5BmRxyUZgez(EЬ#jN^z΄RoXQSѫՅ ǘHK7„I9>Z73l۪3-cǟLNea-N{_Ki^H qýC Du.xUU0` Z-1OW3S"isb CDdFeC=8jdVU28 W^Q(W6!1_BnsСK~~sVg50~2O5) }rx|T鮎Q([C}>";b̝~fd's΁xWW7>ʉ8]_((O^Ue 1lmMu<c.D,{yniy._;NLn%!sdj8_:)|j?!'%tw_8Rβll.J޷9% |r}k eZUH>94]3`D+ЁXqH^*Ct>H_:ˎ:cA|e_1?,\u,"]ۢ ;5 d`2a4,nJMW3&Ƿf?U4׈A!/k[8\uߥbH["7bH- -_E> fm&(a0'J0d _?m7*x+WRa\`"@">]I/vZ䦻[|:'C!: fߨ/S-"ceLl;I /#Cv QdLdq Fɗ ʆ!j́ʾ戴1#B"N'rSqWZp0q ăj;ulz\+B\ :q9pd_7=i#q3H(2mW*cSATROpUA"j%]~,ιmlv +7%Y<7:Ш^RUY(&:^)pnJ9FVZw ,pn(j6UVmXLfӉEbNmj#Uswyu;گ_IY7Muޟ(N+[CJBwէ#92Ð鸺%$IFٻ e'& ޡnú]0vRa ޳QJulj$ Sv~{ gm8vu,e>ؾѤ)OYx M3NG<90,#V'3t@.c.@|PLW|KX$KG@mql/&a$0z|ɆV26/2uӻCp$b+n:K v|=qhKG3o.%K6OObnz/psC-[{^1LWIY}Co Q|)Hu f =e/~*μse|x7+YLS&&o&B4Ͷb{=tb 0 XR;Šרa`mj6>fܯSTø!݈$# j =%S0U +, t"k(VM3mSUNW%X0_L{@`Yuk>[M2͕u֛jHFQPbZb;Z{s՚]c;O*W=gC07 ne@od3wܴF~!?Gߜy(ܭdudn`mbjSY2EtwzX0i0iIsSdf(')0툞 "7 #׭9P2` OW 6v]10ùʲGI4,${/,S4EU&;@@Pb=_c:]]#%I*Ԓ0[B-1 lNQo`ʒJ( ƎcCo.2EQ 1`-;dPzzGX5g==;ln, ɞPRR3Gb6 ~2cUCZ˧31yp:~(54_KL˰sH,l `k4lVtW C|W Pj'g4Lk}{yb0X@uƀ5h\n^(uf!Ӫ)ozy L5KyHK"M C0穪][`\9I{tŪn΀ ⤖ݛ0ܪydy*V3QMgdhz+ȇe,%5H$I_kC1}r?ҾItD~HN(s}Rz2}'1/zq_PtbI5N;ϙx֎FXIprzzmvkjZ&ͣ])S\OxPѯ%IhO\ky]ɷd/@䞍#fwX܋-.W A 0#Sd8`NƇ8ȷL M3QhqQmWSHqSêXkğ~53`Cރ34B;j(ff`Cg6]K@*<5 ݓPG-N]Hq?=6 v>|(m &|no2UAyr Y/˕7k(fyb ȏ8LsQջ׈%,Yz])OUg>'ޝ&@G12u!E#Z*Y9ͥv%`-2 yo-A (v*̉C܎WF{6~i Y T*ַc:/5| 4)(4 ﵭe%/ܘ8۠xo!L<(֥NgZ롹+ZN*Pfsc$">,bF.yX\3]{#@(EDк@j8`o/(TR蠹^Y rP2C&ex ԰;U`]?fqdd!_7kXNw6F9xAS_Yy`fLEP#]#|$A6aA[.w 'rqb)UF4uS*v^Ga)= ;3ZE2Ш5?}Zoؓu0yd`3Ts@N|؋x`e> %e'>dޒb,4=1XSuK!= G(P0eˑDԍDmټwIL_yr@0 X{t#t3'gb߲b;(V=p@6SwT!> VK*3vcޏ)?,^o2& ,ѥ'[ 9na. -آOeI/&k C@d,LsI*w6C,~PlFN'pխE%l7t-ծ5b6~wU&Lš RIu+`ҳvb7RC *wyg|10ISJӼ'ŝ.AX#ѐduH(M[:0*h.l.u;L^FTHw]@f eB>' ɧڳa؜GcAŎI:7 *X7->p0#"~aKcgT,HE?iNZGKhI*6fJIݜRn /?Y=:қ~]~ol$L7~U\vpoS۶Ioؐ;VMlK8;RݖGĕ{2I} g{4EXԴRԬpac1@^(N Zˁ_WSܘJ:LyXuˠ_ Tܦpol߮ZVko,Vȴ:R6,wEX4OSPTLf̼ܵE>aN: X|AN?Lw:z$٤-cΝ ~L( i\"Qn`.Xu+pn;$TQ_ gډ(|B"Ū Q]0X&eaBwSD+gahGr&}rꛘ,)`vEKÂ'k$;ux*E9PʩįUrG|NBRfcm8ZzZKu`o@.oYCa?ϑE%-_*G@DC8RgB˔?|9C]Co4!j]a JS'>=KUW1btx+܁Q$3]zWpE%rPl|jU/ELj= yRXH|&,UE" X5"^O6hjQsOm/TZs  IxɌ<&,@{Os  Aܨ/uy^>oxYM6^g5&zOؖ|$L0r}]u`SNIg;y<- k*t]N`wg?T;}ra`&zy-/$A]svauPS e*TGS*pAb+_m„Qma2f`v o CC'( qVKVѵLkwƥ[}hPGx`9V9hhf OSQ 0˒O)(7mzY&C% zx*\K( ~Q3ow2>`Uطlx V]UP,Ë,H@PD "{{5;H9^yd>!mnw{gy4MX3B* IQlԾ0}oH 6o۶_FwH7T<c5]:40KI8Ƴ5^4M?Ҕ|b2~W]ae/6M⦁X;c7}VqjQ يGG3q'Aݜ7xM4 az8>J&_h7I:+ЕD@@Ǚ1}5 I" k8"fa0-) `P-O硵f#JtŒaqM\)^oY(/Crr*ʃ7s[tSu!qxM uagP44QM+JCn<0c=d>v c^ cESNwY)C}1 ~,phK 6{FLG|B-nH"@F%JG }KSG̐^:tDd͞!g4s? 塛 @ߔA#Ɏpc=%7r L brI(d0&AJ\2T3ME(mI󡛷#nY@u&hFG?ZmkqTO8)RJ6آQw\ I5M ,sK $xo[&=\TZVf|Up `8<#i'$ A>Q1q1fj0!k C,@(G{zbMmgg}Q*=_`rSq&.xsɕ \=3 oiv(z+"N M耷ٟy &OOY;mu$$8į"U޿-j]4&C;?oC7lD˃J- گR?#:}Šlhj-CvD(i/D? Qh광@u[r #mG| ^*KK5SHX:w?H~p*cˊ Cb} l,MTQ,y1yI[|dmഖAZPL[3T-m{%JBH ^t؃LV7bM*^,nV6qQ\zw$;CbJo" 7jYZ{1i<{JGޞ.` ~g+9oQWởzH!Ϊ7"-Z%V$cozv1p.ƂOzeй}7s@. a S N- QkD2L<ךUv#t`_ 2YEĐYo6hC|fZQuhKish2?%("'/;\7Ɗc,_Ī4{ynX #hKs@[j,.Igt%\c{HX8Xxv}&D#P sEKy Lq kb,p.=~X _v.zk p@ u79~=AVҷ#юe:W8yvIq$.rS~^A: /)2 E+_!:޹VnІHoʬ5J(+T.#:iɊ`|K5fͮV ey0FM-*Av&u{FJ#`ਂT aC^cso- U1nNѡY9咅*1 ٵ&8u5#>t[Q˅?\%Z|`9(n9T ?p T; ƦڄɷJו e]D]Lo8̱^ZQh''NVfWUp_4cTW2(׳k_9 A0-Hs w(,_c'!)yX2AT/'oќeЀ ߰2n'9]3d"X|;Y[+ay,k;[jz?!i*oHDy7E`9c0& r+!=MJy xYi#wge;`P ubFlN``9+]i{j[kK΅ ݁4J`IQ\x,aqEfxW^>}/xkΙ !{}Pu3uu|RNK5hp%4&.Y=wcX3!T7F1h }b">2sZ<uY2`)h*KοnN v@ q8I+~ZP z?m MjR% dddZ8&XCݫT4߷NTc``P hشNBh-N"Wp&"6YT;B9ܕ"~$]\K7&Hy-:!G/Q>z/J&4'ڔĩ)٠F-)iI̢%>UDf߹.I0f`xRH$Ӊ\i$ѱ:=bGM|/uZVw5QJ΅YU%3x'V,Ԗ}mφ?Z[&UmGK'[?perk`!fN_On)FӋw0H#.0~*Mgå}BVs,,M&GZ q%zr'΃hJUkq8Q ?i5nrd2W8]Il^b`ɬs4ᢡ\^l2bYE,4aF8n JDt{rv<ΐ4 -!9{NGtbs͑oUd?XQ0դ ƌ!RnMFm*q0mѩNH^=f\wQiz{+UҊJ'OGU&glCV4~c;\%mwY}Ę18(ott=gI)CK8ScD-i =UpВF~ٹD/|wƧ4YLNL{otԚV^}6 7a5<``H L:)Ĥ)rB[K;,/tahIK%4rRGךY AЖ~n0sZY|Ĩ[>qr+$UF W2} OP)O4X&]3?D!pc6BsРnf\w J\d#USIv"lqiBUfl'gO%cw> (m"( 幺|շʙ"g@紤k٥{D7R (xLyƾV@dfF !cjy;gћm \|۰E2F%pA6D\7!ϝ9׍P^9<F6\m}B=!ԡNPNQHF? VǫdR{7Bxv5i[7_Pa`"ڨg=.(>,iDQ&oJF<ђ]oĕq H8^EZ件6]$ᷮ 0:ݖꠃmۄS/t0$lH1nl"! r_Y`dUa*(N=Ψ-$YTtt2fEdzFNSںλ~cΪ\W/c &&mIzQ- Ӂ9WԆǕ浭wdReImdN+{PI)vR6u>0<0b`r[_H@mj~z;UXԽ$[YiwK3Qq7ʳ1#*Q-MgvjX|ǒ i=BWPM(ב$]ƇwkE GJ8vŜÈ`o^8`^jCDTLjI_A] VҷOe842ȍiѕ$:Z d7 Td}}0(."cl?Yl!םOYiMmy!8ѧ;:"w%^]d?O026Y,x4Xt= Keڌ'/>0CA6hx/`jzErr D\lc=9ȵ0J&džSmGm]_Ez :Lrq6ڍSJrU|>gUhF%, * 95EƷwkmUWDz[TufEGoX^h+IT0:7S3u@TDn[" 1  }M?ɻXIw[Sazg4ρICa$mig}z}s '!=cCWs]a6NXBɁ#ڡ c$!fS kN; zy?g lGB7ԛѧ6E <@^"^;:VKaÛau7M\ot.( -3A9 RRa2UD7ggEFFO^&)U%\TY}#dYqM\fA+XwjK6˅oc&fԲ`[.cܥ:ȑ)/Og51 Ypk p:,U/x=+E` ͒k/YBUlѢ _ˤ#KKbjbmw/9azwq=^}8Pʹ8 kŸzwm$Qɞr8 lLdV|{>.V]j>M{)K_ ,h,vdo)Á^ᣔPy枋Qqr)LE(iw)A({-2e.ʁt3xUU[rw֥tta)hiWƋwRjKV@;$v%].$”#cY0fg3d,u__k?u==Qzl$m3= (@R]qxu}Nj:{aS9AD$^4Z9'P#q_)f܀LMn3[0UX)m ZTjlS@[GQ!_:=+^w"]γg6u݄RK֨#jX8?{YYF70T90zfR46+axҧd;6#uC ic q%>RߊKy'fyR4qoHH[Qk`Z5wY{?̧Hcnh__,`r/cCBH|ǙO{=8m4^v-ghqQL2## s*kUc=.!'TѦnך<7={o7m〹2D{1+ݍ{\t=#$L]q*kTuu.^QFhmUFM}^>|r3w~8\gU O|9(k*J{>?҄5c@O%Je!YFd}F{|/'X5b"i`c"00ƒRǫdۡ9,\blzcz[bgP^ƻ Ꞣ ?Yc5 _ގ"h%uJ5`7OgEPz9a#B1"z#(&<3%}Hj G6 L0$3+KƤr&0#3>nn TH{Y"'ie(sZPV5*t4>NFIZ6#( A%z皝]w"LGY]Dp;}Y[ۥ=mڷjb1#pgKVI1hh^g]EZ U(y1 |^!}{7vZ^-9#}rԝݬ*հD̶wO OdIRfHy%<Ʌ:(M7nhziadJoRWc-{{|Dfi <7=&s+ / T/ʀ%/4 lyt5? mrf?VRR\l};P&qcS P/m)5zG㋗\U%.gXbkCAT gQ_ UaC&ѷaXD$鴀9f[[9Sm3 =6ylQ֏ݤ}l[@ (C%,uGS#C+?=C~AWi8c޻kS* hvWtՊ[6)S'(F1k$|U}f7qjUb>&Ʒt*φ ,Vtv&,"5LH9 /\6/$у\6 \t,0'mFL.LBb城J{\!:=V,ɏԦ7vUWB>(E=M.P 6d?Zz1-i./ԙ v](9Xq >S3h }C)}  gNkkS-/~;noQѵQg6†Ÿx)#qĬ^s MWЙ%;7lrϱvSsHV1 Ƌqgى_)YۄEsAgn##ixq0X~H86l|UH9ڼ;u@"X -4Y ( V%uom1HD:†Ԑ<̀id\9\6CWdl\ڞ-g2Ⱥ}{e 5ʋnٙNg¤ɊѸo.Pk9E@>n;;]N؋O~~J"ƤQ&ZW%doP| 2倣Z8Fĩs+7BJn׶1LSNl@_o{B]S',bm}ȫ^`:4 Z8CӼqY:_@ޞdžPiXh'83RPt]ٖ>އHTa]WJ7.8űV<,P'Wuw4 mݠյ$ kTiкgt0" Mfl1@S~; $m8%, A=,AswA\3Lt~|ZD 2" /;1Ɠ|Ѧ@Y-䎞\m))(e_":Xk ^]]ɢU `N޷ixckB\Xx $ FUȉ,vN &(őpr֑ UP60 b;g+4sS+$IђE(`g QFsmXq8-S睢|ѫ+T,[ "1%TZs(7S7,쏵.O$l0vQ0b˭1#n 0aS޲bx@؈gR%*VuË޴ڪ{d,UjbP <SD3J8,+Rȥ0pe#{6Ufr: äu UZ7c?#Tt6RR}8HpO w^S&qj}Dn"%:@PU`p-sUJ=:+uuf/9e'$cK.{7*$~pӗ!#~[w փfȴ9Wbg E,uEEkLoocy=^]_`EM^Psb`}G=*fѵRB]MqE$bBնy?ľm)~寓;MԐ…b-IψU,EBX( E)-ϋ#,2'!VwГhynԙj&2bo ^}r.pv*-5ę\.G"L-X9w-oxMRKIAo6 ʀ ]S3i8Bt2bϣ:WG>(~/z8ey!<ʬr$9#F~<ªNdM#3,.-^œ[78TL9wǪSキp/"S%ޖ')z7w> Q LQ\2-@eP5p;4DU,Nw6Ye O؟# bKj%pD~"35S4Ц'2אi鵂n!OE&{2H<ʈ-Ԣо?Xc^hs͐%T3-=\A3=KLGIf]48b| Ƌ(hm/[' jx6hZ[c5:HTI{OP*O59Xx)9;/_x9-2*1yY<̲0L6ߡ~9Tcpm1[R]x%^jś 9Ҙ# g_ Ao_+51W{II<;H鐳k/T _&@ ]ʂ4q[w~@ Pv7PTܵ mщWrFM*d%qx%B|^mZbAk]բCFVLgiAЦKEx I{"aL|9wFRK'%e,qrv8)W/Zd^sդE4Of[8]m\h5%{ݗ=3O.ͬT4x,\Һ2sd!@XfZb qr>X\X).FhԆ;RiAg㴩sFEN:6E. ӞM\r^9l |x1mC7m(] gGoT  4E"lVZYAt4ժWpÐ`s8Ř+KE2vZK=^i9`6j"0n 19Ѯ1vlbA}^7fm|yvt7K!Mk:t vV%eUR/1Tvd6RHhtjOgç bݥp?ϴҪJ2)9.z\ Aj`uN䣈g@^  ./ %sq66ـ763Y`in0|ϟ*(ΎҖ]boaN ajpڝ! jq^n׋IB~n܀D6 p~cK"`ޜ.\˞_DO{FIYVAB,E ͇ᙩm-klAsi7kcviLѠwD9J:y=$dtECCM҅Z? st |N]86d4qIW!ȈP.ڵmHmp\kq,cQՁtTrm\0wHX _ !/+@ABȘz>훏cF2ޟ]X4~S|%y_:?'c8r#>)+DN*OL{Te_Ah,nܕ&5 *gsFzi)7'Efv+Zw c0Hu_#*h  };fl;"&ӟ 58J*ߪra4km6"!-̀)v(R P]V.:vxV6D\ 6XIm⚒/@1_PߟPш$`cqK_{nC~v?ł*e (Xy q:gT [ % CMаeWܲH1]+% w @D`)v_k<l}US-+km1²S| 6FPxb}#;ծر}L 2UTZ.-09 XNr.r8AFגqTc9Eǟg\LF* U#ӠmIG,6-vGrzHԊrFt*i0;G/U")ƨQ}f mDC\"%ſ&KW\xsl1~30K͠D0u{U @}_)W=bS,dЬ3Jݴ oFL+NX.4]`NJK%k8hj MtyJ+ɀuWͼ29I꧇) ^/C uTq齻}#H-̫>=QW0E =N͇ R@Zҁg#j$*{ ߾1\ˆ[?j`~:]2?rK%g6 m=kKd;::&|M?ǤNbnH1$qnڏrE+އDY̘G<%H$VK5!ű$Q<)лߏc), f䚺|XM2\kG*˴acNvM7C2cؔ%Fso$p⻮/EtlP ߕq{NCF@ vsغ*M ěu  .U?-e\T mڥOr#N_+ -{۱߻Qtr۵CdV&̸u}ͻ6Hy)]UK I 02a{gdµ,9wfg>?B"tk879WXo[AdO,V5_]x2(o6z[kU !p5 Mg9q yEdN,K/䂖"Sz,=to%V7x Xo(OT >-ʸهOI73?&_dZ>0r 9єJd!9a]k3ZCFi,$ct->Pqו:íj,^M$yMLJMf{ꂥ` G˫[a,SnV16.s $pu*I><J"~\kU)}}֠*?~:8d]^E)1 2#fI- 6P4rijLjUWQ(:l#:k&Q3 EY2']:K qsnQMyĊG{^ jĤ5;?ZFk ? O_AH Q)u) ZS8gL@lEV>5iysnudPk ȿY-8,^ƾ}6~ fDr\4m u3h!Dl]rه 62 h8'G\S1لV'뻷HPv\>FB'6 hpq_iyg yYO._0$4jQ7)ܧ w;;uQ"&)7tIE `+\ϐVR+ΌN)S8 (Q̋0ShЬp^BiIm;~%I=k:@?Qmc9ǛGW-5bJgFcZ=[qtX"5*7𯏔+]PT.ܲ2=iq#r +JnPE ԁ-JKP;b0s6!\fl:x?2:c eQ^\0ECw  \y^ 䉩P~ʧB@͝0/wi-m D{E-w[ cA`֥xVR WoHI- QY(ԋ4tE$8"qʵ ;`9"˓>P)ʿEzRC\9B;,%lN:CLkv v|GnGr)6V^h0#t*v!`f2Ls]OM8hhA\01KSWsDleR ]0¨ֆѷj%<~ʍU4ڱI*yJ7`߭F 5VBWiEͦ:F[xͲR=L2; &=G{0tsaWGtߥ<< zW:H ќf !bO M8B}ptHYdF3$Ā/}u bOaXp'6gZ(wz nE$#Uw'a5O3jCz'8$ g1$j8RyzΫΪCoҟBexԏp3/9 AZu@s&JOĞw]S0[+ N W8=cBݳxZޯ7ˍaZu4<'ב:atX?d )pj.z:ϐr@]zOw<LM_Ȅqȹ$:)x4=Wx$~GYs[R);Pğ}k$s grNZ1Rp֙@ WO{dWs#)lyV&F=<[_oIvRm35'[H5b3רЍzA1KU4G7@kp{PpMf2 t`h Gc+}VlSXtQE,B˨ ,UL:ZC8!}^,0h\z^ S%> z#p:I.K*"C! ~zvQ2V\< ބ+X`~?-`̈́eǙ-vNZd d-s޶yIgz>" /.1] *F蔒$@̷8L AG@ѥeԜg5J/RA@M9x݀j0qzxC{}%֋ 4mUIK(nE_խ',BF^Wa' MSm܋EP }Ik #quLѨ"jub.5&e ˵//o;OonK[VbŔo=҂}Jm/sK׳GYG>)ކز[[-5ȜVz۩ꮋ|BNh>ݟaYr3ö~8>a.X\rs1F{ROUK[ hlV̖Vyu7~NIYr[i;cG~ Uk6=gWOc;cqfn"s\\OPn) G}@gڒI:i<mwzE0A}Q{Mț1Ϫ5ƾ.E@8xTv/yNT6戤cavun?߇j}3&z6HK-瘛 rG#!hA@'qnuJ-D:@P]GyMyp~;:tƊ dFq)